I'm currently using Eclipse and tomcat 9.0.55 on Fedora 39, facing this issue for some days, when i try to stop the server it always get stuck at 'Stopping'.
And stays in limbo forever, or until i kill it with: pkill -f catalina
, or killall java
as last resort.
Even thought the log says job scheduler is stopped, it can't be restarted or stopped from context menu.
Occasionally it produces an error:
And clicking 'Ok' instantly kills the server. There are no logs or trace produced on console or elsewhere.
The only change I did to server is setting the start time to 84600 secs and stop time to 15 sec, turned off auto-reloading of modules (which I'm don't think had any cause in this).
I simply have no idea what might be causing this and there are no log or trace that I know of to start with.
Mind it, this is my work laptop, with package manager disabled and I'm not supposed to bypass or circumvent it to honour the policy, so I can't really do much if the solution requires any extra package or utility.
The issue I'm addressing here is how to fix this, instead of how to kill it, I still am able kill it, but that's not very elegant and/or designated way.