Wednesday, January 16, 2013

OAF - Errors Encountered - 2. 500 Internal Server Error

JDeveloper version "Patch 6908968 10G JDEVELOPER WITH OA EXTENSION ARU FOR R12 RUP4"

Getting "500 Internal Server Error
oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object
Caused by: oracle.apps.fnd.common.AppsException: oracle.apps.fnd.common.AppsException: java.sql.SQLException: Io exception: The Network Adapter could not establish the connection"

This error occurs due to incorrect setting of JDEV_USER_HOME or in other words creating a new directory in JDEV_USER_HOME and putting files there. When I unzip “Tutorial.zip”, it creates jdev directory inside JDEV_USER_HOME.

Resolution:
My JDEV_USER_HOME was “D:\ JDEV_R12_RUP4\jdevhome”. When I unzip “Tutorial.zip”, it created folder “D:\ JDEV_R12_RUP4\jdevhome\jdev”. I moved contents of jdev folder into “D:\ JDEV_R12_RUP4\jdevhome” and deleted jdev directory. It worked.