- This topic has 6 replies, 2 voices, and was last updated 13 years, 4 months ago by support-swapna.
-
AuthorPosts
-
Jonathon FreemanMemberI configured and enabled JBoss 5.1.0.GA under Window > Preferences > MyEclipse > Servers > JBoss. But when I open the Servers view and right-click on JBoss and select “Add Deployment” nothing happens. (On my install at work, a dialog will pop up and I can select which project to deploy.)
I can start, restart, and stop JBoss fine. Log outputs to the console view with no problems.
Any ideas?
support-swapnaModeratorawnry ,
Sorry that you are seeing this issue with MyEclipse.
Can you answer some more questions for me to understand the issue better ?
1) Can you share your Build Id from Help > About MyEclipse Enterprise Edition > Build Id? Paste the Build Id here.
2) Is this a new install of MyEclipse or an update ?
3) Did you install any third party plugins?
4) Do you see the same issue with other configured servers in the IDE ?
5) Can you check if you can add deployment for a simple Web project to JBoss from context menu Run As > MyEclipse Server Application > JBoss ?
6) Can you switch to a new workspace, create a web project,replicate the issue and paste the contents of the .log file located at <workspace dir>/.metadata/.log here for me ?
Jonathon FreemanMemberHi support-swapna,
Thanks for your help with this. Here are the answers to your questions:
1) Can you share your Build Id from Help > About MyEclipse Enterprise Edition > Build Id? Paste the Build Id here.
Build Id: 9.1-20110701
2) Is this a new install of MyEclipse or an update ?
Straightforward question, but not a straightforward answer. I had regular Eclipse installed at first and I’d been using that. Then the other day I bought a MyEclipse license and installed that. There were some issues I guess with the two, so I uninstalled Eclipse and MyEclipse both then re-installed MyEclipse. That fixed the issues I was having. (Except for the current one of course.)
3) Did you install any third party plugins?
I installed Subversive SVN Team Provider, Subversive SVN Connectors, Native JavaHL 1.6 Implementation, and JavaHL 1.6.12 Win32 Binaries. There might’ve been others I had installed with regular Eclipse, but these are the ones currently installed in MyEclipse according to the Software tab in the Configuration Center.
4) Do you see the same issue with other configured servers in the IDE ?
Yes, I do. None of the servers I have tried will bring up the dialog when selecting Add Deployment, so I don’t think it’s JBoss related.
5) Can you check if you can add deployment for a simple Web project to JBoss from context menu Run As > MyEclipse Server Application > JBoss ?
Yes, that seems to work actually.
6) Can you switch to a new workspace, create a web project,replicate the issue and paste the contents of the .log file located at <workspace dir>/.metadata/.log here for me ?
Interesting. I cannot replicate the issue when I switched workspace. I’ve attached the log file in case it’s still needed.
Is there anything I can do to keep my settings but switch workspaces? (I don’t mind having to reimport projects, etc.) Or is there a way to fix the problem with the current workspace?
Attachments:
You must be logged in to view attached files.
Jonathon FreemanMember…when I say I cannot replicate the issue, what I mean is there issue does not happen after switching to a new workspace.
support-swapnaModeratorawnry ,
Glad that it is working. You can import your projects to the new workspace and you should be all set.
If you are looking at preserving the settings , copy the .metadata/.plugins/org.eclipse.core.runtime/.settings directory into your new workspace directory.Let us know if you have any other issues.
Jonathon FreemanMemberBefore your reply I started up MyEclipse and tried it and it worked! I didn’t have to change workspaces or anything, not sure why creating a new workspace and project then switching back worked, but it did! Thanks for your help!
support-swapnaModeratorawnry ,
Glad that it works.
Do let us know if you have any other issues. -
AuthorPosts