Welcome!

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

Sign up now!

Bug Unable to retrieve value

I've been called a god before.
Joined
Aug 5, 2014
Messages
3,212
Code:
java.rmi.RemoteException: Unable to retrieve the value of aac.d for 31776437; nested exception is:
 java.lang.ClassCastException: required class aac but encountered class [Laps;
 at aux.iIIiiiIiIII.false(nb:649)
 at aux.iIIiiiIiIII.uid(nb:144)
 at sun.reflect.GeneratedMethodAccessor3.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 aac but encountered class [Laps;
 at java.lang.invoke.MethodHandleNatives.raiseException(MethodHandleNatives.java:373)
 at aux.iIIiiiIiIII.false(nb:398)
 ... 15 more

One of the many ones i have escalated.

@Cloud @Arbiter

Thank you
 
Please guys take a look at this.
 
Top