Could not load module application error in EBS 12.0.6 / JDev 10.1.3.3

Hello

JDeveloper 10.1.3.3.0.3
Oracle EBS 12.0.6

I expanded seeded VO (added only 1 new column). I am able to run the application with JDev success. I see that the seeded VO is replaced by new VO when I click on 'on this Page' - ' Business Component reference details. The new column appears also in the customization.

I downloaded the substitution using JPXImport with success. I can also the substitution in the database.
begin
  jdr_utils.listcustomizations('/oracle/apps/icx/por/rcv/server/CorrectBySupplierVO');
end;
/

Output:
/oracle/apps/icx/por/rcv/server/customizations/site/0/CorrectBySupplierVO
I deployed files by zip the directory oracle under the C:\jdevhome\jdevhome\jdev\myclasses\xxxllc folder. I uploaded $JAVA_TOP and unpacked the file there. I also checked the zip file with the command: unzip oracle.zip t

After deployment, I bounced apache and cleared the cache.

Now when I run the application of EBS, I also, I get error "failed to load the application module.

I checked two files for ReceivingHomeAM exist in the directory JAVA_TOP/oracle/apps/icx/por/rcv/server $.
  -rw-r--r--  1 appld29 oinstall 4875 Apr 21  2008 ReceivingHomeAMImpl.class
  -rw-r--r--  1 appld29 oinstall 1548 Apr 21  2008 ReceivingHomeAM.xml
I read almost all the messages with this error but couldn't find a solution. Can someone please help me if I forgot a step? It's pretty frustrating that all works of JDev but not of EBS.

Here are all the messages for "failed to load the application module:
OA framework

This is the error of the battery.
Exception Details.
 oracle.apps.fnd.framework.OAException: Could not load application module 'oracle.apps.icx.por.rcv.server.ReceivingHomeAM'.
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:279)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
JBO-30003: The application pool (xxx-db-dbd8.llcD291596oracle.apps.icx.por.rcv.server.ReceivingHomeAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
  at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
  at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
  at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)
  at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
  at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
  at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
  at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
JBO-30003: The application pool (xxx-db-dbd8.llcD291596oracle.apps.icx.por.rcv.server.ReceivingHomeAM) failed to checkout an application module due to the following exception:
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.JboException, msg=JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:2002)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.jbo.JboException: JBO-29000: Unexpected exception caught: oracle.jbo.NoDefException, msg=JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:545)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)
## Detail 0 ##
oracle.jbo.NoDefException: JBO-25002: Definition oracle.apps.icx.por.rcv.server.ReceivingHomeAM of type ApplicationModule not found
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:441)
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:358)
  at oracle.jbo.mom.DefinitionManager.findDefinitionObject(DefinitionManager.java:340)
  at oracle.jbo.server.MetaObjectManager.findMetaObject(MetaObjectManager.java:700)
  at oracle.jbo.server.ApplicationModuleDefImpl.findDefObject(ApplicationModuleDefImpl.java:232)
  at oracle.jbo.server.ApplicationModuleImpl.createRootApplicationModule(ApplicationModuleImpl.java:401)
  at oracle.jbo.server.ApplicationModuleHomeImpl.create(ApplicationModuleHomeImpl.java:91)
  at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:139)
  at oracle.jbo.common.ampool.DefaultConnectionStrategy.createApplicationModule(DefaultConnectionStrategy.java:80)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.instantiateResource(ApplicationPoolImpl.java:2468)
  at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:536)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.prepareApplicationModule(ApplicationPoolImpl.java:2094)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.doCheckout(ApplicationPoolImpl.java:1961)
  at oracle.jbo.common.ampool.ApplicationPoolImpl.useApplicationModule(ApplicationPoolImpl.java:2793)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:453)
  at oracle.jbo.http.HttpSessionCookieImpl.useApplicationModule(HttpSessionCookieImpl.java:233)
  at oracle.apps.fnd.framework.webui.OAHttpSessionCookieImpl.useApplicationModule(OAHttpSessionCookieImpl.java:508)
  at oracle.jbo.common.ampool.SessionCookieImpl.useApplicationModule(SessionCookieImpl.java:424)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:208)
  at oracle.apps.fnd.framework.webui.OAJSPApplicationRegistry.registerApplicationModule(OAJSPApplicationRegistry.java:78)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1283)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:536)
  at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:424)
  at _OA._jspService(_OA.java:212)
  at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
  at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:335)
  at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:478)
  at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:401)
  at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
  at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
  at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
  at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
  at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
  at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:627)
  at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:376)
  at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:870)
  at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:451)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:299)
  at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:187)
  at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
  at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:303)
  at java.lang.Thread.run(Thread.java:595)

