Gurus, please help I am getting oracle.apps.fnd.cache.CacheException

Hi, I am not a newbie to OAF. I have worked good amount on the OAF 9i development. Currently we are on R12.0.4 and Jdev 10g (patch 6908968) But this error really beats me. I believe it could be due to a Apache error, but may be I am doing something wrong here and so hopefully you can provide me some insight. I am trying to configure my JDev 10G for R12 development. I am trying to run supplied HelloWorld page in Tutorial.jpr. I have set the DB connection and provided the username/password with responsibility key and also the DBC file in the Runtime Connections properties for the Project. I have also tried the alternative i.e building a custom HelloWorld, but even with that I get the same error.
Please let me know if I should be doing anything else.
Thanks and appreciate your help.
Rahul
---------------------------------------------------Error ------------------------------------------------------------------------
racle.apps.fnd.cache.CacheException     
at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)     
at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)     
at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)     
at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)     
at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)     
at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)     
at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)     
at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)     
at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)     
at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)     
at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)     
at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)     
at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)     
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)     
at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)     
at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:1027)     
at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223)     
at OAErrorPage.jspService(_OAErrorPage.java:66)     [OAErrorPage.jsp]     
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193)     
at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813)     
at runregion.jspService(_runregion.java:197)     [runregion.jsp]     
at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)     
at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462)     
at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)     
at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)     
at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)     
at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)     
at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)     
at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)     
at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)     
at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)     
at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection     at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)     
at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)     
at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)     
at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)     
... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection     
at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)     
at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)     
at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)     
at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)     
at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)     
at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)     
at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)     ... 54 more
-------------------------------------------------------------------------------------------------------------------------------------------------

I did thought it was a DBC issue before, so I requested the DBC file again from the DBA's. I try the page and get the same error again. This time I looked at the DBC and compared the JDBC string with what I have on the TNSNames. The server name on the DBC file provided to me was slightly off. So, that was the error. The dbc file had imbcdd-d as the server name, whereas in the TNSName it was imbcdd-b. I fixed the DBC and reran and there it goes I get the HelloWorld Page.
Thanks a bunch to all. I should have it investigated more. Apologize for the siilly post.
Rahul

