FWIW, I have a similar problem with JDEbug on Windows XP/Cygwin with NT Emacs 21.3.1:

Error: debugger unable to launch util.Driver.
Reason: Exception during command execution: jde.debugger.JDEException: INTERNAL ERROR: an attempt was made at deregistering a valid debugger. The debugger must be shut down first.
Error: unable to run util.Driver..
Reason: (3 error (Error occurred while executing run. Error: jde.debugger.JDEException: Command 3 already exists in queue for process 1)).


  -- Ed

Paul Kinnucan wrote:
Hi Hans,

I can't see anything wrong with your setup. I will try to reproduce
the error on my version of Linux, which differs from yours. Meanwhile,
please try the JDEE's interface to jdb (see jde-debugger). It is more
robust than JDEbug at the moment.

Paul


Hans Olthof writes:
> Hello,
> I am failing to get JDEbug running on the following configuration:
> Java jdk 1.5.0_01
> GNU Emacs 21.4.1
> OS SuSE 9.2
> JDE: 2.3.5
> > I have carefully gone through the setup ( and numerous permutations) and > have finished up that when I invoke "JDE/Debug App", I get the JDE Debug > 'local variables' window up, then it just seems to hang,with no imediate > message. emacs will hang for about 1 minute then be available for work.
> It seems that I have not configured correctlly to actually connect to > the vm or something.
> > The JDEbug buffer has the following output:
> ________________________________
> cd /mnt/data/projects/busan/src/org/ho/busan/
> /usr/java/jdk/bin/java -classpath > /usr/local/share/emacs/21.4/site-lisp/jde-2.3.5/java/lib/jde.jar:/usr/java/jdk/lib/tools.jar > jde.debugger.Main
> > > (jde-dbo-init-debug-session)
> JDE> -1 1 launch 1 -vmexec java -classpath > /mnt/data/projects/busan/build/:/usr/java/junit/junit.jar:/usr/apache/commons-dbcp/commons-dbcp.jar:/usr/hsqldb/lib/hsqldb.jar:/usr/apache/commons-pool/commons-pool.jar:/usr/apache/commons-collections/commons-collections.jar > org.ho.busan.view.MainApp > > > (jde-dbo-command-error 1 "Exception during command execution: > jde.debugger.JDEException: INTERNAL ERROR: an attempt was made at > deregistering a valid debugger. The debugger must be shut down first.")
> __________________________________
[ ... ]

Reply via email to