TP4 / ADF Rich client demo just downloaded from otn / 41 compiling errors !

I just downloaded ADF Riche client demo and installed it jdev tp4.
Rebuild causes 41 compilation errors and the application is not runnable.
Is it a way to solve this ?
Some of the errors:
Error: cannot read: C:\JDeveloper\myWork\adf-richclient-demo\adf-richclient-demo\public_html\WEB-INF\classes\.jsps\_components\_inputComboboxListOfValues_jspx.java
Error: cannot read: C:\JDeveloper\myWork\adf-richclient-demo\adf-richclient-demo\public_html\WEB-INF\classes\.jsps\_components\_queryToggle_jspx.java
Error(57): "rows" is not a valid attribute name.
Error(57): "maxColumns" is not a valid attribute name.

Forget about it ... downloading again and reinstalling it without any errors ... may be i downloaded from an older link or do some bad copy ... sorry disturbing you !

Similar Messages

  • Tomcat 6 - Deployment of the ADF Rich Client Demo Fails

    I have been able to deploy and run the ADF Rich Client Demo in the embedded Oracle Weblogic server and a standalone Weblogic server.
    However, when I deploy the application to an instance of Tomcat 6 (6.0.18) I get the following:
    Dec 1, 2008 2:06:06 PM org.apache.coyote.http11.Http11Protocol init
    INFO: Initializing Coyote HTTP/1.1 on http-8080
    Dec 1, 2008 2:06:06 PM org.apache.catalina.startup.Catalina load
    INFO: Initialization processed in 297 ms
    Dec 1, 2008 2:06:06 PM org.apache.catalina.core.StandardService start
    INFO: Starting service Catalina
    Dec 1, 2008 2:06:06 PM org.apache.catalina.core.StandardEngine start
    INFO: Starting Servlet Engine: Apache Tomcat/6.0.18
    Dec 1, 2008 2:06:06 PM org.apache.coyote.http11.Http11Protocol start
    INFO: Starting Coyote HTTP/1.1 on http-8080
    Dec 1, 2008 2:06:06 PM org.apache.jk.common.ChannelSocket init
    INFO: JK: ajp13 listening on /0.0.0.0:8009
    Dec 1, 2008 2:06:06 PM org.apache.jk.server.JkMain start
    INFO: Jk running ID=0 time=0/15 config=null
    Dec 1, 2008 2:06:06 PM org.apache.catalina.startup.Catalina start
    INFO: Server startup in 493 ms
    Dec 1, 2008 2:21:37 PM org.apache.catalina.startup.HostConfig deployWAR
    INFO: Deploying web application archive adf-richclient-demo.war
    Dec 1, 2008 2:21:52 PM org.apache.catalina.core.StandardContext start
    ***SEVERE: Error filterStart***
    Dec 1, 2008 2:21:52 PM org.apache.catalina.core.StandardContext start
    SEVERE: Context [adf-richclient-demo] startup failed due to previous errors
    I have tried the deployment from within JDeveloper 11g and also by dropping the WAR file into the Tomcat container webapps directory.
    Any one know why this is happening?
    Thanks,
    Vince

    Jonn,
    Thanks for the pointer.
    I located the missing libraries by finding those that looked like the ones you recommended. The locations can be found by looking them up in the JDeveloper project Libraries and Classpath (click on an entry and select the view button):
    jsf-ri-12.war
    jsf-ri.jar
    jsf-api.jar
    glassfish.jstl_1.2.0.1.jar
    I copied these to the tomcat-6.0.18\lib level rather than putting them in the project lib.
    Works great.
    Thanks again for the help.
    Vince

  • ADF Rich client demo link down?

    Is the ADF faces rich client demo link down?
    http://jdevadf.oracle.com/adf-richclient-demo/faces/components/skinningKeys/index.jspx
    Thanks,
    Rajesh

    Yes looks like it. The link is often down. You can load the war from http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html and run it in your jdev.
    Timo

  • ADF Rich Client Demo Down

    http://jdevadf.oracle.com/adf-richclient-demo/faces/index.jspx
    Any chance this can be revived today?

    As Timo suggested, you could have a local setup in your own box by downloading the necessary files from
    http://www.oracle.com/technetwork/developer-tools/adf/downloads/index.html
    Check the following page for the instructions on hoe to deploy & run:
    http://www.oracle.com/technetwork/developer-tools/adf/documentation/adf-faces-rc-demo-083799.html
    Thanks,
    Navaneeth

  • Adf rich client demo on oc4j

    Hi , I can't start this demo , when I request the index.jspx , got following errors :
    08/12/15 13:03:23.296 10.1.3.4.0 Started
    08/12/15 13:03:25.62 adfrcweb: 10.1.3.4.0 Started
    08/12/15 13:03:28.250 adfrcweb: Servlet error
    Request information:
    GET /adfrc/faces/index.jspx HTTP/1.1
    host: localhost:8888
    user-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.8.1.18) Gecko/20081029 Firefox/2.0.0.18
    accept: text/xml,application/xml,application/xhtml+xml,text/html;q=0.9,text/plain;q=0.8,image/png,*/*;q=0.5
    accept-language: zh-cn,zh;q=0.5
    accept-encoding: gzip,deflate
    accept-charset: gb2312,utf-8;q=0.7,*;q=0.7
    keep-alive: 300
    connection: keep-alive
    javax.faces.FacesException: org.apache.myfaces.application.ApplicationFactoryImpl
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:573)
         at javax.faces.FactoryFinder.getImplementationInstance(FactoryFinder.java:438)
         at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:249)
         at oracle.adfinternal.view.faces.util.rich.ConverterValidatorRegistrationUtils.register(ConverterValidatorRegistrationUtils.java:36)
         at oracle.adfinternal.view.faces.config.rich.RegistrationConfigurator.init(RegistrationConfigurator.java:70)
         at org.apache.myfaces.trinidadinternal.config.GlobalConfiguratorImpl.init(GlobalConfiguratorImpl.java:368)
         at oracle.adfinternal.view.faces.webapp.rich.RegistrationFilter.init(RegistrationFilter.java:47)
         at org.apache.myfaces.trinidadinternal.webapp.TrinidadFilterImpl.init(TrinidadFilterImpl.java:92)
         at org.apache.myfaces.trinidad.webapp.TrinidadFilter.init(TrinidadFilter.java:54)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpApplication.getFilterConfig(HttpApplication.java:7592)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:542)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.serveOneRequest(HttpRequestHandler.java:221)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].server.http.HttpRequestHandler.run(HttpRequestHandler.java:122)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.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:234)
         at oracle.oc4j.network.ServerSocketAcceptHandler.access$700(ServerSocketAcceptHandler.java:29)
         at oracle.oc4j.network.ServerSocketAcceptHandler$AcceptHandlerHorse.run(ServerSocketAcceptHandler.java:879)
         at com.evermind[Oracle Containers for J2EE 10g (10.1.3.4.0) ].util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:298)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.lang.NullPointerException
         at org.apache.myfaces.application.ApplicationImpl.internalGetRuntimeConfig(ApplicationImpl.java:150)
         at org.apache.myfaces.application.ApplicationImpl.<init>(ApplicationImpl.java:130)
         at org.apache.myfaces.application.ApplicationFactoryImpl.createAndLogNewApplication(ApplicationFactoryImpl.java:51)
         at org.apache.myfaces.application.ApplicationFactoryImpl.<init>(ApplicationFactoryImpl.java:47)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
         at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
         at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
         at java.lang.reflect.Constructor.newInstance(Unknown Source)
         at java.lang.Class.newInstance0(Unknown Source)
         at java.lang.Class.newInstance(Unknown Source)
         at javax.faces.FactoryFinder.getImplGivenPreviousImpl(FactoryFinder.java:571)
         ... 22 more
    any comment is appreciated
    thanks

    This demo will not run on oc4j 10.1.3.4. You'll need a j2ee 1.5 compatible server. The only one officially supported is the oracle weblogic server 10.3 R1.
    Timo

  • ADF Faces Rich Client Demos

    The about box in RIA components demo has some nice information about ADF components versions. Since there are patch sets commig out on regular basiss, I've decided to include such about box in our application also.
    If I check the code from RIA components demos:
    <!-- Copyright (c) 2008, 2009, Oracle and/or its affiliates. All rights reserved. -->
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page"
    xmlns:f="http://java.sun.com/jsf/core"
    xmlns:af="http://xmlns.oracle.com/adf/faces/rich"
    version="1.2">
    <af:popup id="about" contentDelivery="lazyUncached">
    <af:dialog title="About ADF Faces Rich Client Demos" type="ok" id="d1">
    <af:panelGroupLayout layout="vertical" id="pgl1" inlineStyle="width:450px">
    <af:panelFormLayout id="pfl" maxColumns="1">
    <af:iterator id="info" var="row" value="#{aboutBean.versionInformation}">
    <af:panelLabelAndMessage id="plm" label="#{row.name}"
    labelStyle="vertical-align: top; white-space: nowrap;">
    <af:outputText id="ot" value="#{row.value}"/>
    </af:panelLabelAndMessage>
    </af:iterator>
    <af:panelLabelAndMessage id="uaPLM" label="User-Agent Header"
    labelStyle="vertical-align: top; white-space: nowrap;">
    <af:outputText id="auOT"
    value="#{facesContext.externalContext.requestHeaderMap['user-agent']}"/>
    </af:panelLabelAndMessage>
    </af:panelFormLayout>
    </af:panelGroupLayout>
    </af:dialog>
    </af:popup>
    </jsp:root>
    I can see, that there is an aboutBean defined in application.
    Where can I get source code for this bean?
    Regards,
    Mihael

    You can download the demo and install in on your local machine, here is how http://www.oracle.com/technology/products/adf/adffaces/11/doc/demo/adf_faces_rc_demo.html
    Pedja

  • Adf faces rich client demo

    I have created the adf faces rich client demo application in
    jdeveloper 11g (11111.0) as explained in the docs .But, I am getting error at the following line in index.jspx
    <af:pageTemplate id="tmplt" viewId="/templates/pageTemplateDefs/demoIndexTemplate.jspx">
    "JSF page template path /templates/pageTemplateDefs/demoIndexTemplate.jspx not found"

    Hi Frank,
    Thanks for your reponse. I'm actually pointing my browser to http://localhost/adffacesdemo/faces/index.jsp. But the Request URI is showing in error message as /adffacesdemo/index.jsp.
    I'm pretty new to ADF, Am I missing something to set in the project properties.
    Thank you
    Praveen

  • Difference Between Oracle ADF and ADF Rich Client

    Hello Gurus,
    I want to know the difference between those two:
    Oracle ADF:
    http://goo.gl/6Q1i2
    and
    ADF Rich Client:
    http://goo.gl/L31ra
    I downloaded Jdeveloper 11g (11.1.2.3.0)
    I did this tutorial which It adf right? http://goo.gl/8Mf7c
    and this other is rich client right? http://goo.gl/7Krew
    Can I please know the advantages of them over the other one? THANKS !!!

    ADF Faces Rich Client Components are a part of Oracle ADF.
    So Oracle ADF uses ADF Faces as the components for the rich web UI, but it also offers things like simplified database access through ADF Business Components, an advanced ADF Controller layer, and simple data binding.
    I would suggest starting with this seminar:
    http://download.oracle.com/otn_hosted_doc/jdeveloper/11gdemos/Introduction_To_ADF/Introduction_To_ADF.html

  • Facelets support in ADF Rich Client

    I have tried to use ADF Rich Client with Facelets
    but it looks like the tag library schema is not recongined, and the ADF RC tag schema definition in html root tag and all ADF RC tags are copied into output.
    any comments or info from any one?

    hi,
    to add my 2 cents
    by the way do you know when will be a code drop of ADF RC available in Apache ?
    I assume this to happen some time after ADF Faces RC goes production
    1) legacy(!?) pages in one of projects we have hundreds of pages developed in facelets and it is a little hard to convert them all.
    We don't support JSF 1.1 content (and Trinidad content) to be on the same page as ADF Faces RC. So if you like to continue using your current stack then the option to go with in Trinidad in JDeveloper 11, not ADF Faces RC
    3) Templating
    ADF Rich Faces Templating mechanism is an strong one, but a little different with Facelets, for example in Facelets templates can be used inside each other but in ADF RC as far I I know they can not.
    The runtime does support template nesting, the designtime does. However, as Shay mentioned using daclarative components might be a nice addition to reuse.
    4) composition component
    in facelets it is easy make a new composite component by mixing existing components
    for example add an export to PDF and Excel button to a table.
    looks like the current ADF Templating mechanism can be used to solve this issue.
    Declarative components do.
    Frabj

  • Integrate an ADF rich client component in form

    Hi all. I'm on devsuite10g. I have got a question: how I can integrate/insert an ADF rich client component in my form without using Jdeveloper??
    Is there a way to do it??
    Thanks all for the collaboration,
    Fabrizio

    Hi,
    you can use any other Java IDE for this and just work with the properly configured tag libary and the required settings in web.xml. However, since Developer Suite 10g is 10.1.2, you can't use the components unless your form runs on a platform that supports JavaEE 1.5
    Frank

  • ADF rich client: How to automate testing

    Hi Experts,
    We need to do some automate testing against application that is developed with ADF Faces 11g, I've tried with loadrunner 8.1, which provides 2 approaches to record web applications, web(html / http) and web(click / script).
    According to my experiment and this article , it's not feasible to record actions to rich client app with the first protocol.
    As for the second one, according to my test, some of actions works and the others not (for example, input field, expand accordion).
    My question is, Is there a solution to fully automate adf 11g UI interactions? Solutions based on loadrunner is preferred.
    Thanks for any help,
    Todd

    Thanks CM.,
    Sorry I didn't make my question clear. Selenium does fit in AJAX well, but seems that it lacks of ability to do stress test, what if we need highly concurrent workload(say, 5000 users)? Can selenium RC or some tools else generate that?
    And, are you sure that loadrunner 8.1 is not feasible to do stress test against ADF rich client apps? I need a good reason to persuade my bosses to consider adopting new tools.
    Regards,
    Todd

  • Adf Rich Client - Free or License?

    Hello!!
    In previous post, you say the Adf Rich Client will be free when a production version is available, all right?
    Then, you have a idea of a date to Adf Rich Client goes into production version?
    What the license for Adf Rich Client now? I can developer my comercial applications with the Adf Rich Client?
    Thanks and congratulations for your good job with the Adf Rich Client!!!

    Frank,
    First of all thank you for your support on this forum.
    I have a hypothetical question though... In our development process we are entering a phase when we need to start working on application... We took a look into Jdev11 and ADF RC, and really liked it - it has many components that our users are already used to in Oracle Forms, like dropdown menus, toolbars and most important the ability to have spread tables. We are wondering, if we start development with Jdev 11 next month and are planning to have the application production ready by the end of Q12008, what are our chances of having Jdev 11 to be production ready, and how significant the changes will be between the current version and prod release?
    I understand, you cannot answer these question, but could give me a hint, or a 'wink' as to what to expect. I would really appreciate it. We could start going with Jdev 10.1.3.3, but we really like new componnts in Jdev 11.
    Thank you,
    VO

  • Why are my songs i purchased not on itunes anymore except the 25 i just downloaded from my phone

    why are all my songs not on my itunes except for the last 25 i just downloaded from my phone?? it erased like 300 songs.. im not a very happy person cus i purchased half of those songs

    Hi tracyloghry,
    This article contains information on locating missing media:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/ts1408
    You can also download previous purchases by following this article:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/ht2519
    Cheers!
    - Ari

  • Licensed version and free download from OTN of Oracle 10g DB

    I had a doubt with any difference with the licensed version and free download from OTN of Oracle 10g DB. We had downloaded a free version of oracle 10g
    database from OTN and are using it in our live environment. It seems to be working fine. We are trying to get a licensed copy of Oracle 10g DB also but that may take sometime. So, my doubt is whether the free download from OTN should not create any problems in our live environment.
    I hope, my question is clear.
    Please, help in solving the doubt.
    regards

    Hello,
    There is no difference whether you download from OTN or get so called licensed copy of oracle software. It's free to download and free to use you are using for personal eduction purpose, but if you are using for commercial purpose then you should contact oracle sales for pricing but you can continue with the same software. See following link for certification on different platform
    http://www.oracle.com/technology/support/metalink/index.html
    Regards

  • When trying to download from apple store runtime error message 6025 comes up

    when trying to download from itunes store runtime error 6025 comes up.i've tried uninstalling and reinstalling itunes,but that didn't work.any ideas anyone?

    To change the Apple ID for purchases, go to Settings>Store>Apple ID, tap the ID show, sign out, sign back in using the ID you want to use.

Maybe you are looking for