Similar Messages

  • Oracle.apps.fnd.cache.CacheException while generating Auto Reports

    Hi,
    Please help me in resolving out the ERROR occured while dealing with Automated Report Generation.
    Following is the Error Message:
    Weekly Report Generator starts running at:Tue Jun 24 14:41:47 IST 2008
    connection oracle.jdbc.driver.T4CConnection@789144
    Generating Health Summary Report for: _11_5_1.html
    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDataba
    seValues(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(Deb
    ugEventManager.java:1010)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(Debug
    EventManager.java:979)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:946)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:933)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :917)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :882)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.getServiceApplicationModule(HealthSummaryReportGenerator.java:110)
    at uttara.oracle.apps.uttaraimc.reports.jasper.HealthSummaryReportGenera
    tor.generateReport(HealthSummaryReportGenerator.java:40)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.gen
    erateWeeklyReports(WeeklyReportGenerator.java:75)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.mai
    n(WeeklyReportGenerator.java:27)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache
    : java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 20 more
    Error: Report cannot be created at: /oracle10/oracle/viscomn/java/oracle/apps/me
    dia/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/ status: false
    Error:oracle.apps.fnd.cache.CacheException
    No. of reports generated:0
    ************************************************************************

    It looks like the reports to be created is trying to use
    /oracle10/oracle/viscomn/java/oracle/apps/media/CDV/CDVReport/HTML/Auto/Weekly/24_06_2008/
    And it can not write in that location. Specify a different folder or check the permisisons/free space avaialable.
    Rajesh Alex

  • Oracle.apps.fnd.cache.CacheException in login page

    Hi,
    i wrote one method in am and return that values to co and the following is the code in AM
    public String Status(String reqid){
        String Status2=null;
    String Status;
        while(Staus.equals("I")||Staus.equals("R")||Staus.equals("P"))
          try{
            try
               Thread.sleep(1000);
             } catch (InterruptedException e)
                System.out.println("eroor in am thread block");
            String Query ="select phase_code,status_code from fnd_concurrent_requests where request_id=?";
            PreparedStatement stmt = getOADBTransaction().createPreparedStatement(Query,1);
            stmt.setString(1,requestid);
            ResultSet resultset= stmt.executeQuery();
            if (resultset != null)
              while (resultset.next())
              if (resultset.getString(1) != null)
               Staus = resultset.getString(1); // here to fetch the column from the query
                Status2=resultset.getString(2);
          catch(SQLException exception)
          //Incase of any error while running the query throw an exception.
          throw new OAException("Error in  Query"+ exception, OAException.ERROR);
    return Status2;
    here iam checking phase code of the programe ,f it is C iam returning the status to variable in CO.it is taking one hour time to complete to get the status code :C
    in the application,program  is   runnig but after getting "C" also the progres is still running. i closed the session and opened again and it is giving following error:
    oracle.apps.fnd.cache.CacheException
    Please help me to solve this , i got the request id but while getting status only iam facing issue..

    Hi,
    1. Are you submitting this concurrent program from your code, if yes then you should issue commit immediately after submitting the request.
    OR
    2. Try using below PL/SQL block code in your AM (please convert to java call ).
    DECLARE
    l_request_id                               NUMBER;
    o_call_status                             BOOLEAN;
    o_request_phase                              VARCHAR2(200);
    o_request_status                             VARCHAR2(200);
    o_dev_request_phase                          VARCHAR2(200);
    o_dev_request_status                         VARCHAR2(200);
    o_request_status_mesg                        VARCHAR2(2000);
    BEGIN
               o_call_status := fnd_concurrent.wait_for_request(l_request_id,
                                                                 20,
                                                                 0,
                                                                 o_request_phase,
                                                                 o_request_status,
                                                                 o_dev_request_phase,
                                                                 o_dev_request_status,
                                                                 o_request_status_mesg);
    END;
    Regards,
    Sandeep M.

  • 500 Internal Server Error oracle.apps.fnd.cache.CacheException

    I have been trying to access a new instance using JDEV, but i have been getting this error:
    Can anyone help me ?
    500 Internal Server Error
    oracle.apps.fnd.cache.CacheException at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228) at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485) at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211) at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171) at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148) at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259) at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114) at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050) at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037) at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595) at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926) at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891) at oracle.apps.fnd.common.WebAppsContext.&lt;init&gt;(WebAppsContext.java:1027) at oracle.apps.fnd.common.WebRequestUtil.validateContext(WebRequestUtil.java:223) at OAErrorPage.jspService(_OAErrorPage.java:62) [OAErrorPage.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.access$100(ServletRequestDispatcher.java:51) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher$2.oc4jRun(ServletRequestDispatcher.java:193) at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:283) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:847) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:813) at runregion.jspService(_runregion.java:193) [runregion.jsp] at com.orionserver[Oracle Containers for J2EE 10g (10.1.3.3.0) ].http.OrionHttpJspPage.service(OrionHttpJspPage.java:59) at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:462) at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594) at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518) at javax.servlet.http.HttpServlet.service(HttpServlet.java:856) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111) at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260) at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239) at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34) at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880) at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298) at java.lang.Thread.run(Thread.java:595)Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712) at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802) at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624) at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216) ... 50 moreCaused by: oracle.apps.jtf.base.resources.FrameworkException: An exception occurred in the method CacheAccess.getnullThe base exception is:null Connection at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607) at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:66) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:88) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:202) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:218) at oracle.apps.jtf.base.resources.FrameworkException.&lt;init&gt;(FrameworkException.java:249) ... 54 more

    Hi Pardeep,
    I was getting the same error. I have copied the JDK 1.5.0_16.zip from other user and unzip in the folder of mine like AB12020 where I have installed the Jdeveloper or might be your DBC file get corrupted.
    Check out..
    Thanks
    Anil Sharma
    PS-Pls marked ur questioned as answered and close the question.
    Edited by: OAFUser on Jan 15, 2009 9:43 PM

  • Exception in thread "main" oracle.apps.fnd.cache.CacheException

    Dear Experts,
    I am getting the below error.
    $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \
    -Ddbcfile=$FND_SECURE/TEST.dbc \
    -Dport=993 -Dssl=Y \
    -Dtruststore=/home/applprod/.keystore \
    -Dserver=xxxxxxxxxxxxx \
    [email protected] -Dpassword=pass@word01\
    -Dconnect_timeout=120 -Ddebug=Y \
    -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.MailerException in thread "main" oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:211)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:171)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1259)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1114)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:1083)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1050)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:1037)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:595)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:941)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:926)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:891)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:751)
    at oracle.apps.fnd.wf.apps.WorkflowContext.<init>(WorkflowContext.java:31)
    at oracle.apps.fnd.wf.apps.ContextFactory.makeContext(ContextFactory.java:54)
    at oracle.apps.fnd.wf.common.WorkflowContext.<init>(WorkflowContext.java:82)
    at oracle.apps.fnd.wf.mailer.Mailer.main(Mailer.java:4653)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache: java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:712)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4802)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4624)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 19 more
    Caused by: oracle.apps.jtf.base.resources.FrameworkException:
    An exception occurred in the method CacheAccess.get
    null
    The base exception is:
    null Connection
    at oracle.apps.jtf.base.resources.FrameworkException.convertException(FrameworkException.java:607)
    at oracle.apps.jtf.base.resources.FrameworkException.addException(FrameworkException.java:585)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:66)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:88)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:202)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:218)
    at oracle.apps.jtf.base.resources.FrameworkException.<init>(FrameworkException.java:249)
    ... 23 more
    Please advise.
    Mohammed. Abdul Muqeet
    Edited by: Mohammed Abdul Muqeet on Jan 21, 2013 7:20 PM
    Edited by: Mohammed Abdul Muqeet on Jan 21, 2013 7:21 PM

    Please post the details of the application release, database version and OS.
    I am getting the below error.
    $AFJVAPRG -classpath $AF_CLASSPATH -Dprotocol=imap \
    -Ddbcfile=$FND_SECURE/TEST.dbc \
    -Dport=993 -Dssl=Y \
    -Dtruststore=/home/applprod/.keystore \
    -Dserver=xxxxxxxxxxxxx \
    [email protected] -Dpassword=pass@word01\
    -Dconnect_timeout=120 -Ddebug=Y \
    -DdebugMailSession=Y oracle.apps.fnd.wf.mailer.Mailer
    Please see (oracle.apps.fnd.cache.CacheException - null connection - on AppsLocalLogin.jsp [ID 414170.1]).
    Thanks,
    Hussein

  • Oracle.apps.fnd.cache.CacheException

    Hi,
    I am getting following exception while I m running auto generated reports in server.
    But its working fine in local machine.
    oracle.apps.fnd.cache.CacheException
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:228)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1485
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:354)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromD
    B(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(Exte
    ndedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProf
    ileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDataba
    seValues(DebugEventManager.java:1149)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(Deb
    ugEventManager.java:1010)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(Debug
    EventManager.java:979)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:946)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEv
    entManager.java:933)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:932)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :917)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java
    :882)
    at oracle.apps.fnd.common.AppsContext.<init>(AppsContext.java:742)
    at oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:933)
    at uttara.oracle.apps.uttaraimc.reports.jasper.DisabilitySummaryReportGe
    nerator.getServiceApplicationModule(DisabilitySummaryReportGenerator.java:132)
    at uttara.oracle.apps.uttaraimc.reports.jasper.DisabilitySummaryReportGe
    nerator.generateReport(DisabilitySummaryReportGenerator.java:35)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.gen
    erateWeeklyReports(WeeklyReportGenerator.java:90)
    at uttara.oracle.apps.uttaraimc.reports.jasper.WeeklyReportGenerator.mai
    n(WeeklyReportGenerator.java:27)
    Caused by: oracle.apps.jtf.base.resources.FrameworkException: Error in IAS Cache
    : java.lang.NullPointerException: null Connection
    at oracle.apps.jtf.cache.IASCacheProvider.get(IASCacheProvider.java:678)
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:4684
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:4507)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:216)
    ... 20 more
    Here is the code for generator class,
    public class EconomicSummaryReportGenerator implements AutoReportGenerator {
    public EconomicSummaryReportGenerator() {
    public boolean generateReport(String districtName, String townName,
    String wardName, String htmlPath,
    String areaCode) {
    System.out.println("Generating Economic Status Report for: " +
    areaCode);
    boolean stat = false;
    try {
    OAApplicationModuleImpl am = getServiceApplicationModule();
    Boolean executeQuery = BooleanUtils.getBoolean(false);
    if (wardName == null)
    wardName = "";
    if (townName == null)
    townName = "";
    Serializable[] parameters =
    { null, null, null, districtName, townName, wardName, "",
    executeQuery };
    Class[] paramTypes =
    { String.class, String.class, String.class, String.class,
    String.class, String.class, String.class, Boolean.class };
    am.invokeMethod("initEconomicSummaryDetails", parameters,
    paramTypes);
    if (wardName == "")
    wardName = null;
    if (townName == "")
    townName = null;
    OAViewObject districtTownWardVO = null;
    if (districtName != null && townName != null && wardName != null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistTownWardVO1");
    else if (districtName != null && townName != null &&
    wardName == null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistTownVO1");
    else if (districtName != null && townName == null &&
    wardName == null)
    districtTownWardVO =
    (OAViewObject)am.findViewObject("EconomicStatusSummaryDistrictVO1");
    EconomicStatusReportImpl repImpl = new EconomicStatusReportImpl();
    htmlPath =
    htmlPath + CDVReportConstants.economicSummaryReportName +
    areaCode;
    String status =
    repImpl.retrieveCDVRpt(districtTownWardVO, districtName,
    townName, wardName, htmlPath);
    if (am != null)
    am.remove();
    stat = (status == null) ? false : true;
    if (stat == false)
    System.out.println("Error: Report cannot be created at: " +
    htmlPath + " status: " + stat);
    else
    System.out.println("Report created at: " + htmlPath +
    " status: " + stat);
    } catch (Exception ex) {
    ex.printStackTrace();
    System.out.println("Error: Report cannot be created at: " +
    htmlPath + " status: " + stat);
    System.out.println("Error:" + ex);
    return stat;
    private static OAApplicationModuleImpl getServiceApplicationModule() {
    WebAppsContext ctx = new WebAppsContext(CDVReportConstants.dbcPath);
    // Process the error stack to make sure that the WebAppsContext object
    // was created correctly.
    OAException oaex =
    OAExceptionUtils.processAOLJErrorStack(ctx.getErrorStack());
    if (oaex != null) {
    throw oaex;
    ctx.getSessionManager().validateLogin(CDVReportConstants.userName,
    CDVReportConstants.passWord);
    ctx.getSessionManager().setResp(CDVReportConstants.applicationId,
    CDVReportConstants.responsibilityId);
    // Process the error stack again before creating the root application
    // module with the WebAppsContext instance.
    oaex = OAExceptionUtils.processAOLJErrorStack(ctx.getErrorStack());
    if (oaex != null) {
    throw oaex;
    return (OAApplicationModuleImpl)OAApplicationModuleFactory.createRootOAApplicationModule(ctx,
    "uttara.oracle.apps.uttaraimc.reports.server.EconomicStatusReportAM");
    What might be the reason for this exception?
    Please suggest.
    Thanks & Regards,
    Sagarika

    Hi,
    wrong forum. Please try the Apps forum on OTN
    Frank

  • I face  "oracle.apps.fnd.cache.cacheexception" after login to apps

    hi, ihave
    RDBMS:9.2.0.3.0
    oracle APPs: 11.5.9
    i face oracle.apps.fnd.cache.cacheexception after i restore the database (coz of acrash) and note that the apps is not restored.
    so now ihave apps older than the DB by 2days.
    i checked the GUEST_USER_PWD=GUEST/ORACLE in the DBC file its correct .
    The GUEST_USER_PWD is GUEST/ORACLE and the login test result is Y
    and GUEST user account is not end dated..
    any help?

    i did that and here is the logs again
    error_log
    [Tue May 12 14:17:40 2009] [notice] FastCGI: process manager initialized (pid 680072)
    [Tue May 12 14:17:41 2009] [notice] Oracle HTTP Server Powered by Apache/1.3.19 configured -- resuming normal operations
    [Tue May 12 14:17:51 2009] [error] [client 10.22.8.62] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:17:51 2009] [error] [client 10.22.8.62] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:14 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:18:16 2009] [error] [client 10.20.2.74] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:16 2009] [error] [client 10.20.2.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:18 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:18 2009] [error] [client 10.22.8.64] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:18:37 2009] [error] [client 10.20.2.103] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:18:38 2009] [error] [client 10.20.2.103] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:19:17 2009] [error] [client 10.20.2.80] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:17 2009] [error] [client 10.20.2.80] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:41 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:42 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:19:55 2009] [error] [client 192.168.202.35] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:21:52 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:21:54 2009] [error] [client 10.22.8.74] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:21:55 2009] [error] [client 10.22.8.74] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:22:08 2009] [error] [client 10.4.1.165] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:22:10 2009] [error] [client 10.4.1.166] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:22:25 2009] [error] [client 10.1.10.58] File does not exist: /home01/oraprod/prodcomn/portal/PROD_jtsrv18/favicon.ico
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:22:54 2009] [error] [client 10.1.10.58] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:14 2009] [error] [client 10.1.13.45] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:25:15 2009] [error] [client 10.1.13.45] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:23 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:25:24 2009] [error] [client 10.20.2.69] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:26:17 2009] [error] [client 10.4.1.166] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:26:35 2009] [error] [client 10.22.8.67] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:26:36 2009] [error] [client 10.22.8.67] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:28:16 2009] [error] [client 10.22.8.72] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:29:21 2009] [error] [client 10.4.1.165] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:25 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:26 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:27 2009] [error] [client 10.20.2.95] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:30:43 2009] [error] [client 10.4.1.164] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:46 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:47 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:31:48 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:31:48 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:34:24 2009] [error] [client 10.20.2.92] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:34:24 2009] [error] [client 10.20.2.92] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:39:51 2009] [error] [client 10.22.8.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/apps/media/oracle/apps/media/splash.gif
    [Tue May 12 14:39:51 2009] [error] [client 10.22.8.74] File does not exist: /home01/oraprod/prodcomn/java/oracle/forms/icons/bgnd.gif
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:41:35 2009] [error] [client 10.4.1.167] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:47:05 2009] [error] [client 10.20.2.105] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/jdbc
    [Tue May 12 14:47:06 2009] [error] [client 10.20.2.105] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:48:47 2009] [error] [client 10.22.8.64] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:47 2009] [error] [client 10.22.8.64] File does not exist: /home01/oraprod/prodcomn/java/oracle/ewt/alert/resource/AlertBundle_en_US.properties
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/ewt
    [Tue May 12 14:48:54 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/sun/beans
    [Tue May 12 14:48:55 2009] [error] [client 10.1.10.110] client denied by server configuration: /home01/oraprod/prodcomn/java/oracle/forms/engine
    [Tue May 12 14:48:55 2009] [error] [client 10.1.10.110] File does not exist: /home01/oraprod/prodcomn/java/oracle/forms/engine/RunformBundle_ar_JO.properties
    [Tue May 12 14:51:20 2009] [error] [client 10.20.2.68] client denied by server configuration: /home01/oraprod/prodcomn/java/java
    Edited by: user8006044 on May 12, 2009 5:40 AM

  • Please help me to get Oracle 10.2.0.5 software for 64 bit Windows 2008 R2

    Hi All,
    Subject: Please help me to get Oracle 10.2.0.5 software for 64 bit Windows 2008 R2 operating system.
    I am looking for Oracle 10.2.0.5 software to install in windows 2008 server (64 bit) R2. I tried with oracle download repository but unfortunately I couldnt find this software. In the below link I can see the product Oracle 10.2.0.5 - 64 bit (Itanium). I have tried to download and install in the server but I received in-compatible error message.
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    From the oracle support certification site I have found that the Oracle 10.2.0.5 is the compatible version to installed in windows 2008 server(64) R2.
    I am trying very hard to find Oracle 10.2.0.5 - 64 bit. Can you please suggest me where I can download this software.
    Please do the needful.
    Regards,
    Jame

    Hi;
    Which means, do i need to install 10.2.0.4 and then to upgrade 10.2.0.5 using patchset?10.2.0.1 is base relase 10.2.0.x is patchest. 10.2.0.5 cover previous patchest errors which mean you do not need install 10.2.0.4 than upgrade it 10.2.0.5
    Regard
    Helios

  • Please help trying to get "Remote" app to prompt me for passcode

    I am pretty good at these things and for some reason after installing the app on my iPhone 3G I am unable to use the passcode thats given because I get no prompt on the sidebar to enter it in.
    I see a lot of complaints in the app store about this not working well. Sharing in iTunes is turned on Firewall I have allowing incoming connections. Maybe I'll wait for a update.
    Thanks in advance.

    First of all, are you using Windows or MAC? Second if using Windows XP, try turning off the Firewall Completely:
    1-Right click on My Network Places and click properties
    2-Right click on either Local Area Connection or Wireless Network Connection and click properties
    3-Click on the Advanced Tab, click on Windows Firewall Settings,
    4-Click on the Off balloon and click Ok.
    If you want to check the exception list to make sure iTunes can pass through the firewall click on the Exceptions Tab and make sure that iTunes is checked and click Ok.
    If you are using a Mac I can't really help, and if you are using Windows Vista I can post some options to try as well. Hope this helps!

  • Error oracle.apps.fnd.framework.OAException: Application:  in jdev

    Hello,
    I am facing one error in jdev . while running the OAF
    page suddenly i am getting following error. Yesterday
    it was working fine and even I have not changed
    anything. Even Toolbox tutorial pages are erroring
    out with this error. My connection setting and
    everything is proper.
    oracle.apps.fnd.framework.OAException: Application:
    FND, Message Name: FND_GENERIC_MESSAGE. Tokens:
    MESSAGE =
    oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    (Could not lookup message because there is no database
    connection)
    Please help me out . Whole error is attached below.
    Thanks
    Ganesh
    Here is the error.
    Error Page
    Exception Details.
    oracle.apps.fnd.framework.OAException: Application:
    FND, Message Name: FND_GENERIC_MESSAGE. Tokens:
    MESSAGE =
    oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    (Could not lookup message because there is no database
    connection)
         at
    oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at
    oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at OAErrorPage.jspService(OAErrorPage.jsp:32)
         at
    com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at
    oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at
    oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at
    com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
         at
    com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
         at
    com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
         at runregion.jspService(runregion.jsp:143)
         at
    com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at
    oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at
    oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at
    oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at
    oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at
    oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at
    oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:974)
         at
    oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
         at
    oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at
    oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
         at
    oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
         at
    oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
         at
    oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
         at
    oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at
    oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at
    com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at
    oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at
    oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
         at
    oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
         at
    oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
         at
    oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
         at
    oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:974)
         at
    oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:360)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:225)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:184)
         at
    oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:147)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1107)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:971)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:940)
         at
    oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:907)
         at
    oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
         at
    oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:1025)
         at
    oracle.apps.fnd.common.WebAppsContext.init(WebAppsContext.java:3486)
         at
    oracle.apps.fnd.common.WebAppsContext.<init>(WebAppsContext.java:537)
         at
    oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:346)
         at
    oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
         at
    oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
         at runregion.jspService(runregion.jsp:96)
         at
    com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at
    oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
         at
    oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
         at
    oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
         at
    javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at
    com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
         at
    com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
         at
    com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
         at
    com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
         at
    EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:803)
         at java.lang.Thread.run(Thread.java:534)

    Hi ganesh,
    You may want to try the OA Framework forum:OA Framework
    John

  • OA Framework pages gives oracle.apps.jtf.cache.CacheLoaderNotFoundExecption

    I have installed the right version of JDeveloper and started working on as per anilpassi demos and friends guidence.I was able to work on OA Framework pages, I have added some attributes in Tutorial page and also I was able to see isupplier page that I have to customize. While running the pages, it will take nearly 10mins to show every page.
    With the same configuration,Now I am getting error when I run any page from yesterday afternoon. So I have tried to reconfigure again the Jdeveloper and even I have tried by reinstalling it. Still I am getting the Error page. Here are details regarding the error page. I request you to go through these please and give your suggestions.
    I have set the JDEV_USER_HOME Environment Variable to “E:\jdevhome\jdev” and also I have set the database connection.
    The runtime settings I have given is below:
    Selected the DBC file.
    also the username and password i given is correct only. and also the user has the turorials responsibility.
    Error in IE while running:
    ==============
    Error Page Exception Details.
    oracle.apps.fnd.framework.OAException: Application: FND, Message Name: FND_GENERIC_MESSAGE. Tokens: MESSAGE = oracle.apps.jtf.cache.CacheLoaderNotFoundException;
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:891)
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:865)
    at OAErrorPage.jspService(OAErrorPage.jsp:34)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.include(ServletRequestDispatcher.java:119)
    at com.evermind.server.http.EvermindPageContext.handlePageThrowable(EvermindPageContext.java:547)
    at com.evermind.server.http.EvermindPageContext.handlePageException(EvermindPageContext.java:518)
    at runregion.jspService(runregion.jsp:143)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    oracle.apps.jtf.cache.CacheLoaderNotFoundException
    at oracle.apps.jtf.cache.CacheManager.getInternal(CacheManager.java:3236)
    at oracle.apps.jtf.cache.CacheManager.get(CacheManager.java:3203)
    at oracle.apps.fnd.cache.AppsCache.get(AppsCache.java:248)
    at oracle.apps.fnd.profiles.Profiles.getProfileOption(Profiles.java:1293)
    at oracle.apps.fnd.profiles.Profiles.getProfile(Profiles.java:384)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfileFromDB(ExtendedProfileStore.java:210)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getSpecificProfile(ExtendedProfileStore.java:169)
    at oracle.apps.fnd.profiles.ExtendedProfileStore.getProfile(ExtendedProfileStore.java:148)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureUsingDatabaseValues(DebugEventManager.java:1147)
    at oracle.apps.fnd.common.logging.DebugEventManager.configureLogging(DebugEventManager.java:1008)
    at oracle.apps.fnd.common.logging.DebugEventManager.internalReinit(DebugEventManager.java:977)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:944)
    at oracle.apps.fnd.common.logging.DebugEventManager.reInitialize(DebugEventManager.java:931)
    at oracle.apps.fnd.common.AppsLog.reInitialize(AppsLog.java:570)
    at oracle.apps.fnd.common.AppsContext.initLog(AppsContext.java:894)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:879)
    at oracle.apps.fnd.common.AppsContext.initializeContext(AppsContext.java:848)
    at oracle.apps.fnd.common.AppsContext.(AppsContext.java:707)
    at oracle.apps.fnd.common.WebAppsContext.(WebAppsContext.java:940)
    at oracle.apps.fnd.framework.server.OAUtility.getWebAppsContext(OAUtility.java:352)
    at oracle.apps.fnd.framework.CreateIcxSession.getEncryptedSessId(CreateIcxSession.java:144)
    at oracle.apps.fnd.framework.CreateIcxSession.createSession(CreateIcxSession.java:80)
    at runregion.jspService(runregion.jsp:96)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:317)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:465)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:379)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:727)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:306)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:767)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:259)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:106)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:797)
    at java.lang.Thread.run(Thread.java:534)
    ==============
    Then in JDeveloper below messages are shown in Embedded OC4J Server tab:
    ==============
    [Starting OC4J using the following ports: HTTP=8988, RMI=23891, JMS=9227.]
    E:\jdevbin\jdk\bin\javaw.exe -client -classpath E:\jdevbin\j2ee\home\oc4j.jar;E:\jdevbin\jdev\lib\jdev-oc4j.jar -Xbootclasspath/p:E:\jdevbin\jdev\appslibrt\ojdbc14.jar;E:\jdevbin\jdev\appslibrt\nls_charset12.zip -DFND_JDBC_STMT_CACHE_SIZE=200 -DCACHENODBINIT=true -DRUN_FROM_JDEV=true -mx256m -Doracle.j2ee.dont.use.memory.archive=false -Xverify:none -Doracle.j2ee.dont.use.memory.archive=true -Doracle.j2ee.http.socket.timeout=500 com.evermind.server.OC4JServer -config E:\jdevhome\jdev\system9.0.3.5.1453\oc4j-config\server.xml
    [waiting for the server to complete its initialization...]
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 3797 ms.
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    Oracle9iAS (9.0.3.1.0) Containers for J2EE initialized
    TIME: runregion: initialization [16 ms]
    Tutalii: E:\jdevbin\jdev\appslibrt\iasjoc.zip archive
    ApplicationServer: appName = APPS_OA
    ApplicationServer: appName = bc4j
    ApplicationServer: appName = current-workspace-app
    ApplicationServer: appName = soap
    Ready message received from Oc4jNotifier.
    Embedded OC4J startup time: 1297 ms.
    Error creating the ORB :
    Auto-deploying OA Framework web application deployment descriptor (New server version detected)...
    TIME: runregion: initialization [16 ms]
    ====================
    Starting Embedded OC4J Server is been displayed in the status bar. Also when a OA Framework page is getting opened, huge lines of codes and messages will be shown in Embedded OC4J Server Tab, but here nothing is shown than TIME: runregion: initialization [16 ms] .
    Please help in figuring out this,
    Thank you,

    Nothing much can be done, if you don't have vpn type of tool in performance.Moreoever,to pick latest class files it is necessary to bounce local jdev oc4j server, every time you make a change.
    Most of the time it do takes latest class files, but sometimes it not, so don't know how u will manage it, because in ur case every time u terminate the server... to restart it will take another 40 minutes.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • HT204266 I lost the app "app store" on my iphone. How to get it back? I couldn't find a way neither on the iphone mor on iTunes Could you please help me in restore this app? Thanks

    I lost the app "app store" on my iphone. How to get it back? I couldn't find a way neither on the iphone mor on iTunes Could you please help me in restore this app? Thanks

    The App store is a iOS function and cannot be deleted. Try checking other home screens/folders and see if you can locate it. If not, go into Settings>General>Reset>Reset Home Screen Layout.

  • Hi, I recently updated my IOS to 7.1.1. After few days the camera apps is missing. I'm not able to find camera anywhere in my mobile. Please help me to get it back. thanks

    Hi, I recently updated my IOS to 7.1.1. After few days the camera apps is missing. I'm not able to find camera anywhere in my mobile. Please help me to get it back. thanks

    Hello there, Kumarlmk.
    The following Featured Discussion deals with the issue you seem to be describing and provides some workable solutions:
    The Camera app is suddenly missing from...: Apple Support Communities
    https://discussions.apple.com/thread/5284736
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

  • HT3630 How to creat an app-enabled accessories for iPhone? Please help me to get an answer..

    How to creat an app-enabled accessories for iPhone? Please help me to get an answer..

    To get hardware interfaces and API's via hardware you
    need to join the MFi program.  That info is here:
    https://developer.apple.com/programs/mfi/
    To get the additional software to be able to download
    and test code on any iDevice, you must join the
    iOS Developer Program.  That info is here:
    https://developer.apple.com/programs/ios/
    Both programs require fees and NDA agreements,
    especially hardware as most vendors that supply
    components development tools will not sell you any
    of their tools unless you are a member of the MFi
    program.

  • Getting Error oracle.apps.fnd.framework.OAException

    Hi,
    I am getting the error when defining the legal entity
    oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.zx.taxcontent.geography.server.MaintainJurisdictionAM'.
    Please help me out
    Rgds,
    Mus
    Edited by: mustang4455 on Sep 5, 2009 3:57 AM

    Hi,
    Hussain,
    Sorry for being late
    Application Release R12.1.1
    Navigation path Legal Entity manager responsibility ->Setup -> Jurisdictions then this error appears
    I have not checked it before it was working or not?
    i foung the error in Apache's error_logfile
    content of error_logile
    * [Sun Sep  6 12:22:53 2009] [error] [client 172.16.24.63] [ecid: 1252228973:172.16.0.54:25824:0:1650,0] Directory index forbidden by *
    * rule: /u01/apps/TEST/apps/apps_st/comn/java/classes/ *
    i didnt find any error in database log file
    Please clarify
    thanks in advance,
    mus
    Edited by: mustang4455 on Sep 6, 2009 2:50 AM

