Our puppetdb instance failed after a long time running just fine. After restarting the server and trying to start puppetdb using service puppetdb start
We are seeing all the normal output of a successful db bootstrap yet the service stays in a not running
state.
There was a pretty huge stacktrace with failed SQL statements running on the db and this very peculiar error -
org.postgresql.util.PSQLException: ERROR: invalid input syntax for type json
Detail: Escape sequence "\�" is invalid.
Where: JSON data, line 1: ...});return x(a)};var Hd=/[\\\\[\\\\].#$\\\\/\\\�...
org.postgresql.util.PSQLException: ERROR: invalid input syntax for type json
Detail: Escape sequence "\�" is invalid.
Where: JSON data, line 1: ...});return x(a)};var Hd=/[\\\\[\\\\].#$\\\\/\\\�..
I also see the postgresdb puppet uses throws alot of these errors - could not receive data from client: Connection reset by peer
, which weren't there until the crash happened.
Anyone has a clue on how to troubleshoot this issue?