Adf Runtime Error

I deployed ADF application on 11.1.1.When I run the page I get this error:
javax.servlet.ServletException: java.lang.NoSuchMethodError: oracle.adf.share.ADFContext.resetADFContext(Loracle/adf/share/ADFContext;)V
     at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:333)
     at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
     at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
     at oracle.security.jps.wls.JpsWlsFilter$1.run(JpsWlsFilter
I installed all libraries ,I dont know what am i missing?

Hi,
Is the WLS version 10.1.3.1 ? If not then this could be the problem already
Frank

Similar Messages

  • ADF BC App tomcat 5.5 Runtime error

    I have a ADF BC webapp that I am trying to deploy to tomcat 5.5, however I get the following runtime error:
    java.lang.NullPointerException
         oracle.adf.model.BindingRequestHandler.endRequest(BindingRequestHandler.java:226)
    oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:166)
    When I run the application with my internal OC4J or on a standalone OC4J, it runs correctly. I am just clueless as to what the above error means as I get no other output in the tomcat logs. I am using JDev 10.1.3.2 and I used the JDev adf installer to install the adf libraries. I also followed this guide Howto: Deploy ADF application on Tomcat 5.5 using JNDI to properly deploy my application to tomcat.
    Running an adf applicaton without BC works just fine, but once BC comes into play I get the above error. I have tried it with a simple ADF BC app and it still gives the same error.

    I have exactly the same error and same problem. Does anybody resolve it or have clue what's wrong?

  • Error encountered after installing ADF Runtime

    Hi Everyone!
    I am trying to deploy an application developed using Jdeveloper 10.1.3 in Oracle 10g AS version 10.1.2 residing in a different server. I have followed the steps required in deploying to an older version of OAS. I recompiled my applications to use J2SE1.4. I have also downloaded the standalone ADF Runtime Installer so that I can install the ADF components in OAS.
    After the installation of the ADF Runtime, my oc4j:home process failed to initialize/startup. When i try to manually start it in the OEM, i received the following errors:
    An error was encountered while loading page. Entity not found.
    Resolution:
    Entity not found
    Base Exception:
    The plugin OC4J did not have any documents associated with the Document Key OC4J_INSTANCE_ID:home;
    Resolution:
    Contact Oracle Support. Exception thrown by plugin "orionp":
    The plugin OC4J did not have any documents associated with the Document Key OC4J_INSTANCE_ID:home;
    Resolution:
    Contact Oracle Support
    There are no logfiles as well... When I tried to uninstall the ADF Runtime using the installer, i got the following error:
    Uninstall Option is not supported for AS.
    I hope someone can point me to the right direction...
    Thanks!
    JED
    Ps, I tried to deploy my application but its also unsuccessful...

    If your JDeveloper and Oracle Application Server do not have matching version numbers (for example if one is 10.1.3.0 and the other is 10.1.3.1), the following notes apply:
    For ADF applications developed in JDeveloper 10.1.3.1 and deployed to Oracle Application Server 10.1.3.0, you need to install the ADF runtime libraries in your application server, using the ADF Installer. You can run the installer from within JDeveloper (select Tools | ADF Runtime installer) or use the standalone version.
    Oracle Application Server 10.1.3.1 is not supported with JDeveloper 10.1.3.0.
    http://www.oracle.com/technology/products/jdev/collateral/papers/10g/as_supportmatrix.html

  • Deploying ADF application to a managed weblogic server - ADF security error

    Hi,
    Our group has written an ADF web application, which we are attempting to deploy to a managed weblogic server. Thus far, we have been unsuccessful. The application does successfully deploy to the AdminServer. Our setup:
    Weblogic version is 10.3.0. Domain name is adf_domain. We have installed the ADF (ADF version is 11.1.1.0.0), JSTL(1.2.0.1), and JSF(1.2.7.1) runtime libraries, and they are targeted to both the admin server AND the managed server, which is called CollabServer. This server communicates with the node manager and can be started and stopped via the admin console successfully. The AdminServer is on port 7101, and the CollabServer is on port 7104. We are not using SSL.
    application.xml:
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/application_5.xsd"
    version="5" xmlns="http://java.sun.com/xml/ns/javaee">
    <display-name>OracleRetailCollaboration</display-name>
    <module>
    <web>
    <web-uri>orc.war</web-uri>
    <context-root>orc</context-root>
    </web>
    </module>
    </application>
    weblogic-application.xml (as taken from the ear file):
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <weblogic-application xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.bea.com/ns/weblogic/weblogic-application.xsd" xmln
    s="http://www.bea.com/ns/weblogic/weblogic-application">
    <listener>
    <listener-class>oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener</listener-class>
    </listener>
    <library-ref>
    <library-name>adf.oracle.domain</library-name>
    </library-ref>
    </weblogic-application>
    weblogic.xml (as taken from the war file):
    <?xml version = '1.0' encoding = 'UTF-8'?>
    <weblogic-web-app xmlns="http://www.bea.com/ns/weblogic/weblogic-web-app" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://ww
    w.bea.com/ns/weblogic/weblogic-web-app http://www.bea.com/ns/weblogic/weblogic-web-app/1.0/weblogic-web-app.xsd">
    <container-descriptor>
    <prefer-web-inf-classes>true</prefer-web-inf-classes>
    </container-descriptor>
    <security-role-assignment>
    <role-name>valid-users</role-name>
    <principal-name>users</principal-name>
    </security-role-assignment>
    <library-ref>
    <library-name>jstl</library-name>
    <specification-version>1.2</specification-version>
    </library-ref>
    <library-ref>
    <library-name>jsf</library-name>
    <specification-version>1.2</specification-version>
    </library-ref>
    </weblogic-web-app>
    As I said, there are no deployment errors when we deploy to the admin server. However, we always see the following errors when deploying to the managed server:
    java.lang.ClassNotFoundException: oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener
    etc.
    This error occurs when deploying via the <wldeploy> ant task included with weblogic, and when deploying the application manually via the admin console.
    So I removed this from weblogic-application.xml:
    <listener>
    <listener-class>oracle.security.jps.wls.listeners.JpsApplicationLifecycleListener</listener-class>
    </listener>
    Which resolved the initial error (I assume there is some sort of bug that causes this workaround to be necessary). The next error is this:
    java.lang.ClassNotFoundException: oracle.adf.share.security.authentication.AuthenticationServlet
    Again, we don't get this error when deploying to the AdminServer - ONLY the managed server CollabServer.
    web.xml:
    <servlet>
    <servlet-name>adfAuthentication</servlet-name>
    <servlet-class>oracle.adf.share.security.authentication.AuthenticationServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>adfAuthentication</servlet-name>
    <url-pattern>/adfAuthentication/*</url-pattern>
    </servlet-mapping>
    I then added some adf jar files to the ear file, finally get this error message:
    java.lang.ClassNotFoundException: oracle.adf.share.jsp.ADFLibUtils
    Any ideas on how to resolve this? Thanks.
    Edited by: user10451099 on Apr 15, 2009 12:10 PM

    Dan,
    thanks fro reminding me :-)
    Here are the steps we had to take to get a managed WLS to run an adf application without copying any jar in the domain/lib directory:
    1. you still have to install the adf runtime to any server you want the adf application to deploy to
    2. open the admin console, select the managed server, and select the 'server start' tab in configutation settings.
    3. add /u01/bea/patch_wls1030/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:
    /u01/bea/patch_cie660/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/u01/bea/jrockit_160_05/lib/tools.jar:/u01/bea/wlserver_103/server/lib/weblogic_sp.jar:
    /u01/bea/wlserver_103/server/lib/weblogic.jar:/u01/bea/modules/features/weblogic.server.modules_10.3.0.0.jar:/u01/bea/wlserver_103/server/lib/webservices.jar:
    /u01/bea/modules/org.apache.ant_1.6.5/lib/ant-all.jar:/u01/bea/modules/net.sf.antcontrib_1.0.0.0_1-0b2/lib/ant-contrib.jar:/u01/bea/jdeveloper/modules/features/adf.share_11.1.1.jar:
    /u01/bea/wlserver_103/common/eval/pointbase/lib/pbclient57.jar:/u01/bea/wlserver_103/server/lib/xqrl.jar:
    /u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath/weblogic_ext_patch.jar to the classpath edit box you have to change '/u01/bea/' with your bea home. The classpath should be on one line without the CR/LF i put in to make it readable.
    4. add -Xms256m -Xmx512m -da -Dplatform.home=/u01/bea/wlserver_103 -Dwls.home=/u01/bea/wlserver_103/server -Dweblogic.home=/u01/bea/wlserver_103/server
    -Ddomain.home=/u01/bea/user_projects/domains/naa_qs -Doracle.home=/u01/bea/jdeveloper -Doracle.security.jps.config=/u01/bea/user_projects/domains/naa_qs/config/oracle/jps-config.xml
    -Doracle.dms.context=OFF -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.management.discover=false -Dweblogic.management.server=http://localhost:7001
    -Dwlw.iterativeDev=false -Dwlw.testConsole=false -Dwlw.logErrorsToConsole=
    -Dweblogic.ext.dirs=/u01/bea/patch_wls1030/profiles/default/sysext_manifest_classpath:/u01/bea/patch_jdev1111/profiles/default/sysext_manifest_classpath:/u01/bea/patch_cie660/profiles/default/sysext_manifest_classpath
    -Dweblogic.management.username=weblogic -Dweblogic.management.password=******** -Dweblogic.Name=GESTIS_QS
    -Djava.security.policy=/u01/bea/wlserver_103/server/lib/weblogic.policy to the 'Arguments' edit box. As with the calsspath change '/u01/bea' to your bea home and change the domain name (in our case 'naa_qs') to your domain name. change the managementuser and passwort to your needs. As whith the classpath I put some CR/LF into the code section to make it readable.
    5. save the changes and restart the server
    Essentially all we copied the arguments from the admin server start script in addition to adding the class path.
    Timo

  • Problems with the ADF runtime installer 10.1.3.3 on OAS 10.1.3

    hi, all,
    I have successfully installed an oracle application server on a linux machine and in order for ADF BC application to run on it i have to install the adf runtime libraries.
    What i did is the following:
    -I shut down the opmn of the server
    -I installed the libraries using the jdev utility
    -when i try to start the server again the OC4J process does not start and gives the following error.
    07/11/22 11:44:09 Start process
    07/11/22 11:44:15 Error initializing server: Shared library "apache.commons.logging" could not be found.
    07/11/22 11:44:15 Fatal error: server exiting
    Any help on this issue? I am not about to install the ADF runtime through the JDeveloper as the OAS is on a linux machine and I am developing on a PC.
    Regards,
    Thomas.

    Run Time Libraries Cause problem on oracle application server

  • Can't access oracle weblogic - enterprise manager after upgrade adf runtime

    this what I did :
    1) install weblogic 11g R6 on enterprise Linux
    2) upgrade adf runtime from 11.1.1.6 to 11.1.1.7
    3) build the domain
    4) running the admin server & the console running smoothly, but the em not running & give error in its page
    Error 500--Internal Server Error
    from RFC 2068 Hypertext Transfer Protocol -- HTTP/1.1:
    10.5.1 500 Internal Server Error
    after display the log file for admin server, this error what I have:
    <Error> <HTTP> <WEBCENTER-STAGE> <AdminServer> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <11d1def534ea1be0:424b45a:13ea7acfbe0:-8000-0000000000000004> <1368612758787> <BEA-101165> <Could not load user defined filter in web.xml: org.apache.myfaces.trinidad.webapp.TrinidadFilter.
    java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
         at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2276)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:56)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3154)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:484)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:200)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:247)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:425)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:27)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:671)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:51)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:30)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:169)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:123)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:180)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:96)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.adf.share.ADFShareException: MDSConfigurationException encountered in parseADFConfiguration
         at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:209)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfigImpl.java:533)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:604)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:582)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:647)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:642)
         at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(ADFContextMDSConfigHelperImpl.java:297)
         at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:1703)
         at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:524)
         at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:433)
         at oracle.adf.share.http.ServletADFContext.initThreadContextIfNeeded(ServletADFContext.java:346)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    Caused By: oracle.mds.config.MDSConfigurationException: MDS-00043: A name pattern mapping for path /persdef/query/savedSearches/ already exists.
         at oracle.mds.internal.util.NamespaceMap.registerMappingInternal(NamespaceMap.java:660)
         at oracle.mds.internal.util.NamespaceMap.registerMappingWithNSRestriction(NamespaceMap.java:270)
         at oracle.mds.config.ContentConfig.initMappings(ContentConfig.java:592)
         at oracle.mds.config.ContentConfig.<init>(ContentConfig.java:237)
         at oracle.mds.config.PConfig.merge(PConfig.java:1878)
         at oracle.mds.config.PConfig.<init>(PConfig.java:729)
         at oracle.mds.config.MDSConfig.<init>(MDSConfig.java:481)
         at oracle.mds.core.MDSInstance.getMDSConfigFromDocument(MDSInstance.java:2790)
         at oracle.mds.core.MDSInstance.findAndStoreMDSInstanceWithCustConfig(MDSInstance.java:2621)
         at oracle.mds.core.MDSInstance.getOrCreateInstanceInternal(MDSInstance.java:2118)
         at oracle.mds.core.MDSInstance.getOrCreateInstance(MDSInstance.java:812)
         at oracle.adf.share.config.ADFMDSConfig.parseADFConfiguration(ADFMDSConfig.java:146)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.config.ADFConfigImpl.getResultFromComponent(ADFConfigImpl.java:533)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:604)
         at oracle.adf.share.config.ADFConfigImpl.getConfigObject(ADFConfigImpl.java:582)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:647)
         at oracle.adf.share.config.ADFConfigImpl.getMDSInstance(ADFConfigImpl.java:642)
         at oracle.adf.share.config.ADFContextMDSConfigHelperImpl.getMDSInstance(ADFContextMDSConfigHelperImpl.java:297)
         at oracle.adf.share.ADFContext.getMDSInstanceAsObject(ADFContext.java:1703)
         at oracle.adf.share.http.ServletADFContext.initialize(ServletADFContext.java:524)
         at oracle.adf.share.http.ServletADFContext.initThreadContext(ServletADFContext.java:433)
         at oracle.adf.share.http.ServletADFContext.initThreadContextIfNeeded(ServletADFContext.java:346)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.adf.share.ADFContext.initADFContext(ADFContext.java:2205)
         at oracle.adfinternal.view.faces.config.rich.FacesDatabindingConfigurator.init(FacesDatabindingConfigurator.java:54)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:428)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:59)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:110)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at weblogic.servlet.internal.FilterManager$FilterInitAction.run(FilterManager.java:343)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.FilterManager.loadFilter(FilterManager.java:96)
         at weblogic.servlet.internal.FilterManager.preloadFilters(FilterManager.java:57)
         at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1874)
         at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3155)
         at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1518)
         at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:487)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.ScopedModuleDriver.start(ScopedModuleDriver.java:201)
         at weblogic.application.internal.flow.ModuleListenerInvoker.start(ModuleListenerInvoker.java:249)
         at weblogic.application.internal.flow.ModuleStateDriver$3.next(ModuleStateDriver.java:427)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.flow.ModuleStateDriver.start(ModuleStateDriver.java:119)
         at weblogic.application.internal.flow.StartModulesFlow.activate(StartModulesFlow.java:28)
         at weblogic.application.internal.BaseDeployment$2.next(BaseDeployment.java:672)
         at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
         at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:212)
         at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:59)
         at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
         at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activate(BasicDeployment.java:184)
         at weblogic.deploy.internal.targetserver.BasicDeployment.activateFromServerLifecycle(BasicDeployment.java:361)
         at weblogic.management.deploy.internal.DeploymentAdapter$1.doActivate(DeploymentAdapter.java:52)
         at weblogic.management.deploy.internal.DeploymentAdapter.activate(DeploymentAdapter.java:200)
         at weblogic.management.deploy.internal.AppTransition$2.transitionApp(AppTransition.java:31)
         at weblogic.management.deploy.internal.ConfiguredDeployments.transitionApps(ConfiguredDeployments.java:240)
         at weblogic.management.deploy.internal.ConfiguredDeployments.activate(ConfiguredDeployments.java:170)
         at weblogic.management.deploy.internal.ConfiguredDeployments.deploy(ConfiguredDeployments.java:124)
         at weblogic.management.deploy.internal.DeploymentServerService.resume(DeploymentServerService.java:181)
         at weblogic.management.deploy.internal.DeploymentServerService.start(DeploymentServerService.java:97)
         at weblogic.t3.srvr.SubsystemRequest.run(SubsystemRequest.java:64)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    if any one know about this problem, kindly help me ASAP

    Did you get any help with this? I am runnning into the same problem with version 11.1.2.1.
    Thank you for any updates.

  • Install the ADF Runtime Libraries 11gR2 in WebLogic Server 10.3.5

    When we are trying to Install the ADF Runtime Libraries 11gR2 in WebLogic Server 10.3.5 using opatch we are getting following error.
    PrereqAPI::checkStandAloneHome())
    OPatch checks if the patch is applicable on this home product type
    ApplySession failed during prerequisite checks: Prerequisite check "CheckApplicableProduct" failed.
    Did any one faced this issue on runtime libraries install? if so how did you resloved this issue.
    Thanks
    Hari

    Yes. we set to correct middle home i.e /app/oracle/product/Middleware/wlserver_10.3
    Edited by: harirao on Oct 4, 2011 6:59 PM

  • How do I check if ADF Runtime is in WebLogic Server?

    My question [Error deploying FOD to WLS|http://forums.oracle.com/forums/thread.jspa?threadID=1075670] has not been answered and it's buried now, so I'm trying to self-diagnose. All the tutorials talk about installing ADF Runtime to WebLogic Server. It sounded like since my WLS was intalled when I installed the JDeveloper, I should not worry about it. But what can I check to really make sure the WLS has the ADF Runtime. From my WLS deployments page, I see adf.oracle.domain(1.0,11.1.1.2.0) and adf.oracle.domain.webapp(1.0,11.1.1.2.0) libraries. Is that it?
    Edited by: user543237 on May 21, 2010 10:43 AM
    "Inserting link" does not seem to work for me.

    Thanks for the link. I tried what's suggested (insearting JRF related JVM parameters), but I'm still getting the same errors when deploying the StoreFrontUI project.
    weblogic.application.ModuleException: Failed to load webapp: 'StoreFrontWebApp.war'
    at weblogic.servlet.internal.WebAppModule.prepare(WebAppModule.java:404)
    at weblogic.application.internal.flow.ScopedModuleDriver.prepare(ScopedModuleDriver.java:180)
    at weblogic.application.internal.flow.ModuleListenerInvoker.prepare(ModuleListenerInvoker.java:199)
    at weblogic.application.internal.flow.DeploymentCallbackFlow$1.next(DeploymentCallbackFlow.java:508)
    at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:41)
    Truncated. see log file for complete stacktrace
    Caused By: java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
    at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:280)
    at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:253)
    at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:56)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:303)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
    Truncated. see log file for complete stacktrace
    The changes are indeed in effect:
    CLASSPATH=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\ext\jdbc\oracle\11g\ojdbc6dms.jar;C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\Oracle\MIDDLE~1\JROCKI~1.0-6\li
    b\tools.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.jar;C:\Oracle\MIDDLE~1\modules\features\weblogic.server.modules_10.3.3.0.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\webservices.jar;C:\Oracle\MIDDLE~1\modules\ORGAPA~1.1/lib/ant-a
    ll.jar;C:\Oracle\MIDDLE~1\modules\NETSFA~1.0_1/lib/ant-contrib.jar;*C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrf.jar;*C:\Oracle\MIDDLE~1\WLSERV~1.3\common\derby\lib\derbyclient.jar;C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\xqrl.jar;.;C:\Program Files\Java\jre6\lib\ext\QTJava.zip
    Starting WLS with line:
    C:\Oracle\MIDDLE~1\JROCKI~1.0-6\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=AdminServer -Djava.security.policy=C:\Oracle\MIDDLE~1\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\Oracle\MIDDLE~1\WL
    SERV~1.3 -Dwls.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Dweblogic.home=C:\Oracle\MIDDLE~1\WLSERV~1.3\server -Ddomain.home=C:\Oracle\MIDDLE~1\USER_P~1\domains\JDEVDO~1 -Dcommon.components.home=C:\Oracle\MIDDLE~1\ORACLE~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logg
    ing.impl.Jdk14Logger -Djrockit.optfile=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.domain.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\JDEVDO~1\config\FMWCON~1 -Doracle.server.config.dir=C:\Oracle\MIDDLE~1\USER_P~1\domains\JDEVDO~1\config\FMWCON~1\servers\Adm
    inServer -Doracle.security.jps.config=C:\Oracle\MIDDLE~1\USER_P~1\domains\JDEVDO~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Digf.arisidbeans.carmlloc=C:\Oracle\MIDDLE~1\USER_P~1\domains\JDEVDO~1\config\FMWCON~1\carml -Digf.arisidstack.home=C:\Oracle\MID
    DLE~1\USER_P~1\domains\JDEVDO~1\config\FMWCON~1\arisidprovider -Dweblogic.alternateTypesDirectory=C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.ossoiap_11.1.1,C:\Oracle\MIDDLE~1\ORACLE~1\modules\oracle.oamprovider_11.1.1 -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=true -Dwlw.i
    terativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\Oracle\MIDDLE~1\patch_wls1033\profiles\default\sysext_manifest_classpath;C:\Oracle\MIDDLE~1\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server

  • ADF application error

    (oracle.jbo.DMLException) JBO-26061: Error while opening JDBC connection.How to remove this exception while running ADF application in Integrated weblogic server?

    this will help you
    http://sathyam-soa.blogspot.com/2011/03/adf-runtime-db-connection-error.html
    http://radalcove.com/blog/
    Understanding available WebLogic Server downloads for ADF Applications
    go this section. oracle.jbo.DMLException: JBO-26061:
    soultion is available.
    Edited by: Erp on Oct 20, 2011 3:03 AM

  • OC4J 11 with ADF Runtime does not start.

    When starting OC4J 11 I get this error.
    Error initializing server: Shared library "oracle.fabric.runtime" could not be found.
    Fatal error: server exiting
    I downloaded OC4J 11 (11.1.1.0.0) Standalone.
    Then I was running "ADF Runtime Installer" in JDeveloper 11 Preview 2 (11.1.1.0.0).
    In this version the ADF Business Components is 11.1.1.46.84
    Oracle IDE is 11.1.1.0.20.46.84
    Then I got the Shared library "oracle.fabric.runtime" could not be found - error.
    Then I tried to do it manually and
    I extracted oc4j_11110_preview
    Then I copied the BC4J from JDeveloper to OC4J and added the library in application.xml.
    <library path="../../../BC4J/lib" />
    <library path="../lib" />
    Then I started OC4J with no problem.
    I downloaded the “StoreFront”-project that from Oracle.
    I created a EAR-file in JDev from the StoreFrontModule.
    Then I deploy it to the OC4J
    java -jar admin_client.jar deployer:oc4j:localhost oc4jadmin password -deploy -file E:\Projekt\FusionStoreFrontDemo\StoreFrontModule\StorefrontUI\deploy\FOD-webapp.ear -deploymentName FOD -bindAllWebApps
    One warning: VARNING: JSF1033: Resource injection is DISABLED
    Then when I Tried to go to the webb-app at address (http://localhost:8888/StoreFront/ ) I got this error
    ERROR MDS-01331 Failed loading document "null".
    Im working with Windows XP for both JDeveloper and OC4J.
    How do I get any application with ADF to work in OC4J??
    Help me!!
    /Tobbe

    Thats funny. I use a start-script where I added
    SET JVM_ARGS=-XX:MaxPermSize=256m
    But that was never used by the OC4J command.
    Anyway. Now it works much better. Thanks. But sadly I got to next error but I might put in a new Thread.
    2007-12-20 16:38:56.687 NOTIFICATION Application Deployer for Fiskdata2 COMPLETES. Operation time: 10969 msecs
    2007-12-20 16:39:42.890 NOTIFICATION ADFC-60000 ADFc: BindingContext is present, using ADFm APIs for DataControlFrames.
    2007-12-20 16:39:42.906 NOTIFICATION ADFC-50009 ADFc: Controller caching of MDS metadata resources ENABLED.
    2007-12-20 16:39:50.531 WARNING J2EE HTTP-00016 Header modification request was rejected. Because the setter method was
    called from included servlet. It is restricted by SRV.8.3 of Servlet Specification 2.4. : Fiskdata2
    2007-12-20 16:39:53.546 WARNING J2EE HTTP-00016 Header modification request was rejected. Because the setter method was
    called from included servlet. It is restricted by SRV.8.3 of Servlet Specification 2.4. : Fiskdata2
    Thanks for the help.

  • How can I install ADF runtime in Linux 6.3

    When I was installing the ADF runtime 11.1.1.6 in Oracle Linux 6.3. I got error at prerequisite check step due to the version of linux. I could still continue to install, but I am not sure if there will be any problem or not. How can I make the prerequisite check continue without the Linux version issue? Thanks.

    http://docs.oracle.com/cd/E16764_01/install.1111/e13666/ojdig.htm#BDCEDIAB

  • ADF Application error when deploy on WebLogic Cluster

    Hello,
    I setup a WebLogic 10.3.5 Cluster, but I have problems to deploy my ADF application (ADF 11.1.2).
    I am getting the following java.lang.NoClassDefFoundError: oracle/adf/share/logging/ADFLogger
    The problem does not occur if I deploy the same application only to the AdminServer.
    In order to setup my WebLogic Cluster I followed the process described by Mark Nelson at http://redstack.wordpress.com/2010/12/20/using-weblogic-as-a-load-balancer/
    Any idea?
    Thanks,
    Cristo A.

    Have you installed the Oracle JRF template to the managed servers?
    The error indicates that you didn't install the adf runtime (JRF template) for your jdev version onto the managed servers.
    Timo

  • ADF Deploy Error.....Please Help Me

    I have Jdeveloper 11.1.2.3.0 for programmers
    and on the server have weblogic(10.3.6.0) and ADF Runtime (11.1.1.7)
    On Deploy show this error
    [08:41:49 AM] Redeploying Application...
    [08:41:52 AM] [Deployer:149191]Operation 'deploy' on application 'hr' is initializing on 'Muath_1'
    [08:41:55 AM] [Deployer:149193]Operation 'deploy' on application 'hr' has failed on 'Muath_1'
    [08:41:55 AM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application hr on Muath_1.: Failed to load webapp: 'HR_Service-ViewController-context-root'.
    [08:41:55 AM] Weblogic Server Exception: weblogic.application.ModuleException: Failed to load webapp: 'HR_Service-ViewController-context-root'
    [08:41:55 AM] Caused by: weblogic.management.DeploymentException: Error: Unresolved Webapp Library references for "ServletContext@24124323[app:hr module:HR_Service-ViewController-context-root path:/HR_Service-ViewController-context-root spec-version:2.5]", defined in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match: false]
    [08:41:55 AM] See server logs or server console for more details.
    [08:41:55 AM] weblogic.application.ModuleException: Failed to load webapp: 'HR_Service-ViewController-context-root'
    [08:41:55 AM] Deployment cancelled.
    [08:41:55 AM] ---- Deployment incomplete ----.
    [08:41:55 AM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    Please Help Me

    User, you can't use JDev 11.1.2.3.0 to develop an application which you later try to deploy to a wls with a different adf runtime installed. If you use jdev 11.1.2.3.0 you have to install adf runtime 11.1.2.3.0 in the target wls. Check out http://tompeez.wordpress.com/2011/09/14/jdeveloper-versions-vs-weblogic-server-versions/ for more info.
    Solution you do have a support contract and load the patches from support.oracle.com (see my blog) or you develop your app with 11.1.1.7.0 (which means you have to redesign your UI as 11.1.2.3 uses jsf2.0 and 11.1.1.7. only uses jsf1.2) and leave the wls as is.
    Timo

  • OC4J:HOME failed to initialize after installation of ADF Runtime

    Hi Everyone!
    I already asked this question in the Jdeveloper forum but I have some questions with regards to the OAS that's why I am reposting it again...
    I am trying to deploy an application developed using Jdeveloper 10.1.3 in Oracle 10g AS version 10.1.2 residing in a different server. I have followed the steps required in deploying to an older version of OAS. I recompiled my applications to use J2SE1.4. I have also downloaded the standalone ADF Runtime Installer so that I can install the ADF components in OAS.
    After the installation of the ADF Runtime, my oc4j:home process failed to initialize/startup. When i try to manually start it in the OEM, i received the following errors:
    An error was encountered while loading page. Entity not found.
    Resolution:
    Entity not found
    Base Exception:
    The plugin OC4J did not have any documents associated with the Document Key OC4J_INSTANCE_ID:home;
    Resolution:
    Contact Oracle Support. Exception thrown by plugin "orionp":
    The plugin OC4J did not have any documents associated with the Document Key OC4J_INSTANCE_ID:home;
    Resolution:
    Contact Oracle Support
    There are no logfiles as well... When I tried to uninstall the ADF Runtime using the installer, i got the following error:
    Uninstall Option is not supported for AS.
    For the OAS gurus, I just want to know if its possible to recreate the oc4j:home?
    Can i just delete the problematic oc4j:home and just create a new one?
    We already have some forms-based applications that are running in our OAS. Will it still work properly if I recreated the oc4j:home?
    Thanks!
    JED

    /OraHome/j2ee/home/confirm/server.xml check this xml file and it is empty or not. If it is empty than copy server.xml.old file in the same path directory to your server.xml file. Then try to start your home instance again.

  • JDeveloper 12c & Standalone WLS w/ADF Runtime 12.1.2

    My question is related to setting up WLS with ADF...
    Has anyone tried setting up WLS 12.1.2 with ADF Runtime 12.1.2? I cannot seem to successfully deploy a simple ADF 12c app against the new standalone WLS container.
    First, I installed WLS 12.1.2 (no coherence) followed by ADF Runtime 12.1.2.
    When creating a new domain, I setup the domain with default option (nothing checked-EM,JRF,etc..)
    Upon deploying a simple app with a page, I receive the following error:
    [02:32:43 PM] [Deployer:149193]Operation "deploy" on application "ADF12cTest" has failed on "AdminServer".
    [02:32:43 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application ADF12cTest on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false].
    [02:32:43 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false]
    [02:32:43 PM] Deployment cancelled.
    [02:32:43 PM] ----  Deployment incomplete  ----.
    [02:32:43 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
    However, if I check off EM,JRF. I am asked to create a DB connection!
    http://i.imgur.com/fPPaw7t.jpg
    I am not interested in using Coherence at the moment, is there an option to just setup a standalone WLS 12c server with ADF 12.1.2 runtime?
    Also, does the "Coherence" option imply that ADF Runtime will be included in the domain libs?

    Shay, that was the doc I was following, seems like I might have to go another direction now that Brian has confirmed the additional JRF requirements associated with wls 12c. I'm not going to start using technology which I do not understand or have a need yet...so paddling backwards with some wishful thinking, I attempted to run the ADF 12c infrastructure installer against a wls 10.3.6 setup, which results in:
    http://i.imgur.com/u3dv5Km.jpg
    That pretty much dashes my hopes for an easy install...so moving on.
    JDev/ADF 12c is certified for wls 10.3.5+, are there any documentation on how to upgrade ADF Runtime 11.1.2 on WLS 10.3.6 to ADF 12c (perhaps via OPatch)?

Maybe you are looking for

  • Error in connecting servant to ORB: ClassCast exception

    Hello, I'm working on a software using CORBA. (i'm not sure to be on the good forum for this kind of problems) Here is stacktrace: Nov 3, 2008 12:07:35 PM com.sun.corba.se.impl.orb.ORBImpl connect WARNING: "IOP02310202: (OBJ_ADAPTER) Error in connect

  • Sysdate generation

    Hi, My Application Contains Tabular page,It refers the one of the database table Actulat the follwoeing field are in the table PHYSICAL_NAME PURPOSE STATUS REMARKS MAKE SERVER LASTUPDATE_DATE All the fields are refered in Tabular page except LASTUPDA

  • Just let me sync my **** ipad mini and get on with my life

    i just got the new ipad mini and it will not sync to my dell laptop and at the top it say "not charging. i can't even use it.

  • RoboHelp Server 7 Projects Not Displaying

    After installing a trial version of RoboHelp Server 7 and publishing a WebHelpPro help system to RHS7server, the project does not display in the Project pane of RHS7. Does anyone have any idea why the project does not display in the Project pane?

  • TCS gen 2 and Windows server 2003 support

    Hi, I have a Cisco TelePresence Content Server v5.3 running on gen 2 hardware. From what I can see TCS v5.3 only works in Windows server 2003, this is a concern as Windows server 2003 support is ending July 14, 2015. Is there anything that can be don