- This topic has 3 replies, 3 voices, and was last updated 11 years, 11 months ago by support-swapna.
-
AuthorPosts
-
ilovingMemberI am trying to deploy to a remote websphere 7.0 profile, but it’s not working. Based on the deployment log, for some inexplicable reason it’s ignoring the host name entry I configured and is trying to connect to the FQDN of my own local machine. The SOAP port is the correct one I defined in the connector.
The deployment log fragment is below:
com.genuitec.eclipse.core.GenuitecCoreException: Cannot create websphere admin object
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdminFactory.createWebsphereAdmin(WebsphereAdminFactory.java:36)
at com.genuitec.eclipse.blue.websphere.remote.RemoteServerClasspathBuilder.createAdminProxy(RemoteServerClasspathBuilder.java:377)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.getAdminProxy(WebsphereServer.java:465)
at com.genuitec.eclipse.blue.websphere.deploy.JMXDeploymentStrategy.undeploy(JMXDeploymentStrategy.java:228)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.beforeUndeployment(WebsphereServer.java:501)
at com.genuitec.eclipse.ast.deploy.core.Deployment.?(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.performStdRedeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.redeploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.D.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdminFactory.createWebsphereAdmin(WebsphereAdminFactory.java:29)
… 9 more
Caused by: com.genuitec.eclipse.blue.websphere.admin.DeploymentException: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host <MYHOST> at port 7188.
at com.genuitec.eclipse.blue.websphere.admin.AbstractWebsphereAdmin.<init>(AbstractWebsphereAdmin.java:63)
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdmin.<init>(WebsphereAdmin.java:24)
… 14 more
Caused by: com.ibm.websphere.management.exception.ConnectorException: ADMC0016E: The system cannot create a SOAP connector to connect to host <MYHOST> at port 7188.
at com.ibm.websphere.management.AdminClientFactory.createAdminClientPrivileged(AdminClientFactory.java:632)
at com.ibm.websphere.management.AdminClientFactory.access$000(AdminClientFactory.java:123)
at com.ibm.websphere.management.AdminClientFactory$1.run(AdminClientFactory.java:206)
at com.ibm.ws.security.util.AccessController.doPrivileged(AccessController.java:63)
at com.ibm.websphere.management.AdminClientFactory.createAdminClient(AdminClientFactory.java:202)
at com.genuitec.eclipse.blue.websphere.admin.AbstractWebsphereAdmin.<init>(AbstractWebsphereAdmin.java:60)
… 15 more
support-swapnaModeratoriloving,
Sorry that you are seeing this issue. We could not replicate the issue at our end.
1. Can you please try using the IP address of the host instead of the hostname ?
2. Can you please also check if the firewall settings allow the connection ?Let us know how it works for you.
Mohamad SarimanParticipantWhat’s the solution.
I’m facing same issue.
I can connect to server but not deploy.com.genuitec.eclipse.blue.websphere.admin.DeploymentException: ADMA5014E: The installation of application APWFProcessServlet failed.
at com.genuitec.eclipse.blue.websphere.admin.AbstractWebsphereAdmin.doAdminTask(AbstractWebsphereAdmin.java:122)
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdmin.deployApplication(WebsphereAdmin.java:118)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdminFactory$PassThroughProxyHandler.invoke(WebsphereAdminFactory.java:100)
at $Proxy35.deployApplication(Unknown Source)
at com.genuitec.eclipse.blue.websphere.deploy.JMXDeploymentStrategy.deploy(JMXDeploymentStrategy.java:268)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.afterDeployment(WebsphereServer.java:410)
at com.genuitec.eclipse.ast.deploy.core.Deployment.?(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.Deployment.deploy(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.C.?(Unknown Source)
at com.genuitec.eclipse.ast.deploy.core.jobs.C.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
—————————————————————————————————————————
MyEclipse: deploy END project: APWFProcessServlet server: remoteWebsphereServer#AppSrv01 time: Thu Nov 22 11:35:57 MST 2012
—————————————————————————————————————————
support-swapnaModeratormsariman,
Sorry that you are seeing this issue.
Can you please answer some more questions for us to help investigate further ?
1.Can you please share the Installation Details from MyEclipse > Installation Summary > Installation Details ? Also share the remote Websphere version details.
2. Is this EAR created in MyEclipse or migrated from elsewhere ?
3. What deployment mode have you configured in the WebSphere server connector?
4. What is the structure of your application, how many EJB / Web projects in your EAR? What J2EE level do these projects use?
-
AuthorPosts