ADF Error during deployment: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

ADF Error during deployment: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

I have received the above error when deployed the ADF project in to the WebLogic server. The reason to the error is it is missing the jar file ‘adfmweb-<version>.jar‘.

My adfmweb-12.2.1.0.0.jar file contain the missing class file

061016_0252_ADFErrordur1 ADF Error: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

Solution1:

Instead of deploy ADF project, Deploy the whole application as an ear file.

Solution2:

Right click on the project >> Click Project properties >> Click the Deployment >> Select the Deployment Profile >> Click Edit >> Enable ADF Web Runtime as shown below >> Click Ok >> Okagain >>Deploy with the modified Deployment profile

061016_0252_ADFErrordur2 ADF Error: java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter

Leave a Reply

Your email address will not be published. Required fields are marked *