You may get the following exception while deploying the ADF UI application from Jdev/WLS
Operation 'deploy' on application 'ProjectInitiate_V3_UI' has failed on 'AdminServer'
java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
oracle.adf.library.webapp.ResourceServlet
Deploy operation failed.
Reason being the .war file that you are trying to deploy does not contain the whole lot of classes required. You make .ear file instead which has all the resources required.
The way you do it is, deploy the same at the Application level instead of Project Level from Jdev
OR
If you are deploying directly from EM/Console, deploy the .ear file instead of .war file
Operation 'deploy' on application 'ProjectInitiate_V3_UI' has failed on 'AdminServer'
java.lang.ClassNotFoundException: oracle.adf.library.webapp.ResourceServlet
oracle.adf.library.webapp.ResourceServlet
Deploy operation failed.
Reason being the .war file that you are trying to deploy does not contain the whole lot of classes required. You make .ear file instead which has all the resources required.
The way you do it is, deploy the same at the Application level instead of Project Level from Jdev
OR
If you are deploying directly from EM/Console, deploy the .ear file instead of .war file
No comments:
Post a Comment