10.1.3.3 OC4J : ANT deployment fails

I have the following Build.xml file, when trying to deploy I am getting the error:
build.xml:9: The <antlib:oracle:deploy> type doesn't support the "host" attribute.
<project name="test" default="deploy-ear" basedir="." xmlns:oracle="antlib:oracle">
<property file="ant-oracle.properties"/>
<target name="deploy-ear">
<echo message="-----> Deploying the application module deployment (ear) file"/>
<oracle:deploy
moduleType="ear"
host="${oc4j.host}" port="${oc4j.admin.port}"
userId="${oc4j.admin.user}" password="${oc4j.admin.password}"
file="WSApp.ear"
deploymentName="WSApp"
logFile="${log.dir}/deploy-ear.log"
/>
</target>
</project>

Hello,
Look Deploying an EAR File from http://download.oracle.com/docs/cd/B25221_04/web.1013/b14431/anttasks.htm#sthref305.
You'll want to probably use deployerUri.

Similar Messages

  • Oc4j instance deployment failed

    hello
    i create new oc4j instance and enable the ssl on oc4j instance.i try to deploy the .ear and .war files on oc4j instance . i am getting this error.
    Deployment failed: See base exception for details.
    Resolution:
    See base exception for details.
    Base Exception:
    Unknown web-site default-web-site, for OC4J instance ormi://localhost:12402
    Resolution:
    . Base Exception:
    Unknown web-site default-web-site, for OC4J instance ormi://localhost:12402
    Resolution:

    Hi ,
    I am getting below exception, while deploying my EJB in oc4j 10.1.2, after enabling SSL
    Deployment failed: Base Exception:
    Changing value to OFF for Attribute KeepAlive, Entity et="system";ei="0",et="ApacheMainServer";ei="11" resulted in a constraint violation.Base Exception:
    The value OFF must match with one of the values from the list: [On,Off].
    Resolution:
    User must supply a value which matches one of the possible predefined values..
    Resolution:
    Please make sure that new value passes all the constraints defined
    Please help to resolve. Previously i didnt get this error when SSL is not enabled

  • Ant deploy fails

    I installed configured the Java Web Services Dev Pack 1.0_01. I built installed and tested the HelloWorld Java-RPC example without any problem. Next I tried creating a new Web Service but when I try to deploy it I get the following error:
    C:\Projects\MyRPCTest\source>ant deploy
    Buildfile: build.xml
    deploy:
    BUILD FAILED
    Total time: 1 second
    C:\Projects\MyRPCTest\source\build.xml:14: java.io.IOException: Server returned
    HTTP response code: 403 for URL: http://localhost:8080/lmrp/deploy?path=%2Flmrp-jaxrpc
    Has anyone seen this error and know a solution?

    Figured it out. I changed my build.xml to point build.properties in Java Web Services directory.
    <property file="/jwsdp-1_0_01/docs/tutorial/examples/jaxrpc/common/build.properties"/>

  • OSM Ant deployment failing

    Hi All,
    I am trying to automate the OSM Ant deployment by using the default build.xml provided with the OSM. However while trying to deploy the par file I am running into some database errors it seems.
    I have attached the logs. Can some one help me diagnose the issue?
    Thanks,
    Manish Joshi

    Hi David,
    I had faced the exact same situation, when the build machine could not access the xsd urls used in development/source checked in to source control.
    We could not fix that by making the build machine see the dev urls - as in our case the build machine was the final deployment target.
    The work around we used was a bit messy - it involved using a shell script and a text based config file. The shell script would search and replace urls in the source code based on the config file, after checking out from source control. Then the suitcase gets built fine but the deployment plan would be redundant.
    Maybe you could open a SR, requesting a more rational design for BPEL compilation/attaching deployment plan - if the deployment plan could be applied as a part of compilation step itself before validatiing the schemas etc, then it would solve this problem.
    Thanks,
    Shanmu.
    http://www.prshanmu.com/articles/

  • ANT deployment failed in Linux

    All,
    version: 10.1.3.4
    I have created a simple BPEL and use ant to deploy. In the build.xml, I use replaceregexp to replace something during deployment. It works fine in my windows box. But same bpel fails in my linux box with the following error..
    This is common and has a number of causes; the usual
    solutions are to read the manual pages then download and
    install needed JAR files, or fix the build file:
    - You have misspelt 'replaceregexp'.
    Fix: check your spelling.
    - The task needs an external JAR file to execute
    and this is not found at the right place in the classpath.
    Fix: check the documentation for dependencies.
    Fix: declare the task.
    - The task is an Ant optional task and the JAR file and/or libraries
    implementing the functionality were not found at the time you
    yourself built your installation of Ant from the Ant sources.
    Fix: Look in the ANT_HOME/lib for the 'ant-' JAR corresponding to the
    task and make sure it contains more than merely a META-INF/MANIFEST.MF.
    If all it contains is the manifest, then rebuild Ant with the needed
    *libraries present in ${ant.home}/lib/optional/ , or alternatively,*
    download a pre-built release version from apache.org
    - The build file was written for a later version of Ant
    Fix: upgrade to at least the latest release version of Ant
    - The task is not an Ant core or optional task
    and needs to be declared using <taskdef>.
    - You are attempting to use a task defined using
    *<presetdef> or <macrodef> but have spelt wrong or not*
    defined it at the point of use
    Remember that for JAR files to be visible to Ant tasks implemented
    in ANT_HOME/lib, the files must be in the same directory or on the
    classpath
    Please neither file bug reports on this problem, nor email the
    Ant mailing lists, until all of these causes have been explored,
    as this is not an Ant bug.
    I tried to set the path as below in my build.xml, but still the same error but with additional like *"Could not load definitions from resource net/sf/antcontrib/antcontrib.properties. It could not be found......"*
    +*<taskdef resource="net/sf/antcontrib/antcontrib.properties">*+
    +*               <classpath>*+
    +*<pathelement location="/oracle/product/10.1.3.1/OracleAS_1/bpel/system/services/lib/ant-contrib-1.0b2.jar"/>*+
    +*               </classpath>*+
    +*          </taskdef>*+
    any help is appreciated
    rgds
    sen

    Vlad,
    My windows classpath
    BASE_OB_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\lib\tools.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-launcher_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\oracle_http_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\olite40.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\aqapi.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orawsdl.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-infra.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-services.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlunit1.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bipres.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bicmn.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\uix2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\share.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\regexp.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\jewt4.jar
    CLASSPATH=;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\serializer_2.7.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xalan_2.7.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\jre\lib\rt.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\lib\tools.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-launcher_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\oracle_http_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\olite40.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\aqapi.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orawsdl.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-infra.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-services.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlunit1.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bipres.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bicmn.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\uix2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\share.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\regexp.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\jewt4.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\j2ee_1.3.01.jar;;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4jclient.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\xml.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\rmic.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4j.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\jmxri.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\javax77.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home/admin_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-junit.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\junit.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\hatatap.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\services\schema
    CLIENT_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4jclient.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\xml.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\rmic.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4j.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\jmxri.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\javax77.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home/admin_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar
    JAVA_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\jre\lib\rt.jar
    MY_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes
    OBANT_CLASSPATH=;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\serializer_2.7.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xalan_2.7.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\jre\lib\rt.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\lib\tools.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-launcher_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\oracle_http_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\olite40.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\aqapi.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orawsdl.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-infra.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-services.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlunit1.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bipres.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bicmn.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\uix2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\share.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\regexp.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\jewt4.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\j2ee_1.3.01.jar;;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4jclient.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\xml.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\rmic.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\..\..\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\oc4j.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\jmxri.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home\lib\javax77.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\..\j2ee\home/admin_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-junit.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\junit.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\hatatap.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\services\schema
    OBDK_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\jre\lib\rt.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\lib\tools.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-launcher_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\oracle_http_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\olite40.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\aqapi.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orawsdl.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-infra.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-services.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlunit1.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bipres.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bicmn.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\uix2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\share.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\regexp.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\jewt4.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\j2ee_1.3.01.jar;
    OB_CLASSPATH=C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\system\classes;C:\soa10g\product\10.1.3.1\OracleAS_1\jdk\lib\tools.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-common.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-thirdparty.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-exts.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orabpel-ant.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant-launcher_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\ant_1.6.5.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\oracle_http_client.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlparserv2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\olite40.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\aqapi.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\dms.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\orawsdl.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-infra.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bpm-services.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\xmlunit1.0.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bipres.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\bicmn.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\uix2.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\share.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\regexp.jar;C:\soa10g\product\10.1.3.1\OracleAS_1\bpel\lib\jewt4.jar
    Linux classpath
    CLIENT_CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4jclient.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/xml.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/rmic.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4j.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/jmxri.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/javax77.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/admin_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar
    OB_CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/bpel/system/classes:/oracle/product/10.1.3.1/OracleAS_1/jdk/lib/tools.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/connector15.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-exts.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-ant.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-launcher_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/oracle_http_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlparserv2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/aqapi.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orawsdl.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-infra.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-services.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlunit1.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bipres.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bicmn.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/uix2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/jewt4.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/share.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/regexp.jar
    MY_CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/bpel/system/classes
    OBDK_CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/rt.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/system/classes:/oracle/product/10.1.3.1/OracleAS_1/jdk/lib/tools.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/connector15.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-exts.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-ant.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-launcher_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/oracle_http_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlparserv2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/aqapi.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orawsdl.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-infra.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-services.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlunit1.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bipres.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bicmn.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/uix2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/jewt4.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/share.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/regexp.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/j2ee_1.3.01.jar
    OBANT_CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/serializer_2.7.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xalan_2.7.0.jar:/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/rt.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/system/classes:/oracle/product/10.1.3.1/OracleAS_1/jdk/lib/tools.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/connector15.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-exts.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-ant.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-launcher_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/oracle_http_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlparserv2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/aqapi.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orawsdl.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-infra.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-services.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlunit1.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bipres.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bicmn.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/uix2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/jewt4.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/share.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/regexp.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/j2ee_1.3.01.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4jclient.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/xml.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/rmic.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4j.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/jmxri.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/javax77.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/admin_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/junit.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-junit.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/hatatap.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/system/services/schema
    CLASSPATH=/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/serializer_2.7.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xalan_2.7.0.jar:/oracle/product/10.1.3.1/OracleAS_1/jdk/jre/lib/rt.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/system/classes:/oracle/product/10.1.3.1/OracleAS_1/jdk/lib/tools.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/connector15.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-exts.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-ant.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-launcher_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant_1.6.5.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/oracle_http_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlparserv2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/aqapi.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orawsdl.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-infra.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bpm-services.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/xmlunit1.0.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bipres.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/bicmn.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/uix2.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/jewt4.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/share.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/regexp.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/j2ee_1.3.01.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4jclient.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/xml.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/rmic.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/../../lib/dms.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/oc4j.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/jmxri.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/lib/javax77.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/../j2ee/home/admin_client.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-common.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel-thirdparty.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/junit.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/ant-junit.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/lib/hatatap.jar:/oracle/product/10.1.3.1/OracleAS_1/bpel/system/services/schema
    In either of the OS, I don't find both the files you have mentioned!

  • Ant deploy from Jdev works fine - same ant deploy from command line fails

    Hi
    I'm using Jdev 10.1.3 and OAS 10.1.3 and created some web services. I can deploy using the Wizard in JDev - works fine, created a build.xml file using the <oracle:deploy> ant task. Also work fine from JDeveloper.
    But when running from command line (windows) I get the following:
    d:\>ant deploy
    Buildfile: build.xml
    init:
    compile:
    copy:
    ear:
    [war] Building war: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    [war] Warning: selected war files include a WEB-INF/web.xml which will be ignored (please use webxml attribute to war task)
    [ear] Building ear: D:\invision\source\INVisionWebService1013\deploy\INVisionWebService.ear
    [delete] Deleting: D:\invision\source\INVisionWebService1013\INVisionWebService.war
    deploy:
    BUILD FAILED
    D:\invision\source\INVisionWebService1013\build.xml:282: The following error occurred while executing this line:
    jar:file:/D:/apache/apache-ant-1.6.5/lib/ant-oracle-classes.jar!/oracle/antlib.xml:27: taskdef class oracle.j2ee.ws.tools.wsa.cli.ant.GenProxy cannot be found
    I have studied the web for suggestion also http://download-east.oracle.com/docs/cd/B25221_04/web.1013/b14431/anttasks.htm#sthref164 but nothing seems to work. Tried copying oracle jars to my ant directory (ant version 1.6.5) but still no success (above error message disappered but other came instead).
    Why must this process be so complex. Can anyone help?

    Hi,
    You need to have the following jars in your classpath before firing the ant deploy task.
    ${Oracle_Home}\j2ee\utilities\ant-oracle-classes.jar;
    ${Oracle_Home}\j2ee\home\lib\adminclient.jar;
    ${Oracle_Home}\2ee\home\lib\oc4j-internal.jar;
    ${Oracle_Home}\j2ee\home\lib\javax77.jar;
    ${Oracle_Home}\j2ee\home\lib\javax88.jar;
    ${Oracle_Home}\j2ee\home\lib\jmxri.jar;
    ${Oracle_Home}\OracleAS_1\webservices\lib\wsa.jar;
    Please check your classpath and add the above jars, if not present and try ant deploy task now.
    I suppose it should work fine.
    Hope its helpful.
    Rgds,
    Prashanth Babu.

  • OC4j 11 - preview Deployment failing

    Hi, I am using JDeveloper 11 - preview version and building an application. I am trying to deploy this app in OC4j 11 and get the following error message on JDeveloper logs
    Building...
    Wrote WAR file to C:\JDevFusion on desharma4\jdev\MyProjects\HPBugReport\ViewController\deploy\hpbugs.war
    Wrote JAR file to C:\JDevFusion on desharma4\jdev\MyProjects\HPBugReport\Model\deploy\hpbugmodel.jar
    Wrote EAR file to C:\JDevFusion on desharma4\jdev\MyProjects\HPBugReport\HPBugReportDeployment\deploy\hpbugs.ear
    #### Deployment incomplete. #### Mar 21, 2008 5:32:50 PM
    oracle.oc4j.admin.deploy.spi.exceptions.ExtendedConfigurationException: Nested Exception
    Nested Exception
    Nested Exception
    null
    Can some one help me out where the actual deployment logs are and the cause of this. Will appreciate any help.
    Regards
    Deepak Sharma

    Hi Deepak,
    Did you find the cause?
    Can you please share your experience?
    Thanks & Regards,
    Kaushik

  • Is there a way of changing the jdevappunknown_ folder that Ant deploys to?

    Using Ant DeployESBSuitcase doesn't work when deploying Projects with dependencies.
    Steps to re-create error:
    Create a JDeveloper ESB Project called ‘ProjectB’ and add file adapter called ‘WriteFile’ to write a file. Deploy this project using JDeveloper.
    Create another JDeveloper ESB Project called ‘ProjectA’ and add a file adapter called ‘ReadFile’ to read a file.
    From ProjectA’s routing service add a routing rule and use ‘Browse Target Service Operation’ (Gear wheel icon) and select the deployed ProjectB_WriteFile service.
    Deploy ProjectA using JDeveloper.
    Use Ant to create a deploymentplan file for both projects by running the ExtractESBDeploymentPlan target.
    Note: As these projects are saved under their own directory structure
    C:\Workspace\Local\ProjectA and C:\Workspace\Local\ProjectB you will need to copy the ..\ProjectB\ProjectB_WriteFile.wsdl to the ProjectA folder.
    Confirm that ProjectA and ProjectB Ant build files DeployESBSuitcase properties (esbMetadataServerHost and esbMetaServerPort) point to another server other than the one you have just deployed ProjectA and ProjectB to using JDeveloper. i.e. a clean server that doesn’t know about these Projects
    Deploy ProjectB using Ant’s DeployESBSuitcase target.
    Deploy ProjectA using Ant’s DeployESBSuitcase target.
    An error is now thrown
    C:\Workspace\Local\ProjectA>ant DeployESBSuitcase
    Buildfile: build.xml
    DeployESBSuitcase:
    [echo] Deploying ESB Project ProjectA to serverx
    [deployESBSuitcase] Deployment Attempt Response :
    [deployESBSuitcase] <deploymentSummary>
    [deployESBSuitcase] <message>Entity Deployment Failed</message>
    [deployESBSuitcase] <errors>
    [deployESBSuitcase] <error code="1049" severity="5">
    [deployESBSuitcase] <description>WSDL "esb:///ESB_Projects/Local_ProjectB/ProjectB_WriteFile.wsdl" of service "DefaultSystem.ProjectB_WriteFile" is invalid or unaccessible. Following error is thrown by WSDL Parser : WSDL Parsing Failed: org.apache.slide.structure.ObjectNotFoundException: No object found at /files/ESB_Projects/Local_ProjectB</description>
    [deployESBSuitcase] <fix>Ensure that the WSDL is accessible and valid. If the problem persists, Contact Oracle Support.</fix>
    [deployESBSuitcase] </error>
    [deployESBSuitcase] </errors>
    [deployESBSuitcase] </deploymentSummary>
    [deployESBSuitcase]
    [deployESBSuitcase] Deployment Failed ...Unhandled Exception
    [deployESBSuitcase] java.lang.Exception: Deployment attempt failed, please review deployment attempt response above
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:128)
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:175)
    [deployESBSuitcase] at oracle.tip.esb.client.anttasks.DeployESBSuitcaseTask.execute(DeployESBSuitcaseTask.java:510)
    [deployESBSuitcase] at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    [deployESBSuitcase] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [deployESBSuitcase] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [deployESBSuitcase] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [deployESBSuitcase] at java.lang.reflect.Method.invoke(Method.java:585)
    [deployESBSuitcase] at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    [deployESBSuitcase] at org.apache.tools.ant.Task.perform(Task.java:348)
    [deployESBSuitcase] at org.apache.tools.ant.Target.execute(Target.java:357)
    [deployESBSuitcase] at org.apache.tools.ant.Target.performTasks(Target.java:385)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    [deployESBSuitcase] at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    [deployESBSuitcase] at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    [deployESBSuitcase] at org.apache.tools.ant.Main.runBuild(Main.java:758)
    [deployESBSuitcase] at org.apache.tools.ant.Main.startAnt(Main.java:217)
    [deployESBSuitcase] at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    [deployESBSuitcase] at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    BUILD FAILED
    java.lang.Exception: Deployment attempt failed, please review deployment attempt response above
    at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:128)
    at oracle.tip.esb.client.anttasks.DeploymentHelper.deploy(DeploymentHelper.java:175)
    at oracle.tip.esb.client.anttasks.DeployESBSuitcaseTask.execute(DeployESBSuitcaseTask.java:510)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:585)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1306)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1189)
    at org.apache.tools.ant.Main.runBuild(Main.java:758)
    at org.apache.tools.ant.Main.startAnt(Main.java:217)
    at org.apache.tools.ant.launch.Launcher.run(Launcher.java:257)
    at org.apache.tools.ant.launch.Launcher.main(Launcher.java:104)
    Total time: 2 seconds
    C:\Workspace\Local\ProjectA>
    This error is thrown as ProjectB’s wsdl file cannot be found under esb:///ESB_Projects/Local_ProjectB/ProjectB_WriteFile.wsdl.
    This is due to Ant deploying ProjectB under …\ESB_Projects\jdevappunknown_ rather than …\ESB_Projects\Local_ProjectB
    When deploying ESB projects from JDeveloper they are created under the following structure: <Oracle_Home>\integration\esb\oraesb\artifacts\store\metadata\files\ESB_Projects\<JDev_Workspace>\<Project_Name>
    However when using the Ant target DeployESBSuitcase ALL projects are deployed to the same folder:
    <Oracle_Home>\integration\esb\oraesb\artifacts\store\metadata\files\ESB_Projects\jdevappunknown_
    Is there a way of changing the jdevappunknown folder used by Ant deployments?
    Edited by: user2000 on Apr 27, 2009 3:37 PM

    James,
    Following my steps above I don't get anything in the deploymentPlan for either ProjectA or ProjectB which includes a WSDL URL I can modify.
    ProjectA includes the ProjectB_WrieFile.esbsv file which contains the following line:
    <wsdlURL>esb:///ESB_Projects/Local_ProjectB/ProjectB_Write.wsdl</wsdlURL>
    Is there something I can change which will mean when I regenerate the deploymentPlan it will include the WSDL location?
    Thanks
    Alistair
    Edited by: user2000 on Apr 28, 2009 11:55 AM
    I've included Both Deployment Plans:
    ProjectA Deployment Plan
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <deploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectA_ReadFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Read" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.inbound.FileActivationSpec" name="ActivationSpec"/>
    <property value="Archive" name="LogicalArchiveDirectory"/>
    <property value="true" name="DeleteFile"/>
    <property value=".*\.txt" name="IncludeFiles"/>
    <property value="60" name="PollingFrequency"/>
    <property value="0" name="MinimumAge"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    <property value="*.txt" name="UIincludeWildcard"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectA_ReadFile_RS" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <serviceDefinition>
    <property value="ProjectA_ReadFile.wsdl" name="wsdlURL"/>
    </serviceDefinition>
    </properties>
    </serviceDeploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectB_WriteFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Write" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.outbound.FileInteractionSpec" name="InteractionSpec"/>
    <property value="ProjectB_%SEQ%.txt" name="FileNamingConvention"/>
    <property value="1" name="NumberMessages"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    </deploymentPlan>
    Project B Deployment Plan
    <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
    <deploymentPlan>
    <serviceDeploymentPlan qname="DefaultSystem.ProjectB_WriteFile" status="ENABLED">
    <parent type="system" qname="DefaultSystem"/>
    <properties>
    <jcaOperation>
    <property value="Write" name="LogicalDirectory"/>
    <property value="oracle.tip.adapter.file.outbound.FileInteractionSpec" name="InteractionSpec"/>
    <property value="ProjectB_%SEQ%.txt" name="FileNamingConvention"/>
    <property value="1" name="NumberMessages"/>
    <property value="true" name="OpaqueSchema"/>
    </jcaOperation>
    <jcaAddress>
    <property value="eis/FileAdapter" name="location"/>
    </jcaAddress>
    </properties>
    </serviceDeploymentPlan>
    </deploymentPlan>

  • Bpel deployment fails for all processes that have revision other than 1.0.

    Using: Release *10.1.3.3.1*
    Hello All,
    Bpel deployment fails for all processes that have revision other than *1.0*.
    We have been attempting to deploy several BPEL projects via ANT script to a target environment and are encountering failures to deploy for every project which isn’t a (revision 1.0). We are getting the following error whenever we try to deploy a process with a revision other than 1.0:
    D:\TJ_AutoDeploy\BPEL_AutoDeploy_BETA\build.xml:65: BPEL archive doesnt exist in directory "{0}"
         at com.collaxa.cube.ant.taskdefs.DeployRemote.getJarFile(DeployRemote.java:254)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.deployProcess(DeployRemote.java:409)
         at com.collaxa.cube.ant.taskdefs.DeployRemote.execute(DeployRemote.java:211)
         at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:275)
         at org.apache.tools.ant.Task.perform(Task.java:364)
         at org.apache.tools.ant.Target.execute(Target.java:341)
         at org.apache.tools.ant.Target.performTasks(Target.java:369)
         at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1216)
         at org.apache.tools.ant.Project.executeTarget(Project.java:1185)
         at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:40)
         at org.apache.tools.ant.Project.executeTargets(Project.java:1068)
         at org.apache.tools.ant.Main.runBuild(Main.java:668)
         at org.apache.tools.ant.Main.startAnt(Main.java:187)
         at org.apache.tools.ant.launch.Launcher.run(Launcher.java:246)
         at org.apache.tools.ant.launch.Launcher.main(Launcher.java:67)
    The structure of our automated deployment script is as follows:
    First, a batch script calls (Jdeveloper_BPEL_Prompt.bat) in order to set all necessary environment variables i.e. ORACLE_HOME, BPEL_HOME, ANT_HOME, etc for ant.
    Next, the script lists every .jar file within the directory to an .ini file called BPEL_List.ini. Furthermore, BPEL_DIR, ADMIN_USER and ADMIN_PSWD variables are set and initialized respectively to:
    -     “.” – point to directory where script is running from because all the BPEL processes are located here
    -     “oc4jadmin”
    -     “*********” (whatever the password for out environment is)
    We’ve developed a method to have the script prompt the user to select the target environment to deploy to. Once the user selects the appropriate environment, the script goes through the BPEL_List.ini files and a loop tells it that for every BPEL process listed:
    DO ant
    -Dprocess.name=%%b
    -Drev= !Rev!
    -Dpath=%BPEL_DIR%
    -Ddomain=default
    -Dadmin.user=%ADMIN_USER%
    -Dadmin.password=%ADMIN_PWD%
    -Dhttp.hostname=%HOST%
    -Dhttp.port=%PORT%
    -Dverbose=true
    (What’s happening is that the variables in the batch file are being passed on to the ANT script where *%%b* is the process name, !rev! is revision #, and so on…)
    The loop goes through each line in the BPEL_List.ini and tokenizes the BPEL process into 3 parts *(%%a, %%b, and %%c)* but we only extract 2 parts: *%%b* (process name) and *%%c* which becomes !Rev! (revision number).
    Example:
    Sample BPEL process:
    bpel_ThisIsProcess1_1.0.jar
    bpel_ThisIsProcess2_SOAv2.19.0.001B.jar
    After tokenizing:
    %%a     %%b     %%c
    bpel     ThisIsProcess1     1.0.jar
    bpel     ThisIsProcess2     SOAv2.19.0.001B.jar
    *!Rev!* and not *%%c* because *%%c* will return whatever the revision number is + the “.jar” file extension as illustrated above. So to circumvent this, we parse *%%c* so that the last 4 characters are stripped. Such is done like this:
    set RevN=%%c
    set RevN=!RevN:~0,-4!
    Hence, the usage of !Rev!.
    Below is a screenshot post of the ANT build.xml that goes with our script:
    <!--<?xml version="1.0"?>-->
    <!--BUILD.XML-->
    <project name="bpel.deploy" default="deployProcess" basedir=".">
         <!--
         This ant build file was generated by JDev to deploy the BPEL process.
         DONOT EDIT THIS JDEV GENERATED FILE. Any customization should be done
         in default target in user created pre-build.xml or post-build.xml
         -->
         <property name="process.dir" value="${basedir}" />
              <!-- Set BPEL process name -->
              <!--
              <xmlproperty file="${process.dir}/bpel/bpel.xml"/>
              <property name="process.name" value="${BPELSuitcase.BPELProcess(id)}"/>
              <property name="rev" value="${BPELSuitcase(rev)}"/>
              -->
         <property environment="env"/>
         <!-- Set bpel.home from developer prompt's environment variable BPEL_HOME -->
              <condition property="bpel.home" value="${env.BPEL_HOME}">
                   <available file="${env.BPEL_HOME}/utilities/ant-orabpel.xml" />
              </condition>
         <!-- show that both bpel and oracle.home are located (TESTING purposes ONLY) -->
         <!-- <echo>HERE:${env.BPEL_HOME} ${env.ORACLE_HOME}</echo> -->
         <!-- END TESTING -->
         <!--If bpel.home is not yet using env.BPEL_HOME, set it for JDev -->
         <property name="oracle.home" value="${env.ORACLE_HOME}" />
         <property name="bpel.home" value="${oracle.home}/bpel" />
         <!--First override from build.properties in process.dir, if available-->
         <property file="${process.dir}/build.properties"/>
         <!--import custom ant tasks for the BPEL PM-->
         <import file="${bpel.home}/utilities/ant-orabpel.xml" />
         <!--Use deployment related default properties-->
         <property file="${bpel.home}/utilities/ant-orabpel.properties" />
         <!-- *************************************************************************************** -->
         <target name="deployProcess">
              <tstamp>
                   <format property="timestamp" pattern="MM-dd-yyyy HH:mm:ss" />
              </tstamp>
              <!-- WRITE TO LOG FILE #tjas -->
              <record name="build_verbose.log" loglevel="verbose" append="true" />
              <record name="build_debug.log" loglevel="debug" append="true" />
              <echo></echo>
              <echo>####################################################################</echo>
              <echo>BPEL_AutoDeploy initiated @ ${timestamp}</echo>
              <echo>--------------------------------------------------------------------</echo>
              <echo>Deploying ${process.name} on ${http.hostname} port ${http.port} </echo>
              <echo>--------------------------------------------------------------------</echo>
              <deployProcess
                   user="${admin.user}"
                   password="${admin.password}"
                   domain="${domain}"
                   process="${process.name}"
                   rev="${rev}"
                   dir="${process.dir}/${path}"
                   hostname="${http.hostname}"
                   httpport="${http.port}"
                   verbose="${verbose}" />
              <sleep seconds="30" />
              <!--<echo message="${process.name} deployment logged to ${build_verbose.log}"/>
              <echo message="${process.name} deployment logged to ${build.log}"/> -->
         </target>
         <!-- *************************************************************************************** -->
    </project>
    SUMMARY OF ISSUE AT HAND:
    ~ Every bpel process w/ 1.0 revision deploys with no problems
    ~ At first I would get an invalid character error most likely due to the “!” preceding “Rev”, but then I decided to set rev=”false” in the build.xml file. That didn’t work quite well. In another attempt, I decided to leave the –Drev= attribute within the batch script blank. That still led to 1.0s going through. My next thought was deploying something other than a 1.0, such as 1.2 or 2.0 and that’s when I realized that if it wasn’t a 1.0, it refused to go through.
    QUESTIONS:
    1.     IS THERE A WAY TO HAVE ANT LOOK INTO THE BPEL PROCESS AND PULL THE REVISION ID?
    2.     WHAT ARE WE DOING WRONG? ARE WE MISSING ANYTHING?
    3.     DID WE GO TOO FAR? MEANING, IS THERE A MUCH EASIER WAY WE OVERLOOKED/FORGOT/OR DON’T KNOW ABOUT THAT EXISTS?
    Edited by: 793292 on Jul 28, 2011 12:38 PM

    Only thing i can think of is instead of using a MAC ACL , u cud jus use the default class
    Policy Map Test
    class class-default
    police 56000 8000 exceed-action drop
    Class Map match-any class-default (id 0)
    Match any
    You would be saving a MAC-ACL ;-).

  • Deployment failed. Building failed using sun java application server

    Hi
    am using netbean 6 ,glassfish v2 and sun java application server 9
    When am try to run my jsp file am getting Deployment error report with further error given below.
    Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstance.java:912)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:417)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)
    ... 16 more
    BUILD FAILED (total time: 44 seconds)

    Hi,
    I've found that if you remove the j2ee-application element related to the enterprise app you are trying to deploy from Sun\AppServer\domains\domain1\config\domain.xml, and also remove your enterprise j2ee-app directory from Sun\AppServer\domains\domain1\applications\j2ee-apps\, it works.
    This is not a permanent solution. I get the same error again, when I try to redeploy the application for the third time. Hope someone can help soon!
    Thanks.

  • Deployment failed. Building failed

    Hi
    am using netbean 6 ,glassfish v2 and sun java application server 9
    When am try to run my jsp file am getting Deployment error report with further error given below.
    Deployment error:
    The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    See the server log for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:163)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:104)
    at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288)
    at sun.reflect.GeneratedMethodAccessor256.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:105)
    at org.apache.tools.ant.Task.perform(Task.java:348)
    at org.apache.tools.ant.Target.execute(Target.java:357)
    at org.apache.tools.ant.Target.performTasks(Target.java:385)
    at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1329)
    at org.apache.tools.ant.Project.executeTarget(Project.java:1298)
    at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1181)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:277)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:460)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:151)
    Caused by: org.netbeans.modules.j2ee.deployment.impl.ServerException: The Sun Java System Application Server could not start.
    More information about the cause is in the Server log file.
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location.
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance._start(ServerInstance.java:1270)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1224)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.startTarget(ServerInstance.java:1035)
    at org.netbeans.modules.j2ee.deployment.impl.ServerInstance.start(ServerInstance.java:912)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.startTargets(TargetServer.java:417)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:140)
    ... 16 more
    BUILD FAILED (total time: 44 seconds)

    Please feel free to explore
    Possible reasons include:
    - IDE timeout: refresh the server node to see if it's running now.
    - Port conflicts. (use netstat -a to detect possible port numbers already used by the operating system.)
    - Incorrect server configuration (domain.xml to be corrected manually)
    - Corrupted Deployed Applications preventing the server to start.(This can be seen in the server.log file. In this case, domain.xml needs to be modified).
    - Invalid installation location
    What does the server.log say?

  • Deployment Failed

    HI OTN
    I encounter this error message when i try to run my application:
    *** Using port 7101 ***
    C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\startWebLogic.cmd
    [waiting for the server to complete its initialization...]
    JAVA Memory arguments: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m
    WLS Start Mode=Development
    CLASSPATH=C:\\patch_wls1031\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\\patch_jdev1111\profiles\default\sys_manifest_classpath\weblogic_patch.jar;C:\JDK160~1\lib\tools.jar;C:\\utils\config\10.3.1.0\config-launch.jar;C:\WLSERV~1.3\server\lib\weblogic_sp.jar;C:\WLSERV~1.3\server\lib\weblogic.jar;C:\modules\features\weblogic.server.modules_10.3.1.0.jar;C:\WLSERV~1.3\server\lib\webservices.jar;C:\modules\ORGAPA~1.0/lib/ant-all.jar;C:\modules\NETSFA~1.0_1/lib/ant-contrib.jar;C:\JDEVEL~1\modules\oracle.jrf_11.1.1\jrf.jar;C:\WLSERV~1.3\common\eval\pointbase\lib\pbclient57.jar;C:\WLSERV~1.3\server\lib\xqrl.jar
    PATH=C:\\patch_wls1031\profiles\default\native;C:\\patch_jdev1111\profiles\default\native;C:\WLSERV~1.3\server\native\win\32;C:\WLSERV~1.3\server\bin;C:\modules\ORGAPA~1.0\bin;C:\JDK160~1\jre\bin;C:\JDK160~1\bin;D:\app\shirleen\product\11.1.0\db_2\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Microsoft SQL Server\90\Tools\binn\;C:\Program Files\ZipGenius 6\;C:\WLSERV~1.3\server\native\win\32\oci920_8
    * To start WebLogic Server, use a username and *
    * password assigned to an admin-level user. For *
    * server administration, use the WebLogic Server *
    * console at http:\\hostname:port\console *
    starting weblogic with Java version:
    Starting WLS with line:
    C:\JDK160~1\bin\java -client -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=DefaultServer -Djava.security.policy=C:\WLSERV~1.3\server\lib\weblogic.policy -Xverify:none -da -Dplatform.home=C:\WLSERV~1.3 -Dwls.home=C:\WLSERV~1.3\server -Dweblogic.home=C:\WLSERV~1.3\server -Djps.app.credential.overwrite.allowed=true -Ddomain.home=C:\Users\shirleen\AppData\Roaming\JDEVEL~1\SYSTEM~1.07\DEFAUL~1 -Doracle.home=C:\JDEVEL~1 -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Djrockit.optfile=C:\JDEVEL~1\modules\oracle.jrf_11.1.1\jrocket_optfile.txt -Doracle.security.jps.config=C:\Users\shirleen\AppData\Roaming\JDEVEL~1\SYSTEM~1.07\DEFAUL~1\config\fmwconfig\jps-config.xml -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.alternateTypesDirectory=C:\JDEVEL~1\modules\oracle.ossoiap_11.1.1,C:\JDEVEL~1\modules\oracle.oamprovider_11.1.1 -Dsso.filter.enable=true -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=C:\\patch_wls1031\profiles\default\sysext_manifest_classpath;C:\\patch_jdev1111\profiles\default\sysext_manifest_classpath weblogic.Server
    java version "1.6.0_11"
    Java(TM) SE Runtime Environment (build 1.6.0_11-b03)
    Java HotSpot(TM) Client VM (build 11.0-b16, mixed mode)
    <Aug 12, 2009 3:36:45 PM SGT> <Notice> <WebLogicServer> <BEA-000395> <Following extensions directory contents added to the end of the classpath:
    C:\wlserver_10.3\L10N\beehive_ja.jar;C:\wlserver_10.3\L10N\beehive_ko.jar;C:\wlserver_10.3\L10N\beehive_zh_CN.jar;C:\wlserver_10.3\L10N\beehive_zh_TW.jar;C:\wlserver_10.3\L10N\p13n_wls_ja.jar;C:\wlserver_10.3\L10N\p13n_wls_ko.jar;C:\wlserver_10.3\L10N\p13n_wls_zh_CN.jar;C:\wlserver_10.3\L10N\p13n_wls_zh_TW.jar;C:\wlserver_10.3\L10N\testclient_ja.jar;C:\wlserver_10.3\L10N\testclient_ko.jar;C:\wlserver_10.3\L10N\testclient_zh_CN.jar;C:\wlserver_10.3\L10N\testclient_zh_TW.jar;C:\wlserver_10.3\L10N\tuxedocontrol_ja.jar;C:\wlserver_10.3\L10N\tuxedocontrol_ko.jar;C:\wlserver_10.3\L10N\tuxedocontrol_zh_CN.jar;C:\wlserver_10.3\L10N\tuxedocontrol_zh_TW.jar;C:\wlserver_10.3\L10N\workshop_ja.jar;C:\wlserver_10.3\L10N\workshop_ko.jar;C:\wlserver_10.3\L10N\workshop_zh_CN.jar;C:\wlserver_10.3\L10N\workshop_zh_TW.jar>
    <Aug 12, 2009 3:36:46 PM SGT> <Info> <WebLogicServer> <BEA-000377> <Starting WebLogic Server with Java HotSpot(TM) Client VM Version 11.0-b16 from Sun Microsystems Inc.>
    <Aug 12, 2009 3:36:47 PM SGT> <Info> <Management> <BEA-141107> <Version: WebLogic Server 10.3.1.0 Wed Jun 10 22:24:41 MDT 2009 1227385 >
    <Aug 12, 2009 3:36:51 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    <Aug 12, 2009 3:36:51 PM SGT> <Info> <WorkManager> <BEA-002900> <Initializing self-tuning thread pool>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log.>
    <Aug 12, 2009 3:36:52 PM SGT> <Notice> <Log Management> <BEA-170019> <The server log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultServer.log is opened. All server side log events will be written to this file.>
    <Aug 12, 2009 3:37:08 PM SGT> <Notice> <Security> <BEA-090082> <Security initializing using security realm myrealm.>
    <Aug 12, 2009 3:37:17 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:37:17 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\access.log.>
    <Aug 12, 2009 3:37:39 PM SGT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddi was not deployed. Error: [Deployer:149158]No application files exist at 'C:\WLSERV~1.3\server\lib\uddi.war'.>
    <Aug 12, 2009 3:37:39 PM SGT> <Warning> <Deployer> <BEA-149617> <Non-critical internal application uddiexplorer was not deployed. Error: [Deployer:149158]No application files exist at 'C:\WLSERV~1.3\server\lib\uddiexplorer.war'.>
    <Aug 12, 2009 3:37:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STANDBY>
    <Aug 12, 2009 3:37:43 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to STARTING>
    Aug 12, 2009 3:37:59 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: Application ID : wsm-pm
    Aug 12, 2009 3:37:59 PM oracle.mds.internal.lcm.logging.MDSLCMLogger info
    INFO: "Metadata Services: Metadata archive (MAR) not found."
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <LoggingService> <BEA-320400> <The log file C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log will be rotated. Reopen the log file if tailing has stopped. This can happen on some platforms like Windows.>
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <LoggingService> <BEA-320401> <The log file has been rotated to C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log00010. Log messages will continue to be logged in C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\servers\DefaultServer\logs\DefaultDomain.log.>
    <Aug 12, 2009 3:38:03 PM SGT> <Notice> <Log Management> <BEA-170027> <The Server has established connection with the Domain level Diagnostic Service successfully.>
    Aug 12, 2009 3:38:04 PM oracle.wsm.audit.Auditor <init>
    INFO: Created J2EE application auditor for componentType=oracle.security.jps.internal.audit.AuditServiceImpl$Auditor@e6ace7
    Aug 12, 2009 3:38:04 PM oracle.adf.share.config.ADFConfigFactory getInstance
    INFO: ADF Config instance implementation in use is : oracle.adf.share.config.MDSConfigFactory
    Aug 12, 2009 3:38:09 PM oracle.adf.share.config.ADFMDSConfig parseADFConfiguration
    INFO: Configuration file:/META-INF/adf-config.xmlcannot not be read by MDS. Reading directly from the classpath
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to ADMIN>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RESUMING>
    <Aug 12, 2009 3:38:09 PM SGT> <Warning> <Server> <BEA-002611> <Hostname "shirleen-PC", maps to multiple IP addresses: 172.26.147.124, 0:0:0:0:0:0:0:1>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default[2]" is now listening on 127.0.0.1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default" is now listening on 172.26.147.124:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <Server> <BEA-002613> <Channel "Default[1]" is now listening on 0:0:0:0:0:0:0:1:7101 for protocols iiop, t3, ldap, snmp, http.>
    <Aug 12, 2009 3:38:09 PM SGT> <Notice> <WebLogicServer> <BEA-000331> <Started WebLogic Admin Server "DefaultServer" for domain "DefaultDomain" running in Development Mode>
    <Aug 12, 2009 3:38:10 PM SGT> <Notice> <WebLogicServer> <BEA-000365> <Server state changed to RUNNING>
    <Aug 12, 2009 3:38:10 PM SGT> <Notice> <WebLogicServer> <BEA-000360> <Server started in RUNNING mode>
    DefaultServer startup time: 99262 ms.
    DefaultServer started.
    [Running application BrowseEditApp on Server Instance DefaultServer...]
    <Aug 12, 2009 3:38:26 PM SGT> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1250062706034' for task '0'. Error is: 'weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.'
    weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
         at weblogic.jdbc.module.JDBCModule.init(JDBCModule.java:173)
         at weblogic.application.internal.flow.ModuleListenerInvoker.init(ModuleListenerInvoker.java:77)
         at weblogic.application.internal.flow.InitModulesFlow.initModule(InitModulesFlow.java:285)
         at weblogic.application.internal.flow.InitModulesFlow.initModules(InitModulesFlow.java:298)
         at weblogic.application.internal.flow.InitModulesFlow.prepare(InitModulesFlow.java:330)
         Truncated. see log file for complete stacktrace
    >
    <Aug 12, 2009 3:38:26 PM SGT> <Warning> <Deployer> <BEA-149004> <Failures were detected while initiating deploy task for application 'BrowseEditApp'.>
    <Aug 12, 2009 3:38:26 PM SGT> <Warning> <Deployer> <BEA-149078> <Stack trace for message 149004
    weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
         at weblogic.jdbc.module.JDBCModule.init(JDBCModule.java:173)
         at weblogic.application.internal.flow.ModuleListenerInvoker.init(ModuleListenerInvoker.java:77)
         at weblogic.application.internal.flow.InitModulesFlow.initModule(InitModulesFlow.java:285)
         at weblogic.application.internal.flow.InitModulesFlow.initModules(InitModulesFlow.java:298)
         at weblogic.application.internal.flow.InitModulesFlow.prepare(InitModulesFlow.java:330)
         Truncated. see log file for complete stacktrace
    >
    [03:38:27 PM] Weblogic Server Exception: weblogic.application.ModuleException: Descriptor META-INF/fod-jdbc.xml not found.
    [03:38:27 PM] See server logs or server console for more details.
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed[03:38:27 PM] #### Deployment incomplete. ####
    oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:341)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.deployImpl(Jsr88RemoteDeployer.java:235)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdeveloper.deploy.common.BatchDeployer.deployImpl(BatchDeployer.java:82)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.WrappedDeployer.deployImpl(WrappedDeployer.java:39)
         at oracle.jdeveloper.deploy.common.AbstractDeployer.deploy(AbstractDeployer.java:94)
         at oracle.jdevimpl.deploy.fwk.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:442)
         at oracle.jdeveloper.deploy.DeploymentManager.deploy(DeploymentManager.java:209)
         at oracle.jdevimpl.runner.adrs.AdrsStarter$6$1.run(AdrsStarter.java:1469)
    Caused by: oracle.jdeveloper.deploy.DeployException: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:483)
         at oracle.jdevimpl.deploy.common.Jsr88RemoteDeployer.doDeploymentAction(Jsr88RemoteDeployer.java:332)
         ... 11 more
    Caused by: oracle.jdeveloper.deploy.DeployException: Deployment Failed
         at oracle.jdevimpl.deploy.common.Jsr88DeploymentHelper.deployApplication(Jsr88DeploymentHelper.java:465)
         ... 12 more
    #### Cannot run application BrowseEditApp due to error deploying to DefaultServer.
    [Application BrowseEditApp stopped and undeployed from Server Instance DefaultServer]
    [Server Instance DefaultServer is shutting down.  All applications currently running will be terminated and undeployed.]
    [sending request to shutdown server...]
    C:\Users\shirleen\AppData\Roaming\JDeveloper\system11.1.1.1.33.54.07\DefaultDomain\bin\stopWebLogic.cmd
    Please tell me what is missing and how do i go about solving these errors
    Thanks
    Timmie

    Im trying to deploy my application which i created by following this tutorial link: http://www.oracle.com/technology/obe/obe11jdev/11/dvt/gant_chart_pivot_table.htm to create my graph.
    Its an integrated weblogic server Oracle fusion middleware 11.1.1.1.0

  • Deployment failed: The evaluate phase failed. The Adapter used in the evalu

    Hi All,
    I am deploying an application in Oracle Application Server ( 10.1.2.0.2) made using EJB and myfaces as the front end.
    While deploying the application i am facing the following Error.
    Deployment failed: The evaluate phase failed. The Adapter used in the evaluate may have thrown an exception.
    Resolution:
    Please call Oracle support.
    Base Exception:
    java.lang.NoClassDefFoundError
    org/apache/commons/logging/LogFactory. org/apache/commons/logging/LogFactory
    I have all the ADF libraries in applib of OC4J. Also, i have added "jsp-el-api.jar" in the applib of OC4J, as mention in reply to similar error in the forum.
    But still i am getting the same error when i try to deploy the application.
    Please help.
    Thanks and Regards,
    Vikram singh

    The one you're missing is something like commons-logging-xxx.jar. It either needs to be included in the EAR and the MANIFEST.MF, or you can put it in app-lib with the other stuff.

  • Java EE Tutorial ant deploy

    Hi
    I have a problem when using the ant deploy command in the hello1 app in the tutorial. I get an error:
    BUILD FAILED
    E:\dev\javaeetutorial5\examples\bp-project\app-server-ant.xml:417: Property javaee.server.passwordfile not specified. Please
    specify the javaee.server.passwordfile property in 'bp-project/build.properties'.
    You will also need to ensure that the passwordfile is present and contains
    AS_ADMIN_PASSWORD.
    can any one point me in the direction for correcting this? Where do i find the password file so i can add it to the app-server-ant.xml file
    Thank you for any help.

    E:\dev\javaeetutorial5\examples\bp-project\app-server-
    ant.xml:417: Property javaee.server.passwordfile not
    specified. Please
    specify the javaee.server.passwordfile
    property in 'bp-project/build.properties'.
    You will also need to ensure that the
    passwordfile is present and contains
    AS_ADMIN_PASSWORD.
    point me in the direction for correcting this? Where
    do i find the password file so i can add it to the
    app-server-ant.xml file
    hank you for any help.Create a password file, say password.txt with the following line
    AS_ADMIN_PASSWORD=<substitue your admin password, most probably adminadmin>
    Open bp-project/build.properties and update the following line
    javaee.server.passwordfile=<absolute path to password.txt, example: c:/appserver/password.txt>
    It is preferrable to create the file password.txt under a directory which has no spaces.
    If bp-project/build.properties does not exist, copy bp-project/build.properties.sample to bp-project/build.properties and update it based on your application server installation.
    - sreeni

  • Deploy failed on Server AdminServer

    I am deploying WebLogicFusionDemo. I using Jdev 11.1.1.4 and SOA Suite 11.1.1.4 to deploy Supplemental Instructions for Running Fusion Order Demo for Oracle SOA Suite
    11g Release 1 (11.1.1.4.0)
    However, in the step of running "build.xml -> server-setup-seed-deploy-test" (compile-deploy-all), I get error as follow:
    Buildfile: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml
    [echo] Ant: Apache Ant version 1.7.1 compiled on June 27 2008 Java: 1.6
    [echo] Using mds-type : db
    [input] skipping input as property server.password has already been set.
    init:
    [echo] SOA Suite 11g version:
    [java]
    [java] *****************************************************************************
    [java] Oracle SOA Server 11.1.1.4.0
    [java] 0
    [java] Thu Jan 06 22:07:53 PST 2011
    [java] release
    [java] PCBPEL_11.1.1.4.0_GENERIC_110106.1932.5682
    [java]
    [echo] soa infra mgmt home: D:\Oracle\Middleware\jdeveloper\/../oracle_common
    compile-build-all:
    [echo] Building and compiling SOA Fusion Order Demo ..
    clean:
    [echo] Cleanup of OrderApprovalHumanTask
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    init:
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    copy:
    [copy] Copying 191 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\classes
    create-ear:
    [copy] Copying 4 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    [war] Building war: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.war
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\public_html\WEB-INF\lib
    setupDeploymentEnvironment:
    [echo] Step1: copy template ./templates/connections.xml.seed to ../../.adf/META-INF/connections.xml
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\.adf\META-INF
    [echo] Step2: setup descriptor, soa-only? false, modifying ../../.adf/META-INF/connections.xml
    [echo] replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] replacing ws-binding with {www.globalcompany.example.com}StoreFrontServiceSoapHttp
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [copy] Copying 2 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf\META-INF
    [echo] Creating custom adf config for customization of connections.xml - datasource: jdbc/mds/MDS_LocalTxDataSource
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\OrderApprovalHumanTask.ear
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\adf
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderApprovalHumanTask\deploy\lib
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//deploy/sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "OrderProcessor" in 192.2 milliseconds [nodes 138=10+128, 717.9 nodes/sec]
    [scac] Compiled "OrderProcessor" in 4.336 seconds
    [scac] Gathered 14 files in 1.5 milliseconds
    [scac] Packaged "OrderProcessor" in 35.7 milliseconds
    [scac] Composed "InternalWarehouseService" in 15.1 milliseconds [nodes 6=0+6, 396.3 nodes/sec]
    [scac] Compiled "InternalWarehouseService" in 2.133 seconds
    [scac] Gathered 3 files in 1.1 milliseconds
    [scac] Packaged "InternalWarehouseService" in 10.4 milliseconds
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: location {ns:composite/ns:reference[@name='CreditCardAuthorizationService']}(170,128): Failed to Find Binding "CreditCardAuthorizationService":"{http://www.globalcompany.example.com/ns/CreditAuthorizationService}CreditAuthorizationPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='PartnerSupplierService']}(163,122): Failed to Find Binding "PartnerSupplierService":"{http://www.partnersupplier.example.com/ns/warehouse}ExternalPartnerSupplier_pt" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(180,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: in OrderProcessor.bpel(223): <from> type "{http://www.w3.org/2001/XMLSchema}long" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(310): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}decimal" <to> type "{http://www.w3.org/2001/XMLSchema}double" not Compatible
    [scac] warning: in OrderProcessor.bpel(390): <from> type "{http://www.w3.org/2001/XMLSchema}string" <to> type "{http://www.w3.org/2001/XMLSchema}boolean" not Compatible
    [scac] warning: in OrderProcessor.bpel(429): <from> type "{http://www.w3.org/2001/XMLSchema}boolean" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    [scac] warning: in OrderProcessor.bpel(571): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Copying 141 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\deploy\sca_OrderBookingComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderBookingComposite\bin
    [echo] Setting up deployment plan, modifying orderbooking_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing file adapter endpoint with /tmp
    [echo] Disabling global bam sensors? false
    [echo] Amending jndi destination for jms topic jms/DemoSupplierTopicUdd
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Replacing values for bam connection in connections.xml
    [echo] Bam server host: localhost
    [echo] Bam server host: 9001
    [echo] Bam server user: weblogic
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    compile-classes:
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//deploy/sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "ExternalPartnerSupplier" in 65.8 milliseconds [nodes 6=0+6, 91.2 nodes/sec]
    [scac] Compiled "ExternalPartnerSupplier" in 3.266 seconds
    [scac] Gathered 3 files in 0.8 milliseconds
    [scac] Packaged "ExternalPartnerSupplier" in 11.6 milliseconds
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface writequoterequest.partnersuppliercomposite.weblogicfusionorderdemo.file.adapter.pcbpel.com.oracle.xmlns.Write_ptt
    [scac] ### qname: {http://xmlns.oracle.com/pcbpel/adapter/file/WebLogicFusionOrderDemo/PartnerSupplierComposite/WriteQuoteRequest}Write_ptt
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.externalps.IExternalPartnerSupplierService
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] ### clazz: interface com.otn.sample.fod.soa.internalsupplier.IInternalPartnerSupplier
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] >> modified xmlbean locale class in use
    [scac] >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
    [scac] warning: in PartnerSupplierMediator.mplan: Case "ExternalPartnerSupplier.externalpartnersupplier_client.process" doesnt have any payload transformation Please make sure source and target message part name are same and of same type. Otherwise, target reference may fail to execute with error message like "Input sourcelike Null" or "Part not found"
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [echo] deleting .class files of E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin/..//SCA-INF/classes
    [javac] Compiling 18 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\classes
    [javac] 。
    [javac] -Xlint:unchecked recompile。
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Copying 66 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\SCA-INF\src not found.
    [copy] Copying 7 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\deploy\sca_PartnerSupplierComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\dist
    [echo] Spring lib path: D:\Oracle\Middleware\jdeveloper\/../oracle_common/modules/org.springframework_2.5.jar
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\PartnerSupplierComposite\bin
    [echo] Setting up deployment plan, modifying PartnerSupplierComposite_cfgplan.xml
    [echo] Replacing ejb-name with WebLogicFusionOrderDemo-ExternalLegacyPartnerSupplierJScaEjb
    [echo] Replacing file adapter endpoint with /tmp/quote
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//deploy/sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "CustomerAndOrderService" in 123.9 milliseconds [nodes 63=1+62, 508.4 nodes/sec]
    [scac] Compiled "CustomerAndOrderService" in 3.464 seconds
    [scac] Gathered 5 files in 0.7 milliseconds
    [scac] Packaged "CustomerAndOrderService" in 13.5 milliseconds
    [scac] warning: in CustomerAndOrderService.bpel(254): <from> type "{http://www.w3.org/2001/XMLSchema}anySimpleType" <to> type "{http://www.w3.org/2001/XMLSchema}integer" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(359): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    [scac] warning: in CustomerAndOrderService.bpel(493): <from> type "{http://www.w3.org/2001/XMLSchema}integer" <to> type "{http://www.w3.org/2001/XMLSchema}long" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Copying 12 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\deploy\sca_OrderSDOComposite_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\OrderSDOComposite\dist
    create-deployable-composite:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    clean:
    [echo] deleting E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//deploy/sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    init:
    scac-validate:
    [echo] Running scac-validate in E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    scac:
    [scac] Validating composite "E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin/..//composite.xml"
    [scac] Info: SchemaManager.isIncrementalBuildSupported XMLSchema incremental build enabled.
    [scac] Composed "B2BOrderProcessingEngine" in 113.7 milliseconds [nodes 45=2+43, 395.9 nodes/sec]
    [scac] Compiled "B2BOrderProcessingEngine" in 3.756 seconds
    [scac] Gathered 7 files in 1.3 milliseconds
    [scac] Packaged "B2BOrderProcessingEngine" in 19.7 milliseconds
    [scac] warning: location {ns:composite/ns:reference[@name='StoreFrontService']}(48,162): Failed to Find Binding "StoreFrontService":"{www.globalcompany.example.com}StoreFrontServiceSoapHttpPort" in WSDL Manager
    [scac] warning: location {ns:composite/ns:reference[@name='OrderBookingService']}(59,116): Failed to Find Binding "OrderBookingService":"{http://www.globalcompany.example.com/ns/OrderBookingService}OrderProcessor_pt" in WSDL Manager
    [scac] warning: in B2BOrderProcessingEngine.componentType: BPEL component B2BOrderProcessingEngine "bpel.config.use.events" - ingore。
    [scac] warning: in B2BOrderProcessingEngine.bpel(188): <from> type "{http://www.w3.org/2001/XMLSchema}integer" and <to> type "{http://www.w3.org/2001/XMLSchema}string" not Compatible
    package:
    [echo] oracle.home = D:\Oracle\Middleware\jdeveloper\
    [input] skipping input as property compositeDir has already been set.
    [input] skipping input as property compositeName has already been set.
    [input] skipping input as property revision has already been set.
    compile-source:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Copying 25 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\src not found.
    [copy] Warning: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\SCA-INF\src not found.
    [copy] Copying 6 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist\SCA-INF\classes
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\deploy\sca_B2BX12OrderGateway_rev1.0.jar
    [delete] Deleting directory E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\dist
    setupDeploymentEnvironment:
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\B2BX12OrderGateway\bin
    [echo] Setting up deployment plan, modifying B2BX12OrderGateway_deployment_plan.xml
    [echo] Replacing ws-endpoint with localhost:7001/StoreFrontServiceHooks/StoreFrontService
    [echo] Replacing soa server and wls server information
    [echo] -SOA: localhost 7001
    [echo] Replacing communication style, eventbased? true
    [echo] Replacing soa partition name with soaFusionOrderDemo
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    compile:
    create-war:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    create-ear:
    [echo] global: true > ejb: ${use.ejb} jsca: true
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    clean:
    [echo] Cleaning up external partner supplier ejb project ../classes/../deploy
    [delete] Deleting: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    [copy] Copying 5 files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    compile:
    [javac] Compiling 6 source files to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\classes
    [javac] Note: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\src\com\otn\sample\fod\soa\externalps\test\EpsSessionEJBClient.java
    create-ejb-ear:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    init:
    copy:
    compile:
    create-jsca-ear:
    [mkdir] Created dir: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [copy] Copying 1 file to E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib
    [echo] ../classes/meta-inf/
    [jar] Building jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\APP-INF\lib\ExternalPartnerSupplierScaModule.jar
    [jar] Building MANIFEST-only jar: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\empty.jar
    [ear] Building ear: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear
    compile-deploy-all:
    [echo] Deploying SOA Fusion Order Demo ..
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-application:
    [echo] Deploying jsca shared lib? true
    [echo] Wls home: D:\Oracle\Middleware\jdeveloper\/../wlserver_10.3
    [echo] Oracle home: D:\Oracle\Middleware\jdeveloper\
    deploy-jsca-library:
    [wldeploy] weblogic.Deployer -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy -library
    [wldeploy] weblogic.Deployer invoked with options: -remote -noexit -name weblogic-sca -source E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy -library
    [wldeploy] <2011-2-10 > <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, weblogic-sca [archive: E:\scratch\cutschig\fmwhome\wlserver_10.3\common\deployable-libraries\weblogic-sca-1.1.war], to AdminServer .>
    [wldeploy] weblogic.Deployer -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -password ******** -deploy
    [wldeploy] weblogic.Deployer invoked with options: -remote -upload -noexit -name ExternalPartnerSupplierEjb -source E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear -targets AdminServer -adminurl t3://localhost:7001 -user weblogic -deploy
    [wldeploy] <2011-2-10 CST> <Info> <J2EE Deployment SPI> <BEA-260121> <Initiating deploy operation for application, ExternalPartnerSupplierEjb [archive: E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\deploy\ExternalPartnerSupplierEjb.ear], to AdminServer .>
    [wldeploy] Task 15 initiated: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    [wldeploy] Target state: deploy failed on Server AdminServer
    [wldeploy] weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    [wldeploy]
    [wldeploy]
    BUILD FAILED
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\bin\build.xml:172: The following error occurred while executing this line:
    E:\Jdev_SOA_Workspace\FusionOrderDemo_R1PS3\CompositeServices\ExternalLegacyPartnerSupplierEjb\bin\build.xml:169: weblogic.Deployer$DeployerException: weblogic.deploy.api.tools.deployer.DeployerException: Task 15 failed: [Deployer:149026]deploy application ExternalPartnerSupplierEjb on AdminServer.
    Target state: deploy failed on Server AdminServer
    weblogic.management.DeploymentException: [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: weblogic-sca, exact-match: false].
    Total time: 1 minute 11 seconds

    It seems you have not set property "soa.server.oracle.home" in bin/build.properties correctly. Clemens has mentioned the resolution here (see the first one) -
    http://blogs.oracle.com/soabpm/2009/11/fusion_order_demo_-tipstrick.html
    This happens because the ExternalSupplierEjb has a dependency on a shared library that get's deployed earlier - and in this case case could not be deployed. The key is to get "soa.server.oracle.home" in bin/build.properties right.
    In my case this property points to "/scratch/cutschig/fmwhome/AS11gR1SOA". In a sibling directory of AS11gR1SOA you should find the wlserver_10.3 directory (in my case /scratch/cutschig/fmwhome/wlserver_10.3)Regards,
    Anuj

