2 Replies Latest reply on Jan 26, 2009 10:50 AM by peterj

    boss 4.2.2 terminating unexpectedly

    macq

      Can anybody know what can cause that jboss 4.2.2 is terminating unexpectedly ?
      There is no shoutdown informaction in the log.

        • 1. Re: boss 4.2.2 terminating unexpectedly
          macq

          more info:
          server works on Linux, Java 1.5 and it occurs in 1-2 day periods

          • 2. Re: boss 4.2.2 terminating unexpectedly
            peterj

            If the typical shutdown messages are not appearing in the log, it could be that the JVM is crashing - such info you appear only in stderr (or stdout). So if you are not capturing strerr somewhere, you will miss it.

            Another possibility is that if your run script automatically restarted the app server on exit, and you do not have append set for the logs, then the new log will overwrite the old log that has the shutdown message.