Maybe you are looking for

  • How can I fix a nav bar that wraps to a second line?

    I have a single line of text on the navigation bar while I'm working in iweb but when published it wraps to a second line. I tried extending the page width which seemed to help on my home page but the other pages still have 2 lines.

  • Portege R830 - Eco and other buttons don't work after Win7 installation

    After a windows 7 reinstallation, eco, presentation buttons and the one to shutdown the trackpad doesn't work, I've reinstalled all drivers, VAP and button support program. Could someone with a R830 tell me wich programs is link in "button support" a

  • Too long query

    Hello, I'm working on Oracle 11.2.0.3. I'm trying to execute this query SELECT distinct s, prefLabel,o FROM TABLE(SEM_MATCH('PREFIX skos: <http://www.w3.org/2004/02/skos/core#> PREFIX orardf:<http://xmlns.oracle.com/rdf/> SELECT * WHERE ?s ?p ?o. ?s

  • No FiOS in New Neighborho​od

    Hello, I live in Waldorf, Maryland and I currently have FIOS (25up/25down and thinking to upgrade in the new home) internet and my family and I LOVE IT!!! The house is hardwired and wirelessly configured for internet by a cheerful and professional Ve

  • Hard drive recognition problem in BIOS...HELP

    I have a Satellite A-135 S2256. A month or so ago it was in for the BIOS password error fix. Came back fine and worked well for about a week, then it went black screen on me. I had the video chip set/video chip reflowed and I now have the Toshiba sta