Topic: problem with iredadmin pro 1.2.0
prejudice I reinstalled iredadmin pro 1.2.0 on centos 5.5 and 'now I will have this error to start the web iredadmin Internal Server Error
here is the ssl_error_log:
Thu Aug 12 15:20:59 2010] [error] [client 192.168.0.168]
[Thu Aug 12 15:20:59 2010] [error] [client 192.168.0.168] File does not exist: /var/www/html/favicon.ico
[Thu Aug 12 15:21:03 2010] [error] [client 192.168.0.168] File does not exist: /var/www/html/favicon.ico
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] Traceback (most recent call last):
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/application.py", line 240, in process
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] return p(lambda: process(processors))
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 55, in _processor
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] self._cleanup()
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 135, in _cleanup
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] self.store.cleanup(timeout)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 280, in cleanup
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] self.db.delete(self.table, where="$last_allowed_time > atime", vars=locals())
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 863, in delete
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] db_cursor = self._db_cursor()
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 541, in _db_cursor
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] return self.ctx.db.cursor()
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 482, in _getctx
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] self._load_context(self._ctx)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 493, in _load_context
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] ctx.db = self._connect(self.keywords)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 521, in _connect
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] return self.db_module.connect(**keywords)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 75, in Connect
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] return Connection(*args, **kwargs)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 164, in __init__
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] super(Connection, self).__init__(*args, **kwargs2)
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168] OperationalError: (1045, "Access denied for user 'iredadmin'@'localhost' (using password: YES)")
[Thu Aug 12 15:55:37 2010] [error] [client 192.168.0.168]
[Thu Aug 12 15:59:46 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Aug 12 15:59:49 2010] [warn] RSA server certificate is a CA certificate (BasicConstraints: CA == TRUE !?)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] Traceback (most recent call last):
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/application.py", line 240, in process
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] return p(lambda: process(processors))
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 55, in _processor
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] self._cleanup()
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 135, in _cleanup
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] self.store.cleanup(timeout)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/session.py", line 280, in cleanup
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] self.db.delete(self.table, where="$last_allowed_time > atime", vars=locals())
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 863, in delete
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] db_cursor = self._db_cursor()
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 541, in _db_cursor
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] return self.ctx.db.cursor()
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 482, in _getctx
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] self._load_context(self._ctx)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 493, in _load_context
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] ctx.db = self._connect(self.keywords)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/web.py-0.34-py2.4.egg/web/db.py", line 521, in _connect
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] return self.db_module.connect(**keywords)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/MySQLdb/__init__.py", line 75, in Connect
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] return Connection(*args, **kwargs)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File "/usr/lib/python2.4/site-packages/MySQLdb/connections.py", line 164, in __init__
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] super(Connection, self).__init__(*args, **kwargs2)
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] OperationalError: (1045, "Access denied for user 'iredadmin'@'localhost' (using password: YES)")
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168]
[Thu Aug 12 16:01:04 2010] [error] [client 192.168.0.168] File does not exist: /var/www/html/favicon.ico
[Thu Aug 12 16:01:07 2010] [error] [client 192.168.0.168] File does not exist: /var/www/html/favicon.ico
help me please
----
Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.