HI,
I have successfully deployed my
EJB stateless bean application on weblogic 8.1 server.
iam getting following error that my class unable to access data from EJB bean.
any bodu can give me what is cause behind this error
plz help me.
the error is here:::
Caught an unexpected exception!
java.rmi.UnmarshalException: Could not unmarshal method ID; nested exception is:
java.rmi.UnmarshalException: Method not found: 'dollarToYen(D)'
at weblogic.rjvm.BasicOutboundRequest.sendReceive(BasicOutboundRequest.java:108)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:284)
at weblogic.rmi.cluster.ReplicaAwareRemoteRef.invoke(ReplicaAwareRemoteRef.java:244)
at ConverterBean2_5dab3i_EOImpl_812_WLStub.dollarToYen(Unknown Source)
at ConverterClient.main(ConverterClient.java:120)
Caused by: java.rmi.UnmarshalException: Method not found: 'dollarToYen(D)'
at weblogic.rmi.internal.MethodDescriptor.init(MethodDescriptor.java:155)
at weblogic.rmi.internal.BasicServerRef.dispatch(BasicServerRef.java:265)
at weblogic.rjvm.RJVMImpl.dispatchRequest(RJVMImpl.java:923)
at weblogic.rjvm.RJVMImpl.dispatch(RJVMImpl.java:844)
at weblogic.rjvm.ConnectionManagerServer.handleRJVM(ConnectionManagerServer.java:222)
at weblogic.rjvm.ConnectionManager.dispatch(ConnectionManager.java:794)
at weblogic.rjvm.t3.T3JVMConnection.dispatch(T3JVMConnection.java:570)
at weblogic.socket.NTSocketMuxer.processSockets(NTSocketMuxer.java:105)
at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:32)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:197)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:170)