Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing when deploy an appllication with space containing name #3

Open
ChrisCharma opened this issue Sep 23, 2024 · 0 comments
Open
Assignees

Comments

@ChrisCharma
Copy link

ChrisCharma commented Sep 23, 2024

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.

@dvarounis dvarounis self-assigned this Dec 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants