Expand my Community achievements bar.

Announcing the launch of new sub-community for Campaign Web UI to cater specifically to the needs of Campaign Web UI users!
SOLVED

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

Avatar

Level 1

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

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

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

View solution in original post

5 Replies

Avatar

Correct answer by
Community Advisor

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

Avatar

Administrator

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

Avatar

Level 1
Yes the solution worked. Sorry for the late reply.

Avatar

Administrator
No worries. Thanks for letting us know.


Sukrity Wadhwa