Skip to content
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

Start Stop issue with Jetty 12 - state file not deleted every time #11026

Closed
jmcc0nn3ll opened this issue Dec 6, 2023 · 0 comments · Fixed by #11640
Closed

Start Stop issue with Jetty 12 - state file not deleted every time #11026

jmcc0nn3ll opened this issue Dec 6, 2023 · 0 comments · Fixed by #11640
Assignees
Labels
Bug For general bugs on Jetty side

Comments

@jmcc0nn3ll
Copy link
Contributor

Jetty version(s)
12.0.4

Description

I had an issue with the site.state file blocking the restarting or starting of the jetty service on Ubuntu.

How to reproduce?

  • have a running website
  • edit a webapps XML file with an error
  • systemctl restart site
  • it fails, and there is a site.state file showing it failed
  • fix the XML file
  • systemctl restart site - fails with script error
  • systemctl start site - fails with script error
  • remove site.state file
  • systemctl start site - success!
@jmcc0nn3ll jmcc0nn3ll added the Bug For general bugs on Jetty side label Dec 6, 2023
@joakime joakime self-assigned this Dec 6, 2023
@joakime joakime changed the title Start Stop issue with Jetty 12 Start Stop issue with Jetty 12 - state file not deleted every time Feb 21, 2024
joakime added a commit that referenced this issue Apr 9, 2024
joakime added a commit that referenced this issue Apr 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug For general bugs on Jetty side
Projects
No open projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

2 participants