Deploying ADF Mobile Browser Sample App in JDeveloper 11.1.2.3

Hi,
I had problem in deploying the sample app for ADF Mobile Browser in JDeveloper 11.1.2.3.
I had tried every solution such as replacing web.xml for the Sample App with web.xml created in JDeveloper 11.1.2.3.
I could not find the Jar file for the oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler in the web also.
Please help to solve this problem as I had tried for many days.
Thank you very much! =)
ADF Mobile Browser Sample App URL:
[ADF Mobile Browser Sample App|http://www.oracle.com/technetwork/developer-tools/adf/adf-mobile-browser-1864237.html]
Error Log:_
*<ConfigureListener> <contextInitialized> Critical error during deployment:*
com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
     at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
     at weblogic.servlet.internal.WebAppServletContext.preloadResources(WebAppServletContext.java:1872)
     at weblogic.servlet.internal.WebAppServletContext.start(WebAppServletContext.java:3153)
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1508)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     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:636)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:52)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
Caused by: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
     at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
     at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:179)
     at weblogic.utils.classloaders.ChangeAwareClassLoader.loadClass(ChangeAwareClassLoader.java:43)
     at com.sun.faces.util.Util.loadClass(Util.java:303)
     at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:311)
     at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processHandlerClass(FaceletTaglibConfigProcessor.java:420)
     at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTags(FaceletTaglibConfigProcessor.java:371)
     at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.processTagLibrary(FaceletTaglibConfigProcessor.java:314)
     at com.sun.faces.config.processor.FaceletTaglibConfigProcessor.process(FaceletTaglibConfigProcessor.java:263)
     at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:340)
     ... 38 more
<Dec 10, 2012 12:20:15 PM IST> <Warning> <HTTP> <BEA-101162> <User defined listener com.sun.faces.config.ConfigureListener failed: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler.
java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:293)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.EventsManager.notifyContextCreatedEvent(EventsManager.java:181)
     Truncated. see log file for complete stacktrace
Caused By: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:357)
     at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:481)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
     at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
     Truncated. see log file for complete stacktrace
>
<FactoryFinder$FactoryManager> <getFactory> Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory. Attempting to find backup.
<ConfigureListener> <contextDestroyed> Unexpected exception when attempting to tear down the Mojarra runtime
java.lang.IllegalStateException: Could not find backup for factory javax.faces.application.ApplicationFactory.
     at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:996)
     at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:331)
     at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:131)
     at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:329)
     at weblogic.servlet.internal.EventsManager$FireContextListenerAction.run(EventsManager.java:482)
     at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
     at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
     at weblogic.servlet.internal.EventsManager.notifyContextDestroyedEvent(EventsManager.java:200)
     at weblogic.servlet.internal.WebAppServletContext.destroy(WebAppServletContext.java:3224)
     at weblogic.servlet.internal.ServletContextManager.destroyContext(ServletContextManager.java:247)
     at weblogic.servlet.internal.HttpServer.unloadWebApp(HttpServer.java:461)
     at weblogic.servlet.internal.WebAppModule.destroyContexts(WebAppModule.java:1535)
     at weblogic.servlet.internal.WebAppModule.deactivate(WebAppModule.java:507)
     at weblogic.application.internal.flow.ModuleStateDriver$2.previous(ModuleStateDriver.java:387)
     at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
     at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
     at weblogic.application.internal.flow.ModuleStateDriver.deactivate(ModuleStateDriver.java:141)
     at weblogic.application.internal.flow.ScopedModuleDriver.deactivate(ScopedModuleDriver.java:206)
     at weblogic.application.internal.flow.ModuleListenerInvoker.deactivate(ModuleListenerInvoker.java:261)
     at weblogic.application.internal.flow.DeploymentCallbackFlow$2.previous(DeploymentCallbackFlow.java:547)
     at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
     at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:215)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:192)
     at weblogic.application.internal.flow.DeploymentCallbackFlow.deactivate(DeploymentCallbackFlow.java:184)
     at weblogic.application.internal.BaseDeployment$2.previous(BaseDeployment.java:642)
     at weblogic.application.utils.StateMachineDriver.previousState(StateMachineDriver.java:223)
     at weblogic.application.utils.StateMachineDriver.nextState(StateMachineDriver.java:63)
     at weblogic.application.internal.BaseDeployment.activate(BaseDeployment.java:205)
     at weblogic.application.internal.EarDeployment.activate(EarDeployment.java:58)
     at weblogic.application.internal.DeploymentStateChecker.activate(DeploymentStateChecker.java:161)
     at weblogic.deploy.internal.targetserver.AppContainerInvoker.activate(AppContainerInvoker.java:79)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.activate(AbstractOperation.java:569)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.activateDeployment(ActivateOperation.java:150)
     at weblogic.deploy.internal.targetserver.operations.ActivateOperation.doCommit(ActivateOperation.java:116)
     at weblogic.deploy.internal.targetserver.operations.AbstractOperation.commit(AbstractOperation.java:323)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleDeploymentCommit(DeploymentManager.java:844)
     at weblogic.deploy.internal.targetserver.DeploymentManager.activateDeploymentList(DeploymentManager.java:1253)
     at weblogic.deploy.internal.targetserver.DeploymentManager.handleCommit(DeploymentManager.java:440)
     at weblogic.deploy.internal.targetserver.DeploymentServiceDispatcher.commit(DeploymentServiceDispatcher.java:163)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.doCommitCallback(DeploymentReceiverCallbackDeliverer.java:195)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer.access$100(DeploymentReceiverCallbackDeliverer.java:13)
     at weblogic.deploy.service.internal.targetserver.DeploymentReceiverCallbackDeliverer$2.run(DeploymentReceiverCallbackDeliverer.java:68)
     at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:528)
     at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
     at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
