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

Bug java.rmi.ServerException: RemoteException

Discussion in 'Client & Site Support' started by qverkk, Apr 19, 2016.

  1. qverkk

    Joined:
    Sep 22, 2015
    Messages:
    1,603
    Likes Received:
    381
    Client Version: 2.0.3.1

    Error:
    Code (Text):
    1. java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    2.  
    3.  java.rmi.RemoteException: Unable to retrieve the value of aqd.p for 13709011648748616; nested exception is:
    4.  
    5.  java.lang.ClassCastException: required class aqd but encountered class sf
    6.  
    7.  at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:353)
    8.  
    9.  at sun.rmi.transport.Transport$1.run(Transport.java:177)
    10.  
    11.  at sun.rmi.transport.Transport$1.run(Transport.java:174)
    12.  
    13.  at java.security.AccessController.doPrivileged(Native Method)
    14.  
    15.  at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    16.  
    17.  at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    18.  
    19.  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    20.  
    21.  at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    22.  
    23.  at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    24.  
    25.  at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    26.  
    27.  at java.lang.Thread.run(Thread.java:722)
    28.  
    29.  at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Unknown Source)
    30.  
    31.  at sun.rmi.transport.StreamRemoteCall.executeCall(Unknown Source)
    32.  
    33.  at sun.rmi.server.UnicastRef.invoke(Unknown Source)
    34.  
    35.  at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(Unknown Source)
    36.  
    37.  at java.rmi.server.RemoteObjectInvocationHandler.invoke(Unknown Source)
    38.  
    39.  at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    40.  
    41.  at nul.IiIIIIiiiiII.do(fub:80)
    42.  
    43.  at com.runemate.game.api.hybrid.local.hud.Menu.getItems(pbc:89)
    44.  
    45.  at com.runemate.game.api.hybrid.local.hud.Menu.getItem(pbc:4)
    46.  
    47.  at com.runemate.game.api.hybrid.local.hud.Menu.click(pbc:39)
    48.  
    49.  at nul.iiiIiIiiIiiI.interact(prb:102)
    50.  
    51.  at com.runemate.game.api.hybrid.entities.details.Interactable.interact(mm:43)
    52.  
    53.  at QveChickenKiller.Tasks.FightingHandler.execute(FightingHandler.java:47)
    54.  
    55.  at com.runemate.game.api.script.framework.task.TaskScript.onLoop(tpb:89)
    56.  
    57.  at com.runemate.game.api.script.framework.LoopingScript.run(apb:85)
    58.  
    59.  at com.runemate.game.api.script.framework.AbstractScript.start(pxb:43)
    60.  
    61.  at nul.IiiiiIiIiIII.run(jhc:145)
    62.  
    63. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqd.p for 13709011648748616; nested exception is:
    64.  
    65.  java.lang.ClassCastException: required class aqd but encountered class sf
    66.  
    67.  at nul.iiIiIIiIII.null(ob:935)
    68.  
    69.  at nul.iiIiIIiIII.serialize(ob:793)
    70.  
    71.  at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    72.  
    73.  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    74.  
    75.  at java.lang.reflect.Method.invoke(Method.java:601)
    76.  
    77.  at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
    78.  
    79.  at sun.rmi.transport.Transport$1.run(Transport.java:177)
    80.  
    81.  at sun.rmi.transport.Transport$1.run(Transport.java:174)
    82.  
    83.  at java.security.AccessController.doPrivileged(Native Method)
    84.  
    85.  at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    86.  
    87.  at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    88.  
    89.  at sun.rmi.
    Line 47:
    if (npc.interact("Attack", "Chicken")) {

    @Cloud
     

Share This Page

Loading...