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!

deploy ADF EAR to glassfish

Amir ElsaeedJul 19 2024 — edited Jul 19 2024

Hello,

I am working at ADF project using jdeveloper 12.2.1.4

i am trying to deploy ear to glassfish 7.0.15

i dowloaded ADF Essentials 12.2.1.4

and used this command 'unzip -j adf-essentials.zip '

i added extracted jars to this path

F:\glassfish7\glassfish\domains\domain1\lib\ext

i also changed view-controller deployment profile platform to glassfish 3.1

when i deploy i get this error

Exception Occurred :Error occurred during deployment: Exception while loading the app : java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: java.lang.IllegalArgumentException: java.lang.IllegalArgumentException: Unable to add listener of type: oracle.adf.share.glassfish.listener.ADFGlassFishAppLifeCycleListener, because it does not implement any of the required ServletContextListener, ServletContextAttributeListener, ServletRequestListener, ServletRequestAttributeListener, HttpSessionListener, or HttpSessionAttributeListener interfaces. Please see server.log for more details.

Comments
Post Details
Added on Jul 19 2024
9 comments
596 views