1 Reply Latest reply on Feb 19, 2004 10:56 PM by mikefinn

    Unexpected Cluster Shutdown

    milton_quranda

       

      "milton_quranda" wrote:
      Hi Guys Girls,
      I am facing a problem with clustered servers. The scenario is as follows:
      the client has 6 servers into production and one server on UAT / Development with JBOSS 3.2.2 installed on it. When i try to shutdown the UAT / Development server using the Shutdown script, one or more of the production servers goes down. The log shows normal shutdown. Even when i try to shutdown one of the Production servers one or more of the production server and / or the UAT server goes down.

      This behaviour was not noticed in the previous release.

      If anybody is expecting the same problem or / and has an answer / fix for the same, I request you to please get back to me as soon as possible.

      Regards,
      Milton


        • 1. Re: Unexpected Cluster Shutdown
          mikefinn

          Just a guess, but JNP discovery is finding the servers automatically. I have seen this when using shutdown.sh with no args, and the 'local' server is not running. This assumes that the servers are multicast-reachable.

          Two ideas:
          1) Do JAVA_OPTS=-Djnp.disableDiscovery=true before calling shutdown.sh.
          2) shutdown.sh --server=jnp://localhost:1099

          mike