<Dec 10, 2012 12:20:15 PM IST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1355122207762' for task '3'. Error is: 'weblogic.application.ModuleException: '
weblogic.application.ModuleException:
     at weblogic.servlet.internal.WebAppModule.startContexts(WebAppModule.java:1510)
     at weblogic.servlet.internal.WebAppModule.start(WebAppModule.java:482)
     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)
     Truncated. see log file for complete stacktrace
Caused By: java.lang.ClassNotFoundException: oracle.adfinternal.view.faces.bi.facelets.graph.RichSeriesSetHandler
     at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:297)
     at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:270)
     at weblogic.utils.classloaders.ChangeAwareClassLoader.findClass(ChangeAwareClassLoader.java:64)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
     at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
     Truncated. see log file for complete stacktrace
>
Edited by: 975879 on Dec 9, 2012 10:56 PM

Hi Frank,
Thanks for the fast response.
Based on your advice, I had try to comment out all usage of graph in jsp, web.xml, and data binding file.
But even after perform these, I still facing the same problem.
For your information, RichSeriesSetHandler does not exist in the oracle.adfinternal.view.faces.bi.facelets.
I suspecting RichSeriesSetHandler is configured in the app and it occur this error as it could not find the class.
I had try to search this usage of this class in the app but there is no results found.

