Hi,
I have migrated my project to a new installation of Apache + mod_wsgi 3.2.1 + python 2.6.1 + Django 1.2.1, i kept the same versions just to be sure that i do not have any problems with my project.
I am trying to run the project and i am getting this Oracle exception...
The DB is fine because i can connect to it using the Oracle Client installed on the machine the Apache + mod_wsgi 3.2.1 + python 2.6.1 + Django 1.2.1.... is installed.
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] mod_wsgi (pid=27565): Exception occurred processing WSGI script '/opt/wgt_proxy/wgtproxyProj/wgtproxy/apache/django.wsgi'.
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] Traceback (most recent call last):
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] File "/opt/wgt_proxy/wgtproxyProj/wgtproxy/apache/django.wsgi", line 50, in __call__
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] return self.__application(environ, _start_response)
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] File "/opt/webtier/python_64/lib/python2.6/site-packages/django/core/handlers/wsgi.py", line 248, in __call__
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] signals.request_finished.send(sender=self.__class__)
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] File "/opt/webtier/python_64/lib/python2.6/site-packages/django/dispatch/dispatcher.py", line 162, in send
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] response = receiver(signal=self, sender=sender, **named)
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] File "/opt/webtier/python_64/lib/python2.6/site-packages/django/db/__init__.py", line 82, in close_connection
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] conn.close()
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] File "/opt/webtier/python_64/lib/python2.6/site-packages/django/db/backends/__init__.py", line 70, in close
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] self.connection.close()
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] OperationalError: ORA-03114: not connected to ORACLE
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx]
[Fri Feb 20 17:40:51 2015] [error] [client xx.xx.xx.xx] Request Failed for : /wgtproxy/admin/, Resp Code : [500]
I need help debugging this it seems that the problem is coming from Django, but i think the actual issue is hidden probably some exception that is not returned to the logs and the only thing i get is "OperationalError: ORA-03114: not connected to ORACLE"