-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b120
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8327726 | 8u421 | Shivangi Gupta | P3 | Resolved | Fixed | b01 |
Nov 11, 2015 4:02:34 AM PlatformLoggerTest testLogMethods
INFO: Test info(String)
java.lang.RuntimeException: Logger test.logger.bar does not exist
at PlatformLoggerTest.checkLogger(PlatformLoggerTest.java:122)
at PlatformLoggerTest.main(PlatformLoggerTest.java:74)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:747)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Logger test.logger.bar does not exist
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Logger test.logger.bar does not exist
INFO: Test info(String)
java.lang.RuntimeException: Logger test.logger.bar does not exist
at PlatformLoggerTest.checkLogger(PlatformLoggerTest.java:122)
at PlatformLoggerTest.main(PlatformLoggerTest.java:74)
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:520)
at com.sun.javatest.regtest.agent.MainWrapper$MainThread.run(MainWrapper.java:92)
at java.lang.Thread.run(Thread.java:747)
JavaTest Message: Test threw exception: java.lang.RuntimeException: Logger test.logger.bar does not exist
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: Logger test.logger.bar does not exist
- backported by
-
JDK-8327726 [TESTBUG] PlatformLoggerTest.java throws java.lang.RuntimeException: Logger test.logger.bar does not exist
- Resolved