Last active
February 11, 2021 22:42
-
-
Save cimi/3a0a6f0b88b9bcd842be47cc7392b25c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!ENTRY org.openjdk.jmc.console.ui 4 4 2021-02-11 17:23:03.865 | |
!MESSAGE Could not connect to Connection to be Edited : Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: | |
java.net.ConnectException: Connection refused: connect] | |
!STACK 0 | |
org.openjdk.jmc.rjmx.ConnectionException caused by java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: | |
java.net.ConnectException: Connection refused: connect] | |
at org.openjdk.jmc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:344) | |
at org.openjdk.jmc.rjmx.internal.ServerHandle.doConnect(ServerHandle.java:116) | |
at org.openjdk.jmc.rjmx.internal.ServerHandle.connect(ServerHandle.java:106) | |
at org.openjdk.jmc.console.ui.editor.internal.ConsoleEditor$ConnectJob.run(ConsoleEditor.java:99) | |
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:63) | |
Caused by: java.io.IOException: Failed to retrieve RMIServer stub: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: | |
java.net.ConnectException: Connection refused: connect] | |
at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:370) | |
at org.openjdk.jmc.rjmx.internal.RJMXConnection.connectJmxConnector(RJMXConnection.java:574) | |
at org.openjdk.jmc.rjmx.internal.RJMXConnection.establishConnection(RJMXConnection.java:551) | |
at org.openjdk.jmc.rjmx.internal.RJMXConnection.connect(RJMXConnection.java:337) | |
... 4 more | |
Caused by: javax.naming.ServiceUnavailableException [Root exception is java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: | |
java.net.ConnectException: Connection refused: connect] | |
at jdk.naming.rmi/com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:137) | |
at java.naming/com.sun.jndi.toolkit.url.GenericURLContext.lookup(GenericURLContext.java:207) | |
at java.naming/javax.naming.InitialContext.lookup(InitialContext.java:409) | |
at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServerJNDI(RMIConnector.java:1839) | |
at java.management.rmi/javax.management.remote.rmi.RMIConnector.findRMIServer(RMIConnector.java:1813) | |
at java.management.rmi/javax.management.remote.rmi.RMIConnector.connect(RMIConnector.java:302) | |
... 7 more | |
Caused by: java.rmi.ConnectException: Connection refused to host: localhost; nested exception is: | |
java.net.ConnectException: Connection refused: connect | |
at java.rmi/sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:623) | |
at java.rmi/sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:209) | |
at java.rmi/sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:196) | |
at java.rmi/sun.rmi.server.UnicastRef.newCall(UnicastRef.java:343) | |
at java.rmi/sun.rmi.registry.RegistryImpl_Stub.lookup(RegistryImpl_Stub.java:116) | |
at jdk.naming.rmi/com.sun.jndi.rmi.registry.RegistryContext.lookup(RegistryContext.java:133) | |
... 12 more | |
Caused by: java.net.ConnectException: Connection refused: connect | |
at java.base/java.net.PlainSocketImpl.connect0(Native Method) | |
at java.base/java.net.PlainSocketImpl.socketConnect(PlainSocketImpl.java:101) | |
at java.base/java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:399) | |
at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:242) | |
at java.base/java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:224) | |
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:403) | |
at java.base/java.net.Socket.connect(Socket.java:609) | |
at java.base/java.net.Socket.connect(Socket.java:558) | |
at java.base/java.net.Socket.<init>(Socket.java:454) | |
at java.base/java.net.Socket.<init>(Socket.java:231) | |
at java.rmi/sun.rmi.transport.tcp.TCPDirectSocketFactory.createSocket(TCPDirectSocketFactory.java:40) | |
at java.rmi/sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:617) | |
... 17 more |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Results: | |
Failures: | |
JfrThreadsPageTest.testResetButtons:204 expected:<13:06:19:[489]> but was:<13:06:19:[580]> | |
Errors: | |
JfrThreadsPageTest.testTimeFilterInvalid:229 ╗ Jemmy Action 'typing text "13:0... | |
Tests run: 48, Failures: 1, Errors: 1, Skipped: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment