views:

949

answers:

3

I am getting this error for all expressions and cant find anything on it. My guess is that the debugger isn't correctly connecting to the remote version, but I am not sure.

+1  A: 

Just to be sure: are you remote debugging some instrumented code ?

Because there seem to be some problems with JProfiler...

VonC
A: 

I am not sure but i have got this plenty of times...Its comes when i debug the application..and i think it occurs when the debugger tries to wrap a exception which arises due to code...at one instance while debugging when i see the logs i get some business exception but while debugging it gave me com.sun.jdi.InternalExcetpion..and yes I do remote debugging the servers jVM so it could also be beacuse the debugger isn't correctly connecting to the remote version as u pointed out

A: 

i have the same prob