• 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.

Unable to find service node for ip address with id=0

Henri

Basic Pleskian
Hello everybody,
I use Plesk 12.0.18 Update # 75 on CentOS 6.7.
Tools & Einstellungen > Serverweite E-Mail-Einstellungen) und den Postausgangsmodus auf: „Über Domain-IP-Adressen senden und Domainnamen in SMTP-Begrüßung">I now get additional IP addresses and would accordingly adjust the global mail server settings (see: Home> Tools & Settings> Server-wide e-mail settings), and the outgoing mail mode to: "Send and domain name in SMTP greeting About domain IP addresses use "Switch.
And I got the following error message:
Error: Unable to find service node for ip address with id = 0
Then I tried then to the KB entry there: To resolve http://kb.odin.com/en/126637, unfortunately it does not work I get the 4th step of the KB article the following error message:
select * from IP_Addresses where id=0; ">mysql> select * from ip_addresses where id = 0;
ERROR 2006 (HY000): MySQL server has gone away
No connection. Trying to reconnect ...

In step above me but a table is displayed.
The looks something like this:
+ ---------------- + ------------- +
| ipCollectionId | ipAddressId |
+ ---------------- + ------------- +
| 9 | 0 |
| 9 | 1 |
| 11 | 0 |
| 11 | 1 |
| 16 | 0 |
~~~~~~~~~~~~~~~~~~~~~
| 72 | 0 |
| 72 | 1 |
+ ---------------- + ------------- +
52 rows in set (0.00 sec)



And one more question on the edge what has changed with the update # 75?
The changelog is seemingly no longer updated, it is stopped in Update # 74th
 
@IgorG

reguest.
When i have a server without this errormessage, everything seems ok.
But when i test the db with
select * from IpAddressesCollections where ipCollectionId in (select ipCollectionId from IpAddressesCollections where ipAddressId=0);

ive got a lot of entrys

should i remove them with delete from IpAddressesCollections where ipAddressId = 0; ?
 
thank you.

what should i do when

+----------------+-------------+
| ipCollectionId | ipAddressId |
+----------------+-------------+
| 1 | 0 |
| 3 | 0 |
| 3 | 7 |
+----------------+-------------+

ipCollectionId 1
musst i change ipCollectionId 1 to ipAddressId 7 ?
 
Back
Top