- This topic has 11 replies, 4 voices, and was last updated 13 years, 2 months ago by Brian Fernandes.
-
AuthorPosts
-
Jeff DrippsMemberWe have been using MyEclipse blue version 8.6.0, 8.6.1 and 9.0a remotely deploying to WebSphere 7.0.0.15 (with administrative security enabled) with perfect success for several weeks with 9.0a. However upon updating 9.0a to 9.1 this morning using Pulse we were unable to remotely deploy any longer. Removing the deployment using the WebSphere admin console and attempting a new clean deployment results in no evidence of the EAR even attempting to be deployed (we suspect some type of authentication issue due to administrative security at this point).
We then performed a complete product removal and reinstalled from the “myeclipse-blue-9.1-offline-installer-windows.exe” installer but incured the exact same results. In the deployment log the error we encounter with the 9.1 version is:
MyEclipse: undeploy START packaged project: Production server: remoteWebsphereServer#dfw-vtap07 time: Thu Jul 14 11:10:20 CDT 2011
———————————————————————————————————————————-
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:349)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.getAdminProxy(WebsphereServer.java:504)
at com.genuitec.eclipse.blue.websphere.deploy.JMXDeploymentStrategy.undeploy(JMXDeploymentStrategy.java:228)
at com.genuitec.eclipse.blue.websphere.WebsphereServer.beforeUndeployment(WebsphereServer.java:539)
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.NullPointerException
at com.genuitec.eclipse.blue.websphere.admin.WebsphereAdminFactory.createWebsphereAdmin(WebsphereAdminFactory.java:22)
… 9 more
———————————————————————————————————————–
MyEclipse: undeploy END project: Production server: remoteWebsphereServer#dfw-vtap07 time: Thu Jul 14 11:10:20 CDT 2011Nothing that we tried corrected the issue.
Respectfully,
Jeff
support-swapnaModeratorJDripps ,
Thank you for pointing to it. I could replicate the issue at my end.
I have escalated it to the dev team. They will get back to you.
Sorry for the inconvenience caused.
Brian FernandesModeratorJeff,
For some reason this very obvious use case did not get tested before the 9.1 release and we do have a regression here.
If you would please write in to support@genuitec.com with a link to this thread and subject ATTN Brian, i will work on getting a fix to your team.
Jeff DrippsMemberI just wondered if we update using Pulse now to 9.1 if this issue has been resolved? Pleasse let me know when you can?
Thank you,
Jeff
Brian FernandesModeratorJeff,
We found a few additional issues with Blue that we need to push into the 9.1 update; we are attempting to release it this weekend. Once the release is out I will post an update to this thread.
Thank you for your patience.
Jeff DrippsMemberOkay sounds good…
Thank you Brian!
Jeff
Mohamad SarimanParticipantI am facing the same issue deploying using Remote Websphere with 9.1
Please keep me inform on what’s the resolution.
Brian FernandesModeratorGuys,
It appears that we need some additional time with the 9.1.1 maintenance release. I have therefore made the remote deployment fix available separately as a simple downloadable fix which can be applied to MyEclipse 9.1.
Please see this thread for details: https://www.genuitec.com/forums/topic/fix-for-websphere-remote-deployment-on-myeclipse-blue-9-1/
Sorry for the inconvenience caused and thank you for your patience.
Jeff DrippsMemberBrian,
Just wanted to let you know that we upgraded from 9.0a to 9.1 and then applied the patch you posted and all is well and remote deployment on WebSphere works perfectly again. Thank you!
Jeff
support-swapnaModeratorJeff,
Glad that it is working fine. Thanks for posting.
Do let us know if you have any other issues.
Jeff DrippsMemberWe have one last annoying issue when remotely deploying to WebSphere 7.x using MyEclipse 9.1 (with the blue deployment patch installed, and BTW this issue happens with all previous 8.x versions as well.)
We set up a virtual host (named “dev_host”) in the WebSphere application.xml file however no matter what we try, MyEclipse continues to deploy to “default_host” rather than “dev_host”.
Since we have two developers deploying to the same box, we have “default_host” set to port 9080 and “dev_host” on 9090. When the deployment completes MyEclipse indicates it was successful, however the application is not running and we have to open the WebSphere admin console, change the “virtual hosts” dropdown from “default_host” back to “dev_host” and then the application will start and run properly.
It’s just a real pain to have to do this everytime you do a re-deployment. Appreciate any advice or update which would correct this situation.
Respectfully,
Jeff
Brian FernandesModeratorJeff,
Just to make sure we are exactly on the same page here, can you send me your application.xml file? (Or at least the relevant portions of it).
You can mail it to support@genuitec.com with a link to this thread or PM me.
We’ll definitely take a look at this, however I cannot promise a fix in time for the upcoming 10.0 and 9.1.1. releases (we are too close to the end).
Please feel free to complain about any other issues you have with Blue, especially annoyances like this; we are committed to making it work for you!
-
AuthorPosts