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.
views:
949answers:
3
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