DavidKangni
MVP
03-05-2019
Hi all,
Can someone help in below issue. I have configured Adobe Campaign V7 on CentOS7 and trying to start the web module.
I can access an instance, run the /r/test but having this error
Any pointer on this would really be helpful.
Thanks
David
06-05-2019
I fixed the issue by reverting my hostname to localhost
wodnicki
That's definitely odd. If you run `ps auxw | grep nlserver` now, does it list processes?
It could be something wrong with the instance configuration, though what I wouldn't know.
Hi,
Run netstat -plant, see if there's anything already listening on your ports, here 8080.
Thanks,
-Jon
07-05-2019
Ah, that makes sense. I think I've run into same issue before actually, thanks for follow-up.
Looks like nlserver's already running and listening on 8080. Try in order (as root):
Running `ps ax | grep nlserver` in-between to see if all nlserver processes are dead.
Hi Jon,
Same error when i'm trying to restart the web. the web seems to run. I'm able to access the instance but all the workflows are paused and i can't start wfserver
I ran the command and here's the result