CDATA section adding in my reply - Oracle SOA - BPEL 11g (11.1.1.2.0) how?

Dear all,

Can someone guide me how to add the CDATA tag to my response of exisitng message?

How the toCDATA() function can be used for this?

Now that I was able to generate without CDATA tag, but I need some help on this CDATA tag, including the element < OS >.

My requirement.

I need to generate below of output XML in the context of the BPEL process the response.

especially the "<! "[CDATA [9000908340DFG90823A]] >" under < OS > element.

=================================================
< XDFTransaction >
< XDFTrnHdr >
< XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
< XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
< XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
< XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
< / XDFTrnHdr >
< XDFTrnEOL >
MOM283982983 < AÉO > < / OAS >
< / XDFTrnEOL >
< XDFTxnCache >
< AM >
< TXN >
< OS >
<! [CDATA [9000908340DFG90823A]] >
< OBJDTL >
< OBJNO > 10001 < / OBJNO >
< OBJDATE > 2010 - 01 - 01 < / OBJDATE >
< / OBJDTL >
< /EO >
< OS >
<! [CDATA [9000908340DFG90823B]] >
< OBJDTL >
< OBJNO > 10002 < / OBJNO >
< OBJDATE > 2010 - 01 - 02 < / OBJDATE >
< / OBJDTL >
< /EO >
< OS >
<! [CDATA [9000908340DFG90823C]] >
< OBJDTL >
< OBJNO > 10003 < / OBJNO >
< OBJDATE > 2010 - 01 - 03 < / OBJDATE >
< / OBJDTL >
< /EO >
< / TXN >
< /AM >
< / XDFTxnCache >
< / XDFTransaction >
=================================================

Now that I was able to generate without CDATA tag, but I need some help on this CDATA tag, including the element < OS >.

Thanks and greetings
Arunachalam.Chidambaram.
Dubai

Published by: arungoin on July 22, 2010 14:46

Hello

Design mode will not always work worry abt this... also to fill EO value dynamically try like this.





& lt;![CDATA[$EOvalue]]& gt; 

Kind regards

Tags: Fusion Middleware

