Migration to 11.1.2.2 problem, ApplicationModule not found.

Hi Guys,
After migrating our existing oracle ADF application from version 11.1.1.3 to the new version 11.1.2.2 we faced the below error on several screens. It seems that for different reasons we are loosing the application module without even having any error in the error log, then afterward whatever we do (ex: query a view that exist in the app module or call a function that exist in the app module or …….) we receive the below error.
Note that for migration we opened and compiled the code on the version 11.1.1.4 then we went directly to the version 11.1.2.2, this is the certified way from oracle (check the link below)
[http://www.oracle.com/technetwork/developer-tools/jdev/jdev11gr2-cert-405181.html#Migration]
So I guess the question is:
1) did anyone out there face this issue???
2) Is our migration path wrong???
3) Does anyone migrated successfully so far????
Thanks guys,
Alain.
<Utils> <buildFacesMessage> ADF: Adding the following JSF error message: Object MasterTablesAppModule of type ApplicationModule is not found.
oracle.jbo.NoObjException: JBO-25003: Object MasterTablesAppModule of type ApplicationModule is not found.
     at oracle.jbo.server.ApplicationModuleImpl.findViewObject(ApplicationModuleImpl.java:3367)
     at oracle.jbo.server.EntityImpl.fetchExprValueSupplierOverrideRow(EntityImpl.java:611)
     at oracle.jbo.server.EntityImpl$ViewRowRef.getViewRow(EntityImpl.java:13284)
     at oracle.jbo.server.EntityImpl.getExprValueOverrideViewRow(EntityImpl.java:588)
     at oracle.jbo.server.JboMandatoryAttributesValidator.validate(JboMandatoryAttributesValidator.java:102)
     at oracle.jbo.server.EntityDefImpl.validate(EntityDefImpl.java:3095)
     at oracle.jbo.server.EntityCache.validate(EntityCache.java:3613)
     at oracle.jbo.server.EntityImpl.validateEntity(EntityImpl.java:2376)
     at oracle.jbo.server.EntityImpl.validate(EntityImpl.java:2466)
     at oracle.jbo.server.DBTransactionImpl.validate(DBTransactionImpl.java:4541)
     at oracle.adf.model.bc4j.DCJboDataControl.validate(DCJboDataControl.java:1595)
     at oracle.adf.model.binding.DCBindingContainer.validateReferredDataControls(DCBindingContainer.java:4413)
     at oracle.adf.model.binding.DCBindingContainer.validateInputValues(DCBindingContainer.java:4332)
     at oracle.adf.model.binding.DCBindingContainer.validate(DCBindingContainer.java:4264)
     at oracle.adf.controller.v2.lifecycle.PageLifecycleImpl.validateModelUpdates(PageLifecycleImpl.java:300)
     at oracle.adf.controller.faces.lifecycle.FacesPageLifecycle.validateModelUpdates(FacesPageLifecycle.java:70)
     at oracle.adf.controller.v2.lifecycle.Lifecycle$6.execute(Lifecycle.java:202)
     at oracle.adfinternal.controller.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:197)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.access$600(ADFPhaseListener.java:23)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$3.after(ADFPhaseListener.java:323)
     at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.afterPhase(ADFPhaseListener.java:75)
     at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.afterPhase(ADFLifecyclePhaseListener.java:53)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl._executePhase(LifecycleImpl.java:444)
     at oracle.adfinternal.view.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:207)
     at javax.faces.webapp.FacesServlet.service(FacesServlet.java:508)
     at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
     at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:173)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.doFilter(RegistrationFilter.java:125)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at oracle.adfinternal.view.faces.activedata.AdsFilter.doFilter(AdsFilter.java:60)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl$FilterListChain.doFilter(TrinidadFilterImpl.java:468)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl._doFilterImpl(TrinidadFilterImpl.java:293)
     at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.doFilter(TrinidadFilterImpl.java:199)
     at org.apache.myfaces.trinidad.webapp.TrinidadFilter.doFilter(TrinidadFilter.java:92)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.adf.library.webapp.LibraryFilter.doFilter(LibraryFilter.java:180)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:119)
     at java.security.AccessController.doPrivileged(Native Method)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:315)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:442)
     at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:103)
     at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:171)
     at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:139)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
     at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
     at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
     at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Thanks,
