-
Bug
-
Resolution: Cannot Reproduce
-
P3
-
None
-
hs17
40 SAJDI tests fails with IOException
Attaching to target VM
# ERROR: IOException while attaching with sun.jvm.hotspot.jdi.SAPIDAttachingConnector:
# ERROR: java.io.IOException
java.io.IOException
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:126)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.runIt(attach002.java:72)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.run(attach002.java:26)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.main(attach002.java:21)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.createVirtualMachine(SAPIDAttachingConnector.java:87)
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:111)
... 3 more
Caused by: sun.jvm.hotspot.debugger.DebuggerException: Doesn't appear to be a HotSpot VM (could not find symbol "gHotSpotVMTypeEntryTypeNameOffset" in remote process)
at sun.jvm.hotspot.HotSpotAgent.setupVM(HotSpotAgent.java:400)
at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:315)
at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:158)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:222)
... 9 more
See comments for more details
Attaching to target VM
# ERROR: IOException while attaching with sun.jvm.hotspot.jdi.SAPIDAttachingConnector:
# ERROR: java.io.IOException
java.io.IOException
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:126)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.runIt(attach002.java:72)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.run(attach002.java:26)
at nsk.sajdi.SAPIDAttachingConnector.attach.attach002.main(attach002.java:21)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.createVirtualMachine(SAPIDAttachingConnector.java:87)
at sun.jvm.hotspot.jdi.SAPIDAttachingConnector.attach(SAPIDAttachingConnector.java:111)
... 3 more
Caused by: sun.jvm.hotspot.debugger.DebuggerException: Doesn't appear to be a HotSpot VM (could not find symbol "gHotSpotVMTypeEntryTypeNameOffset" in remote process)
at sun.jvm.hotspot.HotSpotAgent.setupVM(HotSpotAgent.java:400)
at sun.jvm.hotspot.HotSpotAgent.go(HotSpotAgent.java:315)
at sun.jvm.hotspot.HotSpotAgent.attach(HotSpotAgent.java:158)
at sun.jvm.hotspot.jdi.VirtualMachineImpl.createVirtualMachineForPID(VirtualMachineImpl.java:222)
... 9 more
See comments for more details
- relates to
-
JDK-6917751 SAJDI tests failed with java.io.IOException
- Closed