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

Resolved RemoteException: Unable to retrieve the value of aqk.u

Discussion in 'Developer Support' started by SlashnHax, Mar 8, 2016.

  1. SlashnHax

    Joined:
    Dec 10, 2014
    Messages:
    3,216
    Likes Received:
    1,043
    This has happened a couple of times with the latest update (v1.0.29)
    Code (Text):
    1.  
    2. java.lang.RuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    3.         java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is:
    4.         java.lang.ClassCastException: Cannot cast sn to aqk
    5.         at com.runemate.game.api.script.Execution.delayUntil(uob:110)
    6.         at com.runemate.game.api.script.Execution.delayUntil(uob:124)
    7.         at com.runemate.game.api.script.Execution.delayUntil(uob:277)
    8.         at com.runemate.game.api.script.Execution.delayUntil(uob:251)
    9.         at com.runemate.game.api.hybrid.local.hud.Menu.click(cdc:142)
    10.         at nul.IIiiIIiiiIIi.interact(cnb:148)
    11.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:36)
    12.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:63)
    13.         at com.alphav2.api.runescape.Interaction.interact(Interaction.java:83)
    14.         at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.NpcAttacker.execute(NpcAttacker.java:51)
    15.         at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.CombatHandler.execute(CombatHandler.java:23)
    16.         at java.util.Optional.ifPresent(Optional.java:159)
    17.         at com.alphav2.api.bot.taskbot.AlphaTaskBot.onLoop(AlphaTaskBot.java:30)
    18.         at com.alphav2.api.bot.AlphaBot.run(AlphaBot.java:139)
    19.         at com.runemate.game.api.script.framework.AbstractScript.start(dub:153)
    20.         at nul.iIIIIIiIiiii.run(chc:191)
    21. Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
    22.         java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is:
    23.         java.lang.ClassCastException: Cannot cast sn to aqk
    24.         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    25.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    26.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    27.         at java.security.AccessController.doPrivileged(Native Method)
    28.         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    29.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    30.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    31.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    32.         at java.security.AccessController.doPrivileged(Native Method)
    33.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    34.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    35.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    36.         at java.lang.Thread.run(Unknown Source)
    37.         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
    38.         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
    39.         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
    40.         at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
    41.         at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
    42.         at com.sun.proxy.$Proxy8.serialize(Unknown Source)
    43.         at nul.iIIiIIiIIiII.long(gob:23)
    44.         at com.runemate.game.api.hybrid.local.hud.Menu.getItems(cdc:137)
    45.         at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(cdc:55)
    46.         at com.runemate.game.api.hybrid.local.hud.Menu.contains(cdc:42)
    47.         at com.runemate.game.api.hybrid.local.hud.Menu.long(cdc:142)
    48.         at com.runemate.game.api.script.Execution.delayUntil(uob:180)
    49.         ... 15 more
    50. Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is:
    51.         java.lang.ClassCastException: Cannot cast sn to aqk
    52.         at nul.IiiiiiIiiI.this(Unknown Source)
    53.         at nul.IiiiiiIiiI.serialize(Unknown Source)
    54.         at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
    55.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    56.         at java.lang.reflect.Method.invoke(Unknown Source)
    57.         at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
    58.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    59.         at sun.rmi.transport.Transport$1.run(Unknown Source)
    60.         at java.security.AccessController.doPrivileged(Native Method)
    61.         at sun.rmi.transport.Transport.serviceCall(Unknown Source)
    62.         at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
    63.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
    64.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
    65.         at java.security.AccessController.doPrivileged(Native Method)
    66.         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
    67.         at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    68.         at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    69.         at java.lang.Thread.run(Unknown Source)
    70. Caused by: java.lang.ClassCastException: Cannot cast sn to aqk
    71.         at java.lang.invoke.MethodHandleImpl.newClassCastException(Unknown Source)
    72.         at java.lang.invoke.MethodHandleImpl.castReference(Unknown Source)
    73.         ... 18 more
    @Cloud
     
  2. Best Answer:
    Post #2 by Arbiter, Apr 6, 2016
  3. Arbiter

    Arbiter Mod Automation

    Joined:
    Jul 26, 2013
    Messages:
    2,938
    Likes Received:
    1,266
    Resolving due to thread age. Please re-post if the bug still exists.
     

Share This Page

Loading...