- This topic has 8 replies, 2 voices, and was last updated 15 years, 12 months ago by Loyal Water.
-
AuthorPosts
-
Vance FellersMemberI am using MyEclipse 6.6. Also, I started MyEclipse with a -vm pointing to a JDK, rather than a jre.
I created a Java Maven Project. Then I went to Run As -> Maven test. MyEclipse crashed. This happens with any of the Maven actions under Run As.
The resulting error message is in the form of a gray Eclipse dialog box, which I cannot copy to paste here. However the error stated “JVM terminated. Exit code = 1073741819”
Loyal WaterMemberI was unable to reproduce this error with my copy of 6.6.
Can you go to MyEclipse > Installation Summary > Installation Details and paste the information here for me.
Vance FellersMember*** Date:
Wednesday, November 19, 2008 7:22:25 PM EST** System properties:
OS=WindowsXP
OS version=5.1
Java version=1.5.0_11*** MyEclipse details:
MyEclipse Enterprise Workbench
Version: 6.6.0
Build id: 6.6.0-20081015*** Eclipse details:
MyEclipse Enterprise WorkbenchVersion: 6.6.0
Build id: 6.6.0-20081015Eclipse Platform
Version: 3.3.3.r33x_r20080129-_19UEl7Ezk_gXF1kouft
Build id: M20080221-1800Eclipse RCP
Version: 3.3.3.r33x_r20080129-8y8eE9UEUWI6qujeED0xT7bc
Build id: M20080221-1800Eclipse Java Development Tools
Version: 3.3.2.r33x_r20080129-7o7jE7_EDhYDiyVEnjb1pFd7ZGD7
Build id: M20080221-1800Eclipse Plug-in Development Environment
Version: 3.3.3.r33x_r20080129-7N7M5DQVIA_6oJsEFkEL
Build id: M20080221-1800Eclipse Project SDK
Version: 3.3.3.r33x_r20080129-7M7J7LB-u3aphGW6o3_VmiVfGXWO
Build id: M20080221-1800Eclipse Graphical Editing Framework
Version: 3.3.2.v20080129
Build id: 20080221-1602Eclipse startup command=-os
win32
-ws
win32
-arch
x86
-showsplash
-launcher
C:\Program Files\MyEclipse 6.6\eclipse\eclipse.exe
-name
Eclipse
–launcher.library
C:\Program Files\MyEclipse 6.6\eclipse\plugins\org.eclipse.equinox.launcher.win32.win32.x86_1.0.3.R33x_v20080118\eclipse_1023.dll
-startup
C:\Program Files\MyEclipse 6.6\eclipse\plugins\org.eclipse.equinox.launcher_1.0.1.R33x_v20080118.jar
-exitdata
e3c_c0
-clean
-vm
C:\Program Files\Java\jdk1.5.0_11\bin\javaw.exe
Loyal WaterMemberCan you switch to a new workspace (File > Switch Workspace > Temp), create new project and check if you can reproduce the issue.
Vance FellersMemberYes, I was able to switch a newMaven project. The same result occurred, MyEclipse/Eclipse crashed and closed, when I attempted a Maven test
Loyal WaterMembernvfellers,
I just checked with the dev team and it seems like we’ve never seen this behavior. I can only think of suggesting you a new clean install even though the chances are slim it will change anything.
Vance FellersMemberIs there a myeclipse log file I could paste here? Perhaps that might explain the error.
Vance FellersMemberIf I run an Ant script form MyEclipse/Eclipse, it also crashes the environment, as it did when I ran the Maven mvn:test. Could there be a problem with the plugin launcher?
Again, a human understandable log.file explanation of the eror would be helpful.
Loyal WaterMemberThe log file is available under <workspace>/.metadata/.log file.
-
AuthorPosts