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

Similar Messages

  • AIA installing error

    Hi,
    I'm trying to install AIA 11.1.1.5 (on WLS and SOA 11.1.1.5) as is described in manual coresponding to this Product, but I'm getting following error:
    Deploy Application Deployments
    Error
    Failed to Deploy Application
    Step Deploy Application Deployments failed
    Failed to Deploy Application
    Step Deploy Application Deployments failed
    Log
    Step Deploy Application Deployments started
    Buildfile: /u01/app/oracle/product/AIAhome/Infrastructure/Install/AID/AIAInstallDriver.xml
    [AIAXmlProperty] Decipher value does not exist for the key : fp.db.jms.syspassword
    [AIAXmlProperty] Decipher value does not exist for the key : fp.db.aia.syspassword
    [AIAXmlProperty] Decipher value does not exist for the key : participatingapplications.AIADemo.db.aiademoparticipatingapp.syspassword
    [AIAXmlProperty] Decipher value does not exist for the key : fp.db.xref.syspassword
    [AIAXmlProperty] Decipher value does not exist for the key : fp.db.aialifecycle.syspassword
    [AIAXmlProperty] Decipher value does not exist for the key : oer.server.password
    Deployments:
    [echo] ======================================
    [echo] DeploymentPlan file ="/u01/app/oracle/product/AIAhome/aia_instances/AIA/config/FPInstallDP.xml"
    [echo] ======================================
    Deployments:
    [echo]
    [echo]
    [echo]
    [echo] Deployment log -- /u01/app/oracle/product/AIAhome/aia_instances/AIA/logs/FPInstallDP_Deployments_2011-08-04_01-56-49.log
    [echo]
    [echo]
    [echo] === Executing Deployments of /u01/app/oracle/product/AIAhome/aia_instances/AIA/config/FPInstallDP.xml===
    [echo]
    [echo]
    [xslt] Processing /u01/app/oracle/product/AIAhome/aia_instances/AIA/config/FPInstallDP.xml to /u01/app/oracle/product/AIAhome/aia_instances/AIA/tmp/AIDExecuteDP_temp_282477433.xml
    [xslt] Loading stylesheet /u01/app/oracle/product/AIAhome/aia_instances/AIA/tmp/AIDExtractxsl_temp_1125626140.xsl
    [UpdateDeployedComposites] Connecting to: service:jmx:t3://localhost:8001/jndi/weblogic.management.mbeanservers.runtime
    BUILD FAILED
    /u01/app/oracle/product/AIAhome/Infrastructure/Install/AID/AIAExecuteDriver.xml:225: The following error occurred while executing this line:
    /u01/app/oracle/product/AIAhome/Infrastructure/Install/AID/AIAExecuteDriver.xml:61: java.lang.NullPointerException
    Has anyone already met this problem?
    Thanks for help
    Tomasz R.

    The problem was with nodemanager. It didn't start my soa_server. Manual start helped.

  • Error while deploying AIA composites

    Hi All,
    We are trying to migrate code from Dev to QA server and are using below scripts/steps for the deployment.
    • source AIA_HOME/aia_instances/instance_name/bin/aiaenv.sh
    • Create a file with name dp.xml as shown below
    <?xml version="1.0" standalone="yes" ?>
    <DeploymentPlan component="FP" version="3.0">
    <Configurations>
    <EndpointConfigurator target-server="fp" dir="/opt/apps/deploy" />
    </Configurations>
    <Deployments>
    <Composite wlserver="fp" compositedir="/opt/apps/JournalEntryProviderABCS" compositeName="JournalEntryProviderABCS" revision="1.0" action="deploy" />
    </Deployments>
    </DeploymentPlan>
    •     cp dp.xml $AIA_HOME/Infrastructure/Install/AID/
    •     ant -f $AIA_HOME/Infrastructure/Install/AID/AIAInstallDriver.xml -DDeploymentPlan=dp.xml -DPropertiesFile=$AIA_HOME/aia_instances/instance_name/config/AIAInstallProperties.xml
    However the ant script is giving errors while trying to deploy the composites.
    scac:
    [scac] Validating composite : '/opt/apps/deploy/JournalEntryProviderABCS/composite.xml'
    [scac] FATAL_ERROR: location {ns:composite/ns:import[@location='oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl']}(21,30): Load of wsdl "oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl" failed
    [scac] FATAL_ERROR: location {ns:composite/ns:reference[@name='JE_Singleton']}(46,106): Cannot find Port Type "{http://xmlns.oracle.com/JE_SingletonBPEL_jws/JE_SingletonBPEL/JE_SingletonBPEL}JE_SingletonBPEL" for "JE_Singleton" in WSDL Manager
    BUILD FAILED
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAInstallDriver.xml:72: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAExecuteDriver.xml:80: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/AIAExecuteDriver.xml:58: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/AIDExecuteDP_temp_179498849.xml:4: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:139: The following error occurred while executing this line:
    /opt/apps/Oracle/AIA3_0/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:179: The following error occurred while executing this line:
    /opt/apps/Oracle/Oracle_SOA1/bin/ant-sca-package.xml:36: The following error occurred while executing this line:
    /opt/apps/Oracle/Oracle_SOA1/bin/ant-sca-compile.xml:264: Java returned: 1 Check log file : /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/out.err for errors
    Checked the /opt/apps/Oracle/AIA3_0/aia_instances/AIAInst1/tmp/out.err file and below is message in it.
    Load of wsdl "oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl" failed
    oracle.fabric.common.FabricException: Error in getting XML input stream: oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:273)
    at oracle.integration.platform.common.MDSMetadataManagerImpl.getInputStreamFromAbsoluteURL(MDSMetadataManagerImpl.java:538)
    at oracle.fabric.common.metadata.MetadataManagerImpl.getDocumentAsInputStream(MetadataManagerImpl.java:152)
    at oracle.integration.platform.common.MDSMetadataManagerImpl.getDocumentAsInputStream(MDSMetadataManagerImpl.java:400)
    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:172)
    at oracle.fabric.common.wsdl.WSDLManager.loadWSDL(WSDLManager.java:233)
    at oracle.soa.scac.ValidateComposite.loadWSDLs(ValidateComposite.java:892)
    at oracle.soa.scac.ValidateComposite.doValidation(ValidateComposite.java:534)
    at oracle.soa.scac.ValidateComposite.main(ValidateComposite.java:223)
    Caused by: java.io.IOException: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:388)
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getInputStream(AbstractOraMDSURLConnection.java:176)
    at oracle.mds.internal.net.OraMDSURLConnection.getInputStream(OraMDSURLConnection.java:67)
    at java.net.URL.openStream(URL.java:1010)
    at oracle.fabric.common.metadata.MetadataManagerImpl.getInputStreamFromAbsoluteURL(MetadataManagerImpl.java:269)
    ... 8 more
    Caused by: oracle.mds.exception.MDSException: MDS-00054: The file to be loaded oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl does not exist.
    at oracle.mds.internal.net.AbstractOraMDSURLConnection.getPDocStream(AbstractOraMDSURLConnection.java:339)
    ... 12 more
    I have checked in mds and the file exists (oramds:/deployed-composites/JE_SingletonBPEL_rev1.0/JE_SingletonBPEL.wsdl.
    Any idea/suggestions on what might be causing this error ? Is there any other way to deploy the AIA composites ; apart from doing it from Jdev using a config plan :-) ?
    Regards
    Subhankar

    Hi Subhankar,
    Q1 : This error can be rectified by placing the abstract wsdl of the process JE_SingletonBPEL in \AIAMetadata and try to load the wsdl from that path.
    for. e.g. oramds:/AIAMetadata/*****/*****/JE_SingletonBPEL.wsdl.
    and then in binding.ws place the concrete wsdl with appropriate binding for the process JE_SingletonBPEL.
    Q2: Other ways of deployment is to harvest the composites to PLW and generate Bill of Materials and deploy using AIAInstallDriver.
    Hope this helps you.
    Regards,
    Rahul

  • Error while deploying SOA composite via ant

    I am getting following error while deploying SOA composite through ant from SOA server (UNIX).It is unable to get mds configuration.
    Jdeveloper is not installed in SOA server.
    I am trying to copy the SOA project from local machine to SOA server and trying to deploy from SOA server.
    Error
    Parse of component type files failed, check the adf-config.xml file : "oracle.fabric.common.FabricException: oracle.mds.config.MDSConfigurationException: MDS-01330: unable to load MDS configuration document
    MDS-01329: unable to load element "persistence-config"
    MDS-01370: MetadataStore configuration for metadata-store-usage "mstore-usage_1" is invalid.
    MDS-00503: The metadata path "/u01/orasoa/Oracle/Middleware/Oracle_SOA1/integration" does not contain any valid directories.
    I checked /u01/orasoa/Oracle/Middleware/Oracle_SOA1 directory. Integretion directory is not available.
    Am I missing anything?
    *Please advise.*
    build.propeties
    ============
    # build file for HelloWorldComposite
    composite.name=AntScriptDeployPOCService
    # revision of the composite
    composite.revision=1.0
    # Set oracle.home to <JDEV_HOME>/jdeveloper, where <JDEV_HOME> is JDEV # installation directory
    #oracle.home=C:/Oracle/Middleware/jdeveloper
    oracle.home=/u01/orasoa/Oracle/Middleware/Oracle_SOA1
    # soa-server side oracle home directory - needed for deployment plan
    # and the weblogic sca library deployment
    soa.server.oracle.home=/u01/orasoa/Oracle/Middleware/Oracle_SOA1
    ###### Deployment server connection information
    # the admin server connection information
    admin.server.host=10.40.237.106
    admin.server.port=7001
    # the domain where soa infra is installed
    server.domain.name=soa_domain
    # connection information for the managed server, used for soa-deployment
    managed.server.host=10.40.237.106
    managed.server.port=8001
    # User and credentials for the servers
    server.user=weblogic
    server.password=<password>
    # wls server where soa is targeted.
    server.targets=soa_server1
    #local.java.home=C:/Oracle/Middleware/jdk160_14_R27.6.5-32
    local.java.home=/u01/orasoa/Oracle/Middleware/jdk160_14_R27.6.5-32
    Build.xml
    <?xml version="1.0" encoding="UTF-8" ?>
    <project name="AntScriptDeployPOCService" default="all">
    <!-- build.properties -->
    <property file="build.properties"/>
    <property name="deploy.dir" value="../deploy"/>
    <!-- Add targets here -->
    <target name="compile-package">
    <property name="sca-inf.classes.dir" value="../SCA-INF/classes"/>
    <mkdir dir="${sca-inf.classes.dir}"/>
    <ant antfile="${oracle.home}/bin/ant-sca-package.xml" target="package" inheritall="false">
    <property name="oracle.home" value="${oracle.home}"/>
    <property name="compositeDir" value="${basedir}/../"/>
    <!-- needed for adf config -->
    <property name="scac.application.home" value="${basedir}/../.."/>
    <!-- name of the composite -->
    <property name="compositeName" value="${composite.name}"/>
    <!-- revision of the composite -->
    <property name="revision" value="${composite.revision}"/>
    <!-- java.passed.home passed to scac, this property will be
    overwritten to the env.JAVA_HOME if such env variable is defined in OS level-->
    <property name="java.passed.home" value="${local.java.home}"/>
              <!--property name="java.passed.home" value="C:/Oracle/Middleware/jdk160_14_R27.6.5-32"-->
    </ant>
    </target>
    <target name="deploy">
    <condition property="deploymentplan.name" value="null">
    <not>
    <isset property="${deploymentplan.name}"/>
    </not>
    </condition>
    <echo>Deploying to http://${managed.server.host}:${managed.server.port}/soa-infra/deployer</echo>
    <ant antfile="${oracle.home}/bin/ant-sca-deploy.xml" target="deploy" inheritall="false">
    <!-- reformat of prop names -->
    <property name="user" value="${server.user}"/>
    <property name="password" value="${server.password}"/>
    <!-- create the url for deployment -->
    <property name="serverURL" value="http://${managed.server.host}:${managed.server.port}/soa-infra/deployer"/>
    <!-- location of the sar -->
    <property name="sarLocation" value="${deploy.dir}/sca_${composite.name}_rev${composite.revision}.jar"/>
    <!-- force overwrite if already there -->
    <property name="overwrite" value="true"/>
    <!-- configplan-->
    <property name="configplan" value="${deploymentplan.name}"/>
    </ant>
    </target>
    <target name="all" depends="compile-package,deploy"/>
    </project>

    Check whether the adf-config.xml file in your app is having proper mds path similar to this:
    <adf-mds-config xmlns="http://xmlns.oracle.com/adf/mds/config">
    <mds-config xmlns="http://xmlns.oracle.com/mds/config">
    <persistence-config>
    <metadata-namespaces>
    <namespace metadata-store-usage="mstore-usage_1" path="/soa/shared"/>
    </metadata-namespaces>
    <metadata-store-usages>
    <metadata-store-usage id="mstore-usage_1">
    <metadata-store class-name="oracle.mds.persistence.stores.file.FileMetadataStore">
    <property value="${oracle.home}/integration"
    name="metadata-path"/>
    <property value="seed" name="partition-name"/>
    </metadata-store>
    </metadata-store-usage>
    </metadata-store-usages>
    </persistence-config>
    </mds-config>
    </adf-mds-config>
    "

  • Deployment using AIA Install Driver - Composite jar creation

    Hi All,
    I am trying to deploy all my composite using AIA Install driver.
    But i want my script to divided between build and deploy.
    Hence i would like to know at what step are the composite jar files created?
    Appreciate your help on this.
    Thanks & Regards,
    Amit

    Amit,
    in general, the AIA Install Driver does not support this split up into build and deployment. It is certainly technically feasible by tweaking the underlying ant / wlst scripts, but I also don't see why this would be useful. The 'deployment' action of AID consists of even more than build and deploy, namely adjusting the composite to match an environment, i.e. adjust references, URLs, etc. to match the current environment, e.g. when you take your code from dev to test.
    So rather than giving jars (containing "wrong" references) to somebody being in charge to deploy it somewhere else, our recommendation is to package up the code of the composites with the deployment plan. With that package, somebody else can just lay this down on any other server and execute the bundled deployment plan. As said above, that will take care of adjusting this code to this particular environment. On the other hand, if you would pass jars, you would have to know in advance(!) the target environment to be able to adjust accordingly and compile it into the jar. This is not practical and AID just offers a much more convenient way.
    Gerhard

  • Error while deploying application in Web center Spaces via ant script

    Hi all,
    Jdeveloper version 11.1.1.6
    I am trying to deploy application in Web center Spaces using ant script .
    I am able to deploy it if i keep these two files in local machine .
    wls.userkey=C:\\myFiles\\myuserkeyfile.secure
    wls.userconfig=C:\\myFiles\\myuserconfigfile.secure
    where as when I am trying to pick these files from remote web-logic server I am getting following error
    [exec]  Deploy started at Thu Dec 12 17:26:41 2013
    [exec]
    [exec] Please enter your username :Please enter your password :
    [exec] java.lang.NullPointerException
    [exec] This Exception occurred at Thu Dec 12 17:26:41 GMT+05:30 2013.
    [exec] at weblogic.management.scripting.WLSTHelper.connect(WLSTHelper.java:176)
    [exec] at weblogic.management.scripting.WLScriptContext.connect(WLScriptContext.java:61)
    [exec] at weblogic.management.scripting.utils.WLSTUtil.initializeOnlineWLST(WLSTUtil.java:147)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [exec] at java.lang.reflect.Method.invoke(Method.java:597)
    [exec] at org.python.core.PyReflectedFunction.__call__(Unknown Source)
    [exec] at org.python.core.PyMethod.__call__(Unknown Source)
    [exec] at org.python.core.PyObject.__call__(Unknown Source)
    [exec] at org.python.core.PyObject.invoke(Unknown Source)
    [exec] at org.python.pycode._pyx4.connect$1(<iostream>:16)
    [exec] at org.python.pycode._pyx4.call_function(<iostream>)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyFunction.__call__(Unknown Source)
    [exec] at org.python.pycode._pyx72.f$0(C:\Abhishek_Mr.Price\SampleWebCenterSpacesExtensions\SampleWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\extspaces.py:14)
         [exec] at org.python.pycode._pyx72.call_function(C:\Abhishek_Mr.Price\SampleWebCenterSpacesExtensions\SampleWebCenterSpacesExtensions\WebCenterSpacesSharedLibExtension\extspaces.py)
    [exec] at org.python.core.PyTableCode.call(Unknown Source)
    [exec] at org.python.core.PyCode.call(Unknown Source)
    [exec] at org.python.core.Py.runCode(Unknown Source)
    [exec] at org.python.util.PythonInterpreter.execfile(Unknown Source)
    [exec] at weblogic.management.scripting.WLST.main(WLST.java:124)
         [exec] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    [exec] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    [exec] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    [exec] at java.lang.reflect.Method.invoke(Method.java:597)
    [exec] at weblogic.WLST.main(WLST.java:29)
    [exec] None
    [exec] #########################################################
    [exec] #####     Deployment Failed #########
    [exec] #####     Contact support with Exception Stack #########
    [exec] #########################################################
    [exec]
    [exec]
    Chandana

    Any Updates

  • Error during deploying *.ear to sap using ant

    I want to  deploy ear to sap with ant script,but it can not work.The error information as follows,can anybody give me some advice if you had the similar error,thanks.
    C:\usr\sap\LJ1\J00\j2ee\deployment\ant>ant -f example_build.xml deploy -v
    Apache Ant version 1.7.0 compiled on December 13 2006
    Buildfile: example_build.xml
    Detected Java version: 1.6 in: D:\Java\jdk1.6.0_18\jre
    Detected OS: Windows 2003
    parsing buildfile C:\usr\sap\LJ1\J00\j2ee\deployment\ant\example_build.xml with
    URI = file:/C:/usr/sap/LJ1/J00/j2ee/deployment/ant/example_build.xml
    Project base dir set to: C:\usr\sap\LJ1\J00\j2ee\deployment\ant
    parsing buildfile jar:file:/D:/Perforce/tools/ant1.7.0/lib/ant.jar!/org/apache/t
    ools/ant/antlib.xml with URI = jar:file:/D:/Perforce/tools/ant1.7.0/lib/ant.jar!
    /org/apache/tools/ant/antlib.xml
    [property] Loading C:\usr\sap\LJ1\J00\j2ee\deployment\ant\cfg\ant.properties
    Build sequence for target(s) `deploy' is [deploy]
    Complete build sequence is [deploy, import_ear, undeploy, params, ]
    deploy:
    [sapdeploy] Starting deployment with the following properties:
    [sapdeploy] Version Handling Rule: all
    [sapdeploy] Error Handling Strategies: [error action: 'prerequisites', error str
    ategy: 'stop', error action: 'deploy', error strategy: 'stop']
    [sapdeploy] The targeted SAP J2EE Engines are: [server host: 'localhost', server
    port '50004', user name 'Administrator'.]
    [sapdeploy] Deploy timeout: null
    [sapdeploy] Starting to validate the data...
    [sapdeploy] Validation ended
    [sapdeploy] root dir c:\temp
    [sapdeploy] Selected archives for deployment:
    [sapdeploy] 1: 'c:\temp\dataservices-samples.war'
    [sapdeploy] 2: 'c:\temp\test.ear'
    [sapdeploy] Starting validation for the engine 'server host: 'localhost', server
    port '50004', user name 'Administrator'.'
    [sapdeploy] Engine data validated successfully
    [sapdeploy] Starting deployment for the engine 'server host: 'localhost', server
    port '50004', user name 'Administrator'.'
    [sapdeploy] An error occured during the deployment.
    [sapdeploy] The result of the deployment is: Error
    [sapdeploy] Deployment ended
    BUILD SUCCESSFUL
    Total time: 0 seconds

    The problem has been resolved,I make a stupid mistake.The reason caused the error is  that the  user of server was locked.I hope these will be helpful for people troubled by the same mistake.

  • Error during deploying using sapdeploy ant task

    I am attempting to deploy a simple service which I have created using Dev studio. Instead of deploying using Dev studio, I want to use ant task for the same.
    This is the output I see in the console:
    deploy:
    [sapdeploy] Starting deployment with the following properties:
    [sapdeploy] Version Handling Rule: all
    [sapdeploy] Error Handling Strategies: [error action: 'prerequisites', error strategy: 'stop', error action: 'deploy', error strategy: 'stop']
    [sapdeploy] The targeted SAP J2EE Engines are: [server host: 'myhost', server port '50000', user name 'J2EE_ADMIN'.]
    [sapdeploy] Starting to validate the data...
    [sapdeploy] Validation ended
    [sapdeploy] root dir C:\temp\HelloWorldEAR
    [sapdeploy] Selected archives for deployment:
    [sapdeploy] 1: 'C:\temp\HelloWorldEAR\HelloWorldEAR.ear'
    [sapdeploy] Starting validation for the engine 'server host: 'myhost', server port '50000', user name 'J2EE_ADMIN'.'
    [sapdeploy] Engine data validated successfully
    [sapdeploy] Starting deployment for the engine 'server host: 'myhost', server port '50000', user name 'J2EE_ADMIN'.'
    [sapdeploy] An error occured during the deployment.
    [sapdeploy] The result of the deployment is: Error
    [sapdeploy] Deployment ended
    Where can I get more details of what might be wrong with the deploy process? I tried "-v" flag but to no avail. Syslog of the server shows nothing of interest.
    Thanks in advance for any help.
    Regards,
    Sameer

    Logs will be in log\dc_log folder.

  • 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

  • Error 259 deploying Install MSI action

    Long time ago it was supposed to be fixed
    Support | Error 259 deploying Install MSI action
    I am sure that bundle in question (Autocad 2011 Deployment install from network with credentials &
    dynamic admin) worked fine in 11.2.2
    After upgrade to 11.2.3a it gives me this error & fails
    Not really helpful
    (and please do not advice me to install it by copying it to local machine, I
    am not interested in this)
    Seb

    Originally Posted by AndersG
    GarethWilson,
    > Autocad was running as dynamic administrator and not SYSTEM, and its
    > defo a zenworks issue, if you take the same command line that you have
    > in the zcm bundle and then put that in a batch file and run that as
    > dynamic administrator the application installs fine without
    > errors.....its only when the command line is in the zcm bundle the error
    > occurs.
    OK. If that is the case, then it sounds like a bug. Can you open an SR to
    have it looked at?
    FWIW, running Procmon, once for the ZCM bundle and once for the batch and
    capturing logs might provide some additional info.
    Anders Gustafsson (NKP)
    The Aaland Islands (N60 E20)
    Have an idea for a product enhancement? Please visit:
    http://www.novell.com/rms
    There maybe just something in the autocad installer that doesnt like being called from the zen agent, it wouldnt be the first time a company has written a dodgy setup process lol what we found also was that if you put in /W in the autocad commandline which is a switch for SCCM then the installer behaved correctly, so i think the issue is actually with their installer rather than zenworks now.

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

  • Error while deploying composite using AID

    Hi All,
    We are getting the following error while trying to 'ant' deploy a composite in our TEST instance which was recently upgraded to 11.1.1.5:
    [echo] === Executing Deployments of /oracle/product/Middleware/AIA/Infrastructure/LifeCycle/DP/WBSExtractDP.xml===
    [echo]
    [echo]
    [xslt] Processing /oracle/product/Middleware/AIA/Infrastructure/LifeCycle/DP/WBSExtractDP.xml to /oracle/product/Middleware/AIA/aia_instances/AIA_TEST/tmp/AIDExecuteDP_temp_1311740019.xml
    [xslt] Loading stylesheet /oracle/product/Middleware/AIA/aia_instances/AIA_TEST/tmp/AIDExtractxsl_temp_373744571.xsl
    [UpdateDeployedComposites] Connecting to: service:jmx:t3://edpsvtwl001.baea.com.au:8001/jndi/weblogic.management.mbeanservers.runtime
    BUILD FAILED
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:117: The following error occurred while executing this line:
    /oracle/product/Middleware/AIA/Infrastructure/Install/AID/AIAExecuteDriver.xml:61: java.lang.NoClassDefFoundError: oracle/fabric/management/deployedcomposites/mbean/Status
    Total time: 5 minutes 49 seconds
    The same deployment works fine in DEV instance which is also in the same version but may be upgraded few months prior to TEST being upgraded. Henece I did a diff between the two instances' AIAInstallDriver.xml which to my suspicion is different. Is this difference expected or should both instance have exact same AIAInstallDriver but for any hard coded server values, etc.
    Any suggestion to solve this issue will be appreciated.
    Thanks in advance,
    Babs

    I just found out from our DBA that DEV instance got direct 11.1.1.5 install and TEST instance got upgraded (RUP) from 11.1.1.3 to 11.1.1.5. This may explain the differences in the InstallDriver.xml file, but still does not solve the issue of deploy error in TEST instance.

  • AIA Instal failing on Cluster AIAReadJMSNotificationProcess not found

    Hi,
    I am installing AIA on SOA 11.1.1.5 during installation I am running into below error. I am trying to install AIA on a cluster environment on HP-UX box. Need help in resolving the below I see the below in the log.
    Here is the command that I ran to begin the installation
    ant -f AIAInstallDriver.xml -DPropertiesFile=$AIA_HOME/aia_instances/AIA_01/config/AIAInstallProperties.xml -logfile $AIA_HOME/aia_instances/AIA_01/logs/FPInstall.log -DDeploymentPlan=$AIA_HOME/aia_instances/AIA_01/config/FPInstallDP.xmlAnd here is error am getting after 28+ minutes of installation progress.
         [wlst] Activation completed
         [wlst] Disconnected from weblogic server: AdminServer
         [wlst] <Jul 25, 2012 4:33:29 PM CDT> <Warning> <JNDI> <BEA-050001> <WLContext.close() was called in a different thread than the one in which it was created.>
         [echo]  executing Endpoint Configurator over the dir : <AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess
         [echo] Fixing AIAErrorTaskAdministrationProcess endpoints per Oracle Support DOC 1369101.1
    BUILD FAILED
    <AIA_HOME>/Infrastructure/Install/AID/AIAExecuteDriver.xml:117: The following error occurred while executing this line:
    <AIA_HOME>/Infrastructure/Install/AID/AIAExecuteDriver.xml:64: The following error occurred while executing this line:
    <AIA_HOME>/aia_instances/AIA_01/tmp/AIDExecuteDP_temp_1892431361.xml:15: The following error occurred while executing this line:
    <AIA_HOME>/Infrastructure/Install/AID/lib/AIDDeploymentLibraryTasks.xml:160: The following error occurred while executing this line:
    <AIA_HOME>/Infrastructure/Install/AID/lib/AIDConfigurationLibraryTasks.xml:703: <AIA_HOME>/Infrastructure/ErrorHandling/src/AIAErrorTaskAdministrationApp/AIAErrorTaskAdministrationProcess/Infrastructure/ErrorHandling/src/AIAReadJMSNotificationProcessApp/AIAReadJMSNotificationProcess not found.
    Total time: 29 minutes 5 secondsFrom the logs above it's complaining about AIAReadJMSNotificationProcess not found but shouldn't the installer have took care of it.
    When I go to the Enterprise Manager I don't see any AIA related composites being deployed I do see AIA Application deployed. But the installation is failing. Any idea on what might be wrong and how to correct it and start the installation from where it ended.
    Any help is appreciated.
    Thanks

    With those informations alone it is hard to tell whats happening.
    Even if you perform a "boot -x" I would expect that your public network is getting configured, since on your described setup you should have a /etc/hostname.qfe0 and /etc/hostname.qfe4 in order to setup the IPMP group and possible test addresses. So ifconfig should show something for at least those interfaces. Since you are not even seeing lo0, I would expect several error messages on the console.
    Since no obvious reasons springs to my mind as of why you do not see this, I suggest to open a service call with Sun (if you have a support contract that is) in order to get the system(s) better analyzed. A lot more informations are necessary to understand the problem. Anything within /var/adm/messages (even the older ones) that might give a hint? Any administrative changes lately?
    Greets
    Thorsten

  • Error while deploying ear in weblogic 9.1

    im getting the following error while deploying my ear created using ant script in weblogic 9.1.
    pls help me
    <May 2, 2006 8:14:42 PM IST> <Error> <J2EE Deployment SPI> <BEA-260101> <Parameter may not be null.
    java.lang.NullPointerException
         at weblogic.deploy.api.internal.utils.ConfigHelper.checkParam(ConfigHelper.java:142)
         at weblogic.deploy.api.tools.ModuleInfo.createModuleInfo(ModuleInfo.java:82)
         at weblogic.deploy.api.tools.SessionHelper.getModuleInfo(SessionHelper.java:607)
         at com.bea.console.actions.app.install.Flow.appSelected(Flow.java:453)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         Truncated. see log file for complete stacktrace
    >
    **********************

    Hi Binu,
    Was the ear file built using WLS 9.1 ant scripts ?
    Thanks
    Raj

  • Error: When deploying the DC after adding the web services

    Hi Experts,
    I was able to add the Webservice sucessfully.
    I execute the Webservice using the following code
    Request_ServiceHttpGet_getMaterialInfo Catalogue_Req =  new Request_ServiceHttpGet_getMaterialInfo();
    wdContext.nodeRequest_ServiceHttpGet_getMaterialInfo().bind(Catalogue_Req);
    wdContext.currentRequest_ServiceHttpGet_getMaterialInfoElement().modelObject().execute();
    wdComponentAPI.getMessageManager().reportSuccess("After WS Execution");
    I am getting the foloowing error, durring the deployment.
    [javac] Compiling 130 source files to /usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/t/F8932A28B6B6DA239F372D66126596DE/classes
    /usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/t/F8932A28B6B6DA239F372D66126596DE/gwd/packages/xxxx/app/wdp/IPublicCC_CatalogueWS.java:666: package javax.xml.soap does not exist
        public javax.xml.soap.SOAPElement get_any() {
                             ^
    /usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/t/F8932A28B6B6DA239F372D66126596DE/gwd/packages/xxxx/app/wdp/IPublicCC_CatalogueWS.java:702: incompatible types
    found   : javax.xml.soap.SOAPElement
    required: java.lang.Object
              return gen_modelInstance.get_any();
                                              ^
    /usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/t/F8932A28B6B6DA239F372D66126596DE/gwd/packages/xxxx/app/wdp/IPublicCC_CatalogueWS.java:1016: incompatible types
    found   : javax.xml.soap.SOAPElement
    required: java.lang.Object
              return gen_modelInstance.get_any();
                                              ^
    Note: /usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/t/F8932A28B6B6DA239F372D66126596DE/gwd/packages/xxxx/app/CreatePRPOView.java uses or overrides a deprecated API.
    Note: Recompile with -deprecation for details.
    3 errors
    Ant build finished with ERRORS
    file:/usr/sap/NWI/JC63/j2ee/cluster/server0/temp/CBS/22/.B/12309/DCs/xxxx/dc/_comp/gen/default/logs/build.xml:168: Compile failed; see the compiler error output for details.
    Please help me to solve the same.
    I am using NWDI for development.
    Thanks & Regards,
    Palani

    Hi Palani,
    Clear the CBS chache and if you are using old project reimport every thing. after that pls try to set path for Servlet.jar file which you can locate inside the standard sap.com DC which you will get indise the installed NWDS path,like:-
    /dtc/0/DCs/SAP.COM/servlet/_comp/gen/default/public/default......
    Hope this may help you.
    Deepak!!!

Maybe you are looking for

  • IPhoto Freeze on full screen Editing - Lost threads ???

    Hi all, as I'm one of those experiencing multiple problems with iPhoto 9 and Snow Leopard, with freezing the complete OS in full screen editing and displaying repeatedly scrambled or corrupt images, I wanted to subscribe to one of the many multipage

  • How can I find a IPhone 4S if it is off?

    How can I find a IPhone 4S if it is off?

  • Selction-screen

    hi all..   iam having date field in the selction screen.... so if i click f4 i can get calander and i can enter specific date...   now my requirement is to i  hav ti enter month end year only.... so if i click any date in the seach help calender....

  • OBIEE 10.3.4.1 is out

    Just to let you known: The 10.1.3.4.1 release of the Oracle Business Intelligence Enterprise Edition introduces http://www.oracle.com/technology/software/products/ias/htdocs/101320bi.html http://obiee101.blogspot.com/2009/04/obiee-10341-is-out.html r

  • Family Base set up

    I ordered family base when buying my daughter a phone. The dashboard shows my daughter's line as the parent and doesn't let me change it. I don't think I can even get started using the service until I can tell it I am the parent, and she is the child