• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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