java.io.StreamCorruptedException !
Hello friends,
I am getting following exception,but weblogic and JMS running without error.
<?xml version="1.0" encoding="UTF-8"?>
<Errors TotalErrors="1">
<Stack>java.rmi.RemoteException: ; nested exception is:weblogic.rmi.UnmarshalException: problem deserializing error response:- with nested exception: [java.io.StreamCorruptedException: Unexpected end of block data] weblogic.rmi.UnmarshalException: problem deserializing error response:- with nested exception: [java.io.StreamCorruptedException: Unexpected end of block data] at weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76) at recordevent.RecordEventEJBEOImpl_WLStub.recordEvent(RecordEventEJBEOImpl_WLStub.java:179) at recordevent.RecordEventEJBEOImpl_ServiceStub.recordEvent(RecordEventEJBEOImpl_ServiceStub.java:112) at subscription.InteropEventHandler.handleEvent(Unknown Source) at integration.adapter.AdapterTransactionHelper.executeApi(Unknown Source) at integration.adapter.AdapterTransaction.execute(Unknown Source) at integration.adapter.IntegrationAdapter.onMessage(Unknown Source) at interop.services.jms.JMSContextMediator.processMessage(Unknown Source) at interop.services.jms.JMSConsumer.onMessage(Unknown Source) at interop.services.jms.JMSConsumer.run(Unknown Source) at java.lang.Thread.run(Thread.java:484)</Stack>
<Error ErrorCode="java.rmi.RemoteException" ErrorDescription="Error description not available" ErrorRelatedMoreInfo="; nested exception is:
weblogic.rmi.UnmarshalException: problem deserializing error response:
- with nested exception:
[java.io.StreamCorruptedException: Unexpected end of block data]"/>
</Errors>
I am calling EJB,RecordEvent
Anybody knows why i am getting UnmarshalException?
Thanks,

