- This topic has 6 replies, 2 voices, and was last updated 13 years, 9 months ago by
support-swapna.
-
AuthorPosts
-
dougholubekMemberI have MyEclipseBlue 9 and the development edition of WAS 6.1 installed. I’ve noticed that when I try to stop WAS from the IDE it doesn’t stop. I verify this by waiting until MyEclipseBlue says that webpshere is stopped. I then refresh the admin console from a browser or within the IDE’s browser. It is up. My WAS is running as a windows service, I’m wondering if that is an issue? If so, how do I configure it to not be? Does that make a difference? I’m having issues deploying my app. Not stopping could be getting in the way of my deployment issue maybe?
https://www.genuitec.com/forums/topic/unable-to-deploy-to-websphere-6-1-in-myeclipseblue-9/&highlight=
dougholubekMemberIt seems switching to classic mode and using exploded deployment seems to fix this… is this necessary? Is there a bug in the “Enhanced Mode” for the websphere connector? It is worth noting that I’m on 6.1.0.0 of WAS. I don’t know if feature packs affect the behavior of the connector…
support-swapnaModeratordougholubek,
Sorry that you ran into this issue. I could not replicate it at my end. I checked the same on WAS 6.1.0.0 for both the modes.
1) How did you install the ME Blue 9? Is it using Pulse / All-In-One installer / Archived Update site ?
2) Clear the contents of the .log file which is located at <workspace dir>/.metadata/.log. Now replicate the issue about starting/stopping the WAS and check for any errors of interest logged in the .log file. Paste them here for me.
3) Switch to a new workspace and check if the issue persists.
Let me know how this works for you.
dougholubekMemberI used the all in one installer.
I deleted the .metadata folder and recreated my workspace in the same directory. I set up and defined a websphere install by pointing to the new WAS directory (reinstalled)
MEB doesn’t see my websphere as a runtime to add to the build path of any of my projects when I try to re-add it.
support-swapnaModeratordougholubek,
1) Stop the WAS if it is running as a windows service.
2) You can manually edit the WAS location. In .settings folder of the project there is com.genuitec.eclipse.blue.projects.properties file. You must edit library.path and change WAS location to the new one. Change this file for each project and restart the IDE. This should fix the issue.
Let me know how this works for you.
dougholubekMemberI did that and it didn’t work.
support-swapnaModeratordougholubek,
Can you try the enhancing process again? Please follow these steps :
1) Delete file com.genuitec.eclipse.blue.projects.properties.
2) Edit the .project file and remove entries with “genuitec” in id.
3) You will now be able to enhance the project again.Let me know how this works for you.
-
AuthorPosts