Discussion:
[openjms-developer] [ openjms-Bugs-1174467 ] ClientDisconnectionException ( return header: java.io.EOFE
SourceForge.net
2005-12-02 13:23:08 UTC
Permalink
Bugs item #1174467, was opened at 2005-04-01 08:11
Message generated for change (Settings changed) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1174467&group_id=54559

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: message engine
Group: v0.7.6-rc1
Status: Closed
Resolution: Rejected
Priority: 5
Submitted By: sriramulu chakka (ramulu)
Assigned to: Tim Anderson (tanderson)
Summary: ClientDisconnectionException ( return header: java.io.EOFE

Initial Comment:
what does the below exception mean?

15:24:37.591 ERROR [Scheduler-Worker-11] -
org.exolab.jms.server.ClientDisconnectionException:
Failed in onMessage java.rm
i.UnmarshalException: Error unmarshaling return
header: java.io.EOFException
org.exolab.jms.server.ClientDisconnectionException:
Failed in onMessage java.rmi.UnmarshalException:
Error unmarshaling re
turn header: java.io.EOFException
at
org.exolab.jms.server.rmi.RmiJmsServerSession.onMes
sage(RmiJmsServerSession.java(Compiled Code))
at
org.exolab.jms.server.JmsServerSession.onMessage
(JmsServerSession.java(Compiled Code))
at
org.exolab.jms.messagemgr.QueueConsumerEndpoint.d
eliverMessages(QueueConsumerEndpoint.java
(Compiled Code))
at
org.exolab.jms.messagemgr.ConsumerEndpoint.run
(ConsumerEndpoint.java:425)
at
org.exolab.core.threadPool.ThreadPoolWorker.runIt
(ThreadPoolWorker.java:191)
at
org.exolab.core.threadPool.ThreadPoolWorker.runWork
(ThreadPoolWorker.java:178)
at
org.exolab.core.threadPool.ThreadPoolWorker.access$0
00(ThreadPoolWorker.java:67)
at
org.exolab.core.threadPool.ThreadPoolWorker$1.run
(ThreadPoolWorker.java:122)
at java.lang.Thread.run(Thread.java:567)


Ram


----------------------------------------------------------------------

Comment By: Tim Anderson (tanderson)
Date: 2005-06-08 14:53

Message:
Logged In: YES
user_id=557161

The server has tried to deliver a message to the client, but the
remote call has failed. The EOFException suggests that the
physical connection to the client has been lost, perhaps due to
network outage.



----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=1174467&group_id=54559
Loading...