-
Notifications
You must be signed in to change notification settings - Fork 29
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
Can not deploy an ear project to WAS 8.5.5 #20
Comments
The exception message is quite clear, you are run this against your local non-cluster WAS, you must make sure it's up and running, this plugin will talk to it to accomplish the deployment. |
Thank you for responding, I changed the port to the my SOAP port which is 8882, and now I get this error:
and
|
I guess there's some issue in the ear, or the ear is requesting something from WAS which is not correctly configured, try to generate the ear in maven, and have it installed into WAS manually, |
I did the reinstall of the ear with Log command assistance commands activated, which give me this command :
|
You would need to add And you might need to add |
Do I have to add them by using properties file or directly in the pom.xml? |
either, if I recall it clearly |
I added
|
There're a few log files in some where in target folder, can you attach them |
The local language is French. |
Hello There,
I am trying to deploy an ear to a local WAS server, and I get this error :
and my plugin configuration in the pom.xml is :
Can you help me with this, Please?
The text was updated successfully, but these errors were encountered: