1

Topic: DBmailAdmin Internal Server Error

Can't acces to the GUI of DBmailAdmin 'Internal server error' https://server/dbmailadmin
all service iptables are stopped.

here's the log ::


File does not exist: /var/www/html/favicon.ico
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96] Traceback (most recent call last):
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/application.py", line 239, in process
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     return p(lambda: process(processors))
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/session.py", line 55, in _processor
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     self._cleanup()
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/session.py", line 135, in _cleanup
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     self.store.cleanup(timeout)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/session.py", line 280, in cleanup
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     self.db.delete(self.table, where="$last_allowed_time > atime", vars=locals())
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/db.py", line 844, in delete
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     db_cursor = self._db_cursor()
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/db.py", line 522, in _db_cursor
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     return self.ctx.db.cursor()
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/db.py", line 463, in _getctx
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     self._load_context(self._ctx)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/db.py", line 474, in _load_context
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     ctx.db = self._connect(self.keywords)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/web/db.py", line 502, in _connect
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     return self.db_module.connect(**keywords)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 81, in Connect
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     return Connection(*args, **kwargs)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]   File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 187, in __init__
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]     super(Connection, self).__init__(*args, **kwargs2)
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96] OperationalError: (2003, "Can't connect to MySQL server on '127.0.0.1' (13)")
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96]
[Tue Apr 30 07:51:28 2013] [error] [client 10.0.22.96] File does not exist: /var/www/html/favicon.ico

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: DBmailAdmin Internal Server Error

Is your mysql server running?

3

Re: DBmailAdmin Internal Server Error

Yes , and actually my server SMTP/LMTP , POP3/IMAP4 is working so i can store DATA (email, users, domains .....) in mysql database.

4

Re: DBmailAdmin Internal Server Error

i resolved it , it was a mistaken parameter in /etc/dbmail.conf , and so i get to DBMA /GUI interface but still have the same errors in my /var/log/httpd/ssl_error_log .
When i try  to EDIT Domains and users in my interface the browser respond 'internal server error ' witout any indications in the log except a GET request .

Any ideas ? ??

5

Re: DBmailAdmin Internal Server Error

Please find related error log in Apache log file, paste here so that we can help troubleshoot.