4 Replies Latest reply on Aug 4, 2004 2:18 PM by genman

    Socket Timeout whenever I change the system time on windows

    stephen_tsun

      Hi:

      I am running 3.2.3. I notice that each time I change the system time
      on Windows, jboss gets this following exception. Why?

      Is the resolution similar to the other issues? Set an exception listener
      and reconnect and re-establish all the topics and subscribers/publishers
      etc? This is a bit tedious...

      2004-03-29 22:14:01,015 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE
      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 org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
      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.uil2.SocketManager$ReadTask.run(SocketManager.java:278)
      at java.lang.Thread.run(Thread.java:534)
      2004-03-29 22:14:01,015 DEBUG [org.jboss.mq.il.uil2.SocketManager] End ReadTask.run

      thanks
      steve