Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

help with exception

4 views
Skip to first unread message

Bill Sherwood

unread,
Nov 10, 2000, 3:00:00 AM11/10/00
to
Does anyone have an idea why this exception is being thrown after 95000+
messages have been writen and pulled from a queue?
System Solaris 5.x
Oracle 8.0.4.6
WL 5.1 w/sp6
Persistent Queues w/ Client Ack

java.io.IOException: readtype=9 (RECORDS) exptype=28 (STRING) (read:
abbrev=-1 className=(not specified))
readSeq=0, expectedSeq=9
at
weblogic.common.internal.WLObjectInputStreamBase.checkSeq(WLObjectInputStreamBase.java:898)

at
weblogic.common.internal.WLObjectInputStreamBase.checkSeq(WLObjectInputStreamBase.java:860)

at
weblogic.common.internal.WLObjectInputStreamBase.readString(WLObjectInputStreamBase.java:1033)

at
weblogic.common.internal.WLObjectInputStreamBase.readString(WLObjectInputStreamBase.java:426)

at
weblogic.jms.common.MessageImpl.readObject(MessageImpl.java:725)
at
weblogic.jms.common.TextMessageImpl.readObject(TextMessageImpl.java:75)
at
weblogic.common.internal.WLObjectInputStreamBase.readPublicSerializable(WLObjectInputStreamBase.java:265)

at
weblogic.common.internal.WLObjectInputStreamBase.readLeftover(WLObjectInputStreamBase.java:254)

at
weblogic.common.internal.WLObjectInputStreamBase.readObjectBody(WLObjectInputStreamBase.java:202)

at
weblogic.common.internal.WLObjectInputStreamBase.readObject(WLObjectInputStreamBase.java:949)

at
weblogic.common.internal.WLObjectInputStreamBase.readObjectWL(WLObjectInputStreamBase.java:308)

at
weblogic.rmi.extensions.AbstractInputStream2.readObject(AbstractInputStream2.java:25)

at
weblogic.jms.common.SessionCallback_WLSkel.invoke(SessionCallback_WLSkel.java:73)

at
weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java:347)

at
weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:69)

at
weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

--------------- nested within: ------------------
weblogic.rmi.UnmarshalException: error unmarshalling arguments
- with nested exception:
[java.io.IOException: readtype=9 (RECORDS) exptype=28 (STRING) (read:
abbrev=-1 className=(not specified))
readSeq=0, expectedSeq=9]
at
weblogic.jms.common.SessionCallback_WLSkel.invoke(SessionCallback_WLSkel.java:77)

at
weblogic.rmi.extensions.BasicServerObjectAdapter.invoke(BasicServerObjectAdapter.java:347)

at
weblogic.rmi.extensions.BasicRequestHandler.handleRequest(BasicRequestHandler.java:69)

at
weblogic.rmi.internal.BasicExecuteRequest.execute(BasicExecuteRequest.java:15)

at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)

--------------- nested within: ------------------
weblogic.rmi.ServerException: A remote exception occurred while
executing the method on the remote object
- with nested exception:
[weblogic.rmi.UnmarshalException: error unmarshalling arguments
- with nested exception:
[java.io.IOException: readtype=9 (RECORDS) exptype=28 (STRING) (read:
abbrev=-1 className=(not specified))
readSeq=0, expectedSeq=9]]
at
weblogic.rmi.extensions.AbstractRequest.sendReceive(AbstractRequest.java:76)

at
weblogic.jms.common.SessionCallback_WLStub.deliver(SessionCallback_WLStub.java:154)

at
weblogic.jms.server.SessionState.sendCallback(SessionState.java:495)
at
weblogic.jms.server.SessionState.deliver(SessionState.java:456)
at
weblogic.jms.server.SessionState.deliverMessage(SessionState.java:743)
at
weblogic.jms.server.QueueSessionState.deliverMessage(QueueSessionState.java:109)

at
weblogic.jms.server.QueueSessionState.processOutgoingMessages(QueueSessionState.java:84)

at
weblogic.jms.server.SessionState.readQueue(SessionState.java:704)
at
weblogic.jms.common.MessageQueue.execute(MessageQueue.java:687)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)
--------------- nested within: ------------------
weblogic.rmi.extensions.RemoteRuntimeException: Undeclared checked
exception - with nested exception:
[weblogic.rmi.ServerException: A remote exception occurred while
executing the method on the remote object
- with nested exception:
[weblogic.rmi.UnmarshalException: error unmarshalling arguments
- with nested exception:
[java.io.IOException: readtype=9 (RECORDS) exptype=28 (STRING) (read:
abbrev=-1 className=(not specified))
readSeq=0, expectedSeq=9]]]
at
weblogic.jms.common.SessionCallback_WLStub.deliver(SessionCallback_WLStub.java:175)

at
weblogic.jms.server.SessionState.sendCallback(SessionState.java:495)
at
weblogic.jms.server.SessionState.deliver(SessionState.java:456)
at
weblogic.jms.server.SessionState.deliverMessage(SessionState.java:743)
at
weblogic.jms.server.QueueSessionState.deliverMessage(QueueSessionState.java:109)

at
weblogic.jms.server.QueueSessionState.processOutgoingMessages(QueueSessionState.java:84)

at
weblogic.jms.server.SessionState.readQueue(SessionState.java:704)
at
weblogic.jms.common.MessageQueue.execute(MessageQueue.java:687)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:135)


--
Bill Sherwood

Xelus Inc.
Email: bill_s...@xelus.com
Phone: (716)419-3388
Fax: (716)248-9199
Visit us online
http://www.xelus.com

0 new messages