Hi,
We are using Jboss-5.1.0 and SSL is enabled, everything is working fine, but when we use shutdown.sh(i use sutdown.sh -S command) to shutdown the server, we get the below exception
Can anyone please help me, in solving this issue..
How did you start JBoss AS? The IP bindings used for startup must be used with the shutdown command (the shutdown command used localhost by default). Also, did you change the ports used by JNDI or other services? That also has to be reflected in shutdown.
Yes.. The JBOSS process is running, I started the JBOSS using the command, run.sh -c web -b 0.0.0.0. Also, I made change to jboss-service.xml as below
If i don't make the above change, JBOSS without SSL enabled also, won't get stopped. After this, JBOSS shuts down correctly, when SSL is not enabled, when it is enabled, i get the described error.