Hi,

Thanks... Ok that explains why we have'nt seen it before. I discovered that sometimes 
the queueSession and queueConnection was'nt
closed properly, after fixing that the problem went away...

Client and server are in the same vm yes, but by design we should be able to run in 
different vm's..

Thanks for clearing it up!!

Regars,
Torsten

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] Behalf Of Adrian Brock
> Sent: 25. oktober 2003 04:45
> To: [EMAIL PROTECTED]
> Subject: Re: [JBoss-user] jBoss 3.2.2 OILServerILService Connection
> failure(1).
>
>
> This was something that was added for 3.2.2
> It was possible for the server side of OIL to not detect the client has
> vanished.
> The read timeout has been set at 70 seconds by default. This should not
> be reached under normal operation as the client pings every 60 seconds.
>
> In your case it looks like the client and server are in the same VM
> any reason for not using java:/ConnectionFactory?
>
> See my previous post today about garbage collection/paging
> for a possible reason why the ping does not happen in time.
>
> Regards,
> Adrian
>
> On Thu, 2003-10-23 at 19:56, Torsten Terp wrote:
> > Hi, just started with jboss 3.2.2 final relase (Jetty version), and i get the 
> > following error after jboss has been running for a
> > while. Anyone seen this, or got some idea to whats happening?
> >
> > 2003-10-23 19:16:23,290 WARN  [org.jboss.mq.il.oil.OILServerILService] Connection 
> > failure (1).
> > 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.ObjectInputStream$PeekInputStream.peek(ObjectInputStream.java:2133)
> >     at 
> > java.io.ObjectInputStream$BlockDataInputStream.readBlockHeader(ObjectInputStream.java:2313)
> >     at 
> > java.io.ObjectInputStream$BlockDataInputStream.refill(ObjectInputStream.java:2380)
> >     at 
> > java.io.ObjectInputStream$BlockDataInputStream.read(ObjectInputStream.java:2452)
> >     at 
> > java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2601)
> >     at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
> >     at 
> > org.jboss.mq.il.oil.OILServerILService$Client.run(OILServerILService.java:210)
> >     at java.lang.Thread.run(Thread.java:534)
> > 2003-10-23 19:16:23,320 WARN  [org.jboss.mq.Connection] Connection failure:
> > org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: 
> > (java.io.EOFException)
> >     at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
> >     at org.jboss.mq.Connection$PingTask.run(Connection.java:1311)
> >     at 
> > EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
> >     at java.lang.Thread.run(Thread.java:534)
> > Caused by: java.io.EOFException
> >     at 
> > java.io.ObjectInputStream$BlockDataInputStream.readByte(ObjectInputStream.java:2603)
> >     at java.io.ObjectInputStream.readByte(ObjectInputStream.java:845)
> >     at org.jboss.mq.il.oil.OILServerIL.waitAnswer(OILServerIL.java:601)
> >     at org.jboss.mq.il.oil.OILServerIL.ping(OILServerIL.java:424)
> >     at org.jboss.mq.Connection.pingServer(Connection.java:1141)
> >     at org.jboss.mq.Connection$PingTask.run(Connection.java:1307)
> >     ... 2 more
> > 2003-10-23 19:17:30,711 WARN  [org.jboss.mq.Connection] Connection failure:
> > org.jboss.mq.SpyJMSException: Connection Failed; - nested throwable: 
> > (java.io.IOException: ping timeout.)
> >     at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
> >     at org.jboss.mq.Connection$PingTask.run(Connection.java:1311)
> >     at 
> > EDU.oswego.cs.dl.util.concurrent.ClockDaemon$RunLoop.run(ClockDaemon.java:364)
> >     at java.lang.Thread.run(Thread.java:534)
> > Caused by: java.io.IOException: ping timeout.
> >     at org.jboss.mq.Connection$PingTask.run(Connection.java:1303)
> >     ... 2 more
> >
> >
> >
> > -------------------------------------------------------
> > This SF.net email is sponsored by: The SF.net Donation Program.
> > Do you like what SourceForge.net is doing for the Open
> > Source Community?  Make a contribution, and help us add new
> > features and functionality. Click here: http://sourceforge.net/donate/
> > _______________________________________________
> > JBoss-user mailing list
> > [EMAIL PROTECTED]
> > https://lists.sourceforge.net/lists/listinfo/jboss-user
> --
> xxxxxxxxxxxxxxxxxxxxxxxx
> Adrian Brock
> Director of Support
> Back Office
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
>
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: The SF.net Donation Program.
> Do you like what SourceForge.net is doing for the Open
> Source Community?  Make a contribution, and help us add new
> features and functionality. Click here: http://sourceforge.net/donate/
> _______________________________________________
> JBoss-user mailing list
> [EMAIL PROTECTED]
> https://lists.sourceforge.net/lists/listinfo/jboss-user



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to