[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-371) MessageListener times out on inactivity, after receiving at least one message
Ovidiu Feodorov (JIRA)
jira-events at jboss.com
Thu Jan 25 00:10:56 EST 2007
[ http://jira.jboss.com/jira/browse/JBMESSAGING-371?page=all ]
Ovidiu Feodorov updated JBMESSAGING-371:
----------------------------------------
Fix Version/s: 1.2.0.Beta2
Affects Version/s: 1.2.0.Beta2
Description:
15:15:31,530 ERROR [ServerThread] socket timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
was:
15:15:31,530 ERROR [ServerThread] socket timed out
java.net.SocketTimeoutException: Read timed out
at java.net.SocketInputStream.socketRead0(Native Method)
at java.net.SocketInputStream.read(SocketInputStream.java:129)
at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
at java.io.FilterInputStream.read(FilterInputStream.java:66)
at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
Priority: Blocker (was: Major)
> MessageListener times out on inactivity, after receiving at least one message
> -----------------------------------------------------------------------------
>
> Key: JBMESSAGING-371
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-371
> Project: JBoss Messaging
> Issue Type: Bug
> Components: JMS Remoting
> Affects Versions: 1.0.1.CR1, 1.2.0.Beta2
> Reporter: Ovidiu Feodorov
> Assigned To: Ovidiu Feodorov
> Priority: Blocker
> Fix For: 1.0.1.CR2, 1.2.0.Beta2
>
>
> 15:15:31,530 ERROR [ServerThread] socket timed out
> java.net.SocketTimeoutException: Read timed out
> at java.net.SocketInputStream.socketRead0(Native Method)
> at java.net.SocketInputStream.read(SocketInputStream.java:129)
> at java.io.BufferedInputStream.fill(BufferedInputStream.java:183)
> at java.io.BufferedInputStream.read(BufferedInputStream.java:201)
> at java.io.FilterInputStream.read(FilterInputStream.java:66)
> at org.jboss.serial.io.JBossObjectInputStream.read(JBossObjectInputStream.java:140)
> at org.jboss.remoting.transport.socket.ServerThread.readVersion(ServerThread.java:464)
> at org.jboss.remoting.transport.socket.ServerThread.processInvocation(ServerThread.java:381)
> at org.jboss.remoting.transport.socket.ServerThread.dorun(ServerThread.java:498)
> at org.jboss.remoting.transport.socket.ServerThread.run(ServerThread.java:240)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list