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

Cannot start the web module

Avatar

Community Advisor

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.

1745835_pastedImage_7.png

Thanks

David



David Kangni
1 Accepted Solution

Avatar

Correct answer by
Community Advisor

I fixed the issue by reverting my hostname to localhost

Thanks

David



David Kangni

View solution in original post

7 Replies

Avatar

Community Advisor

Hi,

Run netstat -plant, see if there's anything already listening on your ports, here 8080.

Thanks,

-Jon

Avatar

Community Advisor

Hi Jon,

I ran the command and here's the result

1747400_pastedImage_0.png

Thanks

David



David Kangni

Avatar

Community Advisor

Hi,

Looks like nlserver's already running and listening on 8080. Try in order (as root):

  • systemctl stop nlserver6
  • pkill nlserver
  • kill -9 `pidof nlserver`

Running `ps ax | grep nlserver` in-between to see if all nlserver processes are dead.

Thanks,

-Jon

Avatar

Community Advisor

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

1747420_pastedImage_0.png

Thanks

David



David Kangni

Avatar

Community Advisor

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.

Avatar

Correct answer by
Community Advisor

I fixed the issue by reverting my hostname to localhost

Thanks

David



David Kangni

Avatar

Community Advisor

Ah, that makes sense. I think I've run into same issue before actually, thanks for follow-up.