Error deploying Jdeveloper 10.1.3 ADF application on oracleAS 10.1.2

Hi,
i have created an application on Jdeveloper 10.1.3 and when i am trying to deploy it on oracleAS 10.1.2 i get the following error:-
java.rmi.RemoteException deploy failed!: ; nested exception is: oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xsi. deploy failed!: ; nested exception is: oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xs
I searched the forum for a similar kind of error. I got the solution for it.
It mentions about jdk and j2ee versions.I changed my project and jdeveloper libraries and jdk's. But still am getting the same error.
I will post this thread in the jdeveloper forum also.
Please could anyone guide me as to how to approach to this particular scenario.
Thanks in advance.
Madhur

Helllo,
By default in JDeveloper 10.1.3 ADF application will be based on J2EE 1.4 specification version, where OracleAS 10.1.2 is based on J2EE 1.3.
So J2EE is not compatible in this direction.
Can you migrate your application server to 10.1.3?
If not you will need to create your application based on J2EE 1.3 standards.
Regards
Tugdual Grall

Similar Messages

  • Deploy Jdeveloper 11.1.2 ADF Application on weblogic 10.3.5 ???

    I don't want to install ADR on my weblogic. how to create ear file having all the required adf jar and war files in it?
    what is recommended installing ADR on production weblogic server or having ear file containing required war and jar files and why?

    Then how would we deploy jdeveloper 11.1.2 application on jBoss?You wouldn't, at least if you want a supported configuration. Right now, WLS and IBM WebSphere are the only ones supported, and yes, you do install the ADR on WebSphere. If you want to try to get it working on JBoss, you can fuss around with JAR files in the classpath, but it's not going to be supported.
    John

  • Error deploying a Jdeveloper 10.1.3 adf application on oracleAS 10.1.2

    Hi,
    i have created an application on Jdeveloper 10.1.3 and when i am trying to deploy it on oracleAS 10.1.2 i get the following error:-
    java.rmi.RemoteException deploy failed!: ; nested exception is: oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xsi. deploy failed!: ; nested exception is: oracle.oc4j.admin.internal.DeployerException: Unknown assembly root-tag attribute: xmlns:xs
    I searched the forum for a similar kind of error. I got the solution for it.
    It mentions about jdk and j2ee versions.I changed my project and jdeveloper libraries and jdk's. But still am getting the same error.
    i also tried to change the default OC4J of the jdeveloper 10.1.3. But i get the same error when i run the application on the embedded OC4J in Jdeveloper.
    Please could anyone guide me as to how to approach to this particular scenario.
    Thanks in advance.
    Madhur

    Hi,
    i tried changing the web.xml of my application by adding
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <!DOCTYPE web-app PUBLIC "-//Sun Microsystems, Inc.//DTD Web Application 2.3//EN" "http://java.sun.com/dtd/web-app_2_3.dtd">
    But i got another error as shown below
    Failed to deploy web application "pax". Failed to deploy web application "pax". . The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoSuchMethodError
    oracle.jbo.uicli.mom.JUMetaObjectManager.registerDefinitionFactory(Ljava/lang/String;Loracle/adf/model/binding/DefinitionFactory;)V. oracle.jbo.uicli.mom.JUMetaObjectManager.registerDefinitionFactory(Ljava/lang/String;Loracle/adf/model/binding/DefinitionFactory;)V
    I am not able to comprehend as to what this error means
    Please guide me on this.
    Thanks & regards,
    Madhur

  • Error while deploying adf application on oracle cloud service

    hello, i hv registered oracle cloud service for java and database. i hv created simple adf application in which there are 2 jsf pages only linked together. I m using oracle jdeveloper 11gr2. so i hv created ear file for deployment on cloud. i deployed adf application on cloud using java console. But, after uploading application, deployment was failed. I tried 3 times this, but the result was same. I checked log, where i got 3 warnings in whitelist log and error in deploy log. Those are as follows:
    Warnings in   whitelist log:
    2013-04-14 06:57:11 CDT: Starting action "API Whitelist"
    2013-04-14 06:57:11 CDT: API Whitelist started
    2013-04-14 06:57:12 CDT: WARNING - There are 3 warnings(s) found for Testapp.ear.
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Testapp.ear (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:Test_ViewController_webapp.war (3 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (1 Warning)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "login-config" missing under element /
    javaee:web-app.
    If you want to make your application public, you can have empty
    <login-config/> in your web.xml. If you need authentication then you must
    have <login-config> and its child <auth-method> element in web.xml.
    Without this element(<login-config>), users may be challenged by SSO, but
    the application code will be executed as anonymous user only. Line No:4.
    2013-04-14 06:57:12 CDT: WARNING - Path:WEB-INF**** (2 Warnings)
    2013-04-14 06:57:12 CDT: WARNING - 1:Recommended child element "jsp-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    If you have a JSP file that is not pre-compiled, The compilation errors
    could be shown on the browser. It is recommended to include
    <jsp-descriptor><verbose>false<****><****-descriptor> in weblogic.xml.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - 2:Recommended child element "session-descriptor" missing under element /
    orcl-weblogic:weblogic-web-app.
    You will be required to have distinct cookie-path, if multiple
    applications are accessed with in the same SSO session or if you have
    multiple applications with different auth-method(CLIENT-CERT, FORM, BASIC)
    in the same service instance.
    Line No:2.
    2013-04-14 06:57:12 CDT: WARNING - Testapp.ear had 3 warning(s).
    2013-04-14 06:57:12 CDT: INFO - Whitelist validation has completed with 0 error(s) and 3 warning(s).
    2013-04-14 06:57:12 CDT: Whitelist validation passed.
    2013-04-14 06:57:12 CDT: "API Whitelist" complete: status SUCCESS
    and Error in deploy log:
    2013-04-14 06:57:12 CDT: Starting action "Deploy Application"
    2013-04-14 06:57:12 CDT: Deploy Application started
    2013-04-14 06:57:15 CDT: weblogic.application.ModuleException: Failed to load webapp: Test-ViewController-context-root because of DeploymentException: java.lang.ClassNotFoundException: oracle.adf.view.faces.bi.webapp.MapProxyServlet
    2013-04-14 06:57:15 CDT: WL action state: failed
    2013-04-14 06:57:15 CDT: Action FAILED with WL action state: failed
    2013-04-14 06:57:15 CDT: Check the server log of your Java cloud service for more info about the failure.
    2013-04-14 06:57:16 CDT: Application deployment failed.
    2013-04-14 06:57:16 CDT: "Deploy Application" complete: status FAILED
    I am using jdeveloper 11gr2, so pls dont tell me to use jdeveloper 11gr1. because, i hv already developed an application for my final year B.Tech and i cant migrate to previous release. So there is only one way for me by generating ear file and deploying from console.
    So,
    I m not getting what is the problem and what will be solution for this?
    What should i do?
    What changes should required?
    pls, help me to get out from this problem !!!!!

    Well, I guess you have a problem here. Check http://multikoop.blogspot.de/2012/12/deploying-adf-applications-into-oracle.html and from this
    >
    Note: In its current stage Oracle Java Cloud Service runs WebLogic Server 10.3.6 with the appropriate Runtime ADF 11.1.1.6. Deployment of ADF 11gR2 Applications is currently not supported. Beside this limitation some ADF Features are not supported on the Oracle Cloud. According to the Oracle Cloud Documentation it is not supported to use the following ADF features
    ADF Desktop Integration
    ADF mBean
    ADF MDS (Seeded customizations or cross-session personalization)
    ADF Mobile
    ADF Active Data Services (=> No real-time ADF Web Apps in Oracles Cloud)
    ADF Business Components services interfaces (web services) or events
    ADF Data Controls for BI, Essbase, BAM, and JMX
    Further there are some restrictions which are good to know I think
    No Java Mail API (=>Sending Mails is prohibited)
    No File system access by deployed applications (=>Writing files is prohibited)
    No Direct use of Oracle JDBC Driver APIs
    No Java Message Service (JMS)
    Max Size for deployment archive 95MB
    >
    I hope for you that the information from the blog has changes in the meantime (blog is from end of last year). Check the current doc for the cloud ...
    Timo

  • How to deploy ADF applications in Oracle apps

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

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

  • How to deploy a POJO or a java application in oracle ESB?

    hi,
    I m beginner in oracle ESB.
    please someone tell me how to deploy a POJO or a java application in oracle ESB?
    thank you.
    Peter.

    The short answer is "you wouldn't"
    The long answer is that you would expose your Java Application or POJO as a Web Service then virtualise it through the ESB.
    If you're wanting to learn more about SOA, ESB and BPEL have you been to this site http://download.oracle.com/docs/cd/B31017_01/index.htm

  • Deployment of ADF Application in Oracle  Application  server

    I am tring to deploy my application in Oracle 10.1.3 SOA Suite server. But, during deployment time of my xyz.deploy file I am getting following error ->
    Binding GlobalSalesService6.0 web-module for application GlobalSalesService6 to site default-web-site under context root GlobalSales
    Exception: NoClassDefFoundError: oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Operation failed with error:
    oracle/adf/view/faces/event/industrial/VirtualFunctionKeyActionEvent
    Deployment failed
    Please help me to solve the problem. My application is running fine in my embedded OC4J server in JDeveloper.

    I met the same problem too.
    I'm using oc4j 10.1.3.1 and install ADF runtime using adfinstaller.jar.
    does anybody know how to solve this problem?

  • Deployment of ADF Application on Oracle application server

    Respected Experts ,
    I have created a ADF application using Jdeveloper 10.1.3.2.0 the version of ADF is 10.1.3.40.66
    Now i have the following questions.
    1. I have installed Oracle Application server 10.1.3.1.0 (Oracle SOA Suite 10.1.3.1.0) ,how ever i have installed only the j2ee server and web server .The server is on Linux (Red hat ES 4).
    The server has installed sucessfully and can be accessed by using em. but when i am deploying the application on server using server control by uploading the war file the application gets deployed correctly but on acessing it through browser it gives HTTP 500 error.
    Is this due to ADF runtime version mismatch ? or some other reasons are there.
    2. What is the opmn port of this server ,so i can make connection from jdeveloper.
    3. How to update ADF runtime of server.
    4.How to configure datasource or jdbc source on server.
    Thanks in advance ,please help me .

    The steps for correctly deploying the application are in the documentation:
    http://download.oracle.com/docs/cd/B32110_01/web.1013/b25947/deployment_topics.htm#CHDJJDDG

  • Deploying ADF application to Oracle 10.1.2

    HI,
    I need some advice or best practice to deploy an ADF application to an OAS 10.1.2 server. The application is build using JDeveloper 10.1.2.3, ADF business components and a ADF/Struts controller.
    I would like to know which ADF JAR files I need to package in the WEB-INF/lib (ex.) to make the application run - if any. I thought that ADF Runtime was part of the OAS and in the default OC4J classpath. Therefore, it shouldn't be necessary to package the ADF jars like adfm.jar, adf-controller.jar and other jars containing ADF classes into the war-file at all. But if I don't, I get some NoClassDefFound exceptions for these classes.
    Please, how do I avoid to include the ADF jars in my war-file (war-file is included in an ear-file) - and should I avoid it at all?
    Should I customize the orion-application.xml file to add the needed libraries to the OC4J application classpath, or do I need to manually change the OC4J classpath and how?
    What to do? :-)
    Regards
    Jacob

    Some additional configuration is required for OAS 10.1.2
    http://download-uk.oracle.com/docs/cd/B31017_01//web.1013/b25947/deployment_topics006.htm#CIHGIAAE

  • Error deploying JDeveloper project using ant-sca-compile.xml

    Hi all, I'm having problems on deploying a JDeveloper project using ant-sca-compile.xml. The output in C:\XXXX\YYYYY\SCA-INF\classes\scac.log is:
    java.lang.NoClassDefFoundError: 4\jdeveloper\////oracle_common
    Caused by: java.lang.ClassNotFoundException: 4\jdeveloper\....oracle_common
         at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:305)
         at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
         at java.lang.ClassLoader.loadClass(ClassLoader.java:246)
    Could not find the main class: 4\jdeveloper\/../oracle_common. Program will exit.
    Exception in thread "main"
    What's missing in wich classpath?
    Regards
    Efren.

    Same composite we were able to deploy successfully without any error, from Monday onward we are experiencing this issue.
    We checked in Installation Guide provided by oracle. Oracle has suggested few memory related changes in ant-sca-compile.xml file.
    Increasing Memory to avoid Compilation Errors
    To avoid out-of-memory errors during compilation of a SOA composite application, you need to
    increase the following memory settings.
    To increase memory settings:
    1. Open the ant-sca-compile.xml file in the SOA_HOME/bin directory.
    2. Under the scac element, increase the following memory settings.
    <jvmarg value="-Xms2048m"/>
    <jvmarg value="-Xmx2048m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    3. For Windows change the following memory settings to.
    <jvmarg value="-Xms1536m"/>
    <jvmarg value="-Xmx1536m"/>
    <jvmarg value="-XX:PermSize=32m"/>
    <jvmarg value="-XX:MaxPermSize=256m"/>
    We did those changes but still experiencing same error. I checked H:\AIASOAProject\AIAReceiptInterface\ReceiptListEbizProvider\SCA-INF\classes\scac.log ; file its showing Could not create the Java virtual machine.
    Regards
    Manish

  • Can we deploye ADF application to Oracle 10g Application server ?

    Hi,
    I have developed ADF application in Jdeveloper 10g, Now i dont have weblogic server.
    So i need to deploye Oracle Application server 10g, Is it possible.
    if possible please tell the process.
    Regards,
    Chandra

    Hi Frank,
    May i know the procedure for deploying the ADF application in 10g AS.
    Regards,
    Palepu
    Edited by: Palepu on 20 Feb, 2012 4:21 PM

  • ADF Application and Oracle Portal Login Page

    We have developed ADF application and deployed it in Oracle AS 10.1.2 along with the custom JAAS module, which is working fine with the application custom login page. As a next page, I want to use Oracle Portal login page for the authentication and authorization.
    How can I accomplished it? Any idea?
    Thanks,
    AP

    Shay,
    1. I created blank ADF project
    2. I copied myreport.jsp file (this one was generated by Oracle Report Builder) under ..ViewController/public_html directory
    3. Created directory 'lib' under ViewController/public_html/WEB-INF/lib
    4. Copied reports_tld.jar file under the directory created in 3.
    5. Created simple jspx page with the af:link (btw af:goLink does not exists in JDev 12c), set 'destination' to myreport.jsp
    After the steps above I could not even compile the application, many problems too many to list here, Basically JDev is trying to build the project with .jsp file generated in Report Builder and is unable to.
    So to be sure we are on the same page: I am trying to embed JSP report files generated by Report Builder into ADF project, then create EAR file and deploy on standalone WLS. Finally execute JSP web only report.

  • Deploying jdeveloper's jsf toplink ejb application to jboss4.0.4

    hi java/j2ee developers,
    we developed a application using jdeveloper ide using jsf,toplink and ejb technologies, when we deploying this application to jboss4.0.4 application server we are getting the following exception
    org.jboss.deployment.DeploymentException: Failed to parse WEB-INF/web.xml; - nested throwable: (org.jboss.deployment.DeploymentException: expected one local-home tag)
    at org.jboss.web.AbstractWebContainer.parseMetaData(AbstractWebContainer.java:749)
    at org.jboss.web.AbstractWebContainer.init(AbstractWebContainer.java:356)
    if anybody knows how to solv e this one, please give us the reply as soon as possible,Thanks In Advance.we are waiting for your kind information.Thank you once again.

    Basically I started to develop this system inside Oracle AS and then when it came time to passing a request to a new page, it crapped out on me on the App. Server. So instead of trying to fix the problem there and then I continued to develop outside Portal and inside Jdeveloper. After a week or two once all my stuff worked perfectly I try and take it back into Portal but only the first JSP of all my Portlets would show up, because as soon as I would submit a form and the action directed me to a new page and Portal would be lost/confused. Obviously I shouldn't have done it that way but none the less...
    So now I'm reading through the documentation you pointed me towards and it seems I have to qualify my parameters and then "attach" them to the url which the form will pass to the actioned page. I'm importing numerous classes (...urlUtils, etc) in order to qualify the parameters and then build this url without affecting any parameters currently present that my portlet does not own.
    What I'm rambling towards here is all this separation of logic and presentation and the whole nine, implies different people can develop different parts of a 'system' mostly independant of one another...so in my situation I shouldn't in huge trouble yet, since underlying everything is a working system. My issue is with oracle and the App Server. If I take my code which works great outside of the App. Server and I fully qualify parameters and make sure my form actions are constructed using the UrlUtils in order to fully qualify them as well, and then I make sure page parameters are mapped to the proper portlet parameter values....should my system work on the App Server (assuming everything is done properly)....or am I still missing something.

  • How To Integrate ADF Application with Oracle Fusion Middleware Audit Fmwk ?

    Hi All,
    I'm having ADF/ADF Face Application (using Jdev 11.1.1.5) and want to integrate it with Oracle Fusion Middleware Audit Framework.
    I want to generate audit records by using oracle.security.jps.service.audit API and also want that Audit Policy
    for my Application will be visible and manageable through FusionMiddlewareControl (as well as othe admin tools)
    on the same way how it is for the OPSS services for example.
    Unfortunately i didn't find any detailed docs for the topics above. In the Oracle Fusion Middleware Security Guide,
    it is steated only that:
    "Stand-alone applications can be integrate d with the Oracle Fusion Middleware Audit Framework through configuration with the jps-config.xml file."
    , but nothing in details.
    Can somebody help with this, giving some more detailed info or links to the appropriate detailed documentation(if any) ?
    Thanks in advance,
    Krasimir

    deepak - why not link to the real documentation instead of that site that illegally publishes stuff?
    Krasimir - I had a look at this a long way back, and didn't explore it much further because I reached a dead end in trying to figure out how it worked. It seems to me that the function is there and may be used internally within Oracle, but that it's not documented well enough for we mere mortals of the public to use it.
    Have you tried opening an SR with Support? They won't know, but they will be able to raise it up and perhaps find someone who does know - be sure to reference this thread in your SR if you go that route.
    John

  • Can we deploy jdeveloper 11.1.2 application in standalone weblogic 10.3.4 ?

    Hi,
    I have an urgent issue on deployment. Can we use weblogic 10.3.4 for deploying jdeveloper 11.1.2 adf applications?
    and how to got sherman patch if i have to use standalone weblogic 10.3.5?
    Please answer this query?
    Thanks a lot. Please Reply.

    Hi Kunal,
    Unfortunately, it's not stated so clearly anywhere, at least that I know of.
    In http://www.oracle.com/technetwork/developer-tools/jdev/jdev11gr2-cert-405181.html#Application_Servers it's stated "Certified with 11.1.1.5.x only" and then if you look at http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls it's stated that 11.1.1.5.0 is certified with WebLogic Server 10.3.5.
    You can also look in the release notes http://www.oracle.com/technetwork/developer-tools/jdev/shermanrelnotes-405777.html#deploy which shows to install 10.3.5.
    If you wanted a very clear definitive statement from Oracle - file an SR with support and ask them.
    John

Maybe you are looking for