Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Eclipse Helios crashes A workspace crash was detected(Helios crash on windows)
Eclipse Helios crashes A workspace crash was detected [message #698351] Tue, 19 July 2011 10:14 Go to next message
victoor.jelle is currently offline victoor.jelleFriend
Messages: 4
Registered: December 2010
Junior Member
Hey,

My eclipse is crashing all the time, when I try to do a refactor rename. When I uncheck the options
'update similarly named variables and methods',
'update textual occurrences in comments and strings',
'update fully qualified names in non-Java text files';
I still get the same error.

I am using a windows xp machine, this is my eclipse.ini file:

-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-vm
D:/DEV/SOFTWARE/Java/jdk1.7.0/jre/bin/server/jvm.dll
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-server
-Dosgi.requiredJavaVersion=1.6
-Xss4m
-Declipse.p2.unsignedPolicy=allow
-XX:PermSize=128m
-XX:CompileThreshold=5
-XX:MaxGCPauseMillis=10
-XX:MaxHeapFreeRatio=70
-XX:+CMSIncrementalPacing
-XX:+UnlockExperimentalVMOptions
-XX:+UseParallelGC
-XX:+UseFastAccessorMethods
--Dhttp.agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; custom; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; InfoPath.2; custom; custom)
--Dhttp.nonProxyHosts=localhost|127.0.0.1
-Dosgi.requiredJavaVersion=1.5
-XX:ReservedCodeCacheSize=128m
-Xms128m
-Xmx768m
-XX:MaxPermSize=384m
-XX:PermSize=128m


The error log:

org.sonar.ide.eclipse.logback: Platform instance location is not set yet - will retry.
org.sonar.ide.eclipse.logback: Configuring logback
org.sonar.ide.eclipse.logback: Initializing logback
12:02:52.597 INFO  - Eclipse version : 3.7.0.v20110110
!SESSION 2011-07-19 12:02:40.254 -----------------------------------------------

eclipse.buildId=I20110613-1736
java.version=1.7.0
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Framework arguments:  -product org.eclipse.epp.package.jee.product
Command-line arguments:  -os win32 -ws win32 -arch x86 -product org.eclipse.epp.package.jee.product -consoleLog

!ENTRY org.eclipse.jst.jsp.core 4 4 2011-07-19 12:04:36.082
!MESSAGE A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes.
12:04:36.097 ERROR - A workspace crash was detected. The previous session did not exit normally. Not using saved taglib indexes.


Thanks

[Updated on: Tue, 19 July 2011 10:15]

Report message to a moderator

Re: Eclipse Helios crashes A workspace crash was detected [message #698375 is a reply to message #698351] Tue, 19 July 2011 11:00 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 19.07.2011 12:14, forums-noreply@eclipse.org wrote:
> Hey,
>
> My eclipse is crashing all the time, when I try to do a refactor
> rename. When I uncheck the options 'update similarly named variables
> and methods', 'update textual occurrences in comments and strings',
> 'update fully qualified names in non-Java text files';
> I still get the same error.
You should try to find the VM dump and then open a bug report.

Dani
>
> I am using a windows xp machine, this is my eclipse.ini file:
>
> [code]
> -startup
> plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
> --launcher.library
> plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
> -vm
> D:/DEV/SOFTWARE/Java/jdk1.7.0/jre/bin/server/jvm.dll
> -product
> org.eclipse.epp.package.jee.product
> --launcher.defaultAction
> openFile
> --launcher.XXMaxPermSize
> 256M
> -showsplash
> org.eclipse.platform
> --launcher.XXMaxPermSize
> 256m
> --launcher.defaultAction
> openFile
> -vmargs
> -server
> -Dosgi.requiredJavaVersion=1.6
> -Xss4m
> -Declipse.p2.unsignedPolicy=allow
> -XX:PermSize=128m
> -XX:CompileThreshold=5
> -XX:MaxGCPauseMillis=10
> -XX:MaxHeapFreeRatio=70
> -XX:+CMSIncrementalPacing
> -XX:+UnlockExperimentalVMOptions
> -XX:+UseParallelGC
> -XX:+UseFastAccessorMethods
> --Dhttp.agent=Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1;
> custom; .NET CLR 1.1.4322; InfoPath.1; .NET CLR 2.0.50727; InfoPath.2;
> custom; custom)
> --Dhttp.nonProxyHosts=localhost|127.0.0.1
> -Dosgi.requiredJavaVersion=1.5
> -XX:ReservedCodeCacheSize=128m
> -Xms128m
> -Xmx768m
> -XX:MaxPermSize=384m
> -XX:PermSize=128m
> [code]
>
> The error log:
>
>
> org.sonar.ide.eclipse.logback: Platform instance location is not set
> yet - will
> retry.
> org.sonar.ide.eclipse.logback: Configuring logback
> org.sonar.ide.eclipse.logback: Initializing logback
> 12:02:52.597 INFO - Eclipse version : 3.7.0.v20110110
> !SESSION 2011-07-19 12:02:40.254
> -----------------------------------------------
>
> eclipse.buildId=I20110613-1736
> java.version=1.7.0
> java.vendor=Oracle Corporation
> BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
> Framework arguments: -product org.eclipse.epp.package.jee.product
> Command-line arguments: -os win32 -ws win32 -arch x86 -product
> org.eclipse.epp.
> package.jee.product -consoleLog
>
> !ENTRY org.eclipse.jst.jsp.core 4 4 2011-07-19 12:04:36.082
> !MESSAGE A workspace crash was detected. The previous session did not
> exit norma
> lly. Not using saved taglib indexes.
> 12:04:36.097 ERROR - A workspace crash was detected. The previous
> session did no
> t exit normally. Not using saved taglib indexes.
>
>
> Thanks
Re: Eclipse Helios crashes A workspace crash was detected [message #698394 is a reply to message #698375] Tue, 19 July 2011 12:18 Go to previous messageGo to next message
victoor.jelle is currently offline victoor.jelleFriend
Messages: 4
Registered: December 2010
Junior Member
Do you mean a thread dump or a heap dump? When should I force the dump (with visual vm)? before or after the crash?
Re: Eclipse Helios crashes A workspace crash was detected [message #698417 is a reply to message #698394] Tue, 19 July 2011 12:30 Go to previous message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
On 19.07.2011 14:18, forums-noreply@eclipse.org wrote:
> Do you mean a thread dump or a heap dump? When should I force the dump
> (with visual vm)? before or after the crash?
The crash dump which the VM writes on crash (not always produced). It is
often found in the user's home directory or as sibling of the eclipse or
VM executable.

Dani
Previous Topic:Xerces Error -- Eclipse Indigo + JBOSS 5.1
Next Topic:Eclipse error when Instal New Softwere
Goto Forum:
  


Current Time: Fri Apr 26 20:34:50 GMT 2024

Powered by FUDForum. Page generated in 0.02313 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top