Similar Questions

  • &lt; error &gt; &lt; oracle.soa.bpel.engine.delivery &gt; &lt; BEA-000000 &gt; - conversation id

    Hello

    I have this error to replicate, but can't as Im not aware of the effective implementation...

    < error > < oracle.soa.bpel.engine.delivery > < BEA-000000 >
    < < DeliveryHandler::initialRequestAnyType > no response not found for the answer for the conversation id
    urn: 965BA1C05C6711E19F2FB7716E234E2B >

    Guru, suggestions?

    I think that I did not change anything. Anyway, you can lift a SR with support.

    Kind regards
    Anuj

  • Oracle BPM 10gR 3-Oracle SOA Suite 11g

    I'm not sure that some body else already asked.

    I produced Oracle BPM in production which is fine and happy with the way it works. Its developed from Version: 10.3.1.0.0 build: 100364 #. We use custom JSP, JavaComponent, etc. GRANDPA in this.

    We are thinking of migrating to SOA to Oracle 11g Suite.

    Is there any tool for that? If this isn't the case, nothing provided for?

    Do we need to re - write our application BPM from 10 g to 11 g? What all parties might need to re - write?

    To answer your question in the right way, I fear that there is no direct migration path of OBPM 10 g to Oracle SOA Suite 11 g. You will need to write to us - many things like

    1. the present of the BPM API are not public. If u will be something like GRANDPA as OBPM
    2. There is no support for PBL/Java in Oracle 11 g BPM. However, if you want to use the custom Java component you can use BPEL or spring with BPM. After all, each component is packed inside a single composite.
    3. it is recommended to have all of the dashboards and UI user developed with ADF if you are with Oracle SOA Suite 11 g but even if you have a JSP that shouldn't be a problem.

    This topic has been discussed a few days in this forum. You can find the thread here

    Business case to move from Oracle BPM from 10.3 g to BPM11g

  • SOA BPEL 11g (11.1.1.3.0) - using retries encapsulated in the fault policy file

    Hello

    We use oracle SOA suite 11 g (11.1.1.3.0)

    I try to configure misconduct policy-file so that first it try 20 times every 20 seconds, then reties 20 times every 10 minutes, then try again 23 times per hour, then try again 24 times every 6 hours and if the fault persists, call an action of java to send an email and then go to human intervention. However, it seems that only the first retry is executed. The rest, those who are ignored and the action after the first attempt failed is the Action of Java. The fault policy is the following:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < faultPolicies xmlns = "http://schemas.oracle.com/bpel/faultpolicy" >
    < faultPolicy version = '0.0.1' id = 'TransferResponsibilityRequestProcessFaults '.
    xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/".
    xmlns: XS = "http://www.w3.org/2001/XMLSchema".
    xmlns = "http://schemas.oracle.com/bpel/faultpolicy."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    < condition >
    < faultName xmlns:freeze = "http://rom/cosmote/bpel/webservice/util" name = "gel: BpelWSFault" >
    < condition >
    < Ref action = "ora-human-intervention" / >
    < / condition >
    < / faultName >
    < faultName xmlns:retry = "http://rom/cosmote/bpel/webservice" name = "retry: PendingRequestsFault" >
    < condition >
    < Ref action = "ora - try again - 20 sec" / >
    < / condition >
    < / faultName >
    < / conditions >
    < action >
    < Code action = "ora - retry - 20s" >
    < retry >
    < retryCount > 10 < / retryCount >
    < retryInterval > 20 < / retryInterval >
    < retryFailureAction ref = "ora - try again - 10 min" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 10 min" >
    < retry >
    < retryCount > 10 < / retryCount >
    < > 600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora - try again - 1 hour" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 1 hour" >
    < retry >
    < > 23 retryCount < / retryCount >
    < > 3600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora - try again - 6 hour" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 6 hour" >
    < retry >
    < retryCount > 24 < / retryCount >
    < > 21600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora-java" / >
    < / re >
    < / action >
    < Code action = 'ora-java' >
    < className = "gr.cosmote.bpel.util.JavaActionInCaseOfRetryFails" javaAction
    defaultAction = "ora-human-intervention" >
    < value returnValue = 'RETURNED' ref = 'ora-human-intervention' / >
    < / javaAction >
    < / action >
    < Code action = 'ora-human-intervention' >
    < humanIntervention / >
    < / action >
    < / actions >
    < / faultPolicy >
    < / faultPolicies >

    Is a new attempt with various intervals aren't made using the tag < exponentialBackoff / >?

    Thanks for any response.

    I had a request similar, though not as elaborate as yours. After that I failed to figure it out myself I filed a SR. Basically, you cannot restart a block to try again after the first run to avoid an infinite loop.

    If you need send the e-mail message after the time 23, why not just try again until the 23rd hour and send an email?

  • Passage of Oracle SOA Suite from 11.1.1.6 to 11.1.1.7

    My Organization put in place of Oracle SOA Suite 11g platform about 1.5 years.  We are running version 11.1.1.6 and have about deployed composite 90.  We use BPEL, Ombudsman and the technology at this time (we are not yet using OSB).

    We intend to improve 11.1.1.6 to 11.1.1.7 soon (not quite ready to make the jump to 12.1.3).  In this context, I understand that we need to upgrade the runtime of SOA Suite environment as our development environment (JDeveloper) 11.1.1.6 to 11.1.1.7.  I am also aware that there are 4 bundle patches, published on top of 11.1.1.7.0 that is us on the application (by Doc ID 1485949.1). 

    I wanted to ask the community of users and see if others have any advice or tips to share in this minor update.  Is it necessary to redeploy existing SOA composite after this upgrade, or are they upgraded 'on site '?

    Appreciate any useful comment,

    Jeremy

    After upgrading to 11.1.1.7, your 11.1.1.6 composites will / should continue its work on time. You don't need to redeploy composites to make them work after upgrade.

    It is recommended to try the upgrade on a test environment and verify that 11.1.1.7 is working fine for you.

  • Oracle SOA Suite 11 g for the payload of the Composite instance

    Hello! Im trying to run code from guide Oracle SOA Suite 11 g - get the payload instance of Composite - Part2

    IM added to the code to display the string after transformation:

    import java.io.StringWriter;

    import java.sql. *;

    import java.util.Hashtable;

    Javax.naming import. *;

    Javax.xml.transform import. *;

    Import javax.xml.transform.dom.DOMSource;

    Import javax.xml.transform.stream.StreamResult;

    Oracle.xml.binxml import. *;

    Oracle.xml.parser.v2 import. *;

    Import oracle.xml.scalable.InfosetReader;

    public class GetPayload {}

    public static connection getConnection() bird Exception {}

    Context ctx = null;

    Hashtable ht = new Hashtable();

    HT.put (Context.INITIAL_CONTEXT_FACTORY, "WebLogic.JNDI.WLInitialContextFactory");

    HT.put (Context.PROVIDER_URL, "t3://test.ru:8001");

    CTX = new InitialContext (ht);

    javax.sql.DataSource ds = (javax.sql.DataSource)ctx.lookup("jdbc/SOADataSource");

    Return ds.getConnection ();

    }

    public static String getPayload() {}

    Statement stmt = null;

    Fitting out = null;

    ResultSet rs = null;

    String query =

    'select xmldoc.document DOC' + 'from xmldoc, instance_payload inspay, composite_instance cmpins xml_document ' +.

    "where xmldoc.document_id = inspay.payload_key"+ ".

    ' and inspay.instance_id = cmpins.id "+".

    ' and inspay.instance_type = 'composite' "+".

    "and doc. DOCUMENT_TYPE = 2 "+"

    'and inspay.instance_id = 1933802 ";

    String payload = "";

    XMLDocument doc = null;

    try {}

    connection = getConnection().

    stmt = connection.createStatement ();

    RS = stmt.executeQuery (query);

    XMLDOMImplementation xmldomimpl = new XMLDOMImplementation();

    While (RS. Next {}

    BinXMLProcessor xmlprocessor = BinXMLProcessorFactory.createProcessor ();

    XMLStream BinXMLStream = xmlprocessor.createBinXMLStream (rs.getBlob ("DOC"));

    BinXMLDecoder xmldecoder = xmlstream.getDecoder ();

    XmlReader InfosetReader = xmldecoder.getReader ();

    doc = (XMLDocument) xmldomimpl.createDocument (xmlreader);

    TransformerFactory tf = TransformerFactory.newInstance ();

    Transformer transformer;

    transformer = tf.newTransformer ();

    transformer.setOutputProperty (OutputKeys.OMIT_XML_DECLARATION, "yes");

    StringWriter writer = new StringWriter();

    transform. Transform (new DOMSource (doc), new StreamResult (writer));

    payload = m:System.NET.SocketAddress.ToString () .replaceAll () writer.getBuffer ("<", "& lt;"). replaceAll (">","& ;"); gt)

    }

    } catch (Exception e) {}

    e.printStackTrace ();

    } {Finally

    try {}

    If (rs! = null)

    RS. Close();

    If (stmt! = null)

    stmt. Close();

    If (connection! = null)

    Connection.Close;

    } catch (Exception e) {}

    }

    }

    return the payload;

    }

    Public Shared Sub main (String [] args) {}

    System.out.println (getPayload ());

    }

    }

    To project Im added a few jar:

    xmlparserv2.jar of middleware/oracle_common/modules/oracle.xdk_11.1.0

    wlclient.jar of /oracle/middleware/wlserver_10.3/server/lib

    When Im im project making errorrunning:

    D:\Oracle\Java\jdk1.6.0_45\bin\javaw.exe-serveur - classpath C:\JDeveloper\mywork\ParseXMLbin\.adf; C:\JDeveloper\mywork\ParseXMLbin\GetPayload\classes;D:\libs\oracle.xdk_11.1.0\xmlparserv2.jar;D:\libs\wlclient.jar-Djavax.net.ssl.trustStore=D:\Oracle\Middleware1\wlserver_10.3\server\lib\DemoTrust.jks GetPayload

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable

    at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)

    at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:414)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)

    at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)

    at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    WebLogic journal file /oracle/middleware/user_projects/domains/ECMdomain/servers/soa_server1/logs/soa_server1.log

    # < 17 November 2015 09:44:04 EET > < WARNING > < RMI > < webtst.russvet.ru > < soa_server1 > < ExecuteThread [ASSET]: '0' for the queue: '(self-adjusting) weblogic.kernel.Default' > < < WLS Kernel > > <>< ad53144a2e378d05:19b7a705:15101221102:-8000-00000000002ec16c > < 1447746244170 > < BEA-080003 > < RuntimeException thrown by rmi server: weblogic.jdbc.common.internal.RmiDataSource.getConnection)

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable.

    java.lang.ClassCastException: java.lang.Object incompatible with java.io.Serializable

    at weblogic.iiop.IIOPOutputStream.writeAny(IIOPOutputStream.java:1588)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2231)

    at weblogic.utils.io.ObjectStreamClass.writeFields(ObjectStreamClass.java:414)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:235)

    at weblogic.corba.utils.ValueHandlerImpl.writeValueData(ValueHandlerImpl.java:225)

    at weblogic.corba.utils.ValueHandlerImpl.writeValue(ValueHandlerImpl.java:182)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:1963)

    at weblogic.iiop.IIOPOutputStream.write_value(IIOPOutputStream.java:2001)

    at weblogic.iiop.IIOPOutputStream.writeObject(IIOPOutputStream.java:2266)

    at weblogic.jdbc.common.internal.RmiDataSource_WLSkel.invoke (unknown Source)

    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)

    at weblogic.rmi.cluster.ClusterableServerRef.invoke(ClusterableServerRef.java:230)

    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)

    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)

    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)

    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)

    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    Could help you find the solution?

    Thanks for the help guys.

    I created wlfullclient.jar and added instead wlclient.jar

    1. go to the server/lib directory.

    CD WL_HOME/server/lib

    2. use the following command to create wlfullclient.jar in server/lib directory:

    java-jar wljarbuilder.jar

    3. you can now copy and group wlfullclient.jar with client applications


    After that, I got error about not activate remote JDBC. Solution:

    /Oracle/middleware/user_projects/domains/ECMdomain/bin/setDomainEnv.sh

    WLS_JDBC_REMOTE_ENABLED = "-Dweblogic.jdbc.remoteEnabled =true"


    After these steps, I waited to succeed =) but once again an error:

    java.lang.NoClassDefFoundError: oracle/sql/BfileDBAccess

    Solution: add ojdbc6.jar to the project


    Now all the perfect job. I hope that this statement will help someone!

  • Oracle SOA Suite BPEL - automated Exchange

    Hello team!
    I have a little problem.
    We have a Version of WebLogic 10.3.2.0 - running a SOA Server on it.
    And Oracle Enterprise Manager 11g - Version 11.1.1.2.0.
    All turns on a Linux redhat-release-5Server - 5.4.0.3.

    Short and sweet:
    for example, there is a WebLogic deployment where you install the administration console or via a script (deployment program java weblogic).
    We use this for deployments - script-> simply change to the new version and the rest goes without saying. Great!
    Is it possible to do it for Processe´s BPEL?

    If we get new BPEL processes (always the 8 and the same name) to go on our point of Enterprise Manager 'SOA' select (in our case one server) we choose the SOA server.
    We have now the overview 'Dashboard' composites provided. Here are all the processes BPEL-listed.
    Installprcess:
    In this menu, we click composite provided, then select the BPEL process we want 'change '. With "deploy again" (sorry - I Don t know how it is namend in English version - please look at the screenshots).
    http://ImageShack.us/photo/my-images/703/BPEL.jpg/
    Then you select archive and the configuration plan (up to now this location on my pc, but we can copy on the server).
    http://ImageShack.us/photo/my-images/851/bpel2.jpg/
    Then click on, 'are you sure' and so on click - it annoys me.
    Is it possible to do a script?

    Thank you all for the reply!
    If you need more info please tell me!

    THX
    Simon!

    You can use the Ant command line tools (use ant-sca-deployment with the option overwrite = true) or WLST scripts to redeploy.

    See the links here:
    http://docs.Oracle.com/CD/E15586_01/integration.1111/e10224/sca_lifecycle.htm#SOASE10905

  • Problems to install Oracle SOA Suite 11 g on Solaris 10 SPARC-64

    I'm trying to install Oracle SOA Suite 11 g on Solaris 10 SPARC 64 but I m having problems.

    I have already installed the JDK for 64-bit 1.6_11 and I use it for the installation of SOA, the statement is:

    . / runInstaller - jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11

    I am providing the absolute path to the correct JDK (JDK 64-bit).

    But I get the following error:

    bash-3. $ 00. / runInstaller - jreLoc /export/home/adminsoa/Java1.6_11/jdk1.6.0_11
    From Oracle Universal Installer...

    Check if the CPU speed went above 300 MHz. real 1500 MHz
    Check the Temp space: must be greater than 150 MB. Real 5291 MB passed
    Check the swap space: must be greater than 500 MB. Real 39311 MB passed
    Monitor: must be configured to display at least 256 colors. 16777216 real past
    Preparations for the launch of Oracle Universal Installer from/tmp/OraInstall2010-01-26_03-17-44 PM. Please wait... bash-3. $00 Log: /home/oracle/oraInventory/logs/install2010-01-26_03-17-44PM.log
    [ERROR]: Setup has encountered an internal error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException

    I saw the newspaper install2010-01-26_03-17 - 44 PM .out and displays the following text:

    Adding/tmp/OraInstall2010-01-26_03-17-44 PM for deletion.
    Add to the classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/soawl.jar
    Add to the classpath:file:/tmp/OraInstall2010-01-26_03-17-44PM/ext/jlib/template.jar
    CUSTOM_COPY_RIGHT@Oracle.as.install.soawl.resources.WelcomePage.ScreenRes
    java.lang.UnsatisfiedLinkError: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: LD.so.1:: java: fatal: /tmp/OraInstall2010-01-26_03-17-44PM/oui/lib/solaris/liboraInstaller.so: evil class ELF: ELFCLASS64 (Possible cause: incompatibility of width for the word architecture)
    in java.lang.ClassLoader$ NativeLibrary.load (Native Method)
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1778)
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1674)
    at java.lang.Runtime.load0(Runtime.java:770)
    at java.lang.System.load(System.java:1005)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:402)
    to oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps. < clinit > (OiipuUnixOps.java:125)
    at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
    to oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement. < init > (AvailableMemoryElement.java:39)
    at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
    at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
    at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
    at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
    at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.as.install.engine.InstallEngine.launchModule(InstallEngine.java:508)
    at oracle.as.install.engine.InstallEngine.processAndLaunchModules(InstallEngine.java:462)
    at oracle.as.install.engine.InstallEngine.startOperation(InstallEngine.java:415)
    at oracle.sysman.oio.oioc.OiocOneClickInstaller.main(OiocOneClickInstaller.java:446)
    Caused by: java.lang.UnsatisfiedLinkError: no oraInstaller in java.library.path
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1709)
    at java.lang.Runtime.loadLibrary0(Runtime.java:823)
    at java.lang.System.loadLibrary(System.java:1030)
    at oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps.loadNativeLib(OiipuUnixOps.java:420)
    to oracle.sysman.oii.oiip.osd.unix.OiipuUnixOps. < clinit > (OiipuUnixOps.java:125)
    at oracle.as.install.engine.modules.statistics.util.SysInfo.getAvailableMemory(SysInfo.java:161)
    to oracle.as.install.engine.modules.statistics.element.AvailableMemoryElement. < init > (AvailableMemoryElement.java:39)
    at oracle.as.install.engine.modules.statistics.standard.StandardElementLocator.loadElements(StandardElementLocator.java:63)
    at oracle.as.install.engine.modules.statistics.boot.ProfilerInitializer.initializeProfile(ProfilerInitializer.java:82)
    at oracle.as.install.engine.modules.statistics.Statistics.launchModule(Statistics.java:284)
    ... 8 more
    [ERROR]: Setup has encountered an internal error. Contact Oracle support with details
    [EXCEPTION]:java.lang.reflect.InvocationTargetException


    I think that the error would cause the JDK version with which try to initialize.

    Anyone has an idea on the possible error? Thanks in advance.

    Hi, I advise you to try to use the generic Setup program to: % SOA_INSTALLER_DIR%/Disk1/runInstaller. Because if you use the runInstaller in the %SOA_INSTALLER_DIR%/Disk1/install/solaris it will lead to this problem in some cases.

  • Oracle SOA/OSB 12.1.3 to 12.2.1 upgraded

    Hi all

    Can anyone help with the steps to follow if you want to upgrade soa/OSB 12.1.3 in 12.2.1. (upgrade within 12 c)

    Thank you very much.

    Hello

    Here you can find some steps to validate your installation and configuration. It is an article of a colleague. They have done several times successfully.

    How to migrate from Oracle SOA Suite/Business Process Management 12.1.3.x to 12.2.1 | Radio Oracle

    Hope this helps.

    Kind regards.

  • Oracle SOA server11g start the issue, the invalid value - 1 passed to setTransactionTimeout

    Hi all

    I am experiencing very strange problem, when I am trying to start my oracle SOA server I get an error message

    "Transaction could not start: invalid value-1 spent at setTransactionTimeout (int).

    Because of this problem, I'm not able to run any application BPEL.

    I tried with several solution as,

    1 SyncMaxWaitTime

    BPEL 2 stroke engine

    JTA 3

    4 Home > summary of the JDBC Data Sources > SOADataSource > > Transaction tab

    Please help me solve this problem, I'm not able to find what is causing this problem.

    Unable to refresh the driver locator cache, due to the following error: EJBerror: javax.transaction.InvalidTransactionException: Transaction could not begin:

    Invalid value-1 spent at setTransactionTimeout (int)

    at weblogic.ejb.container.internal.MethodDescriptor.startTransaction(MethodDescriptor.java:306)

    at weblogic.ejb.container.internal.MethodDescriptor.getInvokeTx(MethodDescriptor.java:422)

    at weblogic.ejb.container.internal.MethodDescriptor.getInvokeTxForCom(MethodDescriptor.java:468)

    71)

    at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)

    at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)

    at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)

    at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)

    to com.sun.proxy. $Proxy409.ejbTimeout (unknown Source)

    at weblogic.ejb.container.timer.TimerImpl.timerExpired(TimerImpl.java:301)

    at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)

    to weblogic.work.SelfTuningWorkManagerImpl$ WorkAdapterImpl.run (SelfTuningWorkManagerImpl.java:545)

    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)

    at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)

    ; nested exception is: javax.transaction.InvalidTransactionException: Transaction could not begin:

    Invalid value-1 spent at setTransactionTimeout (int) > >

    Hi Sandeep,

    This is a known bug in the weblogic 12 c versions and the workaround is to set the time-out value to JTA 1073741824.   

    If you set this property to the value mentioned above and the problem persists, then suggest to discuss a case with oracle support.

  • DR Set for Oracle SOA SUite

    Hi all

    We have to implement DR for environment SOA HA Production. Here is the overview of our production environment:

    1 load balancer F5 to load balance requests on the web node.
    2. two nodes of the web - OHS layer is hosted on the nodes
    3. two node cluster - SOA and OSB cluster SOA is installed on both production AppS node (Oracle SOA suite 11 g on dual Cluster node)
    4 node RAC database


    Infrastructure avilable Dr. implemented are:

    1 one Web node
    2. a single Application node
    3. the database node

    A standby node updated database in place is already done for DR replication on the end of DB.

    We have to set up the Web and Application Tier npw.

    Most of the documentation of Oracle that I lived contains as configuration. that is the DOUBLE knot DR put in place to double knot prod environment.

    But here, in our case 1 Web and applications 1 node Dr. While for production, we have 2 Web and 2 nodes of Apps.

    What should be the best approach to DR configuration with available infrastructure above. Should we just install the binary files on standalone DR nodes and route traffic through while we load balancer activity DR?

    Is replication required disk for everything other than JMS queue store directories? If reproduce us the JSM file storage will be relevant at the DR site?

    Is this Setup looks doable or do I consider something lse as well?

    Configuration asymmetrical DR for products of BCI is flly supported by Oracle, this can be achieved by creating alias on the primary and DR server name and set the services to listen on the alias name.

  • HTML template for e-mails in the oracle soa suite

    Hi all

    I am trying to create a standard email template that can be used to send emails from Oracle soa as a result of the help of ums adapter activity or by e-mail.

    As if I get IN. info, I should fill in the data of PO in the email with headers, the headers and footers. For even if I get the XML invoice I should use same template to generate the e-mail of the sample.

    Is it possible in soa or is this the right way to go?

    Thank you.

    Don't know what you are after here...

    I think all you need is an XSL transformation that will generate the HTML instead of XML...

    See you soon,.

    Vlad

  • Unresolved for oracle.soa.workflow Webapp library references

    After a tutorial Oracle, I am trying to integrate the BPM Worklist taskflow in my application of ADF. A required step is to reference the library "oracle.soa.workflow" in the file "web.xml".

    < library-ref >

    < name of the library - > oracle.soa.workflow < / library name >

    < / library-ref >

    When I try to deploy my application on a stand-alone server, I get the following exception:

    Caused by: weblogic.management.DeploymentException: error: unresolved Webapp library makes reference to ' [ServletContext@992326228[app:CMS_Prod_application1 module: cms path: / cms spec-version: 2.5] ", defined in weblogic.xml [Extension name: oracle.soa.workflow, exact match: false]

    I checked to make sure that this library has been deployed and targeted both the server administrator and the SOA server, as shown in the image below. The library is also in the active state.

    Capture.PNG

    I would be very grateful if you could give me a hint on how to solve this problem

    I found the problem. Wrongly, I defined the dependency of the library using "weblogic.xml. For shared libraries "weblogic application. XML' under 'META-INF' should be used instead.

  • Oracle SOA Suite 12 c throw "jre7 is not a valid JDK.

    Hello

    My name is Harish. I'm a developer. I try to install Oracle SOA Suite 12 c in my laptop which is 64 bit Windows OS. For this I installed 7 of each JDK update 15,40,51,55,67 etc and tried to install SOA Suite 12 c Jar using CMD (run as administrator) files. However still throw like that "this Setup program must be run using a Java (JDK) SDK" C:\Program Files\Java\jre7 is not a valid JDK. " " Please find attached image which I got the error:

    These are the two pots that I downloaded and trying to install it:

    JRE7 is not Valid JDK.jpg


    fmw_12.1.3.0.0_soaqs_Disk1_1of1.zip

    1 fmw_12.1.3.0.0_soa_quickstart.jar

    2 fmw_12.1.3.0.0_soa_quickstart2.jar

    I checked Oracle and Installation (fmw-1213certmatrix - 2226694.xls) documentation for Oracle SOA Suite 12 c. In this sheet given as excel:

    Oracle WebLogic ServerFMW 12.1.3.0.0Microsoft Windows x 64 (64-bit)7Service Pack16464JDK in Oracle+ 1.7.0_5132This 64-bit operating system is supported for single user only in a development environment.

    Can someone please help me here How to install the Oracle SOA Suite 12 c?

    For this installation requires database and the RCU. If you need can you please tell me what database and the UCR should install?

    Thank you and best regards,

    Harish

    Post edited by: user13582086

    Hi Harish,

    Could you try setting JAVA_HOME to a JDK installed (instead of JRE)?

  • Oracle SOA Suite install for EBS R12.2.3

    I use the following Oracle Support document trying to get SOAP based web services for my install R12.2.3 Vision.

    Installation of Oracle E-Business Suite integrated SOA Gateway, version 12.2 (Doc ID 1311068.1()

    The first step is to install on SOA, if I can have more SOA running on the same VM as my app server.

    The DB and the application server are boxes VM with 12 GB RAM and 400 GB of space.

    Will be the RAM problem become if services SOA and Apps work together?

    Or will it be an idea that is sure to have a box of seperateVM for the rest of the SOA

    Thank you

    Rohit

    Rohit,

    As shown in the docs--> install Oracle SOA Suite 11 g (11.1.1.7.0) (recommended) or Oracle SOA Suite 11 g (11.1.1.6.0) running on the server, WebLogic 11 g (10.3.6) on a separate Oracle WebLogic Server.

    Thank you

    Hussein

Maybe you are looking for