Oracle adf installation

Hi!
I recently downloaded oracle 11g. It installed fine. Today, I downloaded the oracle adf installation. Initially, i had problems with jdk/jre location. I went thru some docs and configured the setup.exe -jreLoc C:\program files(x86)\java\jdk1.7.0_10
The cmd prompt installation started. It made a check for swap size, display etc.. which was successful bt then an error msg popped sayin that "The Java runtime was not found at C:\program\binjavaw.exe Hence, the oracle installer cannot be run. Please visit javasoft.com etc etc..
I checked the C:\program files(x86)\java\jdk1.7.0_10 folder. It contains both jdk and jre folders with javaw.exe. I dont knw why the error exists. Please help.
Regards

Hi 979253
Try installing java in different location (say C:\java ) which should not contain spaces.
Your problem is because of the space between Program and Files in C:\program files(x86)\java
Please let me know if you are still getting any error.
Thank
--Navin                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

Similar Messages

  • Oracle ADF / Tomcat error

    Hi
    Scenario:
    Oracle JDeveloper 10.1.3.3.0
    Oracle ADF Installer 10.1.3.3 (Successfully Installed)
    Tomcat 5.0.27
    Error:
    org.apache.jasper.JasperException: java.lang.UnsupportedClassVersionError: view/XMLMenuDefinition (Unsupported major.minor version 49.0)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:372)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    root cause
    javax.faces.el.EvaluationException: java.lang.UnsupportedClassVersionError: view/XMLMenuDefinition (Unsupported major.minor version 49.0)
         com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:190)
         com.sun.faces.el.ValueBindingImpl.getValue(ValueBindingImpl.java:143)
         oracle.adf.view.faces.bean.FacesBeanImpl.getProperty(FacesBeanImpl.java:55)
         oracle.adf.view.faces.component.UIXComponentBase.getProperty(UIXComponentBase.java:1021)
         oracle.adf.view.faces.component.UIXPage.getValue(UIXPage.java:212)
         oracle.adf.view.faces.component.UIXCollection._flushCachedModel(UIXCollection.java:965)
         oracle.adf.view.faces.component.UIXCollection.encodeBegin(UIXCollection.java:443)
         oracle.adfinternal.view.faces.renderkit.RenderUtils.encodeRecursive(RenderUtils.java:39)
         oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeChild(CoreRenderer.java:242)
         oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeAllChildren(CoreRenderer.java:265)
         oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.renderContent(PanelPartialRootRenderer.java:65)
         oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.renderContent(BodyRenderer.java:117)
         oracle.adfinternal.view.faces.renderkit.core.xhtml.PanelPartialRootRenderer.encodeAll(PanelPartialRootRenderer.java:147)
         oracle.adfinternal.view.faces.renderkit.core.xhtml.BodyRenderer.encodeAll(BodyRenderer.java:60)
         oracle.adfinternal.view.faces.renderkit.core.CoreRenderer.encodeEnd(CoreRenderer.java:169)
         oracle.adf.view.faces.component.UIXComponentBase.encodeEnd(UIXComponentBase.java:624)
         javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:645)
         javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:568)
         oracle.adf.view.faces.webapp.UIXComponentTag.doEndTag(UIXComponentTag.java:100)
         org.apache.jsp.Admin_jspx._jspx_meth_afh_body_0(Admin_jspx.java:207)
         org.apache.jsp.Admin_jspx._jspx_meth_afh_html_0(Admin_jspx.java:162)
         org.apache.jsp.Admin_jspx._jspx_meth_f_view_0(Admin_jspx.java:135)
         org.apache.jsp.Admin_jspx._jspService(Admin_jspx.java:88)
         org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:324)
         org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:292)
         org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236)
         javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         com.sun.faces.context.ExternalContextImpl.dispatch(ExternalContextImpl.java:346)
         com.sun.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:152)
         oracle.adfinternal.view.faces.application.ViewHandlerImpl.renderView(ViewHandlerImpl.java:157)
         com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:107)
         com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:245)
         com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:137)
         javax.faces.webapp.FacesServlet.service(FacesServlet.java:214)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._invokeDoFilter(AdfFacesFilterImpl.java:228)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl._doFilterImpl(AdfFacesFilterImpl.java:197)
         oracle.adfinternal.view.faces.webapp.AdfFacesFilterImpl.doFilter(AdfFacesFilterImpl.java:123)
         oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:103)
         oracle.adf.model.servlet.ADFBindingFilter.doFilter(ADFBindingFilter.java:162)
    Any ideas?

    If you are using JDev 10g - you use the ADF installer
    If JDev 11g, see http://blogs.oracle.com/dana/2009/01/how_to_deploy_a_11g_adf_applic_1.html

  • Can i install Oracle ADF Essentials 11.1.2.3 on weblogic 10.6 ?

    can i install Oracle ADF Essentials 11.1.2.3 on weblogic 10.6 ?
    what the difference between ADF Essentials 11.1.2.3 and Application Development Run time 11.1.1.6 ?
    can i use ADF Essentials 11.1.2.3 instead of Application Development Run time 11.1.1.6 to deploy application (contains many jsf pages with rich faces and many taskflows and BC4J) ??
    i'm using jdeveloper 11.1.2.3.0 and weblogic 10.6 installed on the Linux server

    Hi,
    JDeveloper 11g R1 (11.2.3) supported as ADF essentials and running on WebLogic 10.3.6 are the same releases. The difference is that a path is needed if you want to deploy the software on WLS 10.3.6. Quoting the release notes:
    +"The ADF Runtime will be installed into a standalone application server by applying an Opatch bundle on top of a 11.1.1.6 version of the Application Developer Runtime environment. In the event that additional patches are needed or desired in addition to the 11.1.2.3.0 patch (for example, if an additional patch is needed for another component in the Application Development Runtime installation), those patches will need to be installed separately.+
    +Important note: The patch is intended to be applied to an Application Developer Runtime installation. Applying the patch to a different installation type (for example, Oracle SOA Suite or Oracle WebCenter) is not supported."+
    Release Notes: http://www.oracle.com/technetwork/developer-tools/jdev/11gr2update3-1851251.html
    For Glasssfish you don't need to patch the server and only install the ADF runtime libraries - also explained in the Release notes.
    Frank

  • Bug in ADF installer 10.1.3.2?

    I am running IAS 10.1.3.0 and since I am developing in Jdev 10.1.3.2 and I was getting the following error:
    java.lang.NoSuchMethodError: oracle.adf.share.perf.StateTracker.isActive()Z
    when deploying and running my application so I figured I needed ADF runtime installer 10.1.3.2, but after the install I get the following error in my OC4J log when I try to start it:
    07/02/24 20:50:01 Start process
    07/02/24 20:50:04 Error initializing server: Shared library "apache.commons.logging" could not be found.
    07/02/24 20:50:04 Fatal error: server exiting
    I have two entries in my server.xml, one in the the apache.webservices part and one in the oracle.ifs.client part. When I try to locate the commons-logging.jar (which i think has the package) its in the following places:
    /u02/app/oracle/product/ias10103/j2ee/home/applications/PRB/prb/WEB-INF/lib/commons-logging.jar
    /u02/app/oracle/product/ias10103/webservices/lib/commons-logging.jar
    I tried adding the jar explicitly to the server.xml but no luck there. Who can give me a clue?

    Hi,
    this is bug 5884357. The bug is under screening and so far the possible work around mentioned is
    1) Use OC4J version 10.1.3.1 or higher.
    or
    2) Remove the shared library <import-shared-library
    name="apache.commons.logging"/>
    The impact of the second action may be that certain element with runtime dependencies on apache.commons.logging may fail.
    Frank

  • Oracle ADF for weblogic server

    Hi,
    Can I extend weblogic domain to include Oracle ADF
    my version of weblogic is 10.3.0.0
    Thanks,
    Charan

    Yes, you can do this.
    What you need to do is to first download the Application Developer Runtime component of the FMW 11g R1 release.
    http://download.oracle.com/otn/nt/middleware/11g/ofm_appdev_generic_11.1.1.2.0_disk1_1of1.zip
    This you install into your existing WLS installation, which makes all the necessary libraries and other artifacts available.
    This results in a new domain template being added, which you can then use to extend an existing domain with using the Configuration Wizard.
    -steve-

  • Oracle ADF EAR 11.1.1 requires EAR 5.0  ??

    Hi,
    I am trying to create a new Oracle ADF application in Eclipse, as soon as I type the application name, an error show in the top of the dialog saying :
    Oracle ADF EAR 11.1.1 requires EAR 5.0
    and the Next and Finish buttons are disabled .
    your help is appreciated.

    It seems you are trying to develop an ADF 11.1.1.x application on an unsupported version of WebLogic Server.
    The certification matrix for ADF and WebLogic Server can be found here - http://www.oracle.com/technetwork/developer-tools/jdev/index-091111.html
    For example, if you are developing an ADF 11.1.1.6 application in OEPE, you will want to target a WebLogic Server 10.3.6 installation.
    Thanks,
    Greg

  • Oracle ADF Faces

    I want to use Oracle ADF Faces in the following environment.
    1) IDE - eclipse, exadel studio 3.0.5
    2) Container - Tomcat 5.0.9
    3) Sun RI
    Please tell how to use adf with above environment. I need configuration details only.

    Hi,
    I modified the web.xml as mentioned in the link
    http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html
    I am using myfaces1.1 implementation. I copied the two adf-faces-api.jar, adf-faces-impl.jar in the WEB-INF folder where the myfaces lib files are available.
    I created a simple page with ADF Faces. but i am getting the following error:
    Resource not found ( HTTP 404 ).
    Please help me how to solve.

  • Oracle ADF Model and BC4J api reference in JDev 10.1.3.03

    Hi
    Where I can find Oracle ADF Model and Business Components API Reference in JDev 10.1.3.03? Maybe it's not ready yet?

    I don't know how up-to-date they are, but the javadoc files are all archived into jar files in the JDeveloper installation at: <jdev-install-dir>\jdev\doc\ohj. Most of the business component interfaces and classes are covered in the bc4jjavadoc.jar. You can either open the index.html file of the jar in JDeveloper and move through the links in the preview pane, or use the jar utility (or other unzipping util) to extract the jar file into your directory structure and then access the html files directly.
    Johnny Lee

  • Oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener

    I am getting classnotFounException when deploy application on stand alone Weblogic.
    1. I Install WLS 10.3.5
    2. I Install ADF library using jdeveloperstudio1112 installer.
    3. Create domain and configure use jrf 11.1.1 librarys using wizard
    4. Using wizard i define servers, machines and add librarys to servers..
    When i test i can deploy application well in admin server but in other server i create i am getting
    classnotFoundException oracle.adf.share.weblogic.listeners.ADFApplicationLifecycleListener
    I check on forum and find many topics about this...
    I try this answers:
    http://remcodeblok.blogspot.com/2009/03/howto-run-adf-with-node-manager.html
    Standalone WLS deployment failure - incorrect weblogic-application.xml
    but nothing seems to fix the error....
    I am wonder if i am doing something wrong.. i have instaled weblogic 10.3.1 many times and didnt get errors like this..
    Help

    Well, both threads are for older versions, the problems described there are solved by now.
    All I had to do is the second solution from the first thread (change nodemanger properties).
    Then start the node manager, then the admin server. The first time you need to start the managed server via the admin console. After shutting down everything and starting again all servers are OK.
    Have you checked that the Ast libraries targeted to your managed server?
    Timo

  • New Oracle ADF Application.

    Hi
    I installed wls1035_oepe111172_win32.exe on my local machine in new directory.
    Next I created base_domain and admin console works OK. WebLogic Server Version: 10.3.5.0
    In “Oracle Enterprise Pack for Eclipse” I try to create New -> Oracle ADF Application.
    During this process I had to create “New Runtime”.
    After this I received message :
    ” Target runtime is not valid; must be WLS 11gR1 PS3 (or greater) with ADF extension.”
    Separately I installed ADF and result is the same.
    I am afraid that in wls1035_oepe111172_win32.exe installation “Oracle Enterprise Pack for Eclipse” doesn’t recognize that WebLogic Server Version: 10.3.5.0 is greater than WLS 11gR1 PS3.
    How I can solve this problem?
    Is this my fault or instalation inconsistence ?
    Please help.

    Hi,
    I just realized that the installer you were referring to is not the same as the one I used in my test.
    The error message you are seeing is due to the fact that the Application Development Runtime is not installed as part of the wls1035_oepe111172_win32.exe.
    In order to workaround the issue please download the 11.1.1.5 Application Development Runtime from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html and install into the wls home where you installed wls1035_oepe111172_win32.exe.
    Once this is complete, you should be able to create an ADF application without any issues.
    Thanks
    Raj

  • Oracle Identity and Access Management Suite Plus Integration with Oracle ADF

    Hi All,
    Kindly advice if Oracle Identity and Access Management Suite Plus can be integrated with Oracle ADF based applications to manage the end-to-end lifecycle of user accounts specifically addressing to roles/priviledges and security.
    Request you to share links to documentation where I can study the steps to integrate both the frameworks.
    Looking forward to hear from you soon.
    Best Regards,
    Ankit Gupta 

    Hi Sébastien,
    I came across the below link for the required integrations -
    Oracle&amp;reg; Fusion Middleware Installation Guide for Oracle Identity and Access Management 11g Release 2 (11.1.2) - …
    Oracle&amp;reg; Fusion Middleware Enterprise Deployment Guide for Oracle Identity Management 11g Release 2 (11.1.2) - Co…
    Best Regards,
    Ankit Gupta

  • Install Oracle ADF Runtime on WebSphere Application Server 7.x

    Hi everyone,
    I am trying to install ADF on a WAS server, but i don't find much information about it... I intall WAS 7 and upgrade to 7.0.0.19 with no problem, but i don't now how to install the ADF libraries in the server, i want to install the ADF libraries and deploy de "Tag Guide Demo" on the WAS...
    Can anyone help me ?
    Ty
    Alberto Tapia

    Hi,
    I am trying to install Oracle ADF runtime for Websphere. I downloaded the installer from this link http://download.oracle.com/otn/nt/middleware/11g/ofm_appdev_generic_11.1.1.2.0_disk1_1of1.zip
    When I extract and run the installer, I do not see the option for "Application Server Screen" where I am supposed to be able to select websphere option.
    Am I using the right installer? Is there any other way to enable the websphere option?
    Thanks,
    Neha

  • ADF installation error

    I followed the oracle documentation to install ADF. The article can be found here http://www.oracle.com/technology/products/jdev/htdocs/partners/addins/exchange/jsf/doc/installation.html . However, when I run my project, I got the following error: WARNING: The AdfFacesFilter has not been installed. ADF Faces requires this filter for proper execution. Can you please tell me why I got the above error message and how I can resolve the error? I did exactly what the oracle documentation stated. I have spend days solving this problem, but no luck. I think that ADF is a great and will be beneficial to my developments, but at this point, I am on the edge of giving up. Please help! Thank you!

    This is my web.xml:
    <?xml version="1.0"?>
    <web-app version="2.4" xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd">
    <context-param>
    <param-name>javax.faces.CONFIG_FILES</param-name>
    <param-value>/WEB-INF/faces-config.xml</param-value>
    </context-param>
    <listener>
    <listener-class>com.sun.faces.config.ConfigureListener</listener-class>
    </listener>
    <!-- Faces Servlet -->
    <servlet>
    <servlet-name>FacesServlet</servlet-name>
    <servlet-class>javax.faces.webapp.FacesServlet</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet>
    <servlet-name>resources</servlet-name>
    <servlet-class>oracle.adf.view.faces.webapp.ResourceServlet</servlet-class>
    </servlet>
    <
    <!-- Faces Servlet Mapping -->
    <servlet-mapping>
    <servlet-name>FacesServlet</servlet-name>
    <url-pattern>*.jsf</url-pattern>
    </servlet-mapping>
    <servlet-mapping>
    <servlet-name>resources</servlet-name>
    <url-pattern>/adf/*</url-pattern>
    </servlet-mapping>
    <welcome-file-list>
    <welcome-file>/index.jsp</welcome-file>
    </welcome-file-list>
    <login-config>
    <auth-method>BASIC</auth-method>
    </login-config>
    <filter>
    <filter-name>AdfFacesFilter</filter-name>
    <filter-class>oracle.adf.view.faces.webapp.AdfFacesFilter</filter-class>
    </filter>
    <filter-mapping>
    <filter-name>AdfFacesFilter</filter-name>
    <servlet-name>FacesServlet</servlet-name>
    </filter-mapping>
    <resource-ref>
    <description>Resource reference</description>
    <res-ref-name>jdbc/qmsDB</res-ref-name>
    <res-type>javax.sql.DataSource</res-type>
    <res-auth>Container</res-auth>
    </resource-ref>
    <jsp-config>
    <!-- ADF Faces Tag Library -->
    <taglib>
    <taglib-uri>http://xmlns.oracle.com/adf/faces</taglib-uri>
    <taglib-location>/WEB-INF/af.tld</taglib-location>
    </taglib>
    <taglib>
    <taglib-uri>http://xmlns.oracle.com/adf/faces/html</taglib-uri>
    <taglib-location>/WEB-INF/afh.tld</taglib-location>
    </taglib>
    <!-- Faces Core Tag Library -->
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/core</taglib-uri>
    <taglib-location>/WEB-INF/jsf_core.tld</taglib-location>
    </taglib>
    <!-- Faces Html Basic Tag Library -->
    <taglib>
    <taglib-uri>http://java.sun.com/jsf/html</taglib-uri>
    <taglib-location>/WEB-INF/html_basic.tld</taglib-location>
    </taglib>
    </jsp-config>
    </web-app>

  • Errot: oracle.adf.share.perf.StateTracker.isActive()

    With local OC4J Standalone I got no problems but with the Oracle 10 OAS I got this kind of error:
    500 Internal Server Error
    java.lang.NoSuchMethodError: oracle.adf.share.perf.StateTracker.isActive()Z
         at oracle.adf.view.faces.webapp.AdfFacesFilter.doFilter(AdfFacesFilter.java:94)
    Do you have an idea ???
    Thanks.

    this problem appears if you compile your application with different version of ADF than ADF on app server. In my case I used JDeveloper 10.1.3.1 Preview to develop and deploy application and AS 10.1.3 wth ADF installed by stand-alone adf installer and this was my problem.
    solution: use JDeveloper ADF runtime installer to install ADF to AS

  • NoClassDefFoundError: oracle/adf/view/rich/model/AsyncFetch

    Hi,
    I'm trying to deploy ADF application (with user customization) to weblogic server and hit with the following error while trying to access the application. Any clues please...?
    [ServletContext@921789038[app:CSSHomePage module:homepage path:/homepage spec-version:2.5 version:V2.0]] Servlet failed with Exception java.lang.NoClassDefFoundError: oracle/adf/view/rich/model/AsyncFetch at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) at java.lang.ClassLoader.defineClass1(Native Method) at java.lang.ClassLoader.defineClass(ClassLoader.java:621) at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124) at weblogic.utils.classloaders.GenericClassLoader.defineClass(GenericClassLoader.java:344) at weblogic.utils.classloaders.GenericClassLoader.findLocalClass(GenericClassLoader.java:301) at weblogic.utils.classloaders.GenericClassLoader.findClass(GenericClassLoader.java:269) at java.lang.ClassLoader.loadClass(ClassLoader.java:307) at java.lang.ClassLoader.loadClass(ClassLoader.java:252) at weblogic.utils.classloaders.GenericClassLoader.loadClass(GenericClassLoader.java:177) at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320) at oracle.adfinternal.view.faces.dvt.model.binding.FacesBindingFactory.createControlDef(FacesBindingFactory.java:37) at oracle.adfinternal.view.faces.dvt.model.binding.FacesBindingFactory.createDefinition(FacesBindingFactory.java:31) at oracle.adf.model.binding.DCDefBase.createAndLoadFromXML(DCDefBase.java:386) at
    Thanks in advance
    ~Krithika
    Edited by: Krithika on Dec 16, 2009 11:13 AM

    Hi Krithika,
    The class file mentioned here is part of adf-richclient-api-11.jar file which is a part of ADF Faces Runtime library. Could you please check if you have the mentioned jar file is in JDEV_HOME\oracle_common\modules\oracle.adf.view_11.1.1 directory? I suspect the jar file might be missing in your installation.
    Assuming you are using JDev 11.1.1.2.0, you may also want to check if it reproduces in while running the application in the integrated WLS.
    -Arun

Maybe you are looking for

  • Getting text/html message in proper format

    i want to send a message in html format by setting the message content as: msg.setContent(messageText, "text/html");where String messageText="hello"; messageText="<html><body><font color=red>"+messageText+"</font></body></html>"; if i do this i get i

  • Signal SEGV (no mapping at the fault address)

    Hi, I have a similar problem of exception in the pro* c code.. Actually I have 2 functions one for selecting the data from the database and another for Formatting the selected data. since I have large data in run time of the compliable the compliable

  • Accrual Write-off Amt in Accrual Write-Off & Accrual Recon report not tele

    Hi, Need a help here, Oracle EBS version : 11.5.10.2 The Accrual Write-Off Amount in Accrual Write-off report does not tele with the Write-Off Amount shown in Accrual Reconciliation Report, any clues to investigate? This happens for the first time af

  • F4480 printer not printing, Mac thinks it is

    I hooked this printer up to two different macs (OS 10.6 and 10.8) and tried to print a one-sided page with color thumbnails and text. Tried from a Mac app, also as a PDF. Nothing is happening at the printer, but one of the Macs think the job has been

  • I can't get my mail app or mail settings to open on my iPad 2

    I can't get my mail app or mail settings to open. When I tap the mail icon it crashes. When I go to setting and tap the "mail, contact..." settings, that to crashes. I have turned my iPad off and back on several times and it doesn't seem to do anythi