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
Solved! Go to Solution.
I fixed the issue by reverting my hostname to localhost
Thanks
David
Hi,
Run netstat -plant, see if there's anything already listening on your ports, here 8080.
Thanks,
-Jon
Hi Jon,
I ran the command and here's the result
Thanks
David
Views
Replies
Total Likes
Hi,
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.
Thanks,
-Jon
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
Thanks
David
Views
Replies
Total Likes
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.
I fixed the issue by reverting my hostname to localhost
Thanks
David
Ah, that makes sense. I think I've run into same issue before actually, thanks for follow-up.
Views
Likes
Replies