Menu

#562 Exception caught, error button displayed, no error dialog

closed-works-for-me
nobody
5
2007-02-01
2007-01-26
No

I was closing a large project and an error occured. The error dialog did not display itself, but this was printed to the Console:

Unhandled exception: java.lang.IllegalStateException: Interpreter JVM exited before registering, status: 1
Exception in thread "Wait for Interactions to Exit Thread" java.lang.NoClassDefFoundError: edu/rice/cs/drjava/ui/DrJavaErrorPopup$2
at edu.rice.cs.drjava.ui.DrJavaErrorPopup.<init>(DrJavaErrorPopup.java:114)
at edu.rice.cs.drjava.ui.DrJavaErrorHandler.record(DrJavaErrorHandler.java:93)
at edu.rice.cs.drjava.ui.DrJavaErrorHandler.handle(DrJavaErrorHandler.java:83)
at edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:653)
at edu.rice.cs.util.newjvm.AbstractMasterJVM$1.run(AbstractMasterJVM.java:204)
Unhandled exception: java.lang.NoClassDefFoundError: edu/rice/cs/drjava/ui/DrJavaErrorWindow$3
Unhandled exception: java.lang.NoClassDefFoundError: edu/rice/cs/drjava/ui/DrJavaErrorWindow$3
Unhandled exception: java.lang.NoClassDefFoundError: edu/rice/cs/drjava/ui/RegionsTreePanel$4

Discussion

  • Dan Smith

    Dan Smith - 2007-01-29

    Logged In: YES
    user_id=1060117
    Originator: NO

    The "NoClassDefFoundErrors" look like there's something wrong with your build. Was this a custom build, or something that was released?

    These kinds of errors can occur if you ctrl-c in the middle of building, then build again, because the dependency checking isn't perfect and sometimes doesn't realize that a certain step is only partially complete.

     
  • Christopher Warrington

    • status: open --> closed-works-for-me
     
  • Christopher Warrington

    Logged In: YES
    user_id=666678
    Originator: YES

    dlsmith was right. A clean compile seems to have fixed it.

     

Log in to post a comment.