ADF Deployment.

Hi,
I have created several ADF Panels, which allows the user to run a few simple queries against an Oracle database done using ADF view objects and ADF view links and one single ADF application module.
I then drag and drop these ADF Panels into a single ADF Form as a runable item bottoms, from within the Form.
This runs as a client app and is not web based.
Basically right now to run my app I just right click on the Form from JDeveloper and choose Run and it does what I need it to do. I would like to know how to to deploy my app and run it out side of Jdeveloper and independently from Jdeveloper.
My background is database admin, I am new in java word. I read Jdeveloper documentation section relating to how deploy and I have to say I have great difficulty figuring out how to deploy my app and run it out side of Jdeveloper. Can someone kindly give a step-by-step detail on how to achieve what I have described here.
Thanks.
Bobby A.

Thank you Shay for your very helpful response.
Yes the dependency is there.
But I am still not able to run the JAR file.
1) I looked at the Jdeveloper command line and included all the stuff it was referencing into the JAR file as you suggested, to my great surprise the JAR file was still just around 1.5 MB even with all the new references. For example the Jdeveloper command line referenced a bunch of stuff like :
D:\oracle\Middleware\jdeveloper\modules\oracle.xdk_11.1.0\xmlparserv2.jar
And other stuff that were in D:\oracle\Middleware\jdeveloper\modules
So I went ahead and navigated to this location and included the entire D:\oracle\Middleware\jdeveloper\modules into the JAR file
Should this work?
2) I executed the following:
java -classpath D:\oracle\Jdevspace\myprj\myprjUI\deploy\myapp.jar myprjUIPKG.MainForm
And got this error:
MainForm (Unsupported major.minor version 50.0)
I also tried this:
D:\oracle\Middleware\jdk160_11\bin\javaw.exe -client -classpath D:\oracle\Jdevspace\myprj\myprjUI\deploy\myapp.jar myprjUIPKG.MainForm
This one there was no error but app did not start.
Thanks.
Bobby A.

