Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] jetty dies periodically

Apologies for being vague. What I see is thus: I start Jetty with "service jetty start". I deploy a WAR (it's a simple CXF REST service), test it, debug code, redeploy. Through all of this I'm tailing the *stderrout.log and periodically see nothing logged when I redeploy the WAR. When this happens I do "ps -ef | grep jetty" and find no JVM running. Would you classify that as a crash or an exit? I'll call it a crexit until I know more. I do "service jetty start" and it starts back up and the whole cycle repeats. What do I expect? I'll take that as a rhetorical question from someone who kindly helps others here but grows weary of noobs, as I probably would, too.

I'll enable DEBUG logs and will report back. Thanks for your help.



On Fri, Aug 19, 2016 at 11:17 AM, Simone Bordet <sbordet@xxxxxxxxxxx> wrote:
Hi,

On Fri, Aug 19, 2016 at 5:07 PM, Michael McInness <m.mcinness1@xxxxxxxxx> wrote:
> I'm writing because the service stops periodically throughout the day as I
> am testing (and frequently hot deploying) a WAR.

You have to be more specific. The JVM process exits ? JVM crash ?
What do you mean by "the service stop" ? What do you expect and what
happens instead ?

We have Jetty running in Ubuntu as a service like you have, running
happily for months.

If you enable Jetty DEBUG logs, what do you see before "the service stops" ?

--
Simone Bordet
----
http://cometd.org
http://webtide.com
Developer advice, training, services and support
from the Jetty & CometD experts.
_______________________________________________
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


Back to the top