Welcome!

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

Sign up now!

Question Not sure what is happening here...

Joined
Nov 9, 2016
Messages
6
I've had an issue running a few bots at the Combat Academy bank.

example:

Bot: AlexH666's Herblore Bot
Task: Mix potions using portable
Bank: combat academy

Log:

Code:
java.rmi.RemoteException: Unable to retrieve the value of aqn.u for 119137715588827944; nested exception is: 
    java.lang.ClassCastException: required class aqn but encountered class ajs
    at aux.iIiiiiIiii.case(eb:920)
    at aux.iIiiiiIiii.serialize(eb:616)
    at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:601)
    at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:322)
    at sun.rmi.transport.Transport$1.run(Transport.java:177)
    at sun.rmi.transport.Transport$1.run(Transport.java:174)
    at java.security.AccessController.doPrivileged(Native Method)
    at sun.rmi.transport.Transport.serviceCall(Transport.java:173)
    at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:553)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(TCPTransport.java:808)
    at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:667)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.ClassCastException: required class aqn but encountered class ajs
    at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
    at aux.iIiiiiIiii.case(eb:959)
    ... 15 more

I'm posting this here because I feel like it's a client side error?

Please let me know if I am doing something wrong.
 
Top