Similar Messages

  • Application connection help in Jdev for ADF deployment

    Hi,
    I have installed OAS 10.1.3.1 in my local machine to test the ADF deployment. My application is in C: with jdev version 10.1.3.2 and the server is installed in C:\Product\10.1.3.1\OracleAS_1.
    Could you please guide me in creating the applciation server connection in jev to this OAS?
    And before deploying it to OAS, do i have to install the ADF libraries or it is already available?
    Thanks,
    Venkat

    Thanks Frank. I do have a doubt while making the application server connection.
    I installed OAS by giving Instance name as xyz and password as xyz. So when it askes for the username and password in the connection wizard, do i have to supply these?
    If I do I get an error message. I tried with oc4jadmin and same as password too.
    But I get the connection error.
    Could you please help me in solving this issue?
    This is the connection error that I get.
    Error getting OC4J Process for: opmn-home+oc4j-PDC-ALA-CTX40-6003-default:
    Error connecting to OPMN (is it running?): Connection refused: connect
    Is there any thing I need to so before making the connection?
    Thanks,
    Venkat

  • ADF deployment to WLS 1.3

    Hi,
    how can I deploy ADF to a linux box that runs without xwindows?
    As far as I understand the only option is oracle installer for jdeveloper 11g?
    I know I can use X forwarding, but is there really no other way?

    It seems I'm almost there. Have no idea what was with the stalled server - it started to work now.
    I have another problem (last one I hope):
    when the application is trying to open a database connection, I see the folowing error in console:
    WARNING: Incomplete connection information
    Oct 13, 2008 11:50:30 PM oracle.adf.share.security.providers.jps.CSFCredentialStore fetchCredential
    WARNING: Unable to locate the credential for key psa in /srv/oracle/middleware/user_projects/domains/test1/config/oracle.
    Oct 13, 2008 11:50:30 PM oracle.adf.share.jndi.ReferenceStoreHelper throwPartialResultException
    WARNING: Incomplete connection information
    oracle.jbo.DMLException: JBO-26061: Error while opening JDBC connection.
         at oracle.jbo.server.ConnectionPool.createConnection(ConnectionPool.java:253)
         at oracle.jbo.server.ConnectionPool.instantiateResource(ConnectionPool.java:168)
         at oracle.jbo.pool.ResourcePool.createResource(ResourcePool.java:546)
         at oracle.jbo.pool.ResourcePool.useResource(ResourcePool.java:327)
         at oracle.jbo.server.ConnectionPool.getConnectionInternal(ConnectionPool.java:104)
         Truncated. see log file for complete stacktrace
    java.sql.SQLException: ORA-01005: null password given; logon deniedI created a data surce in weblogic, as described in ADF guide chapter 32.7. I used the same name for data source as connection name in jdeveloper.

  • ADF deployment to distributed environment

    Hi,
    we've been developing an application for the last few months with ADF 11g, but now we need to start work on the deployment procedure to our staging and production environments.
    So far, we've been deploying the application to the integrated or local WLS instance. However, our external systems are distributed; The web tier has no access to the DB, and we don't want to have to proxy HTTP requests the whole app on the middle tier.
    Is there any 11g documentation that describes a best-practice for deploying the ViewController and Model projects (with a dependant 'common' project) to seperate machines?
    Thanks,
    Barry.

    Same problem here.
    Right now it seems, that you are forced to use EJB2.1 if you use custom methods, in order to get a Configuration for bc4j. But in Jedeveloper there seems no real support for this, because the configs can't be fully edited.
    Next problem is that you can`t use the service interfaces with sdos this way, because you need JEE 5 for this. So you can't use the ViewObjects support etc. remotely.
    So I don't get a satisfiying solution to use 1) custom methods in a ApplicationModule where the Params are not from type oracle.jbo.domain.* and 2) use the whole service interface / sdo stuff the same time.
    I also have a problem with deploying / configuring the EJB 2.1 DataControl solution for AppModules. Found no documentation, that is up to date and the Jdeveloper seems to have minimal support for this at best.
    So is there another solution for this case, where you hav to get your application with custom methods an AppModules running in a Multi-Client-Tier ?
    Thanks

  • ADF deployment Cach expiration

    Hi,
    I have an ADF application and to improve performance I am testing improving the use of local web browser cash.
    I have deployed the application with following additional settings in the deployment plan:
    <expiration-setting expires="never" url-pattern="*.gif"> </expiration-setting>
    <expiration-setting expires="never" url-pattern="*.png"> </expiration-setting>
    After deployment I can see in the OCO4J console, using System Mbean browser, I can see this has been applied.
    I test the application with firefox and looking at cache (using CacheViewer) and http header (using Live HTTP Headers), I can see expiration date is always set to 01/01/1970 (see below).
    Is there anything wrong with the expiration-setting. Or is there an other way to enable web browser caching for ADF applications.
    thank you for any help and info,
    Yves
    GET /appname/faces/images/graphLegend/LEG6.png HTTP/1.1
    Host: domain:port
    User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; nl; rv:1.8.1.4) Gecko/20070515 Firefox/2.0.0.4
    Accept: image/png,*/*;q=0.5
    Accept-Language: nl,en-us;q=0.7,en;q=0.3
    Accept-Encoding: gzip,deflate
    Accept-Charset: ISO-8859-1,utf-8;q=0.7,*;q=0.7
    Keep-Alive: 300
    Connection: keep-alive
    Referer: http://domain:port/appname/faces/app/fc/dpr_work_screen.jspx
    Cookie: JSESSIONID=...; oracle.uix=0^^GMT+2:00; OHS-domain-port=...
    HTTP/1.x 200 OK
    Date: Thu, 27 Sep 2007 11:08:46 GMT
    Server: Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server
    Pragma: no-cache
    Cache-Control: no-store
    Surrogate-Control: no-store
    Expires: Thu, 01 Jan 1970 12:00:00 GMT
    Content-Length: 181
    Set-Cookie: JSESSIONID=...; path=/appname
    Content-Location: /images/graphLegend/LEG6.png
    Last-Modified: Thu, 27 Sep 2007 10:57:58 GMT
    Keep-Alive: timeout=15, max=94
    Connection: Keep-Alive
    Content-Type: image/png

    Hi,
    I want to try expiration-settings in our application and see how it improves the performance of our application. To which file did you add the below settings?
    <expiration-setting expires="never" url-pattern="*.gif"> </expiration-setting>
    <expiration-setting expires="never" url-pattern="*.png"> </expiration-setting>
    Thanks

  • ADF deploy on Solaris

    Hi All,
    Has anybody deployed their ADF application on solaris successfully.
    I am unable to do so since last two weeks.
    My Jdev version 10.1.3.0.4.3673 (running local windows)
    My Oracle app server 10.1.2.0.2 (running remote solaris)
    1>Used Jdev adf installer wizard and installed the librarys successfully on remote windows machine (10.1.2.0.2) Oracle App Server. Deployed the .ear from Jdev to this windows box. smooth. application works fine.
    2>Now, wanted to deploy on solaris box. Used two methods.
    a>Used the ADF Runtime installer ver 10.1.3..0 from Oracle site. Ran it on solaris box. Installation fails with message "trying to update BC4J......" Connection Exception Connection refused etc etc "
    Try, to up the EM and it is broken -------- Reason, this ADF installer overwrites/truncates configuration files like server.xml , applcation.xml etc etc
    b>Oracle said, now try another method. Install Jdev same version directly on solaris box. and Use Jdev wizard to install the libs on solaris. So installed Jdev on solaris, and used ADF runtime wizard. Now, the wizards shows "Installation Successful" but as I see the server.xml, and other config files overwritten and truncated after running wizard. Again EM is broken.
    Again, my question is :-----
    Would it be wrong if I say "Jdev ADF installer (whether standalone OR Using Jdev ADF runtime wizard) runs good on windows (in my case it did work on remote windows box) BUT fails if you try to run on solaris. and worst keeps truncating important configuration files."
    Is there anybody who had done successful ADF upgrade on solaris box ?
    This is now urgent, as we spent two weeks on it.
    thanks,
    pp

    Hi,
    I downloaded jdevstudio11110install.jar and copied this to my file system(root). on click on this jar no even is occurring, i had tried on both x86 and sun sloaris 10 sparc getting the same result am unable to see base studio run on this platforms, do i missing any steps to run this jar.
    Plz reply ASP.
    --Shrinivas                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • ADF Deployment Problem

    HI All,
    I have created the jspx page which uses the data control. DataControls are created from EJBSession Bean
    Everything works fine in jdeveloper, But when I deploy to iAS 10.1.3.3 getting "Page cannot be displayed"
    I verified the log, here is the stack
    at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)
    at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)
    at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    oracle.jbo.JboException: JBO-29000: Unexpected exception caught: javax.naming.NameNotFoundException, msg=SupportTodayFacade not found
    at oracle.adfinternal.model.adapter.ejb.EjbDataControl.<init>(EjbDataControl.java:207)
    at oracle.adfinternal.model.adapter.ejb.EjbDefinition.createDataControl(EjbDefinition.java:127)
    at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:167)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
    at oracle.adf.model.BindingContext.get(BindingContext.java:457)
    at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
    at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
    at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
    at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
    at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.<init>(JUMethodIteratorDef.java:138)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:93)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:84)
    at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
    at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
    at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
    at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
    at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
    at oracle.adf.model.BindingContext.get(BindingContext.java:483)
    at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)
    at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)
    at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    ## Detail 0 ##
    javax.naming.NameNotFoundException: SupportTodayFacade not found
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.rmi.RMIServerContext.lookup(RMIServerContext.java:207)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.ApplicationContext.unprivileged_lookup(ApplicationContext
    .java:257)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.ApplicationContext.lookup(ApplicationContext.java:197)
    at javax.naming.InitialContext.lookup(InitialContext.java:351)
    at oracle.adfinternal.model.adapter.ejb.EjbDataControl.<init>(EjbDataControl.java:169)
    at oracle.adfinternal.model.adapter.ejb.EjbDefinition.createDataControl(EjbDefinition.java:127)
    at oracle.adf.model.adapter.DataControlFactoryImpl.createSession(DataControlFactoryImpl.java:167)
    at oracle.adf.model.binding.DCDataControlReference.getDataControl(DCDataControlReference.java:76)
    at oracle.adf.model.BindingContext.get(BindingContext.java:457)
    at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:280)
    at oracle.adf.model.binding.DCUtil.findSpelObject(DCUtil.java:248)
    at oracle.adf.model.binding.DCUtil.findContextObject(DCUtil.java:383)
    at oracle.adf.model.binding.DCIteratorBinding.<init>(DCIteratorBinding.java:127)
    at oracle.jbo.uicli.binding.JUIteratorBinding.<init>(JUIteratorBinding.java:60)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef$JUMethodIteratorBinding.<init>(JUMethodIteratorDef.java:138)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:93)
    at oracle.jbo.uicli.binding.JUMethodIteratorDef.createIterBinding(JUMethodIteratorDef.java:84)
    at oracle.adf.model.binding.DCIteratorBindingDef.createExecutableBinding(DCIteratorBindingDef.java:277)
    at oracle.adf.model.binding.DCBindingContainerDef.createExecutables(DCBindingContainerDef.java:296)
    at oracle.adf.model.binding.DCBindingContainerDef.createBindingContainer(DCBindingContainerDef.java:425)
    at oracle.adf.model.binding.DCBindingContainerReference.createBindingContainer(DCBindingContainerReference.java:54)
    at oracle.adf.model.binding.DCBindingContainerReference.getBindingContainer(DCBindingContainerReference.java:44)
    at oracle.adf.model.BindingContext.get(BindingContext.java:483)
    at oracle.adf.model.BindingContext.findBindingContainer(BindingContext.java:313)
    at oracle.adf.model.BindingContext.findBindingContainerByPath(BindingContext.java:633)
    at oracle.adf.model.BindingRequestHandler.isPageViewable(BindingRequestHandler.java:265)
    at oracle.adf.model.BindingRequestHandler.beginRequest(BindingRequestHandler.java:169)
    at oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:161)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher
    .java:621)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher
    .java:370)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler
    .java:871)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler
    .java:453)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler
    .java:221)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:111)
    at oracle.oc4j.network.ServerSocketReadHandler$SafeRunnable.run(ServerSocketReadHandler.java:260)
    at oracle.oc4j.network.ServerSocketAcceptHandler.procClientSocket(ServerSocketAcceptHandler.java:239)
    at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:34)
    at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:880)
    at com.evermind[Oracle Containers for J2EE 10g (10.1.3.3.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor
    .java:303)
    at java.lang.Thread.run(Thread.java:595)
    Pls. help.

    Seems like you are missing the session facade - make sure the SupportTodayFacade is also deployed and running on the server.
    (You can try to create a test client for this in JDeveloper by right clicking your session facade).

  • ADF deploy Error

    Hi people.. i am using a Tomcat 6 web app and i am getting this error when trying to deploy an adf components 11 web app.
    25-jun-2010 15:21:14 org.apache.catalina.core.StandardContext listenerStart
    GRAVE: Exception sending init context to instance event of Listener class oracle.adf.mbean.share.connection.ADFConnectionLifeCycleCallBack
    java.lang.NoSuchMethodError: oracle.ias.cache.CacheAccess.get(Ljava/lang/Object;Z)Ljava/lang/Object;
         at oracle.mds.internal.cache.JOCCache.get(JOCCache.java:165)
         at oracle.mds.internal.cache.LayeredCache.getGroupNode(LayeredCache.java:644)
         at oracle.mds.internal.cache.LayeredCache.getCacheAccess(LayeredCache.java:181)
         at oracle.mds.core.MetadataObject.getBaseMOFromCache(MetadataObject.java:1723)
         at oracle.mds.core.MetadataObject.getBaseMO(MetadataObject.java:988)
         at oracle.mds.core.MDSSession.getBaseMO(MDSSession.java:2769)
         at oracle.mds.core.MDSSession.getMutableMO(MDSSession.java:1527)
         at oracle.adf.share.jndi.MDSBackingStore.isReadOnlyMDSStore(MDSBackingStore.java:152)
    i dont understand whats going on or what is missing... lib? configuration??
    really thanked for your advise!
    Isy

    please please...
    does someone know the answer to this error???
    ADVERTENCIA: [NavigationRuleRule]{faces-config/navigation-rule} Merge(*)
    javax.faces.FacesException: oracle.adfinternal.view.faces.lifecycle.LifecycleFactoryImpl
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:553)
         at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:426)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:229)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:702)
         at com.sun.faces.config.ConfigureListener.configure(ConfigureListener.java:398)
         at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:328)
         at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3972)
         at org.apache.catalina.core.StandardContext.start(StandardContext.java:4467)
         at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:791)
         at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:771)
         at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:546)
         at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:905)
         at org.apache.catalina.startup.HostConfig.deployWARs(HostConfig.java:740)
         at org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:500)
         at org.apache.catalina.startup.HostConfig.start(HostConfig.java:1277)
         at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:321)
         at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1053)
         at org.apache.catalina.core.StandardHost.start(StandardHost.java:785)
         at org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1045)
         at org.apache.catalina.core.StandardEngine.start(StandardEngine.java:443)
         at org.apache.catalina.core.StandardService.start(StandardService.java:519)
         at org.apache.catalina.core.StandardServer.start(StandardServer.java:710)
         at org.apache.catalina.startup.Catalina.start(Catalina.java:581)
         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 org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:289)
         at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:414)
    Caused by: java.lang.InstantiationException: oracle.adfinternal.view.faces.lifecycle.LifecycleFactoryImpl
         at java.lang.Class.newInstance0(Class.java:340)
         at java.lang.Class.newInstance(Class.java:308)
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:551)
         ... 29 more
    25-jun-2010 17:45:11 org.apache.catalina.core.StandardContext start
    GRAVE: Error listenerStart
    25-jun-2010 17:45:11 org.apache.catalina.core.StandardContext start
    GRAVE: Falló en arranque del Contexto [adf-faces-demo] debido a errores previos
    thank you!
    isy

  • ADF deployment when there is a proxy

    Hi I am using ADF wirh BPM.In the application i have ADF proxy project.I can change the endpoints in composite by using config plan but how do i change the endpoint mentioned in the ADF proxy while deploying in different environments.
    It will be helpful if some one suggests a step by step approach.

    you can check the thread as well
    webservice client : different wsdl file for test/production environment
    ~Abhijit

  • 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

  • ADF Deployment Granularity - Best Practices

    Hi People,
    If anyone can spare some time to discuss this, I would like some pointers about ADF applications deployment best practices. For example, we have some customers that complain about having to re-deploy the entire application EAR just to add a field "rendered" condition on a single page, and also having to re-deploy the ADF BC model JARs even though the application has only been changed on the view layer.
    What level of deployment granularity can we JDeveloper + ADF developers provide to our customers, without the risk of having inconsistency or dependency problems? So far, our strategy is to deploy the BC Model layer to separate JARs and the View Layer in a WAR file, packaging everything in an EAR. Is it feasible to allow the developers to change one single page and generate a deployment archive for just that single page? If not, which arguments can i provide in a discussion to support the single-deployment point of view?
    Thanks for your time, and regards!
    Thiago

    Hi Thiago
    Interesting question and one that comes up from time to time with JEE applications. I've been doing some research on this issue, and recently blogged about how OC4J and BEA Weblogic handles this scenario. Hopefully the post and reference to the OTN post gives you more information, though I'd be interested if you're research reveals a different approach.
    I'm also hoping this issue comes up at the OOW ADF Methodology chat among the JDev experts, it would be good for the experts to share their different approaches to this common issue.
    I know this doesn't give you a direct answer but hopefully will be useful.
    Cheers,
    CM.

  • ADF deployment on WebSphere 5.1

    Hi!
    My application (TopLink + ADF Faces) runs smoothly on Tomcat 4.3 and WebSphere 5.1. I am considering a possibility to use further features of ADF (specifically ADF BC).
    Unfortunately it is stated, that ADF is supported only on Tomcat 5 and WebSphere 6.
    Is it a severe problem or can I still deploy on WS 5.1 with some additional manual hacks?
    Thanks,
    Alexandre.

    Hi Alexandre
    JDev supports only the latest edition of WebSphere, but I cannot see why this will not work on WebSphere 5.1
    Please follow the Deploy guidelines for WebSphere outlined in the ADF Dev Guide:
    http://download-west.oracle.com/otn_hosted_doc/jdeveloper/1013/adfdevguide.pdf
    Also ensure that the Deployment Descriptor XMLs conform to the J2EE 1.3 spec.
    Thanks
    Prasanth

  • Weblogic and ADF: Deployed application fails

    Hello!
    1. I am using JDeveloper 11.1.1.3.0 and standalone WebLogic Server. ADF application is successfully deployed but fails with java.lang.RuntimeException: Cannot find FacesContext error
    2. All prerequisites are completed: ADF runtime libraries are correctly installed and application domain has been extended with these new libraries
    3. Searched forums and Metalink but did not see similar issue
    More detailed error:
    <Sep 1, 2010 4:38:47 PM CDT> <Error> <HTTP> <BEA-101020> <[ServletContext@326294728[app:AccessSystem11g_application1 module:AccessSystemTesla path:/AccessSystemTesla spec-version:2.5]] Servlet failed with Exception
    java.lang.RuntimeException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855)
    at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672)
    at jsp_servlet.__driverlicense_jspx._jspx___tag0(__driverlicense_jspx.java:90)
    at jsp_servlet.__driverlicense_jspx._jspService(__driverlicense_jspx.java:65)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
    Truncated. see log file for complete stacktrace
    >
    <Sep 1, 2010 4:38:47 PM CDT> <Notice> <Diagnostics> <BEA-320068> <Watch 'UncheckedException' with severity 'Notice' on server 'AdminServer' has triggered at Sep 1, 2010 4:38:47 PM CDT. Notification details:
    WatchRuleType: Log
    WatchRule: (SEVERITY = 'Error') AND ((MSGID = 'BEA-101020') OR (MSGID = 'BEA-101017') OR (MSGID = 'BEA-000802'))
    WatchData: DATE = Sep 1, 2010 4:38:47 PM CDT SERVER = AdminServer MESSAGE = [ServletContext@326294728[app:AccessSystem11g_application1 module:AccessSystemTesla path:/AccessSystemTesla spec-version:2.5]] Servlet failed with Exception
    java.lang.RuntimeException: Cannot find FacesContext
    at javax.faces.webapp.UIComponentClassicTagBase.getFacesContext(UIComponentClassicTagBase.java:1855)
    at javax.faces.webapp.UIComponentClassicTagBase.setJspId(UIComponentClassicTagBase.java:1672)
    at jsp_servlet.__driverlicense_jspx._jspx___tag0(__driverlicense_jspx.java:90)
    at jsp_servlet.__driverlicense_jspx._jspService(__driverlicense_jspx.java:65)
    at weblogic.servlet.jsp.JspBase.service(JspBase.java:35)
    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.ServletStubImpl.onAddToMapException(ServletStubImpl.java:417)
    at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:326)
    at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at oracle.dms.wls.DMSServletFilter.doFilter(DMSServletFilter.java:330)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
    at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.doIt(WebAppServletContext.java:3684)
    at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3650)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:121)
    at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2268)
    at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2174)
    at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1446)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    SUBSYSTEM = HTTP USERID = <WLS Kernel> SEVERITY = Error THREAD = [ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)' MSGID = BEA-101020 MACHINE = tesla.marc.wucon.wustl.edu TXID = CONTEXTID = 11d1def534ea1be0:15b5c38c:12acf3c2760:-8000-0000000000000009 TIMESTAMP = 1283377127177
    WatchAlarmType: AutomaticReset
    WatchAlarmResetPeriod: 30000
    >
    <Sep 1, 2010 4:38:47 PM CDT> <Alert> <Diagnostics> <BEA-320016> <Creating diagnostic image in /u01/Oracle/Middleware/user_projects/domains/mfr/servers/AdminServer/adr/diag/ofm/mfr/AdminServer/incident/incdir_4 with a lockout minute period of 1.>

    John, I owe you a beer...at least! Somehow I thought that since I changed default default context root, no need for the /faces.
    However, I am now getting other error but will create another thread if I do not see the answer somewhere else...

  • JClient with ADF deployment license

    Hello,
    we are Oracle Form developer and plan a project to use Jdeveloper to deploy with JClient as a C/S application.
    Can I deploy it free with JClient that make use ADF or JClient that do not use ADF. If there is a deployment license needed, what's the license terms and pricing?
    Please also send the answer to [email protected] I am not checking this Forum that often.

    Thanks Shay,
    below is the answer from the FAQ in case anyone insterested.
    What if I use Oracle ADF in a Swing-based application running on client machines without an application server?
    For client-based deployment that doesn't involve an application server, the user-based pricing for Oracle ADF applies.
    I may need to consider another Java Development Tools from other Vendor, the Name User license is $100 for deploy the Jclient C/S application.
    Problem is that I only familar with Oracle, do not know if there is any alternative.

  • ADF Deployment JDBC Datasource

    Hi,
    I am deploying my ADF application into weblogic server and at my AM , i set the database connection as JDBCDatasource and value is java:...eis/DEV. the JNDI name in the admin console was eis/DEV. When i launch my application, i still get either null password or password lookup error.
    Any other steps i have to consider before deploying? please suggest.
    Thanks,
    Lakshmi.

    Check this blogpost:
    Step 23 in http://radalcove.com/blog/?p=34
    Thanks,
    Navaneeth

Maybe you are looking for

  • Using an external hard drive to store music

    Hey, i am using an iMac G5 and just installed leopard. i also bought an external hard drive so i can use time machine. I also hoped to put my music files on my external HD so it would take up less HD space on the iMac. My question is, is it possible

  • G/L account 891000 does not exist in company code

    Dear Gurus, im facing a error while posting Goods(Subcontracting ) i used Tcode FS01 to create G/L account since i dont know what are the important data to be entered in creating 891000 G/L account by using Tcode FS01 pls help me Thanks Error is.....

  • BPC NW - Error in Business Rule for Account transformation rule table

    hi I have given the Account transformation Rule to move Amount from Account A to Account B and then I have given the following script logic in the default script **RUN_PROGRAM CALC_ACCOUNT* *CATEGORY = Category* *CURRENCY = RptCurrency* *TID_RA = %TI

  • TV output

    I have the newest touch with the latest updates, apple universal dock and composite AV Cable. The set-up is plugged into my LCD TV and works great for playing movies/youtube/BBC iPlayer. However anyone with the same set-up will know that you can only

  • How can i reindex my mail accounts (imap)?

    i've noticed that i can't seem to search my mails anymore. or just a subset from what's in the accounts. how i can force mail.app to reindex my imap accounts?