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 rmi.RemoteException unable to retrieve value

Author of MaxiBots
Joined
Dec 3, 2013
Messages
6,771
Not sure if you fixed this already as these have been in my log for a day but just in case @Cloud

Code:
java.rmi.RemoteException: Unable to retrieve the value of ai.by for 31930755; nested exception is:
 java.lang.ClassCastException: required class ai but encountered class gg
 at aux.IiiIIiiiII.try(ab:780)
 at aux.IiiIIiiiII.int32(ab:600)
 at sun.reflect.GeneratedMethodAccessor14.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 ai but encountered class gg
 at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
 at aux.IiiIIiiiII.try(ab:920)
 ... 15 more
RuneMate v2.2.9.0 - MaxiWoodcutter v2.0.3 - OSRS B9139C - Windows 10 - Java8u92 x86 (Oracle Corporation)
And another
Code:
java.rmi.RemoteException: Unable to retrieve the value of b.f for 36810751661332942; nested exception is:
 java.lang.ClassCastException: required class b but encountered class hf
 at aux.IiiIIiiiII.try(ab:780)
 at aux.IiiIIiiiII.int32(ab:600)
 at sun.reflect.GeneratedMethodAccessor14.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 b but encountered class hf
 at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
 at aux.IiiIIiiiII.try(ab:920)
 ... 15 more
RuneMate v2.2.8.0 - MaxiFisher v1.2.91 - OSRS B9139C - Windows 10 - Java8u92 x86 (Oracle Corporation)
and yet another
Code:
java.rmi.RemoteException: Unable to retrieve the value of ai.by for 10508570; nested exception is:
 java.lang.ClassCastException: required class ai but encountered class gg
 at aux.IiiIIiiiII.try(ab:780)
 at aux.IiiIIiiiII.int32(ab:600)
 at sun.reflect.GeneratedMethodAccessor12.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 ai but encountered class gg
 at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
 at aux.IiiIIiiiII.try(ab:920)
 ... 15 more
RuneMate v2.2.8.0 - MaxiWoodcutter v2.0.3 - OSRS B9139C - Windows 7 - Java8u92 x86 (Oracle Corporation)
 
Top