Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ADF with glassfish 3.1.2.2 pointing to jdk 8

3616702Mar 6 2018 — edited Mar 7 2018

Hi,

JDEV Studio Edition Version 12.2.1.0.0.I am trying to deploy my application to Glass Fish 3.1.2.2.

I have updated my glass fish to point to JDK 8 update 151. My jdev is also pointing to JDK 8 update 151.I have also downloaded and unzipped(using -j option) adf essential libraries.

The glassfish server started successfully. I have even configured my database connection. I am able to start/run the server successfully.

I am trying to deploy an ADF application to this server from Glass fish console. I am getting below error.

Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: java.util.concurrent.ExecutionException: com.sun.faces.config.ConfigurationException: Unable to parse document 'jar:file:/C:/glassfish3/glassfish/domains/domain2/applications/Application2_Project1_Application2/Application2_ViewController_webapp_war/WEB-INF/lib/adf-richclient-bootstrap.jar!/META-INF/faces-config.xml': null. Please see server.log for more details.

THIS IS MY FACES-COnfig.xml

<?xml version="1.0" encoding="windows-1252"?>

<faces-config version="2.1" xmlns="http://java.sun.com/xml/ns/javaee">

  <application>

    <default-render-kit-id>oracle.adf.rich</default-render-kit-id>

  </application>

</faces-config>

This post has been answered by Timo Hahn on Mar 7 2018
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 4 2018
Added on Mar 6 2018
6 comments
461 views