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>