My Oracle Support Banner

Login Page Not Rendering After R12.2.9 Upgrade - The System Has Encountered An Error When Servicing (Doc ID 2648604.1)

Last updated on MAY 19, 2024

Applies to:

Oracle E-Business Suite Technology Stack - Version 12.2.9 and later
Information in this document applies to any platform.

Symptoms

EBS - 12.2.9
-------

Unable to login to EBS

The test8.class fails  with following

failed with below error message :

Exception in thread "main" oracle.apps.fnd.common.AppsException:
oracle.apps.fnd.common.PoolException: Exception creating new Poolable object.
        at
oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1513)
        at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:366)
        at
oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(Unknown
 Source)

 

Contents  of Test8.java

====================

import java.io.* ;
 import oracle.apps.fnd.common.WebAppsContext;
 public class Test8
 {
   public static void main(String args[])

{
String dbcfile ="/tmp/VIS.dbc";
 WebAppsContext wac = new WebAppsContext(dbcfile);
 String webagent = wac.getProfileStore().getProfile("APPS_WEB_AGENT");
System.out.println("APPS_WEB_AGENT=" +webagent);


}
}

===============================

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


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.