Discussion:
[openjms-developer] [ openjms-Bugs-995228 ] HttpJmsJndiServlet throws java.io.InterruptedIOException
SourceForge.net
2005-12-02 12:47:38 UTC
Permalink
Bugs item #995228, was opened at 2004-07-21 23:36
Message generated for change (Settings changed) made by tanderson
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=474136&aid=995228&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: transport
Group: v0.7.6
Status: Closed
Resolution: Works For Me
Priority: 5
Submitted By: Todd Lindner (toddffw)
Assigned to: Tim Anderson (tanderson)
Summary: HttpJmsJndiServlet throws java.io.InterruptedIOException

Initial Comment:
Occasionally (every week or so) my HttpJmsJndiServlet
throws an exception to Stderr in my app server.
Stacktrace is at the bottom of this report (forgive the
line numbers, i think the ibm 1.3 jdk messes them up).
After this error happens once, all jndi client
connections after then receive ClassCastExceptions.
The only solution is to stop and start the OpenJMS HTTP
Connector app inside my app server. Any ideas?

[7/21/04 8:30:52:010 EDT] d3c96e44 SystemErr R
java.io.InterruptedIOException: Read timed out
[7/21/04 8:30:52:010 EDT] d3c96e44 SystemErr R
java/lang/Throwable.<init>(Ljava/lang/String;)V+4
(Throwable.java:85)
[7/21/04 8:30:52:010 EDT] d3c96e44 SystemErr R
java/lang/Exception.<init>(Ljava/lang/String;)V+1
(Exception.java:33)
[7/21/04 8:30:52:010 EDT] d3c96e44 SystemErr R
java/io/IOException.<init>(Ljava/lang/String;)V+1
(IOException.java:38)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R

java/io/InterruptedIOException.<init>(Ljava/lang/String;)V+1
(InterruptedIOException.java:43)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R
java/net/SocketInputStream.read([BII)I+24
(SocketInputStream.java:85)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R
java/net/SocketInputStream.read()I+21
(SocketInputStream.java:107)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R
java/io/DataInputStream.readInt()I+0
(DataInputStream.java:345)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R

org/exolab/core/ipc/TcpService.receive()Ljava/lang/Object;+0
(TcpService.java:206)
[7/21/04 8:30:52:011 EDT] d3c96e44 SystemErr R

org/exolab/core/ipc/Client.receive()Ljava/lang/Object;+0
(Client.java:118)
[7/21/04 8:30:52:012 EDT] d3c96e44 SystemErr R

org/exolab/jms/jndi/http/servlet/HttpJmsJndiServlet.doPost(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0
(HttpJmsJndiServlet.java:120)


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

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