-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Service does not start on Ubuntu 14.04 #2
Comments
This commit has nothing to do, the default init script from jetty dist doesn't respect the linux spec. it should exit with 0 for start cmd when the process is already running. What is the error on your side? |
This is what it returns in my case:
and the service if launched manually (service jetty start) from the VM gives:
on the other hand, using the command line that the service is supposed to run, launches is fine (regardless of the current directory, here
My fork that reverts the commit I mention provisions the machine fine and the service starts. |
I have no clue. I tried on ec2 - ubuntu 14.04. Everything looks fine ubuntu@ip-xxxxx:/etc/puppet$ puppet --version ubuntu@ip-xxxxx:/etc/puppet$ sudo service jetty status Jetty running pid=13399 Did you try on a fresh server? Are you sure you don't have a jetty already running? |
Yeah I've just destroyed and recreated my VM. It might be because I'm using a slightly modified Ubuntu customized by my ops team. But as far as I know they only perform modifications related to security, nothing that should impact jetty. But I guess it should not be considered an issue if it works for a standard Ubuntu. |
Have you some error on /var/log/messages? |
This file is not present on my system |
It seems that commit 053f259 introduces a regression that prevents the service to start on a fresh Ubuntu 14.04.
The text was updated successfully, but these errors were encountered: