Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

4
votes
1answer
446 views

Using JDWP and JVMTI to obtain information of the running Java application

We are developing an application for obtaining the information of a running java application using JDWP and JVMTI. Sun Java comes with a reference implementation of JDWP so using agentlib -jdwp: will ...
2
votes
2answers
3k views

Java JVMTI doesn't work alongside -Xdebug -Xrunjdwp

I spent the last 4 hours trying to set up Eclipse TPTP memory profiling on a Tomcat instance that must be run remotely (i.e. not in Eclipse). This should be possible according to the TPTP and Agent ...
1
vote
1answer
1k views

Starting Tomcat with remote debugging (jdwp) when installed as a windows service

I have a Tomcat installed as a Windows service. I'd like to configure it to support remote debugging via jdwp. When starting it from the command line (catalina.bat), I can add this string to allow ...
0
votes
1answer
45 views

can I know jdwp transport port from inside JVM?

I am starting java with the following arguments: -Xdebug -Xrunjdwp:transport=dt_socket,address=0,server=y,suspend=n and I get the follwoing output: Listening for transport dt_socket at address: 59183 ...
0
votes
1answer
317 views

Problems running Java Remote Debugger JDWP on iMac running Mac OS X Snow Leopard 10.6.7

I am building a Spring Roo app at work, and the remote debugger works there (27" iMac with a core 2 duo), but when I try to run maven in debug mode (mvnDebug) at home, (27" iMac with a core i5, also ...
0
votes
2answers
2k views

“DeviceMonitor]Sending jdwp tracking request failed!” in Eclipse / Android

I'm a noob learning Eclipse and Android. Whenever I close the emulator I get "DeviceMonitor]Sending jdwp tracking request failed!" in the Console tab. Infact that seems to be the ONLY thing I get ...
0
votes
1answer
132 views

JVM Bug with JDWP

I found this bug report from Sun indicating a problem with certain Java versions and enabling a JDWP port. But that bug report doesn't indicate when or even if it was fixed. Does anyone have more ...