No problem.

Now think concept albums custom.

In this success, you play with custome $JAVA_TOP new folder which is not ideal.

(1) present a certain custom albums $XX_TOP and in this folder structure like xxxllc/oracle/apps/icx/por/rcv /...
2) $JAVA_TOP looking for Apache via the class path. Similarly, it also has to look at $XX_TOP after you change the class path.

Google or ask team DBA how to change the classpath for your unix/solaris servers.

-Thank you

Tags: Oracle Applications

Similar Questions

  • Could not load: ExternalComponent.DLL, error code 126

    I get this error when running RoboHelp for Word 8.1:

    Could not load: ExternalComponent.DLL, error code 126

    This is a new installation.  I reinstalled after its purchase.  Product seems to create Webhelp ok... but I want that error to stop. to come.

    Google returns some success on this error message. This is an old article in the Knowledge Base, but it can still be useful.

    http://kb2.Adobe.com/CPS/140/rb_14055.html

    See www.grainge.org for creating tips and RoboHelp

    Follow me @petergrainge

  • Reader 10.1 "could not load an application resource.

    Hello

    I upgraded from Reader X 10 to 10.1. Since then whenever I start it, either as a standalone or plug-in, I get one or more instances of an error message that says "there was an error during initialization. Cannot load an application resource (internal error). "I also note that there is no menu plugins.

    It becomes annoying, to say the least. I am running Windows Vista SP2. Googling produces nothing relevant.

    Someone at - it ideas?

    Thank you

    Luke

    Hello

    Sorry for the slight delay; I only use these forums only occasionally and misplaced my login information.

    I fixed mine! In Reader 9 and 10.0 I had disabled the function ReadOutLoud as he kept popping up whenever he wanted to, and I do not need ReadOutLoud. What worked for me was the first to purge the system of Reader 9 - the uninstall routine leaves behind things. Then I went in the Reader 10 program folder, located the plug_ins subfolder and renamed it to oldplug_ins. So I ran the repair routine which recreated the plug_ins subfoler... Everything works now, except that the ReadOutLoud is at his old tricks again, but I can live with that for now.

    I hope this helps.

  • Could not load mndsifz.dat error on start up

    Recently when I started my PC, so came with the message above.  I click OK and everything seems to work OK.  How I either correct the error or eliminate it?

    It is said that it is trying to load from C: program data / mndisfz.dat

    I do not have a directory with the same name.

    Thank you

    Bill

    Hello

    Google has little information about this file, so it's probably a Malware startup more entry left which has been removed from your security programs.

    Download, install, update and scan your system with the free version of Malwarebytes AntiMalware:

    http://www.Malwarebytes.org/products/malwarebytes_free

    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

    If the problem persists after scanning, take these startup entries:

    "How to use MSCONFIG in Windows Vista"

    http://www.netsquirrel.com/Msconfig/msconfig_vista.html

    You can also use this free program to do, too:

    "Autoruns for Windows V11.32"

    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx

    See you soon.

  • Teredo Tunneling pseudo-interface "could not load driver software error" windows vista business 32-bit

    I found "Teredo Tunneling pseudo-interface" which showed a yellow exclamation in device under network adapter & just below the Realtek PCIe Ethernet controller Manager & the error was that the driver does not work properly. This is why unfortunately I uninstalled the driver. now, who disappeared from the Device Manager & I can't find even after restarting the system.

    so kindly advise me what is the problem if it does not fit in its original location & how to get it in the Device Manager?
    Please find the screen pictures of the error for your reference on skydrive https://skydrive.live.com/#cid=D98B7D8BBADFB4CF&id=D98B7D8BBADFB4CF%21105
    Rgds,

    Hello Asif,

    Thanks for the reply.

    It could be that he was corrupt entry that has been duplicated. Uninstalling the one with the bang yellow doesn't cause problems with job entry.

    I hope it helps. If you have any questions about Windows in the future, please let us know. We will be happy to help you.

  • Could not load or purchase error message says "your Apple ID disabled"

    I am not able o charge purchase error message indicates "your ID Apple has been disabled? Messed with this 4 hours can not understand. Support Apple likes only the elderly if there able to pay through the nose...

    Tests repeatedly passwords is not what looks like someone trying to penetrate your Apple ID and to steal some bank or credit card is linked to your account.

    If the iforgot.apple.com sequence does not work, please contact Apple Support people.

  • Description: Could not load the plug-in module. (GUID = {56F9312C-C989-4E04-8C23-299DEE3A36F5}) (Error code = 0 x 80042019)

    MY LAPTOP STOPPED ABRUPTLY AND APPEARED A BLUE SCREEN AFTER I HAVE INSERT USB NETCONNECT. IT IS THE FIRST TIME HE TOUCHED WITH THIS ERROR. I DON'T KNOW WHAT AND WHY, ON THIS SUBJECT. PLEASE HELP ME TO GET RID OF HER... THANQ

    Hello
     
    1. using a Sony Vaio laptop?
    2. don't you get also 'VzCdbSvc' and level: 'error '?
     
    If the answer is Yes to these questions, you can do the following.
     
    vzcdbsvc.exe is a process belonging to VAIO Entertainment studio. 'S called it VAIO Entertainment Database Service belonging to VAIO Entertainment studio.
     
    DESC. : Could not load the plug-in module.
     
    Step 1:
     
    a. Click Start > run
    b. Type "msconfig" and press enter
    c. Selective startup > Startup tab
    d. UNCHECK this process > apply > OK
     
    Step 2:
     
    Change the startup type of the Service:
     
    a. Click Start > run >
    b. Type "services.msc".
    c. right-click on VzCdbSvc. > properties > change manual start > apply > OK.
    d. right-click on the connection manager automatic remote access > manual change > OK.
    I don't know if this will solve your problem or not, but it is worth trying.
     
    Aziz Nadeem - Microsoft Support
  • The event - the print spooler log error could not load a plug-in module

    Using a HP Officejet 6500 a Plus e-All-in-One - E710n p6 - 2036c HP with Windows 7 sp1 64 bit operating system desktop.  I get the following error:

    Log name: Microsoft-Windows-PrintService/Admin

    Source: Microsoft-Windows-PrintService

    Date: 27/09/2012-17:24:41

    Event ID: 808

    Task category: initialization

    Level: error

    Key words: print spooler

    User: PC-1\mpw

    Computer: PC - 1

    Description:

    The print spooler could not load a plug-in module C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI. DLL, error 0xc1 code. See the user context information for event data.

    The event XML:

    http://schemas.Microsoft.com/win/2004/08/events/event">

    808

    0

    2

    36

    12

    0 x 8000000000020000

    43

    Microsoft-Windows-PrintService/Admin

    PC-1

    http://schemas.Microsoft.com/win/2004/08/events"xmlns ="http://manifests.microsoft.com/win/2005/08/windows/printing/spooler/core/events">."

    C:\Windows\system32\spool\DRIVERS\x64\3\UNIDRVUI. DLL

    0xC1

    112

    I have no problem with printing from the desktop wired or wireless laptop. But every time I print something this error appears in the Print Service event log.

    I found that the event ID 315 with error 2114 is a synchronization problem.  When I turn on the printer to the computer before, I get this error in the event log.  If I start first to the computer, and then turn on the printer, the error disappears.

  • Could not load application module in R12.2.4 when I changed the class files directory

    Hi all

    I was able to successfully deploy a page in R12.2.4 where my path of the class file was like xxx/oracle/apps/fndxxx/abcd/Server

    but now, the directory must be changed to xxx/oracle/PSA/xxfnd/abcd/server, so I'm updating all the files of AM, VO, CO to point to the new directory and compiled and FTP'd to JAVA_TOP

    Bounce is done, but still the page is trying to access the page of the old directory (xxx/oracle/apps/fndxxx/abcd/server)

    It is said: oracle.apps.fnd.framework.OAException: could not load application module xxx/oracle/apps/fndxxx/abcd/Server/xxxAM

    I checked the classpath and it points to JAVA_TOP, also verified the file permissions (777)

    What could be the problem, please let me know

    @AJ: Please help me... You are the fastest of all

    Thank you

    Valsaint

    Hi all

    It was the FORM function issue, where he wasn't pointing to the updated file directory structure

    Thank you

    Valsaint

  • Sample SDK error. Could not load the module on vsphere-client/globalview-ui/locales/globalview-ui-en_US.swf resources.

    I add the service global services and global services-user interface on the server of virgo and start the server.

    When I access vsphere web client, I get an error:

    Could not load the module on vsphere-client/globalview-ui/locales/globalview-ui-en_US.swf resources.

    I add the program chassisRackVSphere, I got the same error.

    Is there something wrong? What should I do for this?

    Please read the FAQ and tutorial doc in the Directory SDK docs, it's a typical error when you forget to compile the resources in your project file.

  • 12.2.4 deployment application: could not load application

    Hi all

    I was faced with error: "oracle.apps.fnd.framework.OAException: could not load application module" and the solution was to bounce the web server, but the documentation does not have to bounce...

    I followed the following steps to deploy my application:

    1 copy the files in $JAVA_TOP/xxcompany (we use the standard recommendation)

    2 change of privileges: chmod-r $775 JAVA_TOP/xxcompany

    3. run the utility "adcgnjar": adcgnjar

    4 import pages to MDS OFA: applications java oracle.jrad.tools.xml.importer.XMLImporter $JAVA_TOP/xxcompany/oracle/apps/xbol/TimeCard/security/webui/LoginPG.xml - username username-password apps - "$AD_APPS_JDBC_URL" - rootdir $JAVA_TOP dbconnection

    5 edit the file '$APPL_TOP_NE/ad/custom/adop_sync.drv '. Add the following entry in the section marked by the "customization #Begin" and "#End customization" comments

    rsync - zr %s_current_base%/EBSapps/comn/java/classes/xgsg %s_other_base%/EBSapps/comn/java/classes

    At this stage the doc says to work... but no! oracle.apps.fnd.framework.OAException: cannot load application module

    We bounce server web and everything worked!

    We missed something?

    But the question of additional cost is on "adoption" the doc said: a) run '= prepare adoption phase' before step 1 and, b) run "adoption phase = failover ' after step 5.

    My DBA said it is not necessary (and he was right, because the bounce was enough).

    Then... Why the doc says: run adoption?

    Some suggestions? CLO, DilipG, Fernando Barros-Oracle, aJohny

    THX

    Then, after your bouncing experience is sufficient, and steps are correct?

    I would say the rebound is enough for a development environment.

    But I consider the steps adopted for a production environment.

    See you soon,.

    Olivier

  • How can I fix error with package installed: "could not load file or assembly ' NationalInstruments.Daqmx.dll

    I'm fighting this problem for days (euphemism)...

    I used to work, but now isn't an installation package.  I tried to install and run the program on a couple of computers and the program hangs when loading the Dll NI.  I put everything ' x 86.

    The list of dependencies in VS2010 is illustrated in the attatched screenshot.

    The text of the mistake of trying to run the application on the target computer is lower in italics.

     

    Of course, I could use some help on this!  Thanks in advance.

    See the end of this message for details on the call
    just-in-time (JIT) debugging instead of this dialog box.

    The exception text *.
    System.IO.FileNotFoundException: Could not load file or assembly 'NationalInstruments.DAQmx.dll' or one of its dependencies. The specified module could not be found.
    File name: "NationalInstruments.DAQmx.dll."
    at IPClientTest.MTF_Supervisor.mainSstart13)
    at IPClientTest.MTF_Supervisor.mainStartByParts)
    at IPClientTest.MTF_Supervisor.lblSelfTest_Click (Object sender, EventArgs e)
    at System.Windows.Forms.Control.OnClick (EventArgs e)
    at System.Windows.Forms.Control.WmMouseUp (Message & m, MouseButtons, Int32 clicks button)
    at System.Windows.Forms.Control.WndProc (Message & m)
    at System.Windows.Forms.Label.WndProc (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.OnMessage (Message & m)
    at System.Windows.Forms.Control.ControlNativeWindow.WndProc (Message & m)
    at System.Windows.Forms.NativeWindow.Callback (IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)

     

    Loading assemblies *.
    mscorlib
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.34011 built by: FX45W81RTMGDR
    Code: file:///C:/Windows/Microsoft.NET/Framework/v4.0.30319/mscorlib.dll
    ----------------------------------------
    MTF_Supervisor
    Assembly version: 1.0.3.3
    Win32 version: 1.0.3.03
    Code: file:///C:/mtfDebug/MTF_Supervisor.exe
    ----------------------------------------
    System.Windows.Forms
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Windows.Forms/v4.0_4.0.0.0__b77a5c561934e089/System.Windows.Forms.dll
    ----------------------------------------
    System.Drawing
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Drawing/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll
    ----------------------------------------
    System
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.34003 built by: FX45W81RTMGDR
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System/v4.0_4.0.0.0__b77a5c561934e089/System.dll
    ----------------------------------------
    MTF_ClassLib
    Assembly version: 1.0.1.0
    Win32 version: 1.0.1.0
    Code: file:///C:/mtfDebug/MTF_ClassLib.DLL
    ----------------------------------------
    NationalInstruments.UI.WindowsForms
    Assembly version: 13.0.40.242
    Win32 version: 13.0.40.242
    Code: file:///C:/mtfDebug/NationalInstruments.UI.WindowsForms.DLL
    ----------------------------------------
    NationalInstruments.UI
    Assembly version: 13.0.40.242
    Win32 version: 13.0.40.242
    Code: file:///C:/mtfDebug/NationalInstruments.UI.DLL
    ----------------------------------------
    NationalInstruments.Common
    Assembly version: 13.0.40.188
    Win32 version: 13.0.40.188
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/NationalInstruments.Common/v4.0_13.0.40.188__dc6ad606294fc298/NationalInstruments.Common.dll
    ----------------------------------------
    System.Web
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.34009 built by: FX45W81RTMGDR
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_32/System.Web/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Web.dll
    ----------------------------------------
    System.Core
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Core/v4.0_4.0.0.0__b77a5c561934e089/System.Core.dll
    ----------------------------------------
    NationalInstruments.Common.Native
    Assembly version: 13.0.40.188
    Win32 version: 13.0.40.188
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_32/NationalInstruments.Common.Native/v4.0_13.0.40.188__dc6ad606294fc298/NationalInstruments.Common.Native.dll
    ----------------------------------------
    System.Xml
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Xml/v4.0_4.0.0.0__b77a5c561934e089/System.Xml.dll
    ----------------------------------------
    System.Design
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/System.Design/v4.0_4.0.0.0__b03f5f7f11d50a3a/System.Design.dll
    ----------------------------------------
    Accessibility
    Assembly version: 4.0.0.0
    Win32 Version: 4.0.30319.33440 built by: FX45W81RTMREL
    Code: file:///C:/windows/Microsoft.Net/assembly/GAC_MSIL/Accessibility/v4.0_4.0.0.0__b03f5f7f11d50a3a/Accessibility.dll
    ----------------------------------------

    Salvation Lorne.V.,.

    Exactly how you install OR DAQmx on the target computers?  Even if you include the DAQmx merge module in your version, you always need to install DAQmx on the target machine separately.

    You can also confirm that the DAQmx.dll is installed in the same directory on the development and deployment of the machines?  And you have the same version of DAQmx on both machines?

    Kind regards

  • U - SQL error: could not load file or assembly 'ScopeEngineManaged.dll '.

    Hello

    I downloaded 'Azure Data Lake Tools for Visual Studio' for Visual Studio 2013 and installed.

    I created a sql - u script and try to run on the local computer. I am getting error below.

    "1 E_CSC_SYSTEM_INTERNAL error: internal error! Could not load file or assembly 'ScopeEngineManaged.dll' or one of its dependencies. The specified module could not be found. 1 1 USQLApplication1 Samples\USQLApplication1\USQLApplication1\M12PostCodes.usql D:\Nagaraju\Hitachi\Datalake.

    Please help me solve this problem.

    Note: If this isn't the correct category, please route to the appropriate queue.

    Concerning

    NK

    This issue is beyond the scope of this site (for consumers) and to be sure, you get the best (and fastest) reply, we have to ask either on Technet (for IT Pro) or MSDN (for developers)

    If you give us a link to the new thread we can point to some resources it
  • Error: could not load SWC._aircore.swf

    Could not load the CFC. _aircore.swc AirHelloWorld. This may be a simple problem but when I try to run the AirHelloWorld. Anyone who does?

    I'm running Flash Builder 4.0.1. I can also create a normal Air application without problem.

    Any help would be appreciated.

    Thank you

    Hello

    I got this error the first time I installed the SDK on my Mac.  I had installed on a USB drive (FAT32).  I deleted the files and redownlioaded/reinstalled it from the hard disk (HFS +) in place and the error disappeared.  I think that the problem is that a .app file is actually a directory structure and gets maimed by limitations of FAT32.

    Harry

  • application could not load the database

    I have a RoboHelp 9 project that I left open on my computer at night and microsoft updates ran causing my computer to restart.  When I try to open my project in RoboHelp 9, I get the following error:

    Open a project has been cancelled or the application could not load the database for 'C:\CODE\HELP\HELP. CPD»

    How can I fix the CPD file without restarting?

    Hello

    Just delete the CPD and re - open the project. When RoboHelp sees is missing, it will cook in the oven until a new use and then all should be well.

    See you soon... Rick

Maybe you are looking for

  • Ethernet and PCI Simple Communications Controller Drivermissing controller driver

    Hello I recently installed Windows 7 Ultimate on my desktop Hp Pro 3500 Series MT, but I can't the right Ethernet controller driver and the driver PCI Simple Communications controller from the internet. The Hardware IDS are as follows: Ethernet contr

  • A few questions on the upgrade of the Satellite M30x 154

    Hi all I plan on upgrading my Satellite M30x-154.I was wondering if you guys would like to know before upgrading if the things I want to buy this would work. I would change my Hitachi 60 GB for a Seagate 100 g (link following) would this work?http://

  • How to restore Windows Updates?

    RE this post, automatic updates of Windows 7 have broken my development environment and cost me some valuable development time! Friday afternoon, windows update did some updates during my lunch break, after which I was unable to debug applications at

  • Restart Microsoft Office Outlook

    When I try to go in Microsoft Office Outlook, I get the popup indicating the set of folders could not be opened because it has been finished without properly closing my Outlook data file.  That must be restarted.  How can I do this and what I did wro

  • Wipe the Z10 Z10 security blackBerry problem

    Nice day Last night at 10:30 I started a wipe of my BlackBerry Z10 security is expected to be completed at the time wherever I woke. But it is now 1:30 and it still shows the shredder icon. Would it really just that it took 27 hours (and still ongoin