• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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