Hi All
I am getting some more postgres error with the latest version
Thanks
I am getting some more postgres error with the latest version
Code:
012:05:02-17:10:01 **** /usr/sbin/cron[22663]: (root) CMD ( /usr/local/bin/reporter/system-reporter.pl)
2012:05:02-17:10:02 **** postgres[22678]: [2-1] ERROR: null value in column "sid" violates not-null constraint
2012:05:02-17:10:02 **** postgres[22678]: [2-2] STATEMENT:
2012:05:02-17:10:02 **** postgres[22678]: [2-3] insert into confd_sessions(
2012:05:02-17:10:02 **** postgres[22678]: [2-4] sid, facility, srcip, username, time, endtime, state
2012:05:02-17:10:02 **** postgres[22678]: [2-5] ) values($1, $2, $3, $4, $5, $6 ,$7)
2012:05:02-17:10:02 **** postgres[22678]: [2-6]
2012:05:02-17:10:02 **** postgres[22678]: [3-1] ERROR: current transaction is aborted, commands ignored until end of transaction block
2012:05:02-17:10:02 **** postgres[22678]: [3-2] STATEMENT:
2012:05:02-17:10:02 **** postgres[22678]: [3-3] insert into confd_sessions(
2012:05:02-17:10:02 **** postgres[22678]: [3-4] sid, facility, srcip, username, time, endtime, state
2012:05:02-17:10:02 **** postgres[22678]: [3-5] ) values($1, $2, $3, $4, $5, $6 ,$7)
2012:05:02-17:10:02 **** postgres[22678]: [3-6]
2012:05:02-17:10:02 **** postgres[22678]: [4-1] ERROR: current transaction is aborted, commands ignored until end of transaction block