Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

remote debugging problem

0 views
Skip to first unread message

Hans Noemmer

unread,
May 12, 1998, 3:00:00 AM5/12/98
to

Does anyone have experience with remote debugging ?
I tried to debug a Java application on a DIGITAL Alpha (jdk1.1.5)
from a remote NT (jdk1.1.4) host
and got the following message

Initializing jdb...
. [Internal debugger error: invalid type code: 3211936]
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:884)
at sun.tools.debug.RemoteAgent.readValue(RemoteAgent.java:402)
at sun.tools.debug.RemoteAgent.initSession(RemoteAgent.java:91)
at sun.tools.debug.RemoteAgent.<init>(RemoteAgent.java:170)
at sun.tools.debug.RemoteDebugger.<init>(RemoteDebugger.java:54)

at sun.tools.ttydebug.TTY.<init>(TTY.java:1424)
at sun.tools.ttydebug.TTY.main(TTY.java:1590)
[Internal debugger error: invalid type code: 3211904]
java.lang.Exception: Stack trace
at java.lang.Thread.dumpStack(Thread.java:884)
at sun.tools.debug.RemoteAgent.readValue(RemoteAgent.java:402)
at sun.tools.debug.RemoteAgent.initSession(RemoteAgent.java:96)
at sun.tools.debug.RemoteAgent.<init>(RemoteAgent.java:170)
at sun.tools.debug.RemoteDebugger.<init>(RemoteDebugger.java:54)

at sun.tools.ttydebug.TTY.<init>(TTY.java:1424)
at sun.tools.ttydebug.TTY.main(TTY.java:1590)
Internal exception: java.lang.ClassCastException:
sun.tools.debug.RemoteShort
at sun.tools.debug.RemoteAgent.initSession(RemoteAgent.java:96)
at sun.tools.debug.RemoteAgent.<init>(RemoteAgent.java:170)
at sun.tools.debug.RemoteDebugger.<init>(RemoteDebugger.java:54)

at sun.tools.ttydebug.TTY.<init>(TTY.java:1424)
at sun.tools.ttydebug.TTY.main(TTY.java:1590)

Can anyone tell me what's wrong about it? Any suggestions and
further information
about remote debugging gratefully received!

Hans

0 new messages