Kapil,
If you are running on Linux check the system log for kernel panics
due to lack of memory. Linux will ruthlessly kill the process with
highest memory load in such a situation. That has happened to me
plenty of times and also left me wondering where my JVM process had
gone.
And to add to what Greg said: the System.exit thing can also happen
in a library. I used a library once that would do a System.exit in
some error situations killing my server now and then. That was a
real puzzler.
Cheers,
Silvio
On 10-01-18 12:50, kapil gupta wrote:
Greg,
Actually below things are observed:
- No process of jetty server running
- MySQL still runs
- CPU usage shows data fine
- RAM is also fine
Not sure how can we isolate if issue could be because of
JVM, can you please guide on setting some parameters or
moniotring them.
Thanks
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users
|