Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

error Deploying application to weblogic

Tony007Mar 26 2013 — edited Jun 11 2013
hi am having below rror when deploying application in weblogic am in jdeveloper 11.1.1.6.0,i have created a jar file and deploying it from my jdeveloper
log error is
[01:55:11 PM] ----  Deployment started.  ----
[01:55:11 PM] Target platform is  (Weblogic 10.3).
[01:55:12 PM] Retrieving existing application information
[01:55:12 PM] Running dependency analysis...
[01:55:12 PM] Building...
[01:55:27 PM] Deploying 6 profiles...
[01:55:29 PM] Wrote MAR file to C:\Jdeveloper\mywork\UAMORG\deploy\AutoGeneratedMar.mar
[01:55:41 PM] Wrote Archive Module to C:\Jdeveloper\mywork\UAMORG\ViewController\deploy\UamOrg.jar
[01:55:44 PM] Wrote Web Application Module to C:\Jdeveloper\mywork\UAMORG\ViewController\deploy\uamOrg.war
[01:55:44 PM] Wrote Web Application Module to C:\Jdeveloper\mywork\UAMORG\Model\deploy\OrgTest.war
[01:55:52 PM] Wrote EJB Module to C:\Jdeveloper\mywork\UAMORG\Model\deploy\ejb1.jar
[01:55:54 PM] Info: Namespace '/persdef' is mapped to deploy-target metadata-store-usage 'WebCenterFileMetadataStore' in adf-config.xml but no metadata from the namespace is included in the MAR.
[01:55:54 PM] removed bundleresolver.jar from lib because it cannot be part of an EJB deployment
[01:55:54 PM] Wrote Enterprise Application Module to C:\Jdeveloper\mywork\UAMORG\deploy\Uam.ear
[01:55:56 PM] No metadata repositories found on target server. Using values found in adf-config.xml.
[01:55:56 PM] No metadata repositories found on target server. Using values found in adf-config.xml.
[01:55:56 PM] No metadata repositories found on target server. Using values found in adf-config.xml.
[01:55:56 PM] Entering Oracle Deployment Plan Editor
[01:56:18 PM] Deploying Application...
[01:56:21 PM] [Deployer:149193]Operation 'deploy' on application 'Uam' has failed on 'AdminServer'
[01:56:21 PM] [Deployer:149034]An exception occurred for task [Deployer:149026]deploy application Uam on AdminServer.: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false]..
[01:56:21 PM] Weblogic Server Exception: weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
[01:56:21 PM]   See server logs or server console for more details.
[01:56:21 PM] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: adf.oracle.domain, exact-match: false], [Extension-Name: oracle.jsp.next, exact-match: false].
[01:56:21 PM] ####  Deployment incomplete.  ####
[01:56:21 PM] Remote deployment failed (oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer)
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 9 2013
Added on Mar 26 2013
7 comments
1,358 views