Racing Condition May Throw Exception Creating New Poolable Object: oracle.apps.fnd.common.PoolException: Exception creating new Poolable object
(Doc ID 1598680.1)
Last updated on MAY 02, 2023
Applies to:
Oracle E-Business Suite Technology Stack - Version 12.1.2 to 12.1.3 [Release 12.1]Information in this document applies to any platform.
Symptoms
In the oafmstd.err log, it is showing the following exception:
11/06/24 14:45:05 oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
11/06/24 14:45:05 at oracle.apps.fnd.common.Pool.createObject(Pool.java:1286)
11/06/24 14:45:05 at oracle.apps.fnd.common.Pool.borrowObject(Pool.java:1027)
11/06/24 14:45:05 at oracle.apps.fnd.security.DBConnObjPool.borrowObject(DBConnObjPool.java:584)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.borrowConnection(AppsConnectionManager.java:301)
11/06/24 14:45:05 at oracle.apps.fnd.common.Context.borrowConnection(Context.java:1719)
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getPrivateConnectionFinal(AppsContext.java:2266)
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getPrivateConnection(AppsContext.java:2203).
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:2061)
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1871)
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1715)
11/06/24 14:45:05 at oracle.apps.fnd.common.AppsContext.getJDBCConnection(AppsContext.java:1728)
11/06/24 14:45:05 at oracle.apps.fnd.common.Context.getJDBCConnection(Context.java:1453)
11/06/24 14:45:05 at oracle.apps.fnd.soa.monitor.BufferedRequestsSaveThread.run(BufferedRequestsSaveThread.java:41)
11/06/24 14:45:05 at java.lang.Thread.run(Thread.java:619)
11/06/24 14:45:05 Caused by: java.lang.NullPointerException11
/06/24 14:45:05 at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.JAVA:4284)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.getEncApplsysPwd(AppsConnectionManager.java:1355)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1216)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1136)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.localAppsConnect(AppsConnectionManager.java:1125)
11/06/24 14:45:05 at oracle.apps.fnd.security.AppsConnectionManager.makeGuestConnection(AppsConnectionManager.java:788)
11/06/24 14:45:05 at oracle.apps.fnd.security.DBConnObj.<init>(DBConnObj.java:230)
11/06/24 14:45:05 at sun.reflect.GeneratedConstructorAccessor31.newInstance(Unknown Source)
11/06/24 14:45:05 at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
11/06/24 14:45:05 at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
11/06/24 14:45:05 at oracle.apps.fnd.common.Pool.createObject(Pool.java:1273).
The error is being throwing from the AOL Layer, Looks like getEncApplsysPwd is becoming null. From ISG code when it is trying to get, it is throwing
NullPointerException.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |