stricklandrbls opened a new issue, #951:
URL: https://github.com/apache/daffodil-vscode/issues/951

   When starting up the data editor an Ωedit API call to start the server is 
invoked in the local `startServer` function. The `stopServer` function is 
invoked immediately which:
   1. Computes the PID file string.
   2. Checks if the PID file exists on the filesystem.
   3. Calls the Ωedit API function `stopServerUsingPID(...)` which returns a 
boolean.
       - `True` will remove the checkpoint directory path and report the server 
successfully stopped.
       - `False` will report an error stating that the server cannot be 
stopped. 
   
   #### Issue
   The issue is that if the PID file exists but no server is running then the 
data editor initialization stops.
   
   #### Workaround
   The current workaround is to delete the PID file or directory containing the 
PID file (APP_DATA_PATH + `/omega_edit/`).


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to