• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Plesk Web Server has been released

romand700

Regular Pleskian
Hello,
because the service has been released and no start? See Attached..

The Plesk Web Server service on host ....... has been released from monitoring on Jun 2, 2015 04:47 PM.

Regards,
 

Attachments

  • Schermata 2015-06-02 alle 16.56.34.png
    Schermata 2015-06-02 alle 16.56.34.png
    175.5 KB · Views: 15
Last edited:
So, have you checked at least that sw-cp-server is up and running?

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 21195) is running...
 
So, have you checked at least that sw-cp-server is up and running?

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 21195) is running...
Hello,
# /etc/init.d/sw-cp-server status
sw-cp-serverd è interrotto (It is interrupted)

Any idea?

regards,
 
Try to start it with

# /etc/init.d/sw-cp-server start

And check possible errors in /var/log/sw-cp-server/error_log if any problems.
Usual troubleshooting.
 
Try to start it with

# /etc/init.d/sw-cp-server start

And check possible errors in /var/log/sw-cp-server/error_log if any problems.
Usual troubleshooting.
Avvio di sw-cp-serverd: nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] still could not bind()

[FAILED]

But, in any case the server is running ..

regards
 
Now we go to http://kb.odin.com/ and look for the string "nginx: [emerg] bind() to failed (98: Address already in use)" and see many related KB articles.
Hello IgorG,
thank for your link, but in my server (nginx) is not installed.. Is this the problem?

You see attached.

Regards,
 

Attachments

  • Schermata 2015-06-03 alle 18.22.38.png
    Schermata 2015-06-03 alle 18.22.38.png
    238.9 KB · Views: 5
Try to install it there.
Hello IgorG,
I installed nginx.. In Tools & Settings > Services I see:
Reverse Proxy Server (nginx) > Activated
PHP-FPM support for nginx > Activated

# /etc/init.d/sw-cp-server status
sw-cp-serverd is interrupted

# /etc/init.d/sw-cp-server start
Avvio di sw-cp-serverd: nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:6308 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8443 failed (98: Address already in use)
nginx: [emerg] bind() to 0.0.0.0:8880 failed (98: Address already in use)
nginx: [emerg] still could not bind()

[FAILED]

Any idea?

Regards,
 
Have you read corresponding KB articles and tried to apply solutions? Any results?
 
Have you read corresponding KB articles and tried to apply solutions? Any results?
Ok.. I try..

EDIT: I think I've solved this way:

# ps ax | grep sw-cp
19688 pts/0 S+ 0:00 grep sw-cp
27781 ? Ss 0:00 sw-cp-server: master process /usr/sbin/sw-cp-serverd -c /etc/sw-cp server/config
27782 ? S 0:11 sw-cp-server: worker process

# kill -9 27781
# kill -9 27782

# /etc/init.d/sw-cp-server restart
sw-cp-serverd: [FAILED]
sw-cp-serverd: [ OK ]

# /etc/init.d/sw-cp-server status
sw-cp-serverd (pid 19715) in running...

IgorG.. Thanks..

Regards,
 
Last edited:
Back
Top