-
Bug
-
Resolution: Fixed
-
P1
-
9
-
b64
-
windows
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084851 | emb-9 | Staffan Larsen | P1 | Resolved | Fixed | team |
java.lang.UnsatisfiedLinkError: C:\\local\\aurora\\CommonData\\jdk\\bin\\management_ext.dll: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1932)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1840)
at java.lang.Runtime.loadLibrary0(Runtime.java:874)
at java.lang.System.loadLibrary(System.java:1111)
at com.sun.management.internal.PlatformMBeanProviderImpl.lambda$static$0(PlatformMBeanProviderImpl.java:57)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.management.internal.PlatformMBeanProviderImpl.<clinit>(PlatformMBeanProviderImpl.java:56)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:425)
at java.lang.Class.newInstance(Class.java:464)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:378)
... 16 more
RULE nsk/jdwp/ReferenceType/Instances/instances001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/VirtualMachine/InstanceCounts/instanceCounts001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ObjectReference/ReferringObjects/referringObjects002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1932)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1840)
at java.lang.Runtime.loadLibrary0(Runtime.java:874)
at java.lang.System.loadLibrary(System.java:1111)
at com.sun.management.internal.PlatformMBeanProviderImpl.lambda$static$0(PlatformMBeanProviderImpl.java:57)
at java.security.AccessController.doPrivileged(Native Method)
at com.sun.management.internal.PlatformMBeanProviderImpl.<clinit>(PlatformMBeanProviderImpl.java:56)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:425)
at java.lang.Class.newInstance(Class.java:464)
at java.util.ServiceLoader$LazyIterator.nextService(ServiceLoader.java:378)
... 16 more
RULE nsk/jdwp/ReferenceType/Instances/instances001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/VirtualMachine/InstanceCounts/instanceCounts001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ObjectReference/ReferringObjects/referringObjects002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn002 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
RULE nsk/jdwp/ThreadReference/OwnedMonitorsStackDepthInfo/ownedMonitorsStackDepthInfo001 Exception java.lang.UnsatisfiedLinkError: ...management_ext.dll: The specified procedure could not be found
- backported by
-
JDK-8084851 JDK fails with "jdk\\bin\\management_ext.dll: The specified procedure could not be found"
-
- Resolved
-