Hi,
Delete the file and restart service.
If that doesn't work, try the below- fixes writing, not reading which is the error here:
- Edit /etc/init.d/nlserver6, change:
chmod 664 $PID_FILE
to
chmod 666 $PID_FILE - Comment out the chown line
- Restart the service
Thanks,
-Jon