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,

[1855 byte] By [sflorida] at [2007-9-26 13:02:34]
# 1
Did you create a serialized object that has a large amount of data? There is a bug in the serialization code (not sure of the exception) that causes problems if a serialized object is greater than 64k.
jschell at 2007-7-2 12:54:16 > top of Java-index,Core,Core APIs...