-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b72
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8135535 | emb-9 | Dmitriy Samersoff | P3 | Resolved | Fixed | team |
The LingeredApp failed to start but it is not possible to determine from the output why.
command: main TestClassLoaderStats
reason: User specified action: run main TestClassLoaderStats
elapsed time (seconds): 28.131
----------System.out:(1/371)----------
Command line: ['/export/local/aurora/CommonData/JDK_DIR/bin/java' '-d64' '-cp' '/scratch/local/aurora/sandbox/results/workDir/classes/10/serviceability/sa:/scratch/local/aurora/sandbox/results/workDir/classes/10/testlibrary:/scratch/local/aurora/sandbox/results/workDir/test/lib/share/classes' 'jdk.test.lib.apps.LingeredApp' '129be59c-054f-44d5-8e88-9d9a70a9a428.lck' ]
----------System.err:(13/684)----------
java.lang.NullPointerException
at TestClassLoaderStats.main(TestClassLoaderStats.java:64)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.NullPointerException
command: main TestClassLoaderStats
reason: User specified action: run main TestClassLoaderStats
elapsed time (seconds): 28.131
----------System.out:(1/371)----------
Command line: ['/export/local/aurora/CommonData/JDK_DIR/bin/java' '-d64' '-cp' '/scratch/local/aurora/sandbox/results/workDir/classes/10/serviceability/sa:/scratch/local/aurora/sandbox/results/workDir/classes/10/testlibrary:/scratch/local/aurora/sandbox/results/workDir/test/lib/share/classes' 'jdk.test.lib.apps.LingeredApp' '129be59c-054f-44d5-8e88-9d9a70a9a428.lck' ]
----------System.err:(13/684)----------
java.lang.NullPointerException
at TestClassLoaderStats.main(TestClassLoaderStats.java:64)
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:502)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:745)
JavaTest Message: Test threw exception: java.lang.NullPointerException
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.NullPointerException
- backported by
-
JDK-8135535 serviceability/sa tests fail due to LingeredApp process fails to start
-
- Resolved
-