Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8039886

Tests fail with com.sun.tools.attach.AttachNotSupportedException

XMLWordPrintable

      A bunch of tests using attach fail with the following exception:

      com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file: target process not responding or HotSpot VM not loaded
      at sun.tools.attach.LinuxVirtualMachine.<init>(LinuxVirtualMachine.java:106)
      at sun.tools.attach.LinuxAttachProvider.attachVirtualMachine(LinuxAttachProvider.java:63)
      at com.sun.tools.attach.VirtualMachine.attach(VirtualMachine.java:214)
      at AttachWithStalePidFile.runTest(AttachWithStalePidFile.java:85)
      at AttachWithStalePidFile.main(AttachWithStalePidFile.java:55)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      at java.lang.reflect.Method.invoke(Method.java:483)
      at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
      at java.lang.Thread.run(Thread.java:745)

            lpriima Lev Priima
            lpriima Lev Priima
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: