We are trying to deploy an ADF application in weblogic server and ended up with the following error
[October
31, 2013 3:34:17 PM IST] Initiating deploy operation ...
[October 31, 2013 3:34:17 PM IST] Saving the oracle
configuration changes to archive.
[October 31, 2013 3:34:17 PM IST] Archive:
/u01/weblogic/Oracle/Middleware/user_projects/domains/spaces_domain/sysman/upload/deploy/
MrPrice_ws/archive/MrPrice_Project1_MrPrice.ear
[October 31, 2013 3:34:18 PM IST] [Deployer:149191]Operation
'deploy' on application 'MrPrice_ws' is initializing on 'WC_Spaces'
[October 31, 2013 3:34:19 PM IST] [Deployer:149193]Operation
'deploy' on application 'MrPrice_ws' has failed on 'WC_Spaces'
[October 31, 2013 3:34:19 PM IST]
weblogic.management.DeploymentException: Error: Unresolved Webapp Library
references for "ServletContext@1208924069[app:MrPrice_ws
module:MrPrice-ViewController-context-root
path:/MrPrice-ViewController-context-root spec-version:2.5]", defined
in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match:
false]
[October 31, 2013 3:34:19 PM IST] Error: Unresolved Webapp
Library references for "ServletContext@1208924069[app:MrPrice_ws
module:MrPrice-ViewController-context-root
path:/MrPrice-ViewController-context-root spec-version:2.5]", defined
in weblogic.xml [Extension-Name: jsf, Specification-Version: 2, exact-match:
false]
[October 31, 2013 3:34:19 PM IST] Deploy operation failed
The JDeveloper version is 11.1.2.3 and weblogic is 10.3.6
When we try to deploy the application using jdeveloper integrated server, its working fine. But when we deploy the same in weblogic server we got the above error.
Could any one help me what exactly is need to resolve the same.