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

Similar Messages

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

  • 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 business rules deployed in Planning

    I am unable to undeploy test business rules deployed on Production. Deleting from calculation manager leaves BR in planning.. is there in any other option??

    Try this http://docs.oracle.com/cd/E17236_01/epm.1112/cmgr_admin/ch07s03s01.html
    "To remove a business rule or ruleset from an application after you deploy the business rule or ruleset, make it ineligible for deployment by clearing the check box next to its name in the Deployment View. Then you can perform a full deployment of the application by right-clicking it and selecting Deploy."
    As you've already deleted rule from Calc manager try to create empty rules with the same name (if first full deployment wouldn't help)
    Edited by: vvipirailo on Jun 6, 2012 10:42 AM

  • Undeploying SOA composite outside em Console

    Hi,
    In case my EM console is not coming up due to some error in a particular composite. Is it possible to undeploy the BPEL composite outside the em console?
    Is the jar file stored in some path in UNIX server (my server is hosted in unix). And can i directly remove the jar file and restart the server.
    Thanks

    Hi Amit
    1. NO, you cannot UnDeploy Workflow Composite JAR from Weblogic Admin Console (httP://host:port/console). You can UnDeploy only from EM and using ANT Scripts.
    2. Undeploy using EM and ANT Scripts will also do some background cleanup like removing the processes, some details from backend soa_infra database once the process is undeployed. So use only EM or ANT Scripts. DO NOT use Admin Console or Directly deleting the physical file from server folder.
    3. See the below links/posts for more details: You can Deploy or UnDeploy using ANT scripts
    a) http://docs.oracle.com/cd/E12839_01/integration.1111/e10224/sca_lifecycle.htm#CACJIACG
    See the sample command here. You do need the admin username/password for the soa server where you want to deploy/undeploy the above jar file. The ANt scripts available in the Middleware_Home\SOA_Suite_Home\bin something like: C:\Oracle\Middleware115BPM\Oracle_SOA1\bin
    b) Re: how to undeploy soa project using ant instead using em manually
    Thanks
    Ravi Jegga

  • How to UnDeploy EJBs deployed in XI

    i have deployed some EJBs for java proxy, adapter module, etc, in SAP J2EE engine of XI 3.0 using NWDS,
    is there any way to undeploy those EARs, either through NWDS or some other tools
    Thanks Forum,

    i have no idea about using SDM, can u provide a bit detail of how to undeploy a EAR using SDM...
    i thought of deleting those EARs in the server itself.....but was confused to see the same EAR files in multiple location..

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

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

  • How to install SOA 10g on Windows 7 64-bit platform?

    Hi Friends
    How to install SOA 10g on Windows 7 64-bit platform ?
    I've downloaded the 64-bit version downloadable from OTN and able to run the irca.bat on DB 10.2.0.3 however the SOA Installer fails at BPEL Config Assistant step with errors :
    deploy-applications:
    Deploying Oracle BPEL Process Manager ...
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Copying 1 file to C:\SOA134\bpel\system\services\lib
    Updating jar: C:\SOA134\bpel\system\services\lib\orabpel.ear
    Running batch script by:
    java admin_client.jar deployer:oc4j:opmn://<domain name>:6003/oc4j_soa -script C:\SOA134\bpel\system\services\install\ant-tasks/bpel_deployapps.txt
    Failed at "Could not get DeploymentManager".
    This is typically the result of an invalid deployer URI format being supplied, the target server not being in a started state or incorrect authentication details being supplied.
    More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.

    Hi,
    We know now why SOA Installer fails...
    Now we need to know why you can not start OC4J properly. What do you see in the log files?
    https://forums.oracle.com/forums/ann.jspa?annID=893
    Cheers,
    Vlad

  • How to consume SOA service in SSRS

    0
    Hi,
    I am working on SSRS.I deployed my application in reporting server 2012 R2.I am having only RDL files and HTML file.Through HTMl with parameters i am calling RDL files.
    Now i need to consume SOA service for the live data.Please help me how to consume SOA service in SSRS.
    Thanks,
    Vijay

    Hi RSingh,
    Thanks for your help and could you please let me know how exactly we need to consume SOA service.
    In my datset Query part i am having the Query like this
    <Query>
    <Method Name=""   Namespace="http://tempuri.org/">
    <Parameters>
    <Parameter Name=""></Parameter>
    </Parameters>
    </Method>
    <SoapAction>
    </SoapAction>
    </Query>
    Is this the way of consuming SOA??.Please let me know on this.
    Thanks,
    vijay

  • How to undeploy a NW BPM?

    Hi,
    i m using SAP PO 7.31 SP 09.
    I would like to undeploy a process.
    I deleted a product / process and recreated it with the same name. During deploying i get the error message, that the used interface is already used by another process. -> The once deployed process will not be overwritten but is anoying development. The error message is stating that either another interface should be used or the process should be undeployed.
    The first possibility is not nice, because the mappings and configuration had to be changed. In addition the interface name would not match to the naming conventions. So i would appreciate to undeploy.
    Does anybody know how to undeploy a process?
    /Udo

    In your NWDS, go to "Undeploy" view. Select your BPM project here and double-click on it. Once it is visible in the Undeploy table on the right, click on the Undeploy icon (looks like a black ball).
    Check the Infrastructure Console for the Undeploy progress.

  • Help undeploying an incorrectly deployed application

    Hi,
    I deployed a J2EE application to my Application Server PE 8.2 from Net Beans IDE.
    Even tough all seemed to be ok, after viewing the server log I found out that the deployment didn't complete successfully because of a timeout error.
    Since then, after loggin into the Admin Console, I get the following exception:
    A "com.sun.enterprise.tools.guiframework.exception.FrameworkError" was caught. The message from the exception: "Unable to get View for ViewDescriptor 'enterpriseApplications'"
    The root cause is
    "com.sun.enterprise.admin.common.exception.MBeanConfigException: Component not registered"
    error when I use Admin Console .
    I'd need some help on how to undeploy the failing application, as I've been unable to do it using either asadmin or deploytool (I get the error "Component is not registered").
    Thanks in advance

    Kedar, I managed to solve the problem through a plain asadmin undeploy. Once undeployed the application, all seems to work well.
    However, I'm still interested in knowing what could cause the problem.
    This is what the server log says about the deployment of the application(j2eesampleapp is the application I tried to deploy - it consists of an entity bean and a EJB web service):
    [#|2006-07-06T13:44:14.370+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=12;|ADM1041:Sent the event to instance:[ResourceDeployEvent -- reference-added jdbc/jdbc/mysql]|#]
    [#|2006-07-06T13:44:47.411+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.core|_ThreadID=12;|CORE5004: Resource Deployed: [jdbc:jdbc/mysql].|#]
    [#|2006-07-06T13:45:20.302+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|DPL5109: EJBC - START of EJBC for [j2eesampleapp]|#]
    [#|2006-07-06T13:47:50.184+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|Processing beans ...|#]
    [#|2006-07-06T13:52:36.607+0200|SEVERE|sun-appserver-pe8.2|javax.enterprise.system.container.web|_ThreadID=15;|StandardWrapperValve[RemoteJmxConnectorServlet]: Servlet.service() for servlet RemoteJmxConnectorServlet threw exception
    java.io.EOFException
         at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2232)
         at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2698)
         at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:750)
         at java.io.ObjectInputStream.<init>(ObjectInputStream.java:268)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.readRequestMessage(RemoteJmxConnectorServlet.java:98)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.processRequest(RemoteJmxConnectorServlet.java:68)
         at com.sun.enterprise.admin.jmx.remote.server.servlet.RemoteJmxConnectorServlet.doPost(RemoteJmxConnectorServlet.java:94)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:767)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:860)
         at sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:585)
         at org.apache.catalina.security.SecurityUtil$1.run(SecurityUtil.java:249)
         at java.security.AccessController.doPrivileged(Native Method)
         at javax.security.auth.Subject.doAsPrivileged(Subject.java:517)
         at org.apache.catalina.security.SecurityUtil.execute(SecurityUtil.java:282)
         at org.apache.catalina.security.SecurityUtil.doAsPrivilege(SecurityUtil.java:165)
         at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:257)
         at org.apache.catalina.core.ApplicationFilterChain.access$000(ApplicationFilterChain.java:55)
         at org.apache.catalina.core.ApplicationFilterChain$1.run(ApplicationFilterChain.java:161)
         at java.security.AccessController.doPrivileged(Native Method)
         at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:157)
         at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:263)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardContextValve.invokeInternal(StandardContextValve.java:225)
         at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:173)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:170)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:132)
         at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:551)
         at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:933)
         at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:189)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.doProcess(ProcessorTask.java:604)
         at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:475)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:371)
         at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:264)
         at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:281)
         at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:83)
    |#]
    [#|2006-07-06T13:56:10.528+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|DPL5306:EJB Web Service Endpoint [FachadeProveedor] listening at address [http://gestor-prueba.ingenieria.eolica.corp.gamesa.es:8080/webservice/FachadeProveedor]|#]
    [#|2006-07-06T13:59:35.556+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|DPL5110: EJBC - END of EJBC for [j2eesampleapp]|#]
    [#|2006-07-06T13:59:53.774+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|Total Deployment Time: 891340 msec, Total EJB Compiler Module Time: 855274 msec, Portion spent EJB Compiling: 95%
    Breakdown of EJBC Module Time: Total Time for EJBC: 855274 msec, CMP Generation: 12229 msec (1%), Java Compilation: 133827 msec (15%), RMI Compilation: 0 msec (0%), JAX-RPC Generation: 480754 msec (56%),
    |#]
    [#|2006-07-06T14:00:03.919+0200|INFO|sun-appserver-pe8.2|javax.enterprise.system.tools.deployment|_ThreadID=16;|deployed with moduleid = j2eesampleapp|#]
    [#|2006-07-06T14:07:57.202+0200|WARNING|sun-appserver-pe8.2|javax.enterprise.system.tools.admin|_ThreadID=14;|Exception in getStatus:Component not registered|#]
    This is the error message I got when I run asadmin list-components
    Operation 'getAllUserDeployedComponents' failed in 'applications' Config Mbean.
    Target exception message: javax.management.InstanceAlreadyExistsException: com.sun.appserv:type=j2ee-application,name=j2eesampleapp,category=config
    CLI137 Command list-components failed.
    This is the error message I got when I used Admin Console to force a redeployment of the application
    Application j2eesampleapp is already deployed on other targets.
    Please use create-application-ref command to create reference to the specified target; requested operation cannot be completedThanks again for your valuable help

  • How to undeploy retired applications?

    Hi there! I'm new to Weblogic Server and to this forum as well.
    I am redeploying an application without any problem but before redeploying a new version I need to undeploy manually (through command line or webconsole) the old version of the app. My question is: how can the retired versions be deleted automatically when it is not active anymore? Do I need to create a script for that?
    Secondly, I don't need to keep all deployed versions of the app. How can I avoid it? Is it because I use the -upload action in the command:
    java -cp C:\Oracle\Middleware\wlserver_10.3\server\lib\weblogic.jar weblogic.Deployer -adminurl t3://192.168.100.221:7001 -user weblogic -password weblogic -redeploy -name App -source "C:\Users\516230\.jenkins\jobs\PGU PRODUCTIU\workspace\UniVic.ear" -targets AdminServer -upload
    Thanks!

    Good Question and please refer the below links may narrow down the issue,
    http://www.coderanch.com/t/64892/BEA-Weblogic/Undeployment-Web-App-EJB
    If you want to do undeploy via Ant script refer below sample code for the same,
    http://stackoverflow.com/questions/1212111/how-to-undeploy-the-weblogic-application-using-ant-task
    Regard,
    Ramprakash Arun
    Industry Vertical
    Please Mark Helpful / Correct Answer if so

  • How to undeploy dictionary projects?

    Hello!
    Does anybody know how to undeploy the Dictionary-Projects generated by the CAF-Framework?
    When I undeploy this dictionary do I also delete all associated entity-Data and schemes in the Database?
    Thank´s for your help.
    Jörg

    Hello Austin!
    Unfortunately that does not work. I also tried that before. Anyway it is a little bit mysterious. When you choose the undeployment tab without selecting the Deployment-Tab before you cannot see any Dictionary-project. But if you choose the deployment tab at first and then the undeployment tab then you can also see the Dictionary projects. But when you select (button select) one of them it is not shown in the right window that shows the the SDA for undeployment. That´s not good.
    Possibly I do something wrong?
    Best regards,
    Jörg

  • How to automate SOA Composite Unit Tests?

    Is there documentation on how to execute SOA Composite Unit Tests programmatically rather than through the EM UI?
    This is necessary for the Composite Unit Tests feature to be relevant to continuous build and integration methodology.
    Thanks,
    Todd

    The Fusion Order Demo sample has some automation for deploying and creating resources (see the readme). The book that is the Tutorial for building this sample does not talk about the automation, however. I'll see what other material we have.
    Heidi.

Maybe you are looking for

  • How to return all field names in a table

    How do you write a report to return all field names in a table? I prefer the field names in a column. Thanks Wayne

  • Jdveloper, Debugging JSP doesnt  work

    Hi, i am using jdeveloper 9.0.4.2.0 , jdk 1.4.2_03 Until yesterday it was possible to set breakpoints in a JSP-Site (let us call it myJSP.jsp). The debugger stopped erverytime at a breakpoint when archiving it. But now it doesnt work any more, that m

  • Update no seen om my iPad, Update no seen om my iPad

    I want to update my ipad2 but I do not have the update in general what to do next

  • Install problem: began but no disc 2

    I began a wipe and install on my Mac with OSX I thought I had the second disc but I don't and now I can't do anything.  I tried installing from the disc by hold C. Now the disc one is on the computer and won't come out.  Clicking quit install does no

  • Final Cut Express - Not asking to auto-conform?

    Here's the story - I make videos for YouTube all the time, I currently film with a Canon Rebel T2i at 1920x1080 at 30fps. When I import my footage, I use MPEG Streamclip to convert it to Apple Intermediate Codec at 100% quality, and "1920x1080 (unsca