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                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

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

  • Class cast exception when deploying in Solaris

    I have an application which has LdapRealmV2 configured and I'm programmatically checking
    permission for a group. The code when deployed on a windows environment is working
    fine. I now tried to deploy the same in a Solaris clustered environment. I get a
    class cast exception weblogic.security.LdapRealmv2.LDAPGroup when I try executing
    the Security.hasPermission(principal, acl, permission, '.') method.

    Karl,
    Did you build the service using the <jwsc> ant task? If so, the default is to build a JAX-RPC service. Please specify the attribute type="JAXWS" in order to build a JAX-WS service.
    You can verify the type of a web service using the WebLogic console. The type is displayed on the general page for a service and will either be "JAXRPC" or "JAXWS".

  • 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 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 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.

  • BOXI R2 deployment on Solaris, data access to SQL Server and DB2

    <p>Have you deployed BusinessObjects XI Release 2 on Solaris and are accessing Microsoft SQL server 2000/2005? How about DB2? We had planned on using JDBC for SQL Server, and StarSQL 5.x  for DB2. We are having trouble with configuration planning.</p><p>Anyone have experience with this?</p>

    <p>Have you deployed BusinessObjects XI Release 2 on Solaris and are accessing Microsoft SQL server 2000/2005? How about DB2? We had planned on using JDBC for SQL Server, and StarSQL 5.x  for DB2. We are having trouble with configuration planning.</p><p>Anyone have experience with this?</p>

  • 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.

  • BC4J; OC4J;JSP;JD323 - deployment on Solaris 2.6

    I am trying to deploy a BC4J JSP application to OC4J so that we can take advantage of the SErvlet API 2.2 - our sessions persistent crash on JServ. The so-called guidance on OTN viz
    http://otn.oracle.com/products/jdev/howtos/bc4jdeployment.html
    isn't much use. The BC4J installer is only for Windows; none of the paths match what I have on my Solaris OC4J installation.
    One of my colleagues has got our application working on an Apache/Tomcat configuration. When the OAS desupport was announced last year we debated whether to move to Apache or iAS. We decided to stick with Oracle because it was supported.
    However, when it comes to anything internet, java, jdeveloper, on this side of the pond at least, Oracle support is as much use as a chocolate fireguard, so we are in effect unsupported anyway. We have either resolved all our problems with our own sweat or with guidance from this forum.
    My question is: is there a guide for deploying BC4J to an OC4J installation or Solaris or should we give up on iAS and migrate to Apache?
    This is getting urgent: we have systems that need to go live very soon and we don't yet have a stable web platform.
    TIA, APC

    Mike, do give more details from your install log. Looks like copying of some of the files are not happening.
    Make sure this install is happening into an oracle home by itself.
    Also make sure you have applied all of 2.6_Recommended cluster patch from SUN before installing Oracle9iAS.
    Regards
    Pavna Jain
    Oracle9iAS Product Management

  • Forms deployment on SOLARIS

    Hi there!!
    I am migrating Forms from 6i to 10g. I already converted all forms on Windows 2003 platform. As our production server is SUN SOLARIS, we have to deploy applications on SOLARIS. Anybody tell me do I need to convert my FMX files on Solaris as I heard that I need to use ifcmp60 utility on Solaris to generate forms for Unix OS.
    Thanks in advance!!
    Dip

    This is the command for Unix:
    DISPLAY=<ip address>:0.0; export DISPLAY
    f90genm userid=un/pw@db batch=yes module=form.fmb module_type=form compile_all=yes window_state=minimize
    Very important when compiling Forms on Unix: you need an active X-Window session (the ip address for the DISPLAY command). That doesn't have to be your own session.

Maybe you are looking for

  • Conversion Exit Error?

    Hi Experts, I am loading data to Sap demo cube(Purschasing Data) from flat file,I am getting the following error CONVERSION_EXIT_CUNIT_INPUT for field BASE_UOM. The unit in T code CUNI it is ST and is items,but what changes do I need to do in Transfe

  • How can I save a book in projects on a separate hard drive

    How can I save a book in projects on a separate hard drive?

  • Simple Menu Bar On Home Page Doesn't Display in IE 7

    Hello, I have a really simple xhtml site with a menu bar at the top of the page.  It looks great in firefox and works in most version of IE but it disappears in IE 7 and I have no idea how to fix it.  The site is staged at www.consurv.net/stage. Any

  • Outlook categories

    Has Apple solved the problem of syncing outlook categories with multiple devices both PC's and Macs. It use to be that Icloud did not retain the category assignments made in Outlook on PC. Syncing would often times loose all category assignments weth

  • Printing Chinese Date format using Oracle Reports

    Hi , I need to print the date as for e.g, 2006 4 12 (Year Month and Day) with a chinese character after each of the three components, representing the year, Month and Day. When running the report with the format mask as RRRR Mon DD, I get the chinese