Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » NullPointerException in JBoss debug mode
NullPointerException in JBoss debug mode [message #484251] Fri, 04 September 2009 19:06
Eclipse UserFriend
Originally posted by: bselu42.googlemail.com

Hi,

I'm a bit desperate about the following problem. If I start my JBoss from
Eclipse normally, everything goes fine. If I stat it in debug mode though,
I get the following error message:

'JDI Event Dispatch' has encountered a problem.

An internal error occured during "JDI Event Dispatch".
java.lang.NullPointerException

See also: http://bselu.dyndns.org/JdiEventDispatchNPE.png

In the Error Log I find the corresponding StackTrace:
java.lang.NullPointerException
at
org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoi nt.installableReferenceType(JavaBreakpoint.java:373)
at
org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoi nt.handleClassPrepareEvent(JavaBreakpoint.java:331)
at
org.eclipse.jdt.internal.debug.core.breakpoints.JavaBreakpoi nt.handleEvent(JavaBreakpoint.java:271)
at
org.eclipse.jdt.internal.debug.core.EventDispatcher.dispatch (EventDispatcher.java:155)
at
org.eclipse.jdt.internal.debug.core.EventDispatcher.access$0 (EventDispatcher.java:104)
at
org.eclipse.jdt.internal.debug.core.EventDispatcher$1.run(Ev entDispatcher.java:250)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

I have a fresh Eclipse 3.5 installed including JBoss Tools 3.1.0M. The
JBoss in use is 4.2.3.GA, but I also tried it with a 5.1.0.GA with the
same outcome. So I guess this is not the point. Furthermore I can
definitely start JBoss in debug mode from the command line. But I cannot
do it from Eclipse (it worked in the past).

Please make some light!

Best regard, Ecke
Previous Topic:Search for variable values during debugging ?
Next Topic:Mac OS X Snow leopard - Eclipse no longer remembers CVS passwords
Goto Forum:
  


Current Time: Thu Apr 25 19:17:56 GMT 2024

Powered by FUDForum. Page generated in 0.02701 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top