MyEclipse Forums
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
iloving
Post subject: Cannot perform Websphere Remote Deploy using 10.5  PostPosted: Aug 03, 2012 - 04:49 PM



Joined: Aug 03, 2012
Posts: 4

I 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
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Aug 06, 2012 - 10:58 AM



Joined: Nov 11, 2010
Posts: 2191

iloving,

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.

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
msariman
Post subject: RE: Cannot perform Websphere Remote Deploy using 10.5  PostPosted: Nov 22, 2012 - 06:45 PM
Veteran Member
Veteran Member


Joined: Jun 24, 2005
Posts: 20

What'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
---------------------------------------------------------------------------------------------------------------------------
 
 View user's profile Send private message  
Reply with quote Back to top
support-swapna
Post subject:   PostPosted: Nov 23, 2012 - 11:30 AM



Joined: Nov 11, 2010
Posts: 2191

msariman,

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?

_________________
Swapna
MyEclipse Support
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits