ANT Deployment Error

Hello,
I'm having error while deploying a composite to the Weblogic
I have Set the ANT_HOME and JAVA_HOME, SOA_HOME properly, but when i type following and deployment command
$ANT_HOME/bin/ant -f $SOA_HOME/ant-sca-deploy.xml -DserverURL=http://HOST:PORT -DsarLocation=/XX/XX/sca_XX_rev1.0.jar -Doverwrite=true -Duser=testuser -DforceDefault=true -Dpartition=default
I get following error
Buildfile: /XX/XX/XX/middleware/Oracle_OSOADEV1/bin/ant-sca-deploy.xml
[echo] oracle.home = /XX/XX/XX/middleware/Oracle_OSOADEV1/bin/..
BUILD FAILED
/XX/XX/XX/middleware/Oracle_OSOADEV1/bin/ant-sca-deploy.xml:52: taskdef class oracle.integration.platform.blocks.deploy.servlet.client.ant.DeployCompositeTask cannot be found
Can any one share some info on this error ...
Shirish
Edited by: shirish_soa on Oct 20, 2012 11:48 PM

You may need pass the oracle.home as part of the command.
oracle.home is the path to Oracle_SOA folder
Try the below command
$ANT_HOME/bin/ant -f $SOA_HOME/ant-sca-deploy.xml -DserverURL=http://HOST:PORT -Doracle.home=xxx -DsarLocation=/XX/XX/sca_XX_rev1.0.jar -Doverwrite=true -Duser=testuser -DforceDefault=true -Dpartition=default
Regards
Albin I
http://www.albinsblog.com/
Edited by: Albin on Oct 22, 2012 7:47 AM

Similar Messages

  • Java EE Tutorial ant deploy error.

    I'm not really sure where this post belongs, but I thought I would throw it out there as an FYI to anyone using the ant command line tools for the Java EE Tutorial.
    I have been playing around with the Java EE Tutorial and believe I may have found a bug with the war-ant.xml file. When running the deployment from the command line, the deploy portion of the build fails. The following is an example error message.
    deploy:
    [exec] Usage: deploy [--terse=false] [--echo=false] [--interactive=true] [-
    -host localhost] [--port 4848|4849] [--secure | -s] [--user admin_user] [--passw
    ordfile file_name] [--virtualservers virtual_servers] [--contextroot context_roo
    t] [--force=true] [--precompilejsp=false] [--verify=false] [--name component_nam
    e] [--upload=true] [--retrieve local_dirpath] [--dbvendorname dbvendorname] [--c
    reatetables=true|false | --dropandcreatetables=true|false] [--uniquetablenames=t
    rue|false] [--deploymentplan deployment_plan] [--enabled=true] [--generatermistu
    bs=false] [--availabilityenabled=false] [--libraries jar_file[(pathseparator)jar
    _file]*] [--target target(Default server)] filepath
    [exec] CLI019 Invalid number of operands. Number of operands should be equ
    al to 1.
    deploy-url-message:
    [echo] Application Deployed at: http://localhost:8080/bookstore1
    BUILD FAILED
    The root cause of the problem stems from the fact that the script basically calls a command line tool to deploy the war to the app server. If you examine the error output, all parameters are optional except the last one... filepath. This parameter is set in the war-ant.xml in the following line.
    <property name="app.module" value="${build.dir}/${module.name}.war"/>
    This line look innocuous at first but upon closer inspection, one notices that the path name refers to the build.dir. This is problematic because the build dir does not contain the war file. The build process puts the war file in the dist dir under the project root. So this line is incorrect. The following line offers the correct solution.
    <property name="app.module" value="${dist.dir}/${module.name}.war"/>
    By changing the line to use the dist.dir, which is where the file is located, the build script executes correctly. :)

    As a follow-up to be clear, the app.module property is used in the deploy task of the app-server-ant.xml. It is the last argument of the argument list.
    <target name="deploy" depends="tools,-pre-deploy"
    description="deploys the application">
    <fail unless="app.module" message="app.module must be set before invoking this target. Otherwise there is no application to deploy."/>
    <fail unless="module.name" message="app.name must be set before invoking this target. Otherwise there is no application to deploy."/>
    <condition property="app.url" value="http://${javaee.server.name}:${javaee.server.port}/${run.uri}">
    <not>
    <isset property="app.endpointuri"/>
    </not>
    </condition>
    <property name="failonerror" value="true"/>
    <exec executable="${asadmin}" failonerror="${failonerror}">
    <arg line=" deploy "/>
    <arg line=" --user ${javaee.server.username}" />
    <arg line=" --passwordfile ${javaee.server.passwordfile}" />
    <arg line=" --host ${javaee.server.name}" />
    <arg line=" --port ${javaee.adminserver.port}" />
    <arg line=" --name ${module.name}"/>
    <arg line=" --force=true "/>
    <arg line=" --upload=true "/>
    <arg line=" --dbvendorname ${db.vendorname}"/>
    <arg line="${app.module}" />
    </exec>
    <antcall target="deploy-url-message"/>
    </target>

  • AIA install error ant deploy sca_AIAErrorTaskAdministrationProcess_rev1.0

    Hi,
    I am installing AIA and at the time of deployment of composites and applications it's failing. Below is the error I am getting. "AIAHomeApp" and "AIAApplication" got installed
    but the remaining composites and applications it's not. It's exiting on failure when deploying the sca_AIAErrorTaskAdministrationProcess_rev1.0.jar. Don't know why it's giving deployment error
    during composite deployments as AIAHomeApp and AIAApplication got installed fine. Any help is appreciated.
    Am using SOA 11.1.1.5. Have a 2 node cluster environment with OHS for software load-balancing. OHS is frontend with NetScalar Load Balancer.
    All my servers are up and running and get to them fine but somehow the script is complaining. Any help is really appreciated as I am stuck and have no clue what might be broken.
    Here is a detailed error I am getting when running
    ant -f AIAInstallDriver.xml -DPropertiesFile=$AIA_HOME/aia_instances/AIA_01/config/AIAInstallProperties.xml -logfile $AIA_HOME/aia_instances/AIA_01/logs/FPInstall.new.log -DDeploymentPlan=$AIA_HOME/aia_instances/AIA_01/config/FPInstallDP.new.xmlHere is the snippet of FPInstallDP.new.xml
    <?xml version="1.0" standalone="yes" ?>
    <!--  Do not modify the contents of this file manually
      -->
    <DeploymentPlan component="FP" version="3.0">
    <Deployments>
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess" compositeName="AIAErrorTaskAdministrationProcess" revision="1.0" action="deploy" />
      <Application name="ActorNotNull_FYINull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/ActorNotNull_FYINull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Application name="Actor_FYI_NotNull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/Actor_FYI_NotNull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Application name="FYI_Actor_FYI_NotNull" filelocation="${AIA_HOME}/Infrastructure/Install/applications/FYI_Actor_FYI_NotNull.ear" wlserver="fp" failonerror="false" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAReadJMSNotificationProcessApp/AIAReadJMSNotificationProcess" compositeName="AIAReadJMSNotificationProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAAsyncErrorHandlingBPELProcess" compositeName="AIAAsyncErrorHandlingBPELProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/CAVS/ReloadProcess" compositeName="ReloadProcess" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/B2B/src/AIAB2BInterfaceApp/AIAB2BInterface" compositeName="AIAB2BInterface" revision="1.0" action="deploy" />
      <Composite wlserver="fp" compositedir="${AIA_HOME}/Infrastructure/ErrorHandling/src/AIAB2BErrorHandlerInterfaceApp/AIAB2BErrorHandlerInterface" compositeName="AIAB2BErrorHandlerInterface" revision="1.0" action="deploy" />
      </Deployments>
    <PostInstallScript>
    <java dir="${MW_HOME}/wlserver_10.3/server/lib" jar="${MW_HOME}/wlserver_10.3/server/lib/wljarbuilder.jar" fork="true" failonerror="true">
      <jvmarg value="-Xms128m" />
      <jvmarg value="-Xmx1024m" />
      </java>
    <move todir="${AIA_HOME}/lib">
      <fileset file="${MW_HOME}/wlserver_10.3/server/lib/wlfullclient.jar" />
      </move>
      </PostInstallScript>
      </DeploymentPlan>
    Here is error
    deploy:
        [input] skipping input as property serverURL has already been set.
        [input] skipping input as property sarLocation has already been set.
    [deployComposite] setting user/password..., user=weblogic
    [deployComposite] Processing sar=<AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess/deploy/sca_AIAErrorTaskAdministrationProcess_rev1.0.jar
    [deployComposite] Adding sar file - <AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess/deploy/sca_AIAErrorTaskAdministrationProcess_rev1.0.jar
    [deployComposite] INFO: Creating HTTPS connection to host:hostname.com, port:443
    [deployComposite] INFO: Received HTTP response from the server, response code=500
    [deployComposite] SEVERE: Invalid logging line: <HTML>
    [deployComposite] SEVERE: Invalid logging line: <HEAD>
    [deployComposite] SEVERE: Invalid logging line: <TITLE>Weblogic Bridge Message
    [deployComposite] SEVERE: Invalid logging line: </TITLE>
    [deployComposite] SEVERE: Invalid logging line: </HEAD>
    [deployComposite] SEVERE: Invalid logging line:  <BODY>
    [deployComposite] SEVERE: Invalid logging line: <H2>Failure of server APACHE bridge:</H2><P>
    [deployComposite] SEVERE: Invalid logging line: <hr>Cannot open TEMP post file '/tmp/_wl_proxy/_post_17020_6' for POST of 72775 bytes
    [deployComposite] SEVERE: Invalid logging line: <hr> </BODY>
    [deployComposite] SEVERE: Invalid logging line: </HTML>
    [deployComposite] SEVERE: Invalid logging line: <HTML>
    [deployComposite] SEVERE: Invalid logging line: <HEAD>
    [deployComposite] SEVERE: Invalid logging line: <TITLE>Weblogic Bridge Message
    [deployComposite] SEVERE: Invalid logging line: </TITLE>
    [deployComposite] SEVERE: Invalid logging line: </HEAD>
    [deployComposite] SEVERE: Invalid logging line:  <BODY>
    [deployComposite] SEVERE: Invalid logging line: <H2>Failure of server APACHE bridge:</H2><P>
    [deployComposite] SEVERE: Invalid logging line: <hr><PRE>Internal Server failure, APACHE plugin.  Cannot continue.</PRE>
    [deployComposite] SEVERE: Invalid logging line: <hr> </BODY>
    [deployComposite] SEVERE: Invalid logging line: </HTML>
    [deployComposite] ---->response code=500, error:nullThanks

    Hi,
    Yes Https works fine for all the URL's and that's how we access it currently
    OHS is running as xxsoau and the owner of */tmp/_wl_proxy* is xxsoad. So wondering if I rename that directory and create the same directory as xxsoau the user that runs OHS will it solve the issue. As it looks like even setting chmod 777 permissions on the directory am getting the same errors.
    Or is there a way to set a custom directory rather than pointing to /tmp/_wl_proxy. I read about setting WLTempDir in http.conf file. But I have a custom cluster.conf file that is included at the end of httpd.conf. My custom cluster.conf file is below so wondering if have to set WLTempDir where in the below text I need to add that to fix the above error so can deploy the AIA composites. This is blog where it talks about this but need more info on where to set this variable in my case as I have a custom conf file.
    http://www.techpaste.com/2012/04/open-temp-post-file-tmp_wl_proxy_post_21626_12548-apache/
    <VirtualHost *:8888>
            ServerName ebs.uat.com
            RewriteEngine On
            RewriteOptions inherit
      <IfModule ossl_module>
       AddCertHeader HTTPS
       SimulateHttps On
      </IfModule>
            <Location /weblogic>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
        # Admin Server's port
                    WeblogicPort 7007
            </Location>    
            <Location /console>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /consolehelp>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /em>
                    SetHandler weblogic-handler
                    WebLogicHost ebscon.uat.com
                    WeblogicPort 7007
            </Location>
            <Location /wsm-pm>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:7017,ebscon2.uat.com:7017
            </Location>
      # SOA Suite
            <Location /soa-infra>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /integration/>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /b2bconsole>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
            <Location /soa/composer>
                    SetHandler weblogic-handler
                    WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
            </Location>
      # BAM
      <Location /OracleBAM>
                    SetHandler weblogic-handler
        # WebLogicCluster PREFIXbam-web1.eprod.com:WLS_BAM1 port,host 2 from environment table:WLS_BAM2 port
                    WebLogicCluster ebscon1.uat.com:9007,ebscon2.uat.com:9007
            </Location>
      # BPM
      <Location /bpm/composer>
          SetHandler weblogic-handler
          WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
      <Location /bpm/workspace>
          SetHandler weblogic-handler
          WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
      # OSB
      <Location /sbinspection.wsil*>
       SetHandler weblogic-handler
       WebLogicCluster ebscon1.uat.com:4017,ebscon2.uat.com:4017
      </Location>
      <Location /sbresource*>
       SetHandler weblogic-handler
       WebLogicCluster ebscon1.uat.com:4017,ebscon2.uat.com:4017
      </Location>
      <Location /sbconsole>
       SetHandler weblogic-handler
       WebLogicHost ebscon.uat.com
                     WeblogicPort 7007
      </Location> 
      # AIA
      <Location /AIA>
        SetHandler weblogic-handler
        WebLogicCluster ebscon1.uat.com:8007,ebscon2.uat.com:8007
      </Location>
    </VirtualHost>Any help is appreciated.
    Thanks

  • Weblogic 9.1 Deployment errors using the ANT task wldeploy

    I am not able to deploy applicatons using the ANT task. The same works with Weblogic 8.1. It is throwing a NoClassDefFoundError. It is looking for a class by name javax/management/InvalidAttributeValueException.
    This class file is shipped as part of jmx.jar. I tried to include it and then there was another NoClassDefFoundError that occured.
    The problem is I don't want to keep adding these different jars to make the ant deployment work. Can anyone please let me know what could be the problem.
    I am using a Windows XP OS and 1.4.2_10 as java version.
    I have added all the jars in the weblogic91\server\lib directory to the classpath.
    Also I have my apache ant tasks set in the classpath.
    Thanks
    Shankar Chandrasekaran

    Have had a bit of these CLASSPATH issues when jumping versions.
    Have had the best success when I create a different profile for each one, making sure the version you want is the only one defined. the main thing my profile sets is
    unset PATH
    unset CLASSPATH
    unset JAVA_HOME
    then
    export PATH=
    export CLASSPATH= the weblogic 9 one
    export JAVA_HOME= the one with 9
    or however they do it in windows, but make sure you CLASSPATH is only refencing the 9 jars

  • 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>

  • 10.1.3 HumanTask Forms deployment error is it a BUG

    Hi,
    Any one I am getting the following error. I have installed SOA 10.1.3 Midtier and am using OID as security provider. Now I am trying DocumentReview Sample but am getting the following error:
    Buildfile: C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\build.xml
    validateTask:
    [echo]
    | Validating workflow
    [validateTask] url is file:/C:/Oracle_Software/jdevstudio10132/integration/bpm/support/files/WorkflowTaskDefinition.xsd
    [validateTask] Validation of workflow task definitions is completed without errors
    deployProcess:
    [echo]
    | Deploying bpel process DocumentReview on localhost, port 7779
    [deployProcess] Deploying process C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\output\bpel_DocumentReview_1.0.jar
    [deployProcess] Successfully deployed the process "DocumentReview" on server "localhost" and port "7779"
    deployTaskForm:
    [echo]
    | Deploying workflow form for DocumentReview on localhost, port 7779
    [deployTaskForm] 07/07/07 08:25:19 Notification ==>Application Deployer for default_DocumentReview_1_0_DocumentReview STARTS.
    [deployTaskForm]
    [deployTaskForm] 07/07/07 08:25:19 Notification ==>Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm]
    [deployTaskForm] Deploy error: Deploy error: Operation failed with error:
    [deployTaskForm] parent application (orabpel) is not found!
    [deployTaskForm]
    [deployTaskForm]
    BUILD FAILED
    C:\Oracle_Software\1013\soa\bpel\samples\demos\DocumentReview\build.xml:98: Error while deploying the form on server "localhost" Error message :
    java.lang.SecurityException
         at oracle.ide.IdeCore$7.checkExit(IdeCore.java:177)
         at java.lang.Runtime.exit(Runtime.java:88)
         at java.lang.System.exit(System.java:868)
         at oracle.oc4j.admin.deploy.cmdline.Oc4jAdminCmdline.executeCommand(Oc4jAdminCmdline.java:127)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployIAS(DeployForm.java:750)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForm(DeployForm.java:548)
         at com.collaxa.cube.ant.taskdefs.DeployForm.deployForms(DeployForm.java:814)
         at com.collaxa.cube.ant.taskdefs.DeployForm.execute(DeployForm.java:840)
         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 oracle.jdevimpl.ant.runner.AntLauncher.launch(AntLauncher.java:321)
         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 oracle.jdevimpl.ant.runner.InProcessAntStarter.runAnt(InProcessAntStarter.java:295)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter.mav$runAnt(InProcessAntStarter.java:43)
         at oracle.jdevimpl.ant.runner.InProcessAntStarter$1.run(InProcessAntStarter.java:71)
    Total time: 45 seconds
    Thanks for any feedbacks.

    Hi HEWizard,
    I have set the ORACLE_HOME that points to SOA install directory i.e.
    C:\Documents and Settings>echo %ORACLE_HOME%
    C:\Oracle_Software\1013\soa
    One more thing is that if I install the Developer Version and even though the ORACLE_HOME is not set this works fine i.e. DocumentReview it's only that in the Midtier install version it doesn't work.
    The BPELProcess gets deployed and even the task is assigned but when logging into worklist and selecting the task I see the following error:
    Not Found
    The requested URL /default/DocumentReview/1.0/DocumentReview/DocumentReview.jsp was not found on this server.
    Oracle-Application-Server-10g/10.1.3.1.0 Oracle-HTTP-Server Server at localhost Port 7779
    It's because at deployment time I get that security error and parent application not found and it never deploys the jsp's. Now in the logs I don't see anything. It's only in JDeveloper I see those errors at deployment time. Here is the domain.log:
    <2007-07-07 18:22:44,500> <INFO> <default.collaxa.cube> <ServerManager::loadDomain>
    Oracle BPEL Server version 10.1.3.1.0
    Build: 0
    Build time: Mon Oct 09 08:44:49 PDT 2006
    Build type: release
    Source tag: PCBPEL_10.1.3.1.0_GENERIC_061009.0802
    <2007-07-07 18:22:45,140> <INFO> <default.collaxa.cube.engine> <CubeEngine::load>
    Initializing BPEL domain from descriptor file
    "C:\Oracle_Software\1013\soa\bpel\domains\default\config\domain.xml"
    <2007-07-07 18:22:45,406> <INFO> <default.collaxa.cube.engine> <gsDomainSchemaManager::validateCompatibility> Detected database version '2.0.51'
    <2007-07-07 18:22:45,406> <INFO> <default.collaxa.cube.engine> <AdaptorManager::load> Loaded adaptors for platform 'ias_10g', datasource 'oracle'
    <2007-07-07 18:22:47,656> <INFO> <default.collaxa.cube.engine> <AdapterStats::init:Done initializing Adapter statistics holder for engine > default
    <2007-07-07 18:22:47,656> <INFO> <default.collaxa.cube.engine> <CubeEngine::init>
    OraBPEL "default" BPEL domain loaded.
    <2007-07-07 18:22:53,046> <INFO> <default.collaxa.cube.engine> <CubeEngine::loadAllProcesses>
    Loading processes for BPEL domain "default" ...
    <2007-07-07 18:22:55,500> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskManager" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:57,234> <INFO> <default.collaxa.cube.engine.deployment> Process "TaskActionHandler" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:57,953> <INFO> <default.collaxa.cube.engine.deployment> Process "DocumentReview" (revision "1.0") successfully loaded.
    <2007-07-07 18:22:58,000> <INFO> <default.collaxa.cube.engine> <CubeEngine::loadAllProcesses>
    3 processes have been loaded for BPEL domain "default".
    <2007-07-07 18:23:33,062> <INFO> <default.collaxa.cube.services> <QuartzPublisherInit::init> Notification Retry publisher scheduled at every 15 minute(s)
    <2007-07-07 18:26:23,500> <INFO> <default.collaxa.cube.compiler> validating "C:\Oracle_Software\1013\soa\bpel\domains\default\tmp\.bpel_DocumentReview_1.0_e61483a0d5e873d381ae6bfbeaed5c60.tmp\DocumentReview.bpel" ...
    <2007-07-07 18:26:30,671> <INFO> <default.collaxa.cube.engine.deployment> <CubeProcessFactory::generateProcessClass>
    Process "DocumentReview" (revision "1.0") successfully compiled.
    <2007-07-07 18:26:30,750> <INFO> <default.collaxa.cube.engine.deployment> Process "DocumentReview" (revision "1.0") successfully loaded.
    Now even though the log says process deployed successfully it only deploys the BPEL Process but no jsp forms deployed. I hope there's nothing special we have to do. This issue can be recreated by installing the Midtier version of SOA and configure it with OID and then try deploying DocumentReview Process provided in the demos.
    I hope I have provided all the information.
    Thanks and waiting for a feedback as we have to decide on whether we go using BPEL 10.1.3 and this is a critical piece of it.

  • I Often get  Deployment Errors is it necessary to reinstall every time JSC2

    Hi i am using JSC2 update 1, but i am not satisfied with this IDE, Because it often shows deployment error when i run my application and really it irritates me. Till Now i have downloaded and reinstalled it for Five times but it still showing errors. I am always busy with rectifying the errors in IDE rather than using it for developing applications. Even i have tried all possibilities to rectify it but it wont. Please can you suggest me a good IDE for developing Database based web applications. Its really tough to continue to work with JSC2 update 1.
    Any help please i am really frustrated by using JSC2 update 1 IDE.

    Exception=Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.
    Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    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.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: java.lang.RuntimeException: Deployment timed out after 240 seconds.
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.sleep(TargetServer.java:521)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.handleDeployProgress(TargetServer.java:932)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.handleDeployProgress(TargetServer.java:912)
    at org.netbeans.modules.j2ee.deployment.impl.TargetServer.deploy(TargetServer.java:596)
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:188)
    ... 10 more
    C:\Documents and Settings\SRNI\My Documents\Creator\Projects\MusicAdd\nbproject\build-impl.xml:491: Deployment error: Deployment timed out after 240 seconds.. See the server log file for details.
    BUILD FAILED (total time: 10 minutes 2 seconds)
    This is the error i often get and i always use to rectify it.
    1) I have stopped my norton Antivirus software and restarted my sun java application server.
    2) I have checked whether there is any port conflicts by typing netstat -a on command prompt. But it shows that 29080 is LISTENING. but when i try it will show again the same error.
    3) i have checked for usernames and passwords also.
    I was left with only one option that is if any application is corrupted or not , but i dont know how to check it.
    can i use any other port no in place of 29080 or i have to use that port only. please help me Roman.
    Thanking you in Advance.

  • 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

  • Deployment error: Failed to start server localhost:25848

    Hello there!
    I used to work with NetBeans but now i am testing JSCreator.
    - I'm using Linux Ubuntu 7.04
    - JSCreator 2 Update 1
    - I 've tryied to run as root and as my user.
    - I am trying VehicleIncidentReport example with JSCreator
    - With netstat -a | grep 25848 , i can see that are no process running in that port!
    Thanks for any help!
    When i run I got this error:
    run-deploy:
    Starting server localhost:25848
    Failed to start server localhost:25848
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Deployment error: Failed to start server localhost:25848. See the server log file for details. at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    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.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)

    Hy there!!
    I would like to thank you!! I just used pe-start and it worked!!!
    But now I would like to fix my Netbeans.
    I started to use JSCreator because my Netbeans is not working properly.
    - I created a new Project called Teste CIB as a Visual Web Application.
    - When i Execute the Project, in Log says that everything was all right, but in my Web Navigator (Mozzila) its says:
    HTTP Status 404 - /TesteCIB/
    type Status report
    message /TesteCIB/
    description The requested resource (/TesteCIB/) is not available.
    In the LOG i got this error:
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
    java.util.MissingResourceException: Can't find resource for bundle java.util.PropertyResourceBundle, key MNEMONIC_�
    at java.util.ResourceBundle.getObject(ResourceBundle.java:386)
    at java.util.ResourceBundle.getString(ResourceBundle.java:346)
    at org.openide.awt.Mnemonics.getLatinKeycode(Mnemonics.java:165)
    at org.openide.awt.Mnemonics.setLocalizedText2(Mnemonics.java:78)
    at org.openide.awt.Mnemonics.setLocalizedText(Mnemonics.java:99)
    at org.netbeans.modules.java.project.ChangePackageViewTypeAction.createChoice(ChangePackageViewTypeAction.java:54)
    at org.netbeans.modules.java.project.ChangePackageViewTypeAction.getPopupPresenter(ChangePackageViewTypeAction.java:48)
    at org.openide.util.Utilities.actionsToPopup(Utilities.java:2622)
    at org.openide.util.Utilities.actionsToPopup(Utilities.java:2696)
    at org.openide.explorer.view.TreeView.createPopup(TreeView.java:875)
    at org.openide.explorer.view.TreeView$PopupAdapter.showPopup(TreeView.java:1323)
    at org.openide.awt.MouseUtils$PopupMouseAdapter.maybePopup(MouseUtils.java:158)
    at org.openide.awt.MouseUtils$PopupMouseAdapter.mousePressed(MouseUtils.java:149)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:263)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.AWTEventMulticaster.mousePressed(AWTEventMulticaster.java:262)
    at java.awt.Component.processMouseEvent(Component.java:6035)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3260)
    at java.awt.Component.processEvent(Component.java:5803)
    at java.awt.Container.processEvent(Container.java:2058)
    at java.awt.Component.dispatchEventImpl(Component.java:4410)
    at java.awt.Container.dispatchEventImpl(Container.java:2116)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3983)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916)
    at java.awt.Container.dispatchEventImpl(Container.java:2102)
    at java.awt.Window.dispatchEventImpl(Window.java:2429)
    at java.awt.Component.dispatchEvent(Component.java:4240)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
    You are trying to access file: jndi.properties from the default package.
    Please see http://www.netbeans.org/download/dev/javadoc/org-openide-modules/org/openide/modules/doc-files/classpath.html#default_package
    Thanks a lot!!

  • URGENT!! HelloWorld.bpel process Deployment Error

    Hi bpel gurus,
    I am new to BPEL. I tried to deploy sample HelloWorld tutorial process with no real luck..
    What i am doing is using obant (also tried equivalent "ant deploy" ) command to deploy the process. I am using BPEL PM for developer on windows XP.
    The following is the gist of the long exception/error I got.
    "C:\product\10.1.3.1\OraBPEL_2\bpel\samples\tutorials\101.HelloWorld\build.xml:79
    : A problem occured while connecting to server "ashdesai.corio.com" using port "
    9700": bpel_HelloWorld_1.0.jar failed to deploy. Exception message is: ORABPEL-04096
    Cannot update process metadata.
    The process domain was unable to insert/update the process metadata for process
    "HelloWorld" with revision tag "1.0" in the datastore. The exception reported is
    : javax.resource.ResourceException: RollbackException: Transaction has been mark
    ed for rollback: Timed out
    Please check that the machine hosting the datasource is physically connected to
    the network. Otherwise, check that the datasource connection parameters (user/p
    assword) is currently valid.
    sql statement: SELECT process_guid, process_id, revision_tag, suitcase_id, state
    , lifecycle, deploy_user, deploy_timestamp FROM process WHERE domain_ref = ? AN
    D process_id = ? AND revision_tag = ? FOR UPDATE ...
    Can anyone tell what setup/config is missing here..?
    Thanks in anticipation!!
    Ashish.

    Ashish:
    If your going to deploy a BPEL process using ant from the command line, you need to make sure that you set up your environment correctly. I've made a few blog posts on the subject of the ANT - environment.
    One of the key files that the ant deploy needs to have access to is the "ant-orabpel.properties" file located in your $BPEL_HOME/utilities directory. If Ant isn't able to get to this file, it will not have the BPEL environment settings for your installation.
    Ben

  • Deployment error: Failed to start server localhost:25848.  See the server l

    Hi,
    I am new to this Studio Creator 2 so that I decided to follow "Sun Java Studio Creator 2 - Tutorials - Using the Debugger".
    I followed the instructions word by word and have no problem running it.
    But Whenever I run it under the 'debugging' mode, I got an error ( at step 2. Examining local variables in the tutorial) as follows.
    It directs me to look at the server log file for more and I clicked on the link on the same pane (Output window in the bottom of IDE) but it doesn't mean much to me -- partly due to me being a newbie???
    Here is a bunch of error messages being generated under the debug mode[F5]. Did anyone have a similar problem before?
    ---- Messages from the output window -----------------------------------
    init:
    deps-module-jar:
    deps-ear-jar:
    deps-jar:
    library-inclusion-in-archive:
    library-inclusion-in-manifest:
    compile:
    compile-jsps:
    pluto-hack-web-xml-run:
    portlet-container-deploy:
    jsCreatorDist:
    debug:
    Stopping server localhost:25848
    E:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat stop-domain --domaindir E:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Starting debug server localhost:25848
    E:\Program Files\Sun\Creator2_1\SunAppServer8\bin\asadmin.bat start-domain debug=true domaindir E:\Program Files\Sun\Creator2_1\SunAppServer8\domains\ creator
    Start debug on localhost:25848 timeout or interrupted
    Failed to start server localhost:25848
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Exception=Deployment error: Failed to start server localhost:25848. See the server log file for details.
    Deployment error: Failed to start server localhost:25848. See the server log file for details.
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:198)
    at org.netbeans.modules.j2ee.ant.Deploy.execute(Deploy.java:75)
    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.executeTarget(Project.java:1214)
    at org.apache.tools.ant.Project.executeTargets(Project.java:1062)
    at org.apache.tools.ant.module.bridge.impl.BridgeImpl.run(BridgeImpl.java:234)
    at org.apache.tools.ant.module.run.TargetExecutor.run(TargetExecutor.java:242)
    at org.netbeans.core.execution.RunClassThread.run(RunClassThread.java:125)
    Caused by: Failed to start server localhost:25848
    at org.netbeans.modules.j2ee.deployment.devmodules.api.Deployment.deploy(Deployment.java:152)
    ... 10 more
    C:\Documents and Settings\Administrator\My Documents\Creator\Projects\DebugExample\nbproject\build-impl.xml:525: Deployment error: Failed to start server localhost:25848. See the server log file for details.
    BUILD FAILED (total time: 4 minutes 31 seconds)

    Check the following :
    Try starting the server without deploying. The server can be started from the server window. Also, check the server log file , will give more info on why it failed.
    To view the Sun Java System Application Server log file:
    In the Servers window, right-click the Deployment Server node and choose View Server Log.
    In any text editor, open the log file in the following location: install-directory\SunAppServer8\domains\creator\logs\server.log
    Please go through the FAQ titled "Why doesn't Application Server start up" which is at :http://developers.sun.com/prodtech/javatools/jscreator/reference/faqs/technical/depsrvs/
    Also, the port used by default is localhost:24848 when I tried the tutorial ..

  • Helloservice deploy error

    Hi Friends,
    I am new to Web Services. I am going through the tutorial example, I have been trying to deploy the "helloservice" example but getting the following error. Could anyone guide me on this.
    C:\javaeetutorial5\examples\jaxws\helloservice>ant deploy
    Buildfile: build.xml
    check:
    tools:
    -pre-deploy:
    deploy:
    *[exec] CLI171 Command deploy failed : Deploying application in domain fail*
    ed; Error loading deployment descriptors for helloservice -- Connection refused:
    no further information
    *[exec] ; requested operation cannot be completed*
    deploy-url-message:
    [echo] Application Deployed at: http://localhost:8080/helloservice
    BUILD SUCCESSFUL
    Total time: 6 seconds
    Thanks in anticipation,
    Sudeep Pandey
    Edited by: SudeepPandey on Oct 30, 2009 7:23 PM

    Hi,
    The application with context root "/hello-jaxrpc" already exists.Undeploy that application first before deploying this one.
    To undeploy your application with context root "/hello-jaxrpc" , type the following in your browser
    http://localhost:8080/manager/undeploy?path=/hello-jaxrpc
    -Amol

  • Petstore deployment error

    Duplicated project name in import. Project petstore-impl defined first in E:\Downloads\java pet store\javapetstore-2.0-ea4.6\nbproject\ant-deploy.xml and again in E:\Downloads\java pet store\javapetstore-2.0-ea4.6\nbproject\build-impl.xml

    The most common cause for this error is the use of build scripts that were generated by earlier releases of NetBeans. I think more recent versions of NetBeans have addressed this issue.
    The error is really just informational.
    vbk

  • 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.

  • 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"/>

Maybe you are looking for

  • Optical Out 5.1 not working

    Optical Out 5. not working?Hi everyone. I have a Sound Blaster X-Fi Xtreme Audio PCI Express card on a windows XP SP3 PC. I connected the optical OUT to a Sony 5. Home Theather system, DTS and Dolby Digital capable. When I configure the creative cons

  • Number of parameters possible in cgicmd.dat?

    Is it possible to have more than 10 parameters in the cgicmd.dat keyfile? I have a query that requires a lot of joins and would like to use parameters like param1=%1 param20=%20. The problem seems to be that I can't use 2-digit parameters - I run int

  • Problems with Presentation Director

    Hello, I enjoy really to work with the Presentation Director (PD); I also enjoy now working with Windows 7 x64 But the problem is, that the PD doesn't work for me on Win 7 In the best case it does nothing, in the worst case it tries to change the set

  • Handling address related information for different countries

    Hi, We are trying to understand the best way to display / query address related information (while designing internationalization for our application) - from users based on their locale - for example we would need to ask zip code - if the user is in

  • URGENT!! Items in Portal release 2

    Is it possible to deside how many items a region should display? If you have 10 items only the three latest should be visible. This was possible in the previous version of Portal! Regards Anniken