Alain.

Hi,
if the application module runs in the tester then you can exclude the business service as the source of the problem. In this case have a look in the DataBindings.cpx file and the view controller project dependencies. E.g. if you added the ADF BC reference as a ADF library, check this library. If you have a project dependency, check this and compile the ADF model sources.
If this doesn't help, the best recommendation is to work with customer support on how to reproduce this issue
Frank

Similar Messages

  • JBO-25002: Definition  ApplicationModule not found

    Hi
    We are adding changing a text into LOV, we have created custom view object and custom AM. Every thing working fine on local Jdev but when copied to server we are getting
    JBO-25002: Definition xxx.oracle.apps.xxort.oie.server.xxxExpenseCustomAM ApplicationModule not found error.
    We have copied all java files, xml files to the server.
    The lov is showing up on the page but selected the dropdown box we are getting above error.
    Any ideas why?

    Hi,
    I have a similar problem . please find the exception details below. We hve bounced the server, but still we are getting the below error.
    oracle.jbo.NoDefException: JBO-25002: Definition qwest.oracle.apps.icx.por.reqmgmt.server.xxReqDetailsVO of type View Definition not found
    we have deployed our files in custom folder.
    /u054/app/oracle/govut/govutcomn/java/qwest/oracle/apps/icx/por/reqmgmt/server
    -rwxrwxrwx 1 applgovt dba 534 Nov 23 19:26 server.xml
    -rwxrwxrwx 1 applgovt dba 29075 Nov 25 04:34 xxReqDetailsVO.xml
    -rwxrwxrwx 1 applgovt dba 14998 Nov 25 04:34 xxReqDetailsVORowImpl.class
    -rwxrwxrwx 1 applgovt dba 468 Nov 25 04:34 xxReqDetailsVOImpl.class
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition qwest.oracle.apps.icx.por.reqmgmt.server.xxReqDetailsVO of type View Definition not found
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1223)
         at oracle.apps.fnd.framework.webui.OAPageErrorHandler.processErrors(OAPageErrorHandler.java:1408)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2344)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:98)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition qwest.oracle.apps.icx.por.reqmgmt.server.xxReqDetailsVO of type View Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721)
         at oracle.apps.icx.por.reqmgmt.webui.ReqDetailsCO.processPageForRendering(ReqDetailsCO.java:603)
         at oracle.apps.icx.por.reqmgmt.webui.ReqDetailsCO.processRequest(ReqDetailsCO.java:267)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:98)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition qwest.oracle.apps.icx.por.reqmgmt.server.xxReqDetailsVO of type View Definition not found
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:888)
         at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:862)
         at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:985)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:210)
         at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:152)
         at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:721)
         at oracle.apps.icx.por.reqmgmt.webui.ReqDetailsCO.processPageForRendering(ReqDetailsCO.java:603)
         at oracle.apps.icx.por.reqmgmt.webui.ReqDetailsCO.processRequest(ReqDetailsCO.java:267)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:581)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1095)
         at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:932)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:899)
         at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:640)
         at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:247)
         at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
         at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2298)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1711)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:497)
         at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:418)
         at oa_html._OA._jspService(_OA.java:88)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at oracle.jsp.provider.Jsp20RequestDispatcher.forward(Jsp20RequestDispatcher.java:162)
         at oracle.jsp.runtime.OraclePageContext.forward(OraclePageContext.java:187)
         at oa_html._OA._jspService(_OA.java:98)
         at oracle.jsp.runtime.HttpJsp.service(HttpJsp.java:119)
         at oracle.jsp.app.JspApplication.dispatchRequest(JspApplication.java:417)
         at oracle.jsp.JspServlet.doDispatch(JspServlet.java:267)
         at oracle.jsp.JspServlet.internalService(JspServlet.java:186)
         at oracle.jsp.JspServlet.service(JspServlet.java:156)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
         at org.apache.jserv.JServConnection.processRequest(JServConnection.java:456)
         at org.apache.jserv.JServConnection.run(JServConnection.java:294)
         at java.lang.Thread.run(Thread.java:534)

  • JBO-25002: Definition of type ApplicationModule not found

    Hello Gurus,
    I am getting this Error for a LOV page,
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition company.oracle.apps.xxscp.lov.server.BufferStockLovAM of type ApplicationModule not found after deploying to a Quality instance.
    1. Class files & XML files have been deployed .
    2. I have Bounced the server as well as the oc4j container after the installation.
    3. The file permissions are good .
    All files as well as directories have 755 .
    The same files work in jdeveloper and in other instances. This happens for files in a particular directory.
    $JAVA_TOP/<company>/oracle/apps/xxscp/lov/server
    All files in other directories like
    $JAVA_TOP/<company>/oracle/apps/xxscp/<module>/server
    $JAVA_TOP/<company>/oracle/apps/xxscp/<module>/webui
    are getting picked up.
    the only difference (in comparison to other instances) I found was in server.xml , which did not have the Files as entries. But then I thought server.xml is only used when you want to extend any objects. However I deleted the server.xml (bounced webserver &oc4j) and tried , still the same error.
    Any idea what could be wrong or Am I missing something.
    Thanks and Regards
    Hari
    ERROR STACK
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition company.oracle.apps.xxscp.lov.server.BufferStockLovAM of type ApplicationModule not found
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:2143)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:533)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:421)
    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)
    oracle.apps.fnd.framework.OAException: oracle.jbo.NoDefException: JBO-25002: Definition company.oracle.apps.xxscp.lov.server.BufferStockLovAM of type ApplicationModule not found
    at oracle.apps.fnd.framework.OAException.wrapperException(OAException.java:896)
    at oracle.apps.fnd.framework.webui.OAPageErrorHandler.prepareException(OAPageErrorHandler.java:1169)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:2143)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:533)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:421)
    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)
    Extra Details
    Product/Component Version
    OA Framework 12.0.4
    Oracle OA Extension 10.1.3 - build 1028
    Business Components 10.1.3.3
    UIX (Cabo) 2_3_6_2
    BiBeans Runtime 3.1.1.5 nondebug BI Beans 3.1.1.x
    MDS 9.0.6.0.0_26
    XML Oracle XML Developers Kit 10.1.3.0.0 - Production
    AOL/J Applications Object Library, Core Java Roll Up Patch J
    Servlet 2.4
    Java 1.5.0_08
    JDBC Driver 10.2.0.3.0
    Database Oracle Database 10g Enterprise Edition Release 10.2.0.3.0 - 64bi
    Operating System Linux 2.6.9-55.ELsmp
    Browser Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)
    Other cases which i tried:-
    1. Checked if all the VO Classes which the AM refes to are there , the classes were present.
    2. Recompiled all classes again
    3. Checked if the LOV page was imported into the DB correctly , it was.

    There can be 3 possibilities here :
    1)Your application server has load balance scenario, where you have more than 1 application servers and all servers code are in sync. Now you might have deployed code in one server and other servers might now have that, so http request is not able to find AM.
    2) There are more than 1 boxes mounted on 1 server and your deploying code in the wrong instance.
    3) While bouncing the server you have bounced only http server and not OC4J container, this is valid only in case of R12. In R12, you need to run 2 scripts for making OAF changes into effect :
    1)adapcctl.sh
    2)adoacorectl.sh
    See details of r12 techstack at : http://mukx.blogspot.com/2008/05/some-facts-about-r12-oaf-techstack.html
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • IPod- 80g synch problem - file not found

    Am getting "the iPod cannot be synced as the required file not found" when trying to synch my iPod 80gig. New problem - is it the new iTunes software I downloaded ? How do I fix this ? please help as I have over 30gigs of music. Also why does my 80gig iPod say it only has 70 gigs of space in total, what happened the other 10gig?...
    Thanks for your help in advance.
    Fin

    http://discussions.apple.com/thread.jspa?threadID=2380602&tstart=0

  • Jms problem - queue not found

    Hi
    I have a simple bpel process that's supposed to read a message from a queue and put a message back on the same queue using the JmsAdapter. When I deploy the process, the log says that java:comp/resource/ojmstest/Queues/demoQueue can not be found:
    <2006-05-28 18:36:56,751> <INFO> <default.collaxa.cube.activation> <JMSAdapter::Inbound> Created new managed connection for JMS user jmsuser
    <2006-05-28 18:36:57,011> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound> JMSMessageConsumer_init: Retrying connection; attempt #1
    <2006-05-28 18:38:57,785> <WARN> <default.collaxa.cube.activation> <JMSAdapter::Inbound>
    ORABPEL-12135
    ERRJMS_ERR_CR_QUEUE_CONS.
    Error while creating Queue consumer:.
    Please examine the log file to determine the problem.
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:346)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.createConsumer(JMSMessageConsumer.java:214)
         at oracle.tip.adapter.jms.JMS.JMSMessageConsumer.init(JMSMessageConsumer.java:158)
         at oracle.tip.adapter.jms.inbound.JmsConsumer.init(JmsConsumer.java:115)
         at oracle.tip.adapter.jms.JmsEndpoint.run(JmsEndpoint.java:113)
         at oracle.tip.adapter.fw.jca.work.WorkerJob.go(WorkerJob.java:51)
         at oracle.tip.adapter.fw.common.ThreadPool.run(ThreadPool.java:267)
         at java.lang.Thread.run(Thread.java:534)
    Caused by: oracle.jms.AQjmsException: JMS-190: Queue java:comp/resource/ojmstest/Queues/demoQueue not found
         at oracle.jms.AQjmsError.throwEx(AQjmsError.java:346)
         at oracle.jms.AQjmsSession.createQueue(AQjmsSession.java:1296)
         at oracle.tip.adapter.jms.JMS.JMSDestination.getQueue(JMSDestination.java:83)
         at oracle.tip.adapter.jms.JMS.JMSConnection.createConsumer(JMSConnection.java:330)
         ... 7 more
    In my global application.xml, I have:
    <resource-provider class="oracle.jms.OjmsContext" name="ojmstest">
    <description>OJMS/AQ</description>
    <property name="url" value="jdbc:oracle:thin:@eros.goldi.no:1521:orcl"/>
    <property name="username" value="jmsuser"/>
    <property name="password" value="jmsuser"/>          
    </resource-provider>
    In oc4j-ra.xml, I have:
    <connector-factory location="eis/aqjms/Queue" connector-name="Jms Adapter">
    <config-property name="connectionFactoryLocation" value="java:comp/resource/ojmstest/QueueConnectionFactories/myQCF"/>
    <config-property name="factoryProperties" value=""/>
    <config-property name="acknowledgeMode" value="AUTO_ACKNOWLEDGE"/>
    <config-property name="isTopic" value="false"/>
    <config-property name="isTransacted" value="true"/>
    <config-property name="username" value="jmsuser"/>
    <config-property name="password" value="jmsuser"/>
    </connector-factory>
    I have checked that demoQueue exists in the database.
    Any ideas?
    André

    Hi
    I managed to get it to work now on a different database.
    I probably didn't grant all the necessary rights to my jmsuser.
    Thanks,
    André

  • Gensplash problem (fbconsole not found)

    Hi,
    I have recently started to play with gensplash: rebuilded my kernel, installed gensplashutils, etc. But I still can't get gensplash to work perfectly... I used google (wich found nothing), even tried to edit initscripts manualy, but that didn't work either. The problems are:
    (1). When I change splash kernel option from verbose to silent, I get just black background and no pictures, jus text like it would not be any splash.:?:
    (2). When I install initscripts-gensplash package I get loads of /usr/bin/fgconsole not found errors (wich I AM SURE it is there). And spalsh comes up only after some time, when init starts. Strange...
    I am totally lost here (so I am posting this to newbie forum, because this can be stupid problems  ).
    Any help on the subject would be greately appreciated.
    ::UPDATE:
    Somehow I got silent splash to work, but I stil get those fgconsole errors.

    Hi
    I think you forgot the manifest file to tell the bean builder that Test.class is a Bean.
    Write a file with this content and cll it i.e. manifest.tmp:
    Name: Test.class
    Java-Bean: True
    Then put the class file in the jar file:
    jar cfm Test.jar manifest.tmp Test.class
    Like this it should work
    Regards
    Ermanno

  • Problem  : applet not found for installation

    After downloading cap file i try to create applet instance and select it.My script file that i send to apdutool look like this
    powerup;
    //then select the installer applet using this command
    0x00 0xa4 0x04 0x00 0x09 0xa0 0x00 0x00 0x00 0x62 0x03 0x01 0x08 0x01 0x7f;
    //then create wallet instance as
    0x80 0xb8 0x00 0x00 0x0b 0x09 [here wallet applet AID]
    //then select the wallet applet
    0x00 0xa4 0x04 0x00 lc [here wallet applet aid that i specify while converting to cap file]
    powerdown;
    when i send this script file to jcre then for select installer applet sw1 sw2 is 9000 but for second apdu command means creation applet returns apdu response that is 6443 means applet not found for installation and similarly third apdu command responses is not proper
    i don't know where is problem bcoz the script file that i create from scriptgen tool by giving cap file as input runs properly by jcre but when after appending my own apdu commands e.g. create applet,debit or credit then apdu responses r not valid.................plz help me that why all this happened
    thanks

    To use the JCRE you are running the reference implementation. That tool needs you to download the CAP file and the CAP components. That's provided in the results from the scriptgen tool.

  • JheadStart -Migrated to 10.1.3 ,but Few API not found.

    Hi ,
    I have migrated my project from JDEV 10.1..2 TO JDEVE10.1.3 , when I rebuild the project , it was showing many errors.so i checked out this forum and fixed by replacing import oracle.jheadstart.model.adfbc.JhsApplicationModuleImpl; to import oracle.jheadstart.model.adfbc.v2.JhsApplicationModuleImpl;
    Still there are some more import problems pertaining to JHEADSTART.
    import oracle.jheadstart.JhsAdfConstants;
    import oracle.jheadstart.view.strutsadf.RangeSetWrapper;
    import oracle.jheadstart.view.strutsadf.TableBindingWrapper;
    Here is import which is not identified in 10.1.3 giving lot of errors.
    Thanks,

    Hi
    the JHeadstart forum is at: JHeadstart
    Frank

  • Strange module problem, modules not found

    Hi!
    Not sure if thois is the correct area but anyway...
    I have a really strange problem loading modules:
    Sometimes when booting it can't find my modules, in most cases (but not all) I have done a unclean shutdown so fsck needs to run (but it have happened at other times as well).
    And even if fsck pass without any problem I still have the same problem, even when trying to reboot a second time (clean shutdown).
    The only fix is to re-install kernel26 (and hope I still have it in the cache).
    Possibly related problem:
    I can only manually load modules by giving the whole path.
    Am I missign some setting?
    Some other setup problem anyone can think of?
    Any tip on what I need to check?
    BR,
    Mårten
    Last edited by Maos (2009-01-18 18:57:25)

    sudo pkgadd -d . SUNWcsu helped!

  • JPA Problem: Table not found by JPA run-time

    I am using NetWeaver 7.3 with an MS SQL Server 2008 and have created a EJB and EAR development component, which are correctly set up.
    I want to access tables in the database. I have the problem that a colleague has created new tables in the database that I want to access via JPA. In NWDS, I can generate the entities without a problem through the JPA tools, using the Eclipse Data source of the MS SQL server. However, when I deploy the project, I get an error message upon injection of the entity manager, saying that the tables do not exist - although they are there for sure!
    Caused by: java.lang.RuntimeException: The persistence unit is inconsistent with the database schema:
    Error on entity >>com.sap.research.meregio.test.MerTest<<: The table >>MER_TEST<< does not exist.
    Error on entity >>com.sap.research.meregio.test.MecSlot2<<: The table >>MER_SLOT2<< does not exist.
    at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.validateSchemaAndFillInJdbcTypes(EntityManagerFactoryImpl.java:213)
    at com.sap.engine.services.orpersistence.entitymanager.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:120)
    at com.sap.engine.services.orpersistence.entitymanager.JtaEntityManagerFactoryImpl.<init>(JtaEntityManagerFactoryImpl.java:39)
    at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createJtaEntityManagerFactory(PersistenceProviderImpl.java:251)
    at com.sap.engine.services.orpersistence.provider.PersistenceProviderImpl.createContainerEntityManagerFactory(PersistenceProviderImpl.java:236)
    at com.sap.engine.services.orpersistence.container.EMFInstanceCreator.getEntityManagerFactory(EMFInstanceCreator.java:134)
    at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getEMF(ORPersistenceObjectFactory.java:300)
    at com.sap.engine.services.orpersistence.container.ORPersistenceObjectFactory.getObjectInstance(ORPersistenceObjectFactory.java:73)
    at com.sap.engine.lib.injection.ReferenceObjectFactory.getObject(ReferenceObjectFactory.java:96)
    at com.sap.engine.lib.injection.FieldInjector.inject(FieldInjector.java:113)
    Can it be, that the JPA runtime in the server only allows me to access tables that I have created through a Dictionary component? Or is it a "refresh" problem, meaning that the application server does not realize that new tables have been created? If the latter is true, can I "flush" or "refresh" the DB schema in NW?

    Hi,
    it depends on the data source your JPA application is running against.
    If it is configured for Open SQL (e.g. you are using the system data source), you need to define your database tables using the Java Dictionary. If you are using the JPA Tooling (Dali) in the NWDS, you can associate your JPA project with a Java Dictionary Project or a Java Dictionary DC. Then, you can use forward mapping ("generate database tables from entities") to create database table definitions in the Java Dictionary that exactly match your tables required by your JPA application:
    [http://help.sap.com/saphelp_nw73/helpdata/en/49/ede1daba7b088be10000000a421937/frameset.htm]
    Unfortunately, it is not possible to import table definitions you have created using native tools into the Java Dictionary.
    Adrian

  • Sound card problem: shpchp not found at boot

    Whenever I boot up, about half way though, a the hotplugging section, I believe, I get the following error:
    ...Can't load module shpchp
    Missing kernel of user mode driver shpchp.
    Then there is a looooong pause, and I get this error. Twice.
    ...Can't load module snd-cs4232
    Missing kernel of user mode driver snd-cs4232.
    Then I get this error like 50 times:
    ...Can't load module snd-cs4236
    Missing kernel of user mode driver snd-cs4236.
    Then I get the same error, but with snd-wavefront. Then It goes back to the cs232 and repeats the cycle two or three times. Needless to say, sound does not work at all.
    I cannot modprobe shpchp or any of the otehr drivers, whenever I do (as root) I get a "No such device" message.
    Help!

    jerem wrote:
    I get the same problem with hotplug and the Arch official kernel.
    Then I made MY kernel with the /usr/src way (I hate using package management for that) and then hotplug ran smoothly and did not try to load unwanted modules.
    What has that to do with Frem's problem?
    Anyway, I don't have an idea how to use ISA soundcards because I have never had any, but here are some hints:
    1.) Check http://www.alsa-project.org/. They have a list of soundcards that are supported and each entry normally comes with instructions how to set it up.
    2.) Check http://www.tldp.org/ for a isapnptools howto.
    3.) If 2. does not come up with anything, it is probably best to google for
    "isapnptools howto" or similar search terms.
    DON'T expect hotlpug to work with ISA soundcards or any other ISA device. It won't be able to. ISA is old and bad, there is normally no automatic hardware detection whatsoever. People had to tell their operating systems where the card was all the time before PCI became popular. However, that is not a reason not to run hotplug. For all stuff that the operating system can detect and configure automatically it works pretty fine, at least for me.
    Cheers,
    Dominik
    [/url]

  • Software update problem : updates not found on 8088

    Hello,
    I recently found that when I performed an update on my clients they always reported Up to date. I then made them point to Apple's software update and they found that Itunes and a performance update was necessary.
    So I tried to find what was wrong. My server seems to have downloaded all the latest updates (including ITunes and the performance update).
    I disabled SoftwareUpdate and reenabled it.
    Now my clients can't even connect to my Software Update server : the bar stays fix for a really long time.
    When I look at the logs from my server : I see that a few products can't be downloaded :
    Product 061-7024 will not be available for installation.
    Unable to download or create .smd file for product
    But maybe the main problem is that when I try to contact http://myserver:8088/
    I dont see anything and when I try http://myserver:8088/index.sucatalog it begins to open the file but displays only the file's beginning. It keeps downloading the rest of the file really slowly (I think that's what makes the bar stays fix when I try to update).
    Any clue ?
    p.a

    Hello again,
    After a few more tests, I noted this.
    Before restarting Software update, new updates weren't visible to clients.
    After restarting Software update : Clients unable to connect to Software Update Server : bar stays fix for a very long time. In fact it appears to be a really slow connection to the server. After a few minutes the available updates appear (ITunes and Performance update). If I click to install them. Downloading begins but it's very slow 1k/s approximately.
    I tried to untick Bandwidth limitation that was set to 1Mo/s. And after restarting Software Update, surprise : my clients can connect to SUS, see the new updates and download them at LAN speed.
    Why did it work before ?
    I tried to reset Bandwidth limitation to 1024k/s to see if it makes any difference. Yes when it's set, SUS doesn't work.
    So really painful to work with this, almost no options to fine tune the update server and it's better to let all to defaults to avoid problems it seems.
    p.a

  • Problem: TransformerFactoryImpl not found

    Hi all, I am using the javax.xml library to transform an xml to html with xslt.
    When the application tries to create a new instance of TransformerFactory, it throws the following exception:
    javax.xml.transform.TransformerFactoryConfigurationError: Provider org.apache.xalan.processor.TransformerFactoryImpl not foundWhat do I have to do to use xalan transformer?
    Thank you in advance, Kostas

    Set System property
    System.setProperty("javax.xml.transform.TransformerFactory",
         "org.apache.xalan.processor.TransformerFactoryImpl ");

  • The Problem : Method not found (FCPublish).

    Hi All.
    When I push "Start" on FME2, The Following log is out on FMS2
    LiveLog.
    Sending error message: Method not found (releaseStream).
    Sending error message: Method not found (FCPublish).
    I make sure that "CONNECT" is successful.
    And, I searched about this ,so I know that "releaseStream"
    and "FCPublish" is called by FME.
    But, What should I do?
    Can I ask your advice on something?
    thanks.

    prototype the Client to have this function call by FME
    actually do something:
    example:
    Client.prototype.FCPublish = function(streamname) {
    this.call("onFCPublish", null,
    {code:"NetStream.Publish.Start", description:"name"});
    Client.prototype.FCUnpublish = function(streamname) {
    // perform your clean up
    this.call("onFCUnpublish", null,
    {code:"NetStream.Unpublish.Success", description:"name"});
    Client.prototype.releaseStream = function(streamname) {

  • Xml parser problem------file not found!  urgent!!!

    I have write some codes to parse a xml file like this :
    File xml=new File(xmlpath,frame.statusXMLofEachSequence);
    if(xml.exists()){
    System.out.println("xml..."+xml.getAbsolutePath());
    try {
    DocumentBuilderFactory factory = DocumentBuilderFactory.newInstance();
    DocumentBuilder builder = factory.newDocumentBuilder();
    System.out.println("statusFile1 is.."+xml.getPath());
    ��������
    It's ok in JBuilder and JCreater, but when I run it in Dos , it throws an exception .
    Although I print the name of the xml file before to parse it and get the right name of the xml file, just like this:
    statuseFile1 is..F:/JavaDebug/user/dwsun/seq1/config.status.xml
    the exception as follows:
    org.xml.sax.SAXParseException: File "file:///F:/JavaDebug/config.status.xml" not found.
    at org.apache.xerces.framework.XMLParser.reportError(XMLParser.java:1014)
    at org.apache.xerces.readers.DefaultEntityHandler.startReadingFromDocument(DefaultEntityHandler.java:512)
    at org.apache.xerces.framework.XMLParser.parseSomeSetup(XMLParser.java:304)
    at org.apache.xerces.framework.XMLParser.parse(XMLParser.java:899)
    ���� ����
    why???
    Hope to get your helps!!!
    Thanks a lot!!!

    Please try the following code.
    import java.io.*;
    public class MyFile {
      public static void main(String args[]) {
        File file = new File(args[0]);
        System.out.println("File is " + file.getAbsolutePath());
        System.out.println("File is " + file.getPath());
    }ex)
    $ java MyFile MyFile.java
    File is /home/ikeda/work/java/forum/MyFile.java
    File is MyFile.java
    What FILE_PATH occured wrong print?

Maybe you are looking for