[jboss-user] [Beginners Corner] - Exiting on IOE
teodoro21
do-not-reply at jboss.com
Fri Jul 20 04:57:39 EDT 2007
JBOSSMQ java.io.EOFException
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Hi,
when I send text message to my topic i see inside the server.log file
the following exception:
2007-07-20 10:48:40,466 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin ReadTask.run
2007-07-20 10:48:40,467 DEBUG [org.jboss.mq.il.uil2.SocketManager] Begin WriteTask.run
2007-07-20 10:48:40,467 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created ObjectOutputStream
2007-07-20 10:48:40,724 DEBUG [org.jboss.mq.il.uil2.SocketManager] Created ObjectInputStream
2007-07-20 10:48:40,756 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Setting up the UILClientIL Connection
2007-07-20 10:48:40,756 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] The UILClientIL Connection is set up
2007-07-20 10:48:40,957 INFO [STDOUT] ->SpyTextMessage {
Header {
jmsDestination : TOPIC.myTopic.DurableSubscription[clientId=DurableSubscriberExample name=DurableSubscriberExample selector=null]
jmsDeliveryMode : 2
jmsExpiration : 0
jmsPriority : 4
jmsMessageID : ID:3-11849213209421
jmsTimeStamp : 1184921320942
jmsCorrelationID: null
jmsReplyTo : null
jmsType : null
jmsRedelivered : false
jmsProperties : {}
jmsPropReadWrite: false
msgReadOnly : true
producerClientId: ID:3
}
Body {
text :test message..
}
}
2007-07-20 10:48:41,545 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE
java.io.EOFException
at java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2666)
at java.io.ObjectInputStream.readByte(ObjectInputStream.java:875)
at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:316)
at java.lang.Thread.run(Thread.java:595)
2007-07-20 10:48:41,546 DEBUG [org.jboss.mq.il.uil2.SocketManager] End ReadTask.run
2007-07-20 10:48:41,547 DEBUG [org.jboss.mq.il.uil2.SocketManager] End WriteTask.run
What means?
thanks Teo.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4066078#4066078
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4066078
More information about the jboss-user
mailing list