I use M2eclipse0.9.1, maven 2.0.9 and java 1.5.0_14, and I have sometimes the following error at the end of my build :
FATAL ERROR in native method: JDWP on getting class status, jvmtiError=JVMTI_ERROR_WRONG_PHASE(112) # # An unexpected error has been detected by HotSpot Virtual Machine: # # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6d41919d, pid=1976, tid=688 # # Java VM: Java HotSpot(TM) Client VM (1.5.0_14-b03 mixed mode) # Problematic frame: # C [jdwp.dll+0x1919d] # JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on getting class status On Fri, Apr 11, 2008 at 9:32 AM, Bouiaw <[EMAIL PROTECTED]> wrote: > I get this error sometiles too, at the end of the process. > > > On Fri, Apr 11, 2008 at 2:52 AM, youhaodeyi <[EMAIL PROTECTED]> wrote: > > > > > Yes. It happens when Maven process is finishing. > > > > > > Eugene Kuleshov wrote: > > > > > > > > > So far I only seen this error happening when Maven process was > > > finishing. In that case this error can be ignored. Please let us know > > if > > > this error is happening in a middle of build and cause termination of > > > Maven process. > > > > > > I opened bug on Eclipse JDT/Debug about this. You can cc yourself at > > > https://bugs.eclipse.org/bugs/show_bug.cgi?id=224806 > > > > > > regards, > > > Eugene > > > > > > > > > Igor Fedorenko wrote: > > >> Does this happen every time you launch maven build or only > > >> occasionally? I've opened an improvement request to make debugging of > > >> external maven builds optional > > >> (http://jira.codehaus.org/browse/MNGECLIPSE-539). > > >> > > >> If you see this error every time you run maven build, please open new > > >> bugreport with project and steps to reproduce the problem. > > >> http://docs.codehaus.org/display/M2ECLIPSE/Reporting+Issues > > >> > > >> youhaodeyi wrote: > > >>> I use Eclipse 3.3.2, jdk1.6.0_03 and Maven 2.0.7 and got this error > > when > > >>> compiling source code: > > >>> > > >>> FATAL ERROR in native method: JDWP on raw monitor enter, > > >>> jvmtiError=JVMTI_ERROR_INVALID_ENVIRONMENT(116) > > >>> JDWP exit error JVMTI_ERROR_WRONG_PHASE(112): on getting class > > status > > >>> [../../../src/share/back/util.c:1265] > > >>> JDWP exit error JVMTI_ERROR_INVALID_ENVIRONMENT(116): on raw monitor > > >>> enter > > >>> [../../../src/share/back/util.c:1034] > > >>> ERROR: JDWP unable to dispose of JVMTI environment: > > >>> JVMTI_ERROR_INVALID_ENVIRONMENT(116) > > >>> > > >>> How can I fix it? > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe from this list, please visit: > > > > > > http://xircles.codehaus.org/manage_email > > > > > > > > > > > > > > > > -- > > View this message in context: > > http://www.nabble.com/I-got-this-error-when-compiling-source-code-by-Maven-tp16608361s177p16623048.html > > Sent from the Maven Eclipse - User mailing list archive at Nabble.com. > > > > > > --------------------------------------------------------------------- > > To unsubscribe from this list, please visit: > > > > http://xircles.codehaus.org/manage_email > > > > > > >
