You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WASX7017E: Exception received while running file "/home/was1/bin/installer.py"; exception information: com.ibm.websphere.management.cmdframework.InvalidParameterValueException: ADMF0003E: Invalid parameter value "App Name - Space Application" for parameter ApplicationNames for command updateAppOnCluster.
Logs from deployment manager SystemOut.log
[9/23/24 15:17:09:557 EEST] 000042fe AppBinaryProc I ADMA7021I: Distribution of application App Name - Space Application completed successfully.
[9/23/24 15:17:10:011 EEST] 000042fe AppBinaryProc I ADMA7021I: Distribution of application App Name - Space Application 2 completed successfully.
[9/23/24 15:17:11:997 EEST] 000010fe UpdateCluster E ADMA5045E: The application name App cannot be found under any cell in the repository.
[9/23/24 15:17:12:032 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Name cannot be found under any cell in the repository.
[9/23/24 15:17:12:033 EEST] 000010fe UpdateCluster E ADMA5045E: The application name - cannot be found under any cell in the repository.
[9/23/24 15:17:12:034 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Space cannot be found under any cell in the repository.
[9/23/24 15:17:12:035 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Application cannot be found under any cell in the repository.
It seems that it parses the application name because of spaces. (Application name in this case is App Name - Space Application)
The command AdminTask.updateAppOnCluster(updateAppCommand) may be the step of failure.
Though I completed manually the rest of the process with no problem.
The text was updated successfully, but these errors were encountered:
Error on installer.sh logs:
WASX7017E: Exception received while running file "/home/was1/bin/installer.py"; exception information: com.ibm.websphere.management.cmdframework.InvalidParameterValueException: ADMF0003E: Invalid parameter value "App Name - Space Application" for parameter ApplicationNames for command updateAppOnCluster.
Logs from deployment manager SystemOut.log
[9/23/24 15:17:09:557 EEST] 000042fe AppBinaryProc I ADMA7021I: Distribution of application App Name - Space Application completed successfully.
[9/23/24 15:17:10:011 EEST] 000042fe AppBinaryProc I ADMA7021I: Distribution of application App Name - Space Application 2 completed successfully.
[9/23/24 15:17:11:997 EEST] 000010fe UpdateCluster E ADMA5045E: The application name App cannot be found under any cell in the repository.
[9/23/24 15:17:12:032 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Name cannot be found under any cell in the repository.
[9/23/24 15:17:12:033 EEST] 000010fe UpdateCluster E ADMA5045E: The application name - cannot be found under any cell in the repository.
[9/23/24 15:17:12:034 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Space cannot be found under any cell in the repository.
[9/23/24 15:17:12:035 EEST] 000010fe UpdateCluster E ADMA5045E: The application name Application cannot be found under any cell in the repository.
It seems that it parses the application name because of spaces. (Application name in this case is App Name - Space Application)
The command
AdminTask.updateAppOnCluster(updateAppCommand)
may be the step of failure.Though I completed manually the rest of the process with no problem.
The text was updated successfully, but these errors were encountered: