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!

Filter exception ADF Essentials 12.2.1.1 on Glassfish 4

jflackAug 30 2016 — edited Mar 6 2017

I'm trying to deploy an ADF 12.2.1.1 application to Glassfish 4.1.1 with ADF Essentials.  Deployment seems to work, I get the login form, I enter a valid username and password, and I think it is authenticating properly against my LDAP directory. But I don't get through to the home page for the application - the error is:

javax.servlet.ServletException: Filter execution threw an exception

root cause

java.lang.NoClassDefFoundError: Could not initialize class oracle.adf.share.security.identitymanagement.UserProfile

This class is in adf-share-ca.jar, which is in C:\glassfish4\glassfish\domains\domain1\lib.  I already know that you have to put these .jar files in "lib", not "lib\applibs" as the docs say - if you put them in applibs it won't deploy at all.  And I did unzip the ADF Essentials libraries with the -j option.

This post has been answered by jflack on Feb 22 2017
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2023
Added on Aug 30 2016
51 comments
6,859 views