Hello !
SQLException for update statement: INSERT INTO netboxinfo (netboxid,key,var,val) VALUES ('304','unrecognizedCDP','148','`?@') org.postgresql.util.PSQLException: ERROR: invalid message format Wounder what 'unrecognizedCDP' mean ?
This could be a string escaping issue, but that theory should be easy to test at least.
Do you have more information for me ? Maybe what I should check or verify in my configuration ?
The 'unrecognizedCDP' is a CDP neighbour string for which we were not able to find a matching name in netbox, and it is then stored in netboxinfo (there it is used for correctly dealing with HP stacks IIRC).
Ok, but could this be related to the new HP Procurve 3400-cl-48G ? Btw, we doesn't have any clusters configured on our HP switches.
-- Med vennlig hilsen / Regards;
Roar Pettersen Universitetet i Bergen - The University of Bergen Nygardsgt. 5 - N-5020 BERGEN - Norway Tlf: +47 55 58 40 55 VIP: 81503 fax: +47 55 58 40 70 roar.pettersen@it.uib.no - IT-Avd, UiB - http://www.uib.no
From kreide at gmail.com Tue Dec 20 12:43:47 2005
From: kreide at gmail.com (Kristian Eide) Date: Tue Dec 20 21:43:53 2005 Subject: [Nav-users] Collects cam data from switches In-Reply-To: Pine.GSO.4.61.0512202133580.28699@alf.uib.no References: Pine.GSO.4.61.0512201119310.15708@alf.uib.no b4c110fd0512200950l494bfce1ydf7a260e6a125ab4@mail.gmail.com Pine.GSO.4.61.0512202133580.28699@alf.uib.no Message-ID: b4c110fd0512201243l37dcc654x43d72fce187671b4@mail.gmail.com
This could be a string escaping issue, but that theory should be easy to test at least.
Do you have more information for me ?
Actually I just tried the above INSERT and the string escaping seems to work fine, so it is probably something else.
Maybe what I should check or verify in my configuration ?
Since the error is coming from within the Postgre Java driver I would think there is some mismatch between the JDBC driver and the Postgre server. Try to upgrade one or both (the 7.4 version is really not recommended anymore).
Ok, but could this be related to the new HP Procurve 3400-cl-48G ? Btw, we doesn't have any clusters configured on our HP switches.
This could be what caused it, but the real error is elsewhere.
-- Kristian