failed to parse pid from file /var/run/server6.pid | Community
Skip to main content
New Participant
November 23, 2020
Solved

failed to parse pid from file /var/run/server6.pid

  • November 23, 2020
  • 2 replies
  • 3323 views

Hi All,

I am getting the below error when I am trying to start ACM in Sandbox "failed to parse pid from file /var/run/server6.pid". Can someone help me resolve this issue?

 

Thanks,

Sai

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Jonathon_wodnicki

Hi,

 

Delete the file and restart service.

If that doesn't work, try the below- fixes writing, not reading which is the error here:

  1. Edit /etc/init.d/nlserver6, change:
    chmod 664 $PID_FILE
    to
    chmod 666 $PID_FILE
  2. Comment out the chown line
  3. Restart the service

 

Thanks,

-Jon

2 replies

Sukrity_Wadhwa
Employee
December 1, 2020

Hi @saim28067792,

Were you able to resolve this query with the given solution or do you need more help? Do let us know.

Thanks!

Sukrity Wadhwa
New Participant
December 2, 2020
Yes the solution worked. Sorry for the late reply.
Jonathon_wodnicki
Jonathon_wodnickiAccepted solution
New Participant
November 24, 2020

Hi,

 

Delete the file and restart service.

If that doesn't work, try the below- fixes writing, not reading which is the error here:

  1. Edit /etc/init.d/nlserver6, change:
    chmod 664 $PID_FILE
    to
    chmod 666 $PID_FILE
  2. Comment out the chown line
  3. Restart the service

 

Thanks,

-Jon

New Participant
December 2, 2020
Great it worked. Thankyou so much Jon.