While starting a Java application using the following JVM parameters along with a dyna trace agent :
-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5000
-agentpath:c:\dynaTrace\agent\lib\dtagent.dll=name=abc,server=abc.com:9998"
I am getting an error JDWP unable to get necessary JVMTI capabilities
I tried searching few forums where it has been stated that it is not possible to do these two things simultaneously. Is it so ? I was also able to locate a java bug report which stated that JDWP: Loading twice is not properly handled. http://bugs.java.com/bugdatabase/view_bug.do?bug_id=6354345 Is there a way to run these two things simultaneously?