0 Replies Latest reply on Jun 1, 2004 2:15 PM by skelly

    Shutdown issue

    skelly

      When shutting down the jboss instance we get this error"
      SERVER_NAME:/opt/sccm/appserver/jboss/jboss-3.2.2/bin $ ./jboss_init.sh stop
      CMD_START = cd /opt/sccm/appserver/jboss/jboss-3.2.2/bin; /opt/sccm/appserver/jboss/jboss-3.2.2/bin/run.sh -c all
      13:04:57,684 WARN [NamingContext] Failed to connect to localhost:1099
      javax.naming.CommunicationException: Failed to connect to server localhost:1099. Root exception is
      javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099. Root exception is
      java.net.ConnectException: Connection refused

      We started the server by changing all the ports as follows
      8080 to 8240
      8009 to 8246
      8443 to 8247
      8083 to 8241
      1099 to 8242
      1098 to 8243
      4444 to 8243
      4445 to 8245

      WE searched for port 1099 in the dir and not able to find it. Where is this coming from?

      Shawn