SOA Bundle deployment

Hi,
I followed the instructions in http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10224/sca_lifecycle.htm#CACFEAJJ to deploy shared metadata, i.e. I created a JAR File deployment profile on my SOA Project with the xsd that I wanted to share and then a SOA Bundle deployment profile on the application with a dependency to the Jar File deployment profile. I was then able to deploy it to our development server from jdeveloper using the "Deploy to Application Server" option, and everything went fine, the xsd are on the MDS and other composites are able to reference them.
However now I'm trying to deploy it using the enterprise manager, I generated the .zip using the same deployment profile, but the enterprise manager says "Failed to retrieve the composite details from the archive. Invalid SOA archive file.", which makes sense because there's no composite in the .zip only the metadata that I want to share. What's the correct way of doing it?
JDeveloper and the SOA Suite are both 11.1.1.3.
thanks in advance,
Diogo Henriques
Edited by: Diogo Henriques on Dec 23, 2010 8:49 PM

Enterprise manager currently is looking for composite in zip file, ideally this should not be the case.
Use JDEV or WLST sca_deployComposite command(for production env) to deploy soabundle.

Similar Messages

  • SOA Bundle deployment question

    One creates a SOA bundle consisting of three projects. If one of the projects fails deployment - do the others get deployed or does the entire SOA Bundle fail deployment?
    Thanks - Casey

    Enterprise manager currently is looking for composite in zip file, ideally this should not be the case.
    Use JDEV or WLST sca_deployComposite command(for production env) to deploy soabundle.

  • How to undeploy SOA-Bundle deployed to MDS

    If I deploy a SOA Bundle containing metadata to be placed in MDS, as per "+36.7.3 Deploying and Using Shared Metadata Across SOA Composite Applications in+
    +Oracle JDeveloper"+ I have no problems.
    Unfortunately I am unable to figure out a way to undeploy the same bundle. There is no reference in the EM to the jar file, etc, and without rebuilding the MDS database I can't seem to find another way to do this.
    Is anyone able to provide some insight.
    Thanks

    Have you tried any methods discussed in:
    http://biemond.blogspot.com/2009/11/soa-suite-11g-mds-deploy-and-removal.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Java%2FOracleSoaBlog+%28Java+%2F+Oracle+SOA+blog%29
    Right click on farm/soa/soa-infra select Administration>MDS configuration> System MBean Browser >Operation: deleteMetadata and enter parameters; ie for doc: /apps/"file to delete"
    to delete it.
    NA
    http://nickaiva.blogspot.com
    Edited by: Nick Aiva on Feb 2, 2011 7:07 PM
    Edited by: Nick Aiva on Feb 2, 2011 7:18 PM

  • Create a SOA Bundle that Includes the JAR Profile

    Hello experts:
    Env:
    SOA 11.1.1.6.0
    Web Logic 10.3.6
    JDK 170
    Jdeveloepr 11.1.1.6.0
    I am following the doc to create a SOA bundle using Jdeveloper...
    http://docs.oracle.com/cd/E25178_01/dev.1111/e10224/fod_intro2.htm#CHDBFHIG
    I am at the step
    41.7.3 Deploying and Using Shared Metadata Across SOA Composite Applications in Oracle JDeveloper
    This Step (41.7.3.1.2 Create a SOA Bundle that Includes the JAR Profile) talks about creating SOA bundle.. But I do NOT see the SOA bundle in the deployment screen.
    I see JAR, RAR, SOA-SAr etc.. BUT not the SOA bundle..
    What mistake I am making??? Can you please throw some light??
    Thanks
    Rgds
    Natrajan

    Sirisha,
    SOA Bundle option is available under Application Properties --> Deployment --> New. I guess you are looking it under Project properties.
    Hope this helps.
    Regards,
    Karan
    http://learn-oraclesoa.blogspot.com/

  • 12c SOA composite deployment issue using maven

    I am facing issue with 12c SOA composite deployment using maven. I execute the below command for deploying any composite. (Note: Update and run init.cmd file before running the below maven command)
    mvn pre-integration-test –f soa-pom.xml –Dcomposite.name=TestSOAProj –Dcomposite.version=1.1
    Issues:
    As seen above, I specified composite version to be deployed as 1.1 in pom.xml file, but maven deploys the composite with version that is present in composite.xml. It does build the jar file with the version specified in the pom i.e. TestSOAProj_rev1.1.jar, but when it deploys I see the composite with version as 1.0 (this version is in composite.xml). The out of the box maven script is not overwriting the revision in the composite.xml with the value specified in the pom file.
    Also, is there a way to pass the partition name as an user input parameter in the pom file. I tried this with the out of the box pom file by giving the partition name as something other than ‘default’, but the maven script ignores this and always deploys to ‘default’.
    I am not sure if I am missing anything here. Please suggest.
    inti.cmd:
    SET JAVA_HOME=D:\12c-Installation-Path\Java\jdk1.7.0_60
    SET ANT_HOME=D:\12c-Installation-Path\Oracle\Middleware\Oracle_Home\oracle_common\modules\org.apache.ant_1.9.2
    SET M2_HOME=D:\12c-Installation-Path\Oracle\Middleware\Oracle_Home\oracle_common\modules\org.apache.maven_3.0.5
    SET PATH=%PATH%;%JAVA_HOME%\bin;%M2_HOME%\bin;%ANT_HOME%\bin
    soa-pom.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
             <!--
               This POM was automatically generated during SOA project creation.          
               This POM relates to this SOA Composite, i.e. the one in this same directory.
               There is another POM in the SOA Application directory which handles
               the whole SOA Application, which may contain additional projects.
            -->
        <modelVersion>4.0.0</modelVersion>
        <groupId>TestSOAApp</groupId>
        <artifactId>${composite.name}</artifactId>   
      <version>${composite.version}</version>
        <packaging>sar</packaging>
        <!--
               The parent points to the common SOA parent POM.  That is a special POM that is
               shipped by Oracle as a point of customization (only). You can add default values
               for properties like serverUrl, etc. to the SOA common parent POM, so that you
               do not have to specify them over and over in every project POM.
        -->
        <!--<parent>
            <groupId>com.oracle.soa</groupId>
            <artifactId>sar-common</artifactId>
            <version>12.1.3-0-0</version>
        </parent>-->
        <properties>
      <!-- These parameters are used by the compile goal -->
      <code.basedir>${soa.app.source}/${project.artifactId}</code.basedir>
            <scac.input.dir>${code.basedir}/SOA</scac.input.dir>
            <scac.output.dir>${project.basedir}/target</scac.output.dir>
            <scac.input>${scac.input.dir}/composite.xml</scac.input>
            <scac.output>${scac.output.dir}/out.xml</scac.output>
            <scac.error>${scac.output.dir}/error.txt</scac.error>
            <scac.displayLevel>1</scac.displayLevel>
      <!-- if you are using a config plan, uncomment the following line and update to point
                 to your config plan -->
            <configplan>${code.basedir}/${project.artifactId}_cfgplan.xml</configplan>
      <!-- These parameters are used by the deploy and undeploy goals -->
      <composite.name>${project.artifactId}</composite.name>
      <composite.revision>${project.version}</composite.revision>       
      <composite.partition>default</composite.partition>
            <serverUrl>http://${target.hostname}:${target.port}</serverUrl>       
            <!--user>weblogic</user>
            <password>${pwd}</password-->       
      <overwrite>true</overwrite>
            <forceDefault>true</forceDefault>
            <regenerateRulebase>false</regenerateRulebase>
            <keepInstancesOnRedeploy>false</keepInstancesOnRedeploy>
            <!--<jndi.properties.input>UNDEFINED</jndi.properties.input>-->
            <scatest.result>${scac.output.dir}/testResult</scatest.result>
            <!--  input is the name of the composite to run test suties against -->
            <input>${project.artifactId}</input>       
            <!--<scac.ant.buildfile>${env.MW_HOME}/soa/bin/ant-sca-compile.xml</scac.ant.buildfile>
            <sca.ant.testfile>${env.MW_HOME}/soa/bin/ant-sca-test.xml</sca.ant.testfile>
            -->
        </properties>
      <build>
           <plugins>
       <plugin>
      <groupId>org.codehaus.mojo</groupId>
      <artifactId>properties-maven-plugin</artifactId>
      <version>1.0-alpha-2</version>
      <executions>
       <execution>
      <phase>initialize</phase>
      <goals>
       <goal>read-project-properties</goal>
      </goals>
      <configuration>
       <files>
      <file>build-${env}.properties</file>
       </files>
      </configuration>
       </execution>
      </executions>
       </plugin>
      <plugin>
      <groupId>org.apache.maven.plugins</groupId>
      <artifactId>maven-antrun-plugin</artifactId>
      <version>1.6</version>
      <executions>
      <execution>
      <id>read-input</id>
      <phase>prepare-package</phase>
      <inherited>false</inherited>
      <goals>
      <goal>run</goal>
      </goals>
      <configuration>
      <target>
      <property name="fmw.app.basedir" value="${soa.app.source}" />
      <property name="fmw.composite.name" value="${project.artifactId}" />
      <property name="configplan.target.path" value="${scac.output.dir}" />
      <ant antfile="${project.basedir}/replace-tokens.xml" target="replaceConfig" />
      </target>
      </configuration>
      </execution>
      </executions>
      </plugin>
                <plugin>
                    <groupId>com.oracle.soa.plugin</groupId>
                    <artifactId>oracle-soa-plugin</artifactId>
                    <version>12.1.3-0-0</version>
                    <configuration>
                        <compositeName>${project.artifactId}</compositeName>
                        <composite>${scac.input}</composite>
                        <sarLocation>${scac.output.dir}/sca_${project.artifactId}_rev${composite.revision}.jar</sarLocation>
                        <serverUrl>${serverUrl}</serverUrl>
      <user>{}</user>            
      <password>{}</password>
                        <!-- Note: compositeRevision is needed to package, revision is needed to undeploy -->
                        <compositeRevision>${composite.revision}</compositeRevision>
                        <revision>${composite.revision}</revision>
                        <scacInputDir>${scac.input.dir}</scacInputDir>                   
      <input>${input}</input>
      <!--<appHome>${soa.app.source}</appHome>
      <oracleHome>${oracle.home}/soa</oracleHome>                   
      <configplan>${scac.output.dir}/${project.artifactId}_cfgplan_generated.xml</configplan>-->
                    </configuration>
                     <!-- extensions=true is needed to use the custom sar packaging type -->
                    <extensions>true</extensions>
                </plugin>
            </plugins>
        </build>
    </project>
    replace-tokens.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <project name="EA_SOA_Build"  default="replaceConfig">
      <target name="replaceConfig">
      <echo>Replacing tokens in configuration file</echo>
      <!-- Following logic copies the dev deployment plan and generates one to meet the target environment. -->
      <delete failonerror="true" file="${fmw.app.basedir}/${fmw.composite.name}/${fmw.composite.name}_cfgplan_generated.xml"/>
      <copy overwrite="true" failonerror="true"
      file  ="${fmw.app.basedir}/${fmw.composite.name}/${fmw.composite.name}_cfgplan.xml"
      tofile="${configplan.target.path}/${fmw.composite.name}_cfgplan_generated.xml"/>
      <replace file="${configplan.target.path}/${fmw.composite.name}_cfgplan_generated.xml">   
       <!-- replace filter for soa source and target endpoints. -->
       <replacefilter token="dmnh1i.manheim.com" value="dmnh2i.manheim.com" />  
      </replace>
      </target>
    </project>
    build-local.properties:
    soa.app.source=D:/Oracle_SOA12c13/Jdev_mywork/OVCApp
    mds.outer.dir=D:/Oracle_SOA12c13/Jdev_mywork/OVCApp/MDS
    target.hostname=localhost
    target.port=7001
    oracle.home=D:/Oracle_SOA12c13/Middleware/Oracle_Home

    hi,
    Can i pass multiple composite name like
    mvn pre-integration-test –f soa-pom.xml –Dcomposite.name=TestSOAProj –Dcomposite.name2="xxx"
    can you please suggest me for same.
    Hint- passing project1,project2.....

  • Soa-infra deployment is down for one of the servers in Cluster

    Hi All,
    We have upgraded our system from PS2 to PS5.
    It is a Cluster environment which is having 2 nodes (soa_server1 and soa_server2)
    We have figured out that soa-infra deployment for soa_server2 displaying 'Down (Down red color arrow)' in em.
    When I try to start up trough the em, getting below error.
    Invoking Start Up operation for application soa-infra on target soa_server2.
    [Deployer:149193]Operation 'start' on application 'soa-infra' has failed on 'soa_server2'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application soa-infra on soa_server2.: Exception preparing module: EJBModule(oracle.bpm.bpm-services.ejb.jar)
    Unable to deploy EJB: SecurityServiceBean from oracle.bpm.bpm-services.ejb.jar:
    [EJB:011055]Error deploying the EJB 'SecurityServiceBean(Application: soa-infra, EJBComponent: oracle.bpm.bpm-services.ejb.jar)', the JNDI name 'ejb/bpm/services/SecurityServiceBean' is already in use. You must set a different JNDI name in the weblogic-ejb-jar.xml deployment descriptor or corresponding annotation for this EJB before it can be deployed.
    Operation Start Up on target soa-infra Failed. Please see error logs for details.
    Below error is there in the server log files.
    <Error><Cluster><BEA-000140><Failed to deserialize statedump from server <IP of primary server><IP of secondary server> domain:soa_server1 with java.lang.ClassNotFound
    java.lang.ClassNotFoundException.oracle.bpm.bpmn.engine.instanceManagementServiceRemote ............
    We have done the steps in doc ID 1474558.1 also.
    Still getting the error.
    We cannot deploy bpmn projects since
    Any quick Response greatly appreciated.
    Thanks,
    Nir....

    Hi Vishal ,
      Thanks for your reply. I tried searching for  them but couldn't find any.
    Regards,
    Tripti.

  • I am trying to understand if cloud supports SOA components deployment , if so how can we achieve it.

    Hi All
    I am trying to understand if cloud support SOA components deployment like BPEL, Mediator etc.., It will be great help if someone can confirm this

    Photoshop does not keep profiles anywhere.
    Profiles are managed by the OS.
    Photoshop shows the available profiles in it's UI, and gets the list of available profiles from the OS.
    What does Hot Press Birght Paper mean?
    That the profile applies to a particular paper, probably called "hot press bright" paper.
    Yes, you will have a profile for each printer and type of paper -- you have to in order to describe how the image will appear on each printer and type of paper.

  • SOA composites deployed in weblogic service gets triggered automatically

    Hi All,
    Am facing a strange behaviour in weblogic server.
    Certain SOA composites deployed in weblogic server(10.3.5.0) gets triggered automatically in the midnight at 1.00 p.m and they are in running state for more than 4 hours and then the process gets faulted .
    can you please let me know, is there any timer set in weblogic server .

    Hi,
    Yes there is.
    Faulted composites might be triggered automatically and try to complete.
    To stop this behevior:
    Go to EM home ->Right click on soa-infra -> Soa Administration -> BPEL Properties -> More BPEL Configuration Properties -> Click on "RecoveryConfig" -> Change "maxMessageRaiseSize" to 0.
    This "RecoveryConfig" property holds the responsible for the Automatic Recovery
    Arik

  • Where is my deployed "soa bundle" in EM ?

    Followed these steps, to deploy XSD schema using Jdeveloper to soa server MDS. Able to see the schema in jdev using MDS connection
    now, since deploy of above from jdev was successful., I want to see that deployed xsd schema (jar / zip) in Enterprise manager. i looked EM and just not finding it. using PS3.
    how do i go about EM so the deployed xsd schema jar / zip is visible in EM ?
    https://www.packtpub.com/sites/default/files/0189-chapter-11-designing-the-service-contract.pdf

    Greetings Jeminex,
    I can imagine how disappointed your friend must have felt to learn they might not receive their copy of Super Smash Bros. right away. I'd be disheartened too if I found myself in a similar situation, especially if I received conflicting information from on-site reps when the order might be fulfilled.
    I realize this may not be the response you were hoping for, but your friend will need to follow up with the staff at their local store for assistance if the pre-order purchase is in their name -- our privacy policy prohibits us from discussing order details with anyone other than the purchaser. This means we will not be able to investigate the issue with you acting on their behalf. Additionally, as the pre-order was placed in-store, on-site reps would have the most accurate information regarding local product availability.
    Thank you for your understanding, as well as for taking the time to post.
    Aaron|Social Media Specialist | Best Buy® Corporate
     Private Message

  • SOA OSB Deployment best practices in Production environment.

    Hi All
    I just wanted to know the best practices followed in production environment for deploying OSB and SOA Code. As you are aware that both require libraries from either (Jdev or SOA Suite) and (OEPE and OSB)? Should one rip the libraries and package them with the ANT scripts (I am not sure but SOA would require its internal ANT scripts and lot of libraries to be bundled, OSB requires only a few OEPE and OSB libraries) or we simply use the below:
    1) Use the production run time (SOA Server and OSB Server) to build and deploy the code. OEPE would not be present here, so we would just have to deploy the already created sbconfig.jar (We would build this in a local environment where OEPE and OSB would be installed). The code is checked out from a repository and transferred to this linux machine.
    2) Use a windows machine (which has access to prod environment) and have Jdeveloper, OEPE and OSB installed to build\deploy the code to production server. The code is checked out from a repository.
    Please let us know your personal experiences with the deployment in PROD. Thanks a lot!

    There are two approaches for deployment of OSB and SOA code.
    1. Use a machine specifically for build and deployment which will have access to all production environments (where deployment needs to be done). Install all the required software (oepe, OSB etc..) and use remote deployment for deploying the code.
    2. Bundle all the build and deployment related libraries and ship them as a deployment package on the target server and proceed with the deployment.
    Most commonly followed approach is approach#1.
    Regards
    Vivek

  • SOA Cluster Deployment of Composite through FMW Control - 401 Error

    When I am deploying to SOA from Fusion Middleware Control with the "weblogic" domain account, I get a 401 error in the AdminServer.out. It cannot deploy the composite to the SOA Cluster. This user is in the Administrator's group, so it should have complete access to the domain.
    Anyone seen this before or have any ideas how to debug?
    Processing sar=/tmp/dir3336911530631824248tmp/sca_TestingMain_rev1.0.jar
    Adding sar file - /tmp/dir3336911530631824248tmp/sca_TestingMain_rev1.0.jar
    INFO: Creating HTTP connection to host:soahost2vh.mydomain.com, port:8001
    INFO: Received HTTP response from the server, response code=401
    SEVERE: Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 401
    Processing sar=/tmp/dir3336911530631824248tmp/sca_TestingMain_rev1.0.jar
    Adding sar file - /tmp/dir3336911530631824248tmp/sca_TestingMain_rev1.0.jar
    INFO: Creating HTTP connection to host:soatest1vh.mydomain.com, port:8001
    INFO: Received HTTP response from the server, response code=401
    SEVERE: Problem in sending HTTP request to the server. Please make sure the server is up and/or check standard HTTP response code for 401
    Edited by: Josh on Sep 15, 2011 11:05 PM

    Hi Josh
    I hope you have a SOA Domain created that has AdminServer and atleast one soa_server1 managed server. Ofcourse you can have Developers SOA Domain that has only AdminServer with SOA modules also deployed. So first make sure you have SOA Domain. Assuming you have SOA Domain, generally it is recommended to deploy/undeploy any SOA Composite JAR from the Enterprise Manager console (not from core weblogic admin console like http://host:port/console). The Enterprise Manager facet has to be checked when you create SOA Domain. Then you can access it like http://host:port/em. Then on left side, select your soa_server1 and right click mouse and deployments and deploy your soa sca jar file. This takes care of backend soa_infra and other db tables properly updated with all the info from your sca jar file.
    So try from Enterprise manager.
    Infact if you have JDeveloper, just configure your soa domain there. And you can deploy directly from JDeveloper itself on this SOA Domain.
    Thanks
    Ravi Jegga

  • SOA 11g deployment error.

    Hi All,
    I have issues while trying to deploy BPEL code on to the SOA server. I am on SOA 11.1.1.3 version and we happen to run into this issue very frequently off late. Request your inputs\solutions to the below problems. The server is not allowing me to deploy ANY process. Bouce sure can not be a permanent solution to this.
    Version: SOA 11.1.1.3
    Error deploying archive sca_HelloWorldProcess_rev1.0.jar to partition "default" on server soa_server1 [<host server>:8001]
    [09:48:43 AM] HTTP error code returned [500]
    [09:48:43 AM] Error message from server:
    Error during deployment: Deployment Failed: Unable to register service..
    [09:48:43 AM] Check server log for more details.
    [09:48:43 AM] Error deploying archive sca_HelloWorldProcess_rev1.0.jar to partition "default" on server soa_server1 [<host server>:8001]
    [09:48:43 AM] #### Deployment incomplete. ####
    [09:48:43 AM] Error deploying archive file:/C:/JDeveloper/mywork/EMT/Helloworld/deploy/sca_HelloWorldProcess_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please note that we have increased the maximum capacity value to 300 with respect to data source\connection pool.
    On the logs, I found this issue.
    Caused by: oracle.mds.exception.MDSRuntimeException: MDS-00001: exception in Metadata Services layer
    MDS-00001: exception in Metadata Services layer weblogic.common.resourcepool.ResourceDisabledException: Pool mds-owsm is Suspended, cannot allocate resources to applications
    Please let me know if any further info is required to resolve this issue. Request someone to throw some light on this.
    Thanks for all your time,
    Venkata

    Hi,
    The datasource named "mds-owsm" is suspended...It should be in the Running state...
    Login to the Weblogic Admin Console, go to data sources, go to the mds-owsm data source, go to Monitoring tab, there you can see the state, it would be suspended
    in your case, restart the data source, and bounce the servers and then try to deploy the composite. It will work.
    Thanks,
    N

  • SOA Suite deployment error.

    Hi,
    I am trying to deploy a simple SOA composite on a SOA server from within JDeveloper and I receive the following error message.
    [10:56:18 AM] ---- Deployment started. ----
    [10:56:18 AM] Target platform is (Weblogic 10.3).
    [10:56:18 AM] Running dependency analysis...
    [10:56:18 AM] Building...
    [10:56:25 AM] Deploying profile...
    [10:56:25 AM] Updating revision id for the SOA Project 'SOA_prj.jpr' to '1.0'..
    [10:56:25 AM] Wrote Archive Module to C:\JDeveloper\mywork\SOA_App\SOA_prj\deploy\sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Deploying sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:25 AM] Processing sar=/C:/JDeveloper/mywork/SOA_App/SOA_prj/deploy/sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Adding sar file - C:\JDeveloper\mywork\SOA_App\SOA_prj\deploy\sca_SOA_prj_rev1.0.jar
    [10:56:25 AM] Preparing to send HTTP request for deployment
    [10:56:25 AM] Creating HTTP connection to host:gopa-pc, port:7001
    [10:56:25 AM] Sending internal deployment descriptor
    [10:56:26 AM] Sending archive - sca_SOA_prj_rev1.0.jar
    [10:56:26 AM] Received HTTP response from the server, response code=500
    [10:56:26 AM] Error deploying archive sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:26 AM] HTTP error code returned [500]
    [10:56:26 AM] Error message from server:
    There was an error deploying the composite on AdminServer: Update Failed: Unable to find a WSDL that has a definition for service {http://xmlns.oracle.com/SOA_App/SOA_prj/BPELProcess}bpelprocess_client_ep and port BPELProcess_pt. Please make sure that the port attribute for the binding defined in the composite file is correct by checking the namespace, service name, and port name. In addition, check that the WSDL associated with the binding namespace is imported and currently reachable (check the import nodes at the top of the composite file). Finally, validate the HTTP proxy settings for the server..
    [10:56:26 AM] Check server log for more details.
    [10:56:26 AM] Error deploying archive sca_SOA_prj_rev1.0.jar to partition "default" on server AdminServer [http://gopa-pc:7001]
    [10:56:27 AM] #### Deployment incomplete. ####
    [10:56:27 AM] Error deploying archive file:/C:/JDeveloper/mywork/SOA_App/SOA_prj/deploy/sca_SOA_prj_rev1.0.jar
    (oracle.tip.tools.ide.fabric.deploy.common.SOARemoteDeployer)
    Please help.
    Regards,
    Gopal
    Edited by: user13341091 on Aug 22, 2011 10:03 AM

    Looks like we need to add the external "web services" on a composite.xml - "composite" editor, this is will create a partner link for "Bpel" process.
    Earlier I had created a "partner link" for web service on "Bpel editor", this had caused the problem.

  • Replacing composite versions in Oracle SOA Suite deploy

    I'm developing a SOA application using Oracle SOA Suite BPMN processes. I have been deploying the 1.0.0 version of my app but in one occasion I used the 1.0.1 version for my deploy, since then, when I deploy a composite with 1.0.0 version the deployed process doesn't includes the new activities that I'm adding during development. ie:
    My 1.0.0 version includes:
    MyProcess
    HumanTaskOne
    HumanTaskTwo
    SubProcessOne
    Then, I deployed the 1.0.1 version (including minor fixes):
    MyProcess
    HumanTaskOne
    HumanTaskTwo
    SubProcessOne
    And now, I decided to continuing using 1.0.0 version, but with new changes, so my new composite includes:
    MyProcess
    HumanTaskOne
    ScriptTaskOne
    HumanTaskTwo
    SubProcessOne
    So, now when I test the app, the created instance doesn't contains the ScripTaskOne activity. It looks like its remembering the old activities and ignoring the new one, but I'm in developing mode and there is no current version, so I want to override this settings and continue to develop under 1.0.0 version. I tried to undeploy all the processes from server but when I redeploy the 1.0.0 version it ignores the new activities.
    Someone knows how to solve this problem???

    Hi,
    For installation and relevant links:
    http://ariklalo.wordpress.com/2012/05/26/oracle-soa-suite-11gr1-installation/
    For configuration (if needed and wanted):
    http://docs.oracle.com/cd/E17904_01/integration.1111/e10226/bp_config.htm
    For JCA/All adapters User's Guide:
    http://docs.oracle.com/cd/E15523_01/integration.1111/e10231/partpage1.htm
    For examples bpel:
    http://java.net/projects/oraclesoasuite11g/pages/BPEL
    Arik

  • SOA blueprints deployment fails !

    I'm trying to deploy SOA blueprints implementation using Web Logic 8.1 SP5 with Oracle 9i.
    I follow all the instruction and I think everything complete successfully but when I access the URL :
    http://localhost:7001/HRWeb/portals/HR.portal
    there were an error page with the following information
    An error has occured
    com.bea.netuix.logging.netUILoggerFactory
    Can anybody help me ?

    This error occurs when you upgrade from 8.1 SP3 to SP4; a number of necessary classes were removed (no idea why). You can either downgrade to SP3, or copy the SP3 jar 'portal/lib/netuix/system/netuix_system.jar'.

Maybe you are looking for

  • Several apps don't work after I upgraded OS today

    A few of my apps no longer work after the upgrade. They just give a blank screen. Who should I be reporting this issue to? Thanks

  • SCOM Performance Collection

    All, We are using SCOM 2012 and trying to create a Windows performance collection rule for a process I know the name of EXE file. During the rule creation wizard, When we enter name of any WIndows CLient computer to browse, we get an error. Is it Fir

  • CC desktop won't install

    Hi, I've tried several times to install the update to desktop CC. The install won't work, and when I click the desktop icon that doesn't work either, just tells me a new installation is available. All my other installs worked, what could be wrong wit

  • E-mail output to the creater of the Sales Order

    Dear Gurus, Greetings. We have a request from the client to configure such that: 1. Whenever anyone creates a Sales Order and saves, system should trigger an email output to his mail ID. 2. Whenever anyone edits a Sales Order, the editor should get a

  • Epson Disappeared?

    I set up my Epson Stylus Photo RX500 printer to my Aiport Extreme, so far works fine. I needed to scan something so I pulled cable and connected printer directly to computer and the Epson Icon on Dock is now "gone" and there is no Epson nothing in my