1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

Resolved error during JRMP connection establishment

Discussion in 'Client & Site Support' started by Tikas, Apr 18, 2016.

  1. Tikas

    Joined:
    Oct 30, 2014
    Messages:
    69
    Likes Received:
    6
    I get this error when i try to run a bot.

    Code (Text):
    1. java.lang.Exception: Failed to bind to the virtual machine.
    2.         at nul.iiIIIIiiiIII.const(zcc:228)
    3.         at nul.IIiiIIiIiiiI.run(vcc:225)
    4. Caused by: java.rmi.ConnectIOException: error during JRMP connection establishment; nested exception is:
    5.         java.net.SocketTimeoutException: Read timed out
    6.         at sun.rmi.transport.tcp.TCPChannel.createConnection(Unknown Source)
    7.         at sun.rmi.transport.tcp.TCPChannel.newConnection(Unknown Source)
    8.         at sun.rmi.server.UnicastRef.newCall(Unknown Source)
    9.         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
    10.         at nul.IiiiiIiIiIiI.const(xdc:27)
    11.         at nul.iiIIIIiiiIII.const(zcc:31)
    12.         ... 1 more
    13. Caused by: java.net.SocketTimeoutException: Read timed out
    14.         at java.net.SocketInputStream.socketRead0(Native Method)
    15.         at java.net.SocketInputStream.socketRead(Unknown Source)
    16.         at java.net.SocketInputStream.read(Unknown Source)
    17.         at java.net.SocketInputStream.read(Unknown Source)
    18.         at java.io.BufferedInputStream.fill(Unknown Source)
    19.         at java.io.BufferedInputStream.read(Unknown Source)
    20.         at java.io.DataInputStream.readByte(Unknown Source)
    21.         ... 7 more
     
  2. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    @Cloud this is a first...
     
  3. Aidden

    Aidden Author of MaxiBots

    Joined:
    Dec 3, 2013
    Messages:
    6,600
    Likes Received:
    990
    Assuming this has been fixed. If not post a new thread.
     

Share This Page

Loading...