2 Replies Latest reply on Mar 11, 2002 11:47 AM by jamal

    JBoss 3.0 Beta Problem

    jamal

      Hello Forum,

      When I start jboss it starts for the first (or second) time fine. After shutdown it with the batch-file and restarting it again and again it hangs after this line:

      16:34:25,041 INFO [MainDeployer] Deploying: file:/C:/jboss-3.0.0beta/deploy/hsqldb-default-service.xml
      16:34:26,033 INFO [HypersonicDatabase] Creating
      16:34:26,043 INFO [HypersonicDatabase] Created
      16:34:26,053 INFO [HypersonicDatabase] Starting
      16:34:26,063 INFO [HypersonicDatabase] Started
      16:34:26,073 INFO [MainDeployer] Deploying: file:/C:/jboss-3.0.0beta/deploy/jboss-jdbc.rar


      The only change is the port number which increases:
      -------------------------------------------------------
      GMS: address is tempos:1318
      -------------------------------------------------------

      I use Jboss 3.0 Beta Tomcat running with jdk 1.3.1 using oracle 8 as DB. My ear works fine under Jboss 3.0 alpha.

      What is the reason?

      thank you,
      Jamal

        • 1. Re: JBoss 3.0 Beta Problem

          Are you sure JBoss is shutting down correctly?
          The .bat program just requests shutdown.
          Try http://localhost:8082, does that work?

          Are you connected to a network?
          If you are not, remove cluster-service.xml from
          your deploy directory.

          Failing that, there might be a problem with your
          database configuration, ask in the persistence forum.

          Regards,
          Adrian

          • 2. Re: JBoss 3.0 Beta Problem
            jamal

            Yes it is shutting correctly.

            - I cant connect to port 8082
            - netstat -a shows no 80xx or 1099 entries

            If it hangs I can't shutdown it correctly (ofcourse?)
            It stops with:

            17:44:54,601 INFO [MainDeployer] Deploying: file:/C:/jboss-3.0.0beta/deploy/jboss-jdbc.rar
            17:45:33,958 INFO [Server] Shutting down
            17:45:33,968 INFO [Server] Shutting down the JVM now!
            17:45:33,978 INFO [Server] Shutting down all services
            17:45:33,978 INFO [Default] Shutting down
            17:45:33,978 INFO [ServiceController] Stopping 47 services
            17:45:33,988 INFO [HypersonicDatabase] Stopping

            Okay thanks Adrian for now, I'll try in the persistence forum.