Maybe you are looking for

  • Core in __Cimpl::cplus_fini()

    My multi-threaded application crashed once. The call stack is shown below. t@null (l@1) terminated by signal SEGV (no mapping at the fault address) 0xfedd4810: getusa+0x0068: ba getusa+0x80 ============================================== [1] getusa(0x

  • Wrong data in the columns

    Gentlemen, I am working on an SAP BI implementation project. We have FI-CO,PP,PM,QM,MM AND SD. We are finished with everything. But while checking reports in Production server,I have found few columns(infoobjects) with incorrect data. Like fir Bill Q

  • Started getting blocked by fortinet accessing youtube and other websites, but not if I used GoogleChrome or IE.

    I was accessing youtube and it was blocked by Fortinet.net, when I queried why, it stated that the device, network or internet provider had blocked it. As it is a home laptop on a private network, that wasn't possible. So I went to same website w/IE

  • XSAN Drive Quites on all Edit Machines

    i had a problem yesterday the xsan system was completely down and the drive disconnects on all the edit systems with an error Jan 22 13:54:38 San fsm[513]: Xsan FSS 'Media[0]': PANIC: /Library/Filesystems/Xsan/bin/fsm ASSERT failed "freeip->i_idinode

  • Mac keeps hourglassing

    My mac laptop keeps hour glassing every 5 words.  I have 8GB memory and have only used less than 4 GB.  Help.  It's driving me crazy.