An internal error occurred during: "JDI Event Dispatch" java.lang.NullPointerException
Asked Answered
B

3

12

I have my java applet codee,I am trying to debug using eclipse Indigo EE. I am trying to debug on remote using debug configuration and port. When I try to execute the application, it gives always an error message,

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

and control is not stopping in the break point.

Please help.

Regards, KSAT

Beberg answered 18/10, 2011 at 8:50 Comment(0)
H
1

Try increasing the debugger timeout (under Preferences -> Java -> Debug).

Hephaestus answered 2/6, 2014 at 10:42 Comment(0)
T
0

It was because one of objects was not created. In my case it was service, to which I wanted to bind, but it was null.

Therefor answered 3/12, 2012 at 22:43 Comment(0)
S
0

Terminate and relaunch. It worked for me.

Solmization answered 19/3, 2013 at 14:27 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.