1 Reply Latest reply on Dec 13, 2005 8:11 AM by aq12ws

    Unix password change causes JBoss errors.

    casphar

      Hi Guys, we've recently been told to change our passwords, everywhere and with no exceptions.

      The user that runs our jboss instance was changed and since then we have been receiving the below error. If anyone has any thoughts on the issue I would love to hear them, otherwise I'll continue to research.

      Thanks in advance.

      2005-06-27 09:52:52,019 INFO [org.jboss.system.server.Server] JBoss (MX MicroKernel) [3.2.1 (build: CVSTag=JBoss_3_2_1 date=2003050
      41533)] Started in 1m:57s:794ms
      2005-06-27 09:53:54,485 DEBUG [org.jboss.mq.il.uil2.ServerSocketManagerHandler] Exiting on IOE
      java.io.InterruptedIOException: Read timed out
      at java.net.SocketInputStream.socketRead(Native Method)
      at java.net.SocketInputStream.read(Unknown Source)
      at java.io.BufferedInputStream.fill(Unknown Source)
      at java.io.BufferedInputStream.read(Unknown Source)
      at org.jboss.util.stream.NotifyingBufferedInputStream.read(NotifyingBufferedInputStream.java:67)
      at java.io.ObjectInputStream.peekCode(Unknown Source)
      at java.io.ObjectInputStream.refill(Unknown Source)
      at java.io.ObjectInputStream.read(Unknown Source)
      at java.io.ObjectInputStream.readByte(Unknown Source)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:278)
      at java.lang.Thread.run(Unknown Source)



      2005-06-27 09:53:54,675 WARN [org.jboss.ejb.plugins.jms.JMSContainerInvoker] JMS provider failure detected:
      org.jboss.mq.SpyJMSException: Exiting on IOE; - nested throwable: (java.io.EOFException)
      at org.jboss.mq.Connection.asynchFailure(Connection.java:718)
      at org.jboss.mq.il.uil2.UILClientILService.asynchFailure(UILClientILService.java:145)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.handleStop(SocketManager.java:394)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:331)
      at java.lang.Thread.run(Unknown Source)
      + nested throwable:
      java.io.EOFException
      at java.io.ObjectInputStream.readByte(Unknown Source)
      at org.jboss.mq.il.uil2.SocketManager$ReadTask.run(SocketManager.java:278)
      at java.lang.Thread.run(Unknown Source)