Similar Messages

  • Error when starting ADF Mobile Browser Sample Application

    I had successfully deployed the Sample App downloaded from the Oracle ADF Mobile Browser Website in JDeveloper 11.1.2.2.
    This sample app is deployed successfully in IntegratedWebLogicServer as EAR.
    But when I trying to access the app in browser, it omit the following error:
    Error 500--Internal Server Error
    java.lang.NullPointerException
         at oracle.adfinternal.controller.util.AdfvInterfaceImpl.updateQueryParameters(AdfvInterfaceImpl.java:211)
         at oracle.adfinternal.controller.state.RequestState.updateUrlStateToken(RequestState.java:677)
         at oracle.adfinternal.controller.state.RequestState.setCurrentStateInstance(RequestState.java:188)
         at oracle.adfinternal.controller.state.RequestState.setCurrentViewPortContext(RequestState.java:215)
         at oracle.adfinternal.controller.state.ControllerState.setRequestState(ControllerState.java:877)
         at oracle.adfinternal.controller.state.ControllerState.initializeRootViewPort(ControllerState.java:646)
         at oracle.adfinternal.controller.state.ControllerState.synchronizeStatePart1(ControllerState.java:302)
         at oracle.adfinternal.controller.application.SyncNavigationStateListener.beforePhase(SyncNavigationStateListener.java:219)
         at oracle.adfinternal.controller.lifecycle.ADFLifecycleImpl$PagePhaseListenerWrapper.beforePhase(ADFLifecycleImpl.java:550)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.internalDispatchBeforeEvent(LifecycleImpl.java:100)
         at oracle.adfinternal.controller.lifecycle.LifecycleImpl.dispatchBeforePagePhaseEvent(LifecycleImpl.java:147)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener$PhaseInvokerImpl.dispatchBeforePagePhaseEvent(ADFPhaseListener.java:119)
         at oracle.adfinternal.controller.faces.lifecycle.ADFPhaseListener.beforePhase(ADFPhaseListener.java:63)
         at oracle.adfinternal.controller.faces.lifecycle.ADFLifecyclePhaseListener.beforePhase(ADFLifecyclePhaseListener.java:44)
         at com.sun.faces.lifecycle.Phase.handleBeforePhase(Phase.java:228)
         at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:99)
         at com.sun.faces.lifecycle.RestoreViewPhase.doPhase(RestoreViewPhase.java:111)
         at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118)
         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 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.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)

    Hi Sashank, Thank for your reply and advice.
    This is a mobile ADF browser which it is deployed in EAR in Weblogic.
    ADF Mobile browser is different with ADF Mobile as one is access through mobile browser and one is access as mobile app.
    Please correct me if I'm wrong in this.
    Thanks

  • Failed to deploy ADF Mobile app on Android device

    Hi,
    I created an application using Jdeveloper 11.1.2.3 .While deploying to android device ,I am getting the ‘INSTALL_FAILED_INSUFFICIENT_STORAGE’ error. The size of the apk file is 22.6 MB while the free space on device is 1.84 GB.
    The error message is:
    [02:46:38 PM] Deploying ADF Mobile Framework application to Android device (this may take a few minutes)...
    [02:46:54 PM] Command-line executed: [Users/chdsez249662dadm/Desktop/android-sdk-macosx/platform-tools/adb, -d, install, -r,  /Users/chdsez249662dadm/Desktop/iExpenseRefresh/deploy/ANDROID_MOBILE_NATIVE_archive1/iexpenserefresh.apk]
    [02:46:54 PM] 1512 KB/s (22601586 bytes in 14.595s)
    [02:46:54 PM] pkg: /data/local/tmp/iexpenserefresh.apk
    [02:46:54 PM] Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    [02:46:54 PM] Command-line execution failed (Return code: 0)
    [02:46:54 PM] Command-line executed: /Users/chdsez249662dadm/Desktop/android-sdk-macosx/platform-tools/adb -d install -r /Users/chdsez249662dadm/Desktop/iExpenseRefresh/deploy/ANDROID_MOBILE_NATIVE_archive1/iexpenserefresh.apk
    [02:46:54 PM] Shutting down Android Debug Bridge server...
    [02:46:54 PM] Deployment cancelled.
    [02:46:54 PM] ---- Deployment incomplete ----.
    [02:46:54 PM] Deployment failed due to one or more errors returned by '/Users/chdsez249662dadm/Desktop/android-sdk-macosx/platform-tools/adb'. The following is a summary of the returned error(s):
    Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE].
    Could you please help me to identify the possible reason for this.

    Yes, we copied the app file to an android device and installed it using 'PackageInstaller' but the application did not open up and gave the following error:
    The copy of the connections.xml file from the bundle to the configuration service managed location has failed. Could not create destination file : /null/oracleconfigservice/.adf/META-INF/connections.xml. This indicates a failed bundling of the application. Shutting down.
    Any idea on this?

  • OC4J crashing when running SRDemo ADF BC Vesrion Sample App under load

    Hi All,
    I have Oracle App Server 10.1.3 production version and i have deployed SRDemo ADF BC Version Sample App.
    when i try to simulate load on the Application i find that OC4J crashes and it will get reinitailised again...
    the error file looks as follows
    06/05/16 03:15:56 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:16:09 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:16:12 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296,
    tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    # An error report file with more information is saved as
    hs_err_pid1296.log
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    06/05/16 03:18:40 Start process
    WARNING: Code-source
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib\dc-adapters.jar (from
    WEB-INF/lib/ directory in
    D:\Raghavendra\ORACLEAPP1013\j2ee\home\applications\SRDemoADFBC\SRDemoSampleADFBC\WEB-INF\lib) has the same filename but
    is not identical to
    /D:/Raghavendra/ORACLEAPP1013/BC4J/jlib/dc-adapters.jar (from <code-source> in
    /D:/Raghavendra/ORACLEAPP1013/j2ee/home/config/server.xml). If it contains different versions of the same classes,
    it will be masked as the latter is already visible in the search path
    of loader SRDemoADFBC.web.SRDemoSampleADFBC:0.0.0.
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Short,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Short)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Byte,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Byte)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Integer,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Integer)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Long,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Long)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Float,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Float)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Double,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(null,java.lang.Double)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ValidatorRule end
    WARNING: [ValidatorRule]{faces-config/validator}
    Merge(javax.faces.LongRange)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.DateTime,null)
    May 16, 2006 3:18:53 AM com.sun.faces.config.rules.ConverterRule end
    WARNING: [ConverterRule]{faces-config/converter}
    Merge(javax.faces.Number,null)
    06/05/16 03:18:56 Oracle Containers for J2EE 10g (10.1.3.0.0)
    initialized
    following file is generated under <oracle-home>\j2ee\home
    "hs_err_pid1296.log"
    # An unexpected error has been detected by HotSpot Virtual Machine:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x6da2986e, pid=1296, tid=2528
    # Java VM: Java HotSpot(TM) Server VM (1.5.0_05-b05 mixed mode)
    # Problematic frame:
    # V [jvm.dll+0x1e986e]
    --------------- T H R E A D ---------------
    Current thread (0x2aa498d0): JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    siginfo: ExceptionCode=0xc0000005, reading address 0x00000004
    Registers:
    EAX=0x00000000, EBX=0x2afca960, ECX=0x2ad6f560, EDX=0x00000000
    ESP=0x2ad6f2b4, EBP=0x00000000, ESI=0x2ad6f570, EDI=0x2ad6f560
    EIP=0x6da2986e, EFLAGS=0x00010202
    Top of Stack: (sp=0x2ad6f2b4)
    0x2ad6f2b4: 2ad6f570 6da2b75f 2afca960 2b8ea1f0
    0x2ad6f2c4: 2ad6f334 2b2b4fc8 2ad6f344 2b863c34
    0x2ad6f2d4: 2afca960 2b93833c 6da2b50d 2b2b4fc8
    0x2ad6f2e4: 00000000 2ad6f560 2afca9a8 00000000
    0x2ad6f2f4: 00000001 00000001 00000001 2ad6f560
    0x2ad6f304: 00000189 6da29dbf 2ad6f344 2ad6f334
    0x2ad6f314: 2ad6f354 00000000 00000027 2ad6f9d0
    0x2ad6f324: 2ad6f884 00000000 00000033 2aa49a58
    Instructions: (pc=0x6da2986e)
    0x6da2985e: 90 90 8b 44 24 04 56 8b 50 1c 8b 41 58 8b 04 90
    0x6da2986e: 8b 50 04 83 3a 00 75 1e 8b 51 14 8b 40 1c 3b c2
    Stack: [0x2ad30000,0x2ad70000), sp=0x2ad6f2b4, free space=252k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [jvm.dll+0x1e986e]
    [error occurred during error reporting, step 120, id 0xc0000005]
    Current CompileTask:
    opto:2002 oracle.sql.NUMBER.toBytes(Ljava/lang/String;I)[B (1034 bytes)
    ---------------  P R O C E S S  ---------------
    Java Threads: ( => current thread )
      0x2b7a52a0 JavaThread "ApplicationServerThread-3" [_thread_blocked, id=3724]
    0x2cb1ac58 JavaThread "ApplicationServerThread-2" [_thread_blocked, id=5328]
    0x2cd53e70 JavaThread "AJPRequestHandler-ApplicationServerThread-1" [_thread_in_Java, id=3832]
    0x2b1138f8 JavaThread "Timer-6" daemon [_thread_blocked, id=4760]
    0x2b1a8ff0 JavaThread "AJPRequestHandler-ApplicationServerThread-0" [_thread_in_Java, id=4632]
    0x003c6af8 JavaThread "DestroyJavaVM" [_thread_blocked, id=4976]
    0x2d0ad008 JavaThread "TaskManager" [_thread_blocked, id=2932]
    0x2b0a0960 JavaThread "OC4JMonitorThread" daemon [_thread_blocked, id=4892]
    0x2c55b108 JavaThread "Thread-13" daemon [_thread_blocked, id=6024]
    0x2ce75378 JavaThread "Thread-12" daemon [_thread_in_native, id=1484]
    0x2aea7800 JavaThread "Timer-5" daemon [_thread_blocked, id=5520]
    0x005d9ed8 JavaThread "ApplicationServerThread-8" [_thread_in_native, id=3552]
    0x2aaafb80 JavaThread "ApplicationServerThread-7" [_thread_in_native, id=1004]
    0x2c4c08c0 JavaThread "ApplicationServerThread-6" [_thread_blocked, id=1216]
    0x2b675688 JavaThread "Thread-10" daemon [_thread_blocked, id=4852]
    0x2c4c0d20 JavaThread "Timer-4" [_thread_blocked, id=3976]
    0x2b852bb0 JavaThread "Timer-3" [_thread_blocked, id=4316]
    0x2c6651c8 JavaThread "Timer-2" [_thread_blocked, id=4828]
    0x2b80c2f8 JavaThread "WorkExecutorWorkerThread-1" daemon [_thread_blocked, id=4468]
    0x2aab0028 JavaThread "Timer-1" daemon [_thread_blocked, id=4360]
    0x2b7f5198 JavaThread "WorkExecutorWorkerThread-0" daemon [_thread_blocked, id=5792]
    0x2b7e4780 JavaThread "Thread-4" daemon [_thread_blocked, id=1804]
    0x2b772bf8 JavaThread "Timer-0" [_thread_blocked, id=5308]
    0x2b60ecf8 JavaThread "RMIServer [0.0.0.0:12401] count:2" [_thread_in_native, id=6056]
    0x2b706c10 JavaThread "RMIServer [0.0.0.0:12401] count:1" [_thread_in_native, id=4784]
    0x2b514bc0 JavaThread "JMSServer[SDCHS20N300:12601]" [_thread_in_native, id=5748]
    0x2b6039f8 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=4964]
    0x2b6bbac0 JavaThread "WsMgmtWorkScheduler" daemon [_thread_blocked, id=424]
    0x2b5caaa8 JavaThread "Scheduler ServiceThread" [_thread_blocked, id=536]
    0x2b4ab730 JavaThread "Timer ServiceThread" [_thread_blocked, id=4648]
    0x2b2db638 JavaThread "Event ServiceThread" [_thread_blocked, id=3484]
    0x2b2696a8 JavaThread "LogFlusher" daemon [_thread_blocked, id=2976]
    0x2aa4bad8 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=3508]
    0x2aa4a7d8 JavaThread "CompilerThread1" daemon [_thread_blocked, id=5092]
    =>0x2aa498d0 JavaThread "CompilerThread0" daemon [_thread_in_native, id=2528]
    0x0061fb10 JavaThread "AdapterThread" daemon [_thread_blocked, id=2152]
    0x0061ccf0 JavaThread "Finalizer" daemon [_thread_blocked, id=2072]
    0x0061b858 JavaThread "Reference Handler" daemon [_thread_blocked, id=5576]
    Other Threads:
    0x003c3f38 VMThread [id=5580]
    0x2aa4cdd8 WatcherThread [id=2604]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 50624K, used 42074K [0x26dd0000, 0x2a6b0000, 0x2a6b0000)
    eden space 47936K, 85% used [0x26dd0000,0x295c0a40,0x29ca0000)
    from space 2688K, 43% used [0x29ca0000,0x29dc5e18,0x29f40000)
    to space 2560K, 0% used [0x2a430000,0x2a430000,0x2a6b0000)
    PSOldGen total 29184K, used 16417K [0x0a6b0000, 0x0c330000, 0x26dd0000)
    object space 29184K, 56% used [0x0a6b0000,0x0b6b8490,0x0c330000)
    PSPermGen total 44800K, used 44728K [0x026b0000, 0x05270000, 0x0a6b0000)
    object space 44800K, 99% used [0x026b0000,0x0525e0f8,0x05270000)
    Dynamic libraries:
    0x00400000 - 0x0040c000      D:\Raghavendra\ORACLEAPP1013\jdk\bin\javaw.exe
    0x7c800000 - 0x7c8c0000      C:\WINDOWS\system32\ntdll.dll
    0x77e40000 - 0x77f42000      C:\WINDOWS\system32\kernel32.dll
    0x77f50000 - 0x77fec000      C:\WINDOWS\system32\ADVAPI32.dll
    0x77c50000 - 0x77cef000      C:\WINDOWS\system32\RPCRT4.dll
    0x77380000 - 0x77412000      C:\WINDOWS\system32\USER32.dll
    0x77c00000 - 0x77c48000      C:\WINDOWS\system32\GDI32.dll
    0x77ba0000 - 0x77bfa000      C:\WINDOWS\system32\MSVCRT.dll
    0x6d840000 - 0x6dbd8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\server\jvm.dll
    0x76aa0000 - 0x76acd000      C:\WINDOWS\system32\WINMM.dll
    0x6d2f0000 - 0x6d2f8000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\hpi.dll
    0x76b70000 - 0x76b7b000      C:\WINDOWS\system32\PSAPI.DLL
    0x76f50000 - 0x76f63000      C:\WINDOWS\system32\Secur32.dll
    0x6d680000 - 0x6d68c000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\verify.dll
    0x6d370000 - 0x6d38d000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\java.dll
    0x6d6a0000 - 0x6d6af000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\zip.dll
    0x6d530000 - 0x6d543000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\net.dll
    0x71c00000 - 0x71c17000      C:\WINDOWS\system32\WS2_32.dll
    0x71bf0000 - 0x71bf8000      C:\WINDOWS\system32\WS2HELP.dll
    0x71b20000 - 0x71b61000      C:\WINDOWS\System32\mswsock.dll
    0x76ed0000 - 0x76ef9000      C:\WINDOWS\system32\DNSAPI.dll
    0x76f70000 - 0x76f77000      C:\WINDOWS\System32\winrnr.dll
    0x76f10000 - 0x76f3e000      C:\WINDOWS\system32\WLDAP32.dll
    0x76f80000 - 0x76f85000      C:\WINDOWS\system32\rasadhlp.dll
    0x68000000 - 0x6802f000      C:\WINDOWS\system32\rsaenh.dll
    0x7c8d0000 - 0x7d0d3000      C:\WINDOWS\system32\SHELL32.dll
    0x77da0000 - 0x77df2000      C:\WINDOWS\system32\SHLWAPI.dll
    0x77420000 - 0x77523000      C:\WINDOWS\WinSxS\x86_Microsoft.Windows.Common-Controls_6595b64144ccf1df_6.0.3790.1830_x-ww_7AE38CCF\comctl32.dll
    0x76920000 - 0x769e4000      C:\WINDOWS\system32\USERENV.dll
    0x71c40000 - 0x71c98000      C:\WINDOWS\system32\netapi32.dll
    0x5f270000 - 0x5f2c9000      C:\WINDOWS\system32\hnetcfg.dll
    0x71ae0000 - 0x71ae8000      C:\WINDOWS\System32\wshtcpip.dll
    0x6d550000 - 0x6d559000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\nio.dll
    0x6d070000 - 0x6d1d7000      D:\Raghavendra\ORACLEAPP1013\jdk\jre\bin\awt.dll
    0x73070000 - 0x73097000      C:\WINDOWS\system32\WINSPOOL.DRV
    0x76290000 - 0x762ad000      C:\WINDOWS\system32\IMM32.dll
    0x77670000 - 0x777a4000      C:\WINDOWS\system32\ole32.dll
    VM Arguments:
    jvm_args: -Xrs -XX:MaxPermSize=128m -Djava.security.policy=D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\java2.policy -Djava.awt.headless=true -Dhttp.webdir.enable=false -Doracle.ons.oraclehome=D:\Raghavendra\ORACLEAPP1013 -Doracle.home=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.oracleconfighome=D:\Raghavendra\ORACLEAPP1013 -Doracle.ons.clustername=default -Doracle.ons.instancename=fusion.SDCHS20N300.corp.siebel.com -Dopmn.compatible=904 -Doracle.ons.indexid=home.default_group.1 -Doracle.ons.uid=1999441770 -Doracle.oc4j.instancename=home -Doracle.oc4j.islandname=default_group -Doracle.opmn.routingid=g_rt_id -DOPMN=true
    java_command: oc4j.jar -config D:\Raghavendra\ORACLEAPP1013\j2ee\home\config\server.xml -properties -ports default-web-site:ajp:12501,rmi:12401,jms:12601
    Environment Variables:
    PATH=D:\Raghavendra\ORACLEAPP1013\opmn\bin;D:\Raghavendra\ORACLEAPP1013\opmn\lib;D:\Raghavendra\ORACLEAPP1013\bin;C:\WINDOWS;C:\WINDOWS\system32
    --------------- S Y S T E M ---------------
    OS: Windows Server 2003 family Build 3790 Service Pack 1
    CPU:total 4 family 15, cmov, cx8, fxsr, mmx, sse, sse2, ht
    Memory: 4k page, physical 2097151k(2097151k free), swap 4194303k(4194303k free)
    vm_info: Java HotSpot(TM) Server VM (1.5.0_05-b05) for windows-x86, built on Aug 26 2005 15:10:30 by "java_re" with MS VC++ 6.0
    Why does this happen ?
    ***Note that this issue does not come up when i change my JVM form Sun HotSpot to JRockit
    Thanks
    Raghavendra
    Message was edited by:Raghavendra
    Raghavendra

    Hi All,
    Their is some issue with Sun JVM 1.5 ...
    i tried using Sun JVM 1.6 early access release and did not observe any issues
    Thanks
    Raghavendra

  • How to Access Web service with ADF Mobile Browser Application

    hi all,
    My Jdeveloper version is 11g 2 release(Version 11.1.2.2.0). I need to know If I create a web application and put it on a server as a web service., Then I create a Mobile browser application and need to access that web service.
    If it is possible, how should I do? version are same in both application.
    hopping any clue..
    Thxs.

    You can go thru the below links :
    ADF Mobile HowTos: Consuming SOAP web service in ADF Mobile using WS DC
    Oracle JDeveloper 11g Release 2 Tutorials - Building Mobile Applications with Oracle ADF Mobile

  • How to test my ADF mobile browser application on Android emulator?

    Hi
    I have created a Mobile Browser Application. Could anyone please tell me how to test it on Android emulator?
    I read the information about downloading and configuring simulators(Blackberry) and emulators(Microsoft Windows) for ADF Mobile browser in "Running Mobile Device Simulators with ADF Mobile and JDeveloper". However they didn't mention details about downloading and configuring "*Android Emulators*". Could anyone please help me in this.
    Regards
    Raja

    Hi,
    thought you want to test a mobile BROWSER application on android emulator you have to use android JDK like mentioned by codigoadf.
    I guess also that the configuration (create virtual android device, ...) will be the same.
    You have to use the same URL for your application than on your PC but replace 127.0.0.1 by 10.0.2.2 (In case your WLS runs on the same machine as the android emulator)
    regards
    Peter

  • ADF Mobile Browser - 12c invokeAction supported?

    We are planning to upgrade our existing platform to Oracle 12C (from 11.1.2.3) , and are in the processing of migrating our applications in the Development environment.
    One of the critical applications is an ADF Mobile Browser application. We use the invokeAction  executable heavily in our pages to execute actions on page load.
    Now although the application run fine in the 12C environment, we get a warning that invokeAction is deprecated.
    Question: whats the alternative to invokeAction in ADF Mobile Browser applications where we do not have taskflows?
    Thank you...

    Thanks Frank. When we first tried building our existing ADF application as a mobile browser app, the task flows did not work and we incorrectly assumed that task flows were not supported in ADF Mobile browser.
    I read the documentation again, and it seems only certain aspects of task flows like regions and page fragments that are not supported.
    We will re-write the logic to use task flows instead and try it out.

  • How to Deploy ADF Pages in Oracle APPS R12.1.3

    Hi,
    Every One
    How can i deploy adf pages in oracle apps R12.13
    Thanks & Regards
    Venkat

    hi shay shmeltzer,
    one year back iam worked in oaf(oracle application frame work) ,
    in oaf we are using oc4j server so some oaf pages alredy in apps we want to some chages on the page(client req)so we can done using oaf(we can get the page using some 3rd pard tool like puttytool and chage it using JDEV and put into the apps using same puttytool)likely it's is it possiable in adf?
    Edited by: user13092208 on Dec 22, 2010 8:47 PM

  • Webcenter Portal Support for ADF Mobile Browser

    Hi All,
    I am currently working on an ADF Mobile Browser Application for WebCenter Portal.
    The main issue I face is that WebCenter has some really powerful taskflows and connectors. Is it possible for us to make use of these taskflows in ADF mobile browser? It seems that when used within the trinidad framework, the taskflows are broken.
    I understand from documentation that "Except for page fragments, pop-up in dialogs, and region support, you can use the ADF task flow to develop ADF Mobile browser applications. ADF Mobile browser application that use the ADF task flow only support the trinidad-simple skin family"
    Does this mean that taskflows that use the page fragments, pop up dialogs dont work or that you cant use them within jsff and pop ups?
    Sincerely appreciate any help! thanks

    Hi,
    You can reuse taskflows but you need to modify jsff pages with trinidad components.
    Thanks,
    Minal

  • Getting Error while deploying ADF Mobile App in android Emulator

    Hi All,
    I am getting following error while deploying mobile app into android emulator........i have gone through google search and i hve done with all the steps...as follows
    1. keytool -genkey -v -keystore debug.keystore -alias androiddebugkey -keyalg RSA -keysize 2048 -validity 10000
    i gave password, last name ,organization, state and country
    2. jarsigner -sigalg MD5withRSA -digestalg SHA1 -verbose -keystore /Users/Admin/.android/debug.keystore C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1/generalmobileapp.apk
    3. /platform-tools/adb -e install -r C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1/generalmobileapp.apk
    After the above step...i got SUCCESS message(while running the above step in command prompt ).........
    Even after that.... I am getting same error while deploying my app using jdeveloper into android emulator.....
    ERROR:
    [09:40:02 AM] Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    [09:40:02 AM]
    [09:40:02 AM] Command-line execution failed (Return code: 0)
    [09:40:02 AM] Command-line executed: "E:\android\adt-bundle-windows-x86_64\sdk\platform-tools\adb" -e install -r "C:\JDeveloper\mywork\GeneralMobileApp\deploy\ANDROID_MOBILE_NATIVE_archive1\generalmobileapp.apk"
    [09:40:02 AM] Deployment cancelled.
    [09:40:02 AM] ---- Deployment incomplete ----.
    [09:40:02 AM] Deployment failed due to one or more errors returned by 'E:\android\adt-bundle-windows-x86_64\sdk\platform-tools\adb'. The following is a summary of the returned error(s):
    Failure [INSTALL_FAILED_INSUFFICIENT_STORAGE]
    Regards,
    Nani
    Edited by: 962874 on Jan 12, 2013 6:46 AM

    The emulator can run out of space for applications - so if you have other applications deployed to the emulator remove them and then try again.
    Other options here:
    http://stackoverflow.com/questions/2239330/how-to-increase-storage-for-android-emulator-install-failed-insufficient-stora

  • ADF MOBILE Browser application throwing Error HTTP 502 Bad Gateway

    Downloaded "mobile banking Sample" from ADF Mobile Homepage, imported into JDeveloper 11gR2. Started MDS-CS, started built-in Weblogic application server. The deployed application Welcome.jspx displays correctly in a stand alone browser. However, surprisingly the same URL when typed within Blackberry Simulator browser HTTP Error 502: Bad gateway is thrown. I know its not a proxy issue since I can navigate to google and MDSCS admin page. Please advise where we are going wrong?
    Note. since this is urgent I wanted to put across as much information as possible - so created a document with screen shots and added it as attechment to Oracle Support issue#3-4905845711.

    web browser returns 502 Bad Gateway errorHuh? I would expect a "page is taking too long to respond" error.
    Seems to me like you need support for background jobs. It would work something like this:
    - do request to server, either direct submit or Ajax call
    - that request, after validating of course, will start a background job. In a thread, through a job scheduler, whatever, as long as it is not the servlet that is actually executing the job. The servlet immediately returns after starting the background job.
    - webapp can show running jobs and through Ajax infrequently polls to see if running jobs are either done or they blew up with an error
    - you can see the results after a job has finished running
    This kind of "detached" system has many problems that need to be taken care of, for example taking care of resubmission. If you maintain persistent bookkeeping about jobs, a server shutdown can make the bookkeeping and the running state go out of sync. But programming is hard, this is the fun side of the job. Doing stuff you actually have to think about!

  • SQLite ADF Mobile HR Sample?

    Hello! well I am trying to run the ADF Mobile App for the HR schema (found in here: jdev_install/jdeveloper/jdev/extensions/oracle.adf.mobile/Samples) but I dont know how to create the database the sqlite one, If I am not mistaken a mobile App doesn't connect straight to an oracle database right? It does it through sqlite,
    Can you explain me a liitle more of that
    and how to create it and use the sample? THANKS A LOT!!

    911437 wrote:
    Hello! well I am trying to run the ADF Mobile App for the HR schema (found in here: jdev_install/jdeveloper/jdev/extensions/oracle.adf.mobile/Samples) but I dont know how to create the database the sqlite one, If I am not mistaken a mobile App doesn't connect straight to an oracle database right? It does it through sqlite,
    Can you explain me a liitle more of that
    and how to create it and use the sample? THANKS A LOT!!What exception/error you get when you try to run it?
    SQLite is used to create a local database, so it has no remote connection to anything.
    If you check the LifeCycleListenerImpl class (located by default in the ApplicationController project) you can see the initDB() method begin called when the application start (in the start method).
    The initDB() method check if the .db (the sqlite db) is present. If there isn't a .db file, it will be created by using the .sql script which is located in Application Resources > Descriptors > ADF META INF > hr.sql
    The DBConnectionFactory class will manage the connection to the sqlite database.

  • How to deploy ADF applications in Oracle apps

    Hi,
    I just gone thru demos on ADF rich client applications using jdeveloper 11g.My doubt is how to deploy and use these from oracle apps.Is ADF supported in R12.If yes then could anybody provide me steps to deploy code at unix file system and how to create form functions for accessing jspx pages?
    I know that in OAF, we can deploy server components at $OA_java and PG.xml files using xml importer and we can create form functions for PG.xml files.Similarly what are the steps to deploy and access ADF applications thru oracle apps.
    Thanks,
    ashok

    ADF Rich Client Components need a newer server than the one that comes with Apps R12.
    So what you'll need to do is have a separate WebLogic 10.3 server where you deploy the ADF Rich Client Applications.
    You can call them from your Apps by customizing your current apps and adding a button or link that just calls the URL where your ADF apps are.

  • I would like know how to view a SharePoint Page from mobile browser or app.

    I work for a company that sell products and then offers aftermarket support.  On our external SharePoint site, I created a page to link to Wiki pages that contain knowledge sharing entries.  The goal is when a member of the company learns something
    that they feel would be good to share, the can take a video, post it to Vimeo, and then embed the video with applicable text to the SharePoint site.  The SharePoint posts can also contain PDFs, other document links, and embedded pictures.  
    I have the page essentially finished, I am ready for some more contributors at the company to start adding content.
    One of the goals of the site is to be viewable via a mobile application.  I have tried apps such as SPConnect, and SharePlus from Infragistics.  Their mobile apps view SharePoint as a list, and do not view any of the embedded pictures or Vimeo
    videos.  
    My questions are:  
    Will SharePoint 2010 support mobile web browsing with the same functionality as the standard web browser?
    If 2010 will not, will SharePoint 2013 offer the support?
    If it is possible, what features do I need from a server and what settings do I need to enable to make it happen?  Currently on our site, it is not viewable.  I use "Forms Authentication" to log into the site.
    If it is possible, do you suggest finding an app?  Is there an app that will do it, or can I just log in and view from the mobile web browser the same way I do from a standard web browser?
    Overall, I need to know what I need to do to get this to work.
    Thank you for reading.  I look forward to your responses.

    Hi,
     Its possible to achieve the functionality which you are looking here. To enable mobile support please follow the below link which will guide you,
    http://www.aiim.org/community/blogs/expert/sharepoint-2010-mobility-browser-compatibility-compliance-and-its-continued-dominance-in-the-marketplace
    http://blogs.technet.com/b/office2010/archive/2010/03/09/configure-sharepoint-server-2010-for-mobile-device-access.aspx
    if its not helping you please let us know.
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • How to deploy adf page in oracle apps R12

    Hi,
    we are design one ADF page, i want to deploy that page in oracle apps R12.
    am total new this adf, could you please tell me any body
    how to register in apps adf webpage
    thank and regards
    rkrao.
    Edited by: Rama Krishna Rao on Dec 27, 2010 4:12 AM
    Edited by: Ramu on Apr 9, 2013 12:48 AM

    hi shay shmeltzer,
    one year back iam worked in oaf(oracle application frame work) ,
    in oaf we are using oc4j server so some oaf pages alredy in apps we want to some chages on the page(client req)so we can done using oaf(we can get the page using some 3rd pard tool like puttytool and chage it using JDEV and put into the apps using same puttytool)likely it's is it possiable in adf?
    Edited by: user13092208 on Dec 22, 2010 8:47 PM

