Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.88 KB | None | 0 0
  1. java.rmi.ConnectException: Connection refused to host: 192.168.2.3; nested exception is:
  2.     java.net.ConnectException: Connection refused: connect
  3.     at sun.rmi.transport.tcp.TCPEndpoint.newSocket(TCPEndpoint.java:619)
  4.     at sun.rmi.transport.tcp.TCPChannel.createConnection(TCPChannel.java:216)
  5.     at sun.rmi.transport.tcp.TCPChannel.newConnection(TCPChannel.java:202)
  6.     at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:128)
  7.     at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:194)
  8.     at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:148)
  9.     at $Proxy1.onFrameDrawn(Unknown Source)
  10.     at com.runemate.callback.CallbackService.onFrameDrawn(wl:83)
  11.     at bx.u(bx.java:53)
  12.     at bx.n(bx.java:39)
  13.     at client.ax(client.java:1082)
  14.     at bh.f(bh.java:380)
  15.     at bh.run(bh.java:334)
  16.     at java.lang.Thread.run(Thread.java:722)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement