Bugs item #808937, was opened at 2003-09-18 16:46
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=808937&group_id=44253
Category: Interactions
Group: Makes DrJ unstable
Status: Open
Resolution: None
Priority: 5
Submitted By: Eric E. Allen (eallen)
Assigned to: Nobody/Anonymous (nobody)
Summary: Interactions reset failure
Initial Comment:
I tried out the Eclipse plug-in, which worked fine when
I first installed it. But now I'm getting the following
error:
Reset failed!
Trying to enter text into interactions after that point
causes Eclipse to hang.
Starting up DrJava now gives me a similar error:
Reset failed! See the console tab for details.
The contents of the console tab appear below. Looking
at the relevant source code, I suspect the problem may
be related to the fact that I'm using a proxy for
network access, on port 8080. I'm on Mac OS 10.2.6, JVM
1.4.1_01-24.
-- Eric
java.lang.IllegalStateException: Interpreter JVM exited
before
registering, status: 3
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:729)
at
edu.rice.cs.util.newjvm.AbstractMasterJVM$2.run(AbstractMasterJVM.java:233)
java.lang.IllegalStateException: Interpreter JVM exited
before
registering, status: 3
at
edu.rice.cs.drjava.model.repl.newjvm.MainJVM.slaveQuitDuringStartup(MainJVM.java:729)
at
edu.rice.cs.util.newjvm.AbstractMasterJVM$2.run(AbstractMasterJVM.java:233)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=438935&aid=808937&group_id=44253
|