Maybe you are looking for

  • Looking for a good replacement for the Palm PDA - that can sync w/ ical

    Anyone have some suggestions? I am with T-Mobile so the iPhone is not an option.

  • Unable to install FlashPlayer 11.6 on Mac OS 10.7.5

    Hi, I have also been having problems installing Flash Player 11.6.602.167 on my Mac (OS 10.7.5).  I decided to try uninstalling, then re-installing after an online tutorial stopped working to see if it was related to Flash Player.  I am able to downl

  • Buying Indesign software instead of Creative Cloud pay monthly

    Please can someone help? I have Adobe Photoshop Elements 12 and I also want to buy Adobe InDesign. I don't want to pay monthly as the level that I need it for I will not need updates on it etc etc. I would prefer to buy outright and not pay monthly (

  • RECOVERING USER SETTINGS FROM PREVIOUS SYSTEM

    I had problems with my HD and I had to re-install the system. I had to create a new user account to do that, now... how do I get back my user settings from the previous system??? like my email, keyboard sortcuts... etc.....???? I see my previous syst

  • Link translation without content type

    i am trying to publish a website which uses a XMLHttpRequest without defining a content type. the result i am getting is that www.internalurl.com/internalPath/?somedatabutnofile is translated in www.externalurl.com/externalPath/internalPath/?somedata