- This topic has 8 replies, 4 voices, and was last updated 19 years ago by Riyad Kalla.
-
AuthorPosts
-
ChampionMemberhello,
when I restart eclipse the jboss server disapear from server icon menu. strangely enought it is still in preference menu configure and enable. But I should open the prefenrence menu to get it show up back into the server icon.
Any idea on what could it came from?
Riyad KallaMemberCan you please post all the information we request in the [URL=http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-393.html]Posting Guidelines[/URL] thread at the top of this forum? That will give us some context so that we can determine if this is an installation issue, a configuration problem, or a bug. Thanks.
mrinal_kantiMemberIt happens for me too for any server that I use. But the settings for the server (location, JDK) remains intact. The app server icon/dropdown list doesn’t displayed the list of configured servers once I restart eclipse though it retains the information.
My environment details:
OS: WindowsXP Professional SP1
Eclipse Version: 3.0.1 Build id: 200409161125
Was Eclipse freshly installed for MyEclipse: Yes
Are any other external plugins installed: XMLSpy (But it does not work even without the plugin installed)
How many plugins in the <eclipse>/plugins directory are like org.eclipse.pde.* : 8
– org.eclipse.pde.build_3.0.1
– org.eclipse.pde.core_3.0.1
– org.eclipse.pde.doc.user_3.0.0
– org.eclipse.pde.junit.runtime_3.0.0
– org.eclipse.pde.runtime_3.0.1
– org.eclipse.pde.source_3.0.1
– org.eclipse.pde.ui_3.0.1
– org.eclipse.pde_3.0.1
MyEclipse version: Version: 3.8.3 Build id: 200412061200-3.8.3
What JDK version are you using to run Eclipse: 1.4.2_06
What JDK version are you using to launch your application server: 1.4.2_06
What steps did you take that resulted in the issue: I just added an app server via Window>preference and had the enable option checked.
What application server are you using: Tomcat 5.5.4 and JBoss 4.0.1
Are there any exceptions in the Eclipse log file? (<workspace>/.metadata/.log) : none
Riyad KallaMemberGuys, please check out and following this FAQ entry: http://www.myeclipseide.com/FAQ+index-myfaq-yes-id_cat-30.html#343
cbattisParticipantI have the same problem with any of the Jboss servers, though Tomcat and WebLogic servers survive a restart. I first got this error with 3.8.3, but I just installed 4.0.3 and it is still happening. I installed 4.0.3 and Eclipse 3.1 in new clean directories, but I did copy my old Eclipse 3.0 workspace into the new 3.1 workspace.
Adding -clean to the Eclipse startup link did not solve the problem.
cbattisParticipantMy configuration summary:
*** Date: Thu Dec 01 10:40:54 PST 2005
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.4.2_03*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.0.3 GA
Build id: 20051025-4.0.3-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse Java Development Tools
Version: 3.1.1
Build id: M20050929-0840Eclipse Plug-in Development Environment
Version: 3.1.1
Build id: M20050929-0840Eclipse Project SDK
Version: 3.1.1
Build id: M20050929-0840Eclipse Graphical Editing Framework
Version: 3.1
Build id: 200507071758Eclipse RCP
Version: 3.1.1
Build id: M20050929-0840Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\eclipse3.1\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
a2c_50
-vm
C:\oracle\product\10.1.0\db_1\jre\1.4.2\bin\javaw.exe
Riyad KallaMembercbattis,
Can you try a new workspace: File > Switch Workspace > C:\tempworkspace, hit OK. Now setup JBoss, does it work now?
cbattisParticipantIt works with a new workspace. Any ideas how to fix the old workspace? Or do I have to rebuild my workspace from scratch?
Riyad KallaMemberFirst try restarting using the -clean command line argument and selecting your old workspace, if that still doesn’t work with your old workspace open do a File > Export > Preferences, then open the new one, use File > Import to import your preferences and projects from the old one, viola, all fixed.
Moving from dot releases like that with the same workspace sometimes can lead to flaky behavior, sometimes not.
-
AuthorPosts