• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Unable to find local service node: After update 9.54 to 11.09, Plesk doesn't start

openairhoster2

Basic Pleskian
Hi,

Plesk 11.09, Debian Squeeze,
I have updated Plesk 9.54 to 11.09, but Plesk doesn't start:

------------------------------------------------------------
ERROR: PleskDBException

Up Level
Unable to find local service node

0: ServiceNodes.php:228
Db_Table_Broker_ServiceNodes->getLocalServiceNode()
1: auth.php3:510
------------------------------------------------------------

When I restart Plesk from the command line with
/etc/init.d/psa start
/etc/init.d/psa stopall
I also get "Unable to find local service node".
In addition, apache2 is not started again, I have to start it myself

------------------------------------------------------------
root@clusterman:/var/log# /etc/init.d/psa start
Plesk: Stopping Mail Server... done
Stopping mailer service... not installed
Stopping mysql service... done
Stopping postgresql service... done
Stopping psa-spamassassin service... done
Stopping tomcat6 service... done
Stopping apache2 service... done
root@clusterman:/var/log# /etc/init.d/psa start
Starting xinetd service... done
Starting mysql service... done
Starting bind9 service... done
Starting postgresql service... done
Starting psa-spamassassin service... done
Plesk: Starting Mail Server... done
Unable to find local service node
Starting psa... done
------------------------------------------------------------

Can anyone explain what "Unable to find local service node" means?

BTW, I had one trouble updating: installing sw-cp-server gave me the error
"Duplicate config variable in conditional 0 global: var.sso_username"

I commented out the last line in /etc/sw-cp-server/applications.d/sso-cpserver.conf

------------------------------------------------------------
#include_shell "/etc/sw-cp-server/applications.d/sso.socket.sh 8443 ipv6"
------------------------------------------------------------

following the advice of RamlazanC in http://forum.parallels.com/printthread.php?t=109933
Could that have something to do with my "Unable to find local service node" message?
Where can I get a correct sso-cpserver.conf file?

Greetings
Michael
 
I commented out the last line in /etc/sw-cp-server/applications.d/sso-cpserver.conf

------------------------------------------------------------
#include_shell "/etc/sw-cp-server/applications.d/sso.socket.sh 8443 ipv6"
------------------------------------------------------------
...
Where can I get a correct sso-cpserver.conf file?

You shouldn't have sso-cpserver.conf file at all if you are running Plesk 11. Instead there should be files 00-sso-cpserver.conf and sso.socket.sh, or none at all if you don't have SSO (and CBM) installed. Seems like these files were not upgraded properly.

Also run
# /usr/local/psa/bootstrapper/pp11.0.9-bootstrapper/bootstrapper.sh repair
 
Thanks Igor and Nikolay, for pointing me to the bootstrapper, and thanks Nikolay for the clarification about sso-cpserver.conf. Running boostrapper.sh repair solved the problem for me. Or - almost. I had to change bootstrapper.sh accoring to http://forum.parallels.com/showthread.php?p=633784
It's interesting that not more people complain about the backticks in bootstrapper.sh.
 
Back
Top