Author Topic: /var/log/ebox/ebox.log  (Read 1743 times)

kingmilo

  • Zen Apprentice
  • *
  • Posts: 7
  • Karma: +0/-0
    • View Profile
/var/log/ebox/ebox.log
« on: April 23, 2009, 04:50:42 pm »
I am getting this error very often (maybe everytime an email is being sent/received i cant tell) in my /var/log/ebox/ebox.log log file.

[i2009/04/23 16:41:14 DEBUG> PgDBEngine.pm:161 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO message ( from_address, message_id, message_size, status, postfix_date, event, message, to_address, client_host_name, relay, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  null value in column "client_host_ip" violates not-null constraint
 
2009/04/23 16:41:14 ERROR> PgDBEngine.pm:165 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO message ( from_address, message_id, message_size, status, postfix_date, event, message, to_address, client_host_name, relay, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  null value in column "client_host_ip" violates not-null constraint
 
2009/04/23 16:41:17 DEBUG> PgDBEngine.pm:161 EBox::PgDBEngine::insert - Error inserting data: INSERT INTO message ( from_address, message_id, message_size, status, postfix_date, event, message, to_address, client_host_name, relay, client_host_ip) VALUES ( ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
ERROR:  null value in column "client_host_ip" violates not-null constraint[/i]


Doest anybody know what it is and how it can be resolved? My guess is that it is related to the Queue Management problem i have where i cannot view my mail queue and this is maybe info that needs to be written there, or maybe its trying to write info the the logfile?

Any help will be appreciated.

Thanks.
« Last Edit: April 23, 2009, 04:52:14 pm by kingmilo »