Problem while deploying Oracle ADF application - java.lang.ClassNotFoundException: oracle.adf.model.servlet.ADFBindingFilter
The following exception was thrown while deploying the Oracle ADF application to the server.
[08:38:30 PM] Weblogic Server Exception:
weblogic.application.ModuleException: Failed to load webapp:
'ADF_OSR_ViewController_webapp1.war'
[08:38:30 PM] Caused by: java.lang.ClassNotFoundException:
oracle.adf.model.servlet.ADFBindingFilter
[08:38:30 PM] See
server logs or server console for more details.
[08:38:30 PM] weblogic.application.ModuleException: Failed
to load webapp: 'ADF_OSR_ViewController_webapp1.war'
[08:38:30 PM] ####
Deployment incomplete. ####
[08:38:30 PM] Remote deployment failed
The issue is the ADFBindingFilter class is missing in the
class path.
Steps to resolve the issue:
- Right click on the project and click on Project properties.
- Select the Deployment, the deployment profile and click on edit button.
- Select WEB-INF/lib, Contributors
- Select the library ADF Web Runtime as shown below and click on ok
- Deploy the application now.
Excelente! Me ayudó mucho.
ReplyDeleteUna pregunta adicional. ?Cómo saber que debe activarse "ADF Web Runtime" u otra librería?
Saved me, thank you :)
ReplyDeleteAlbin, you saved me twice! (And I am counting). This kind of altruistic gesture that makes computer industry a unique place in the world. Cheers!
ReplyDeleteThanks a lot man .... very helpfull articale to resolve issue while change context or more modification while .war file name change
ReplyDeletewhat about 12 c ?
ReplyDeletei can't find the WEB-INF/lib??