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.