Bugs item #1644951, was opened at 2007-01-25 22:55
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1644951&group_id=44253
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: User interface
Group: 5: Makes DrJ unstable
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Chris Warrington (c45207)
Assigned to: Nobody/Anonymous (nobody)
Summary: Exception caught, error button displayed, no error dialog
Initial Comment:
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
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=1644951&group_id=44253
|