- This topic has 7 replies, 3 voices, and was last updated 18 years, 4 months ago by Scott Anderson.
-
AuthorPosts
-
efratbMemberHi,
Once in a couple of days, my eclipse console gets stuck, and I don’t get any messages.
Not when I’m trying to run packaging, not when I’m trying to deploy, and not even when I stop & start JBoss.
It looks like nothing is even running.
The only cure for this is to close & reopen eclipse.
I talked with other people and I know that this happens to them as well.
Any idea why?Thanks,
Efrat
Riyad KallaMemberEfrat,
It sounds like either an install problem or a plugin state issue. First try restarting using the -clean command line argument and see if that helps. If that doesn’t work, please paste the result of MyEclipse > Abotu MyEclipse > Configuraiton Summary for us. Also if you can find a reproducable test case to recreate the problem, you should try creating a new workspace (File > Switch Workspace) and try and reproduce the problem in the new workspace.
efratbMemberHi,
I tried to restart myeclipse using the -clean argument but it didn’t help.
After about 24 hours it happened again.
Here’s my configuration summary:*** Date: Mon Jul 03 06:36:54 GMT 2006
*** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_06*** MyEclipse details:
MyEclipse Enterprise WorkbenchVersion: 4.1.1 GA
Build id: 20060228-4.1.1-GA*** Eclipse details:
Eclipse SDKVersion: 3.1.1
Build id: M20050929-0840Eclipse Platform
Version: 3.1.1
Build id: M20050929-0840Eclipse RCP
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 startup command=-os
win32
-ws
win32
-arch
x86
-launcher
C:\My Download Files\eclipse\eclipse.exe
-name
Eclipse
-showsplash
600
-exitdata
d14_64
-vm
C:\WINDOWS\system32\javaw.exeThanks,
Efrat
Riyad KallaMemberEfrat,
Were you able to reproduce the problem in a new workspace?
efratbMemberI didn’t try, because usually it takes a day or two with the eclipse open till it happens.
Riyad KallaMemberOh, I didn’t realize you were leaving Eclipse open for so long. It may be a memory issue. Try adjust your starting command line arguments to read like the ones outlined in this tip and see if it helps:
http://www.myeclipseide.com/PNphpBB2+file-viewtopic-t-10087.html
efratbMemberNo, it’s not that. I’m already using the VM arguments as follow:
-Xms512m -Xmx512m -XX:PermSize=64m -XX:MaxPermSize=128m.
I used to have memory problems (heap space, out of memory…) but since I changed the VM arguments it works fine.
The other problem, however, still reproduces.Thanks,
Efrat
Scott AndersonParticipantEfrat,
Not when I’m trying to run packaging, not when I’m trying to deploy, and not even when I stop & start JBoss.
When this happens, can you swtich to the ‘Debug Perspective’ and click on the running server in the Debug view. Does the Console now show any messages now that the executing server has been selected?
-
AuthorPosts