Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

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

Joined
Dec 10, 2014
Messages
3,332
This has happened a couple of times with the latest update (v1.0.29)
Code:
java.lang.RuntimeException: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is:
        java.lang.ClassCastException: Cannot cast sn to aqk
        at com.runemate.game.api.script.Execution.delayUntil(uob:110)
        at com.runemate.game.api.script.Execution.delayUntil(uob:124)
        at com.runemate.game.api.script.Execution.delayUntil(uob:277)
        at com.runemate.game.api.script.Execution.delayUntil(uob:251)
        at com.runemate.game.api.hybrid.local.hud.Menu.click(cdc:142)
        at nul.IIiiIIiiiIIi.interact(cnb:148)
        at com.alphav2.api.runescape.Interaction.interact(Interaction.java:36)
        at com.alphav2.api.runescape.Interaction.interact(Interaction.java:63)
        at com.alphav2.api.runescape.Interaction.interact(Interaction.java:83)
        at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.NpcAttacker.execute(NpcAttacker.java:51)
        at com.slashnhax.bots.alpha.alpha_fighter_rewrite.tasks.combat.CombatHandler.execute(CombatHandler.java:23)
        at java.util.Optional.ifPresent(Optional.java:159)
        at com.alphav2.api.bot.taskbot.AlphaTaskBot.onLoop(AlphaTaskBot.java:30)
        at com.alphav2.api.bot.AlphaBot.run(AlphaBot.java:139)
        at com.runemate.game.api.script.framework.AbstractScript.start(dub:153)
        at nul.iIIIIIiIiiii.run(chc:191)
Caused by: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
        java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is:
        java.lang.ClassCastException: Cannot cast sn to aqk
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:162)
        at java.rmi.server.RemoteObjectInvocationHandler.invokeRemoteMethod(RemoteObjectInvocationHandler.java:227)
        at java.rmi.server.RemoteObjectInvocationHandler.invoke(RemoteObjectInvocationHandler.java:179)
        at com.sun.proxy.$Proxy8.serialize(Unknown Source)
        at nul.iIIiIIiIIiII.long(gob:23)
        at com.runemate.game.api.hybrid.local.hud.Menu.getItems(cdc:137)
        at com.runemate.game.api.hybrid.local.hud.Menu.indexOf(cdc:55)
        at com.runemate.game.api.hybrid.local.hud.Menu.contains(cdc:42)
        at com.runemate.game.api.hybrid.local.hud.Menu.long(cdc:142)
        at com.runemate.game.api.script.Execution.delayUntil(uob:180)
        ... 15 more
Caused by: java.rmi.RemoteException: Unable to retrieve the value of aqk.u for 108628441703263801; nested exception is: 
        java.lang.ClassCastException: Cannot cast sn to aqk
        at nul.IiiiiiIiiI.this(Unknown Source)
        at nul.IiiiiiIiiI.serialize(Unknown Source)
        at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
        at java.lang.reflect.Method.invoke(Unknown Source)
        at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at sun.rmi.transport.Transport$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown Source)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.lambda$run$0(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
        at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.ClassCastException: Cannot cast sn to aqk
        at java.lang.invoke.MethodHandleImpl.newClassCastException(Unknown Source)
        at java.lang.invoke.MethodHandleImpl.castReference(Unknown Source)
        ... 18 more
@Cloud
 
Top