Friday, February 20, 2015

OperationalError: ORA-03114: not connected to ORACLE

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"

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/dd486a6d-b18e-44e0-b85c-8c967d9c00d4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment