Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Duplicate
-
0.6-incubating
-
None
Description
If the Atlas server is not running, and try to stop the server by running “atlas_stop.py” an exception will occur
This happen when “atlas.pid” file exist in the logs directory.
The “atlas.pid” file pointing to a none existing pid.
Need to check if pid exist first before calling os.kill(pid,SIGTERM)
Attachments
Attachments
Issue Links
- contains
-
ATLAS-333 atlas_stop.py – script must delete “atlas.pid” file
- Resolved