Jboss process not working
Note: If the Jboss instance / server is behind a Bastion server or similar use ssh tunnel to access the instance
Once SSH tunnel is active access website via URL with localhost:
Steps:
1. Stop processes
2. Check processes on Linux
3. If still active use kill
and wait
4. If still active use kill -9
5. Try to start the server manually with command:
6. If failed, restart whole AWS instance via console or by using shutdown -r now
7. Check process
Note: Needs refresh once you hit start/stop button on the web interface (old app) since it does not update status correctly unless you use refresh
To check the logs use:
Note: Request times out but best way is to check logs to see if it starts properly. Check for the below:
Then refresh page to see if the tick is there
Last updated