SOA Suite configuration assistant

Hi,
during installation of Oracle SOA Suite on Oracle Database XE the Web Services Inspection Language assistant fails...
Any generic solutions?

Are you installing basic or advanced.
If you are installing advanced then you must have run the irca scripts as the install checks that the schemas exist before continuing. This is documented in the install doc found on the CD / zip file. Here is a link on how to run it anyway.
http://download.oracle.com/docs/cd/B31017_01/integrate.1013/b28213/irca.htm#sthref119
Basic install loads everything for you so you don't need to worry about loading schemas. If you are running basic then you may need to start again as something must have failed during the install. If doing advanced follow the link above to install the owsm schema.
cheers
James

Similar Messages

  • SOA suite: configure a new oc4j container, licensing and support

    Hi
    We have a SOA suite installation (10.1.3.4).
    Default installation is containing a OC4J_SOA running the esb, bpel etc.
    Now we have a java ear (java web service), and would like to deploy this to a dedicated oc4j container.
    So we want to configure a new oc4j instance named oc4j_jws.
    Actually, we have already done this, and it is looking good.
    Now I only want to make sure the configuration of a new oc4j container is not violating any licensing and support agreements.
    We have soa suite license.
    I believe a soa suite license allows for configuration of additional oc4j containers.

    The adding of oc4j instances is at least well documented within the Oracle Application Server Administrator's Guide:
    http://download.oracle.com/docs/cd/B31017_01/core.1013/b28940/reconfig.htm

  • SOA Suite 11.1.1.5.0 - Configuration failing

    Hi Guys,
    This is something weird but not sure as how can this be possible.
    I have installed RCU 11.1.1.5 (Patch 12395110) and now SOA suite configuration is failing with the no records error for the table - SCHEMA_VERSION_REGISTRY.
    There is an entry for SOA Infra for the version - 11.1.1.5 but I am not sure why configuration is looking for the entry for the version 11.1.1.2.
    Please advice.
    Cheers,
    KK

    Guys, any idea on this OR anyone faced the same issue?

  • SOA suite - WSM Configuration fail

    Hello,
    I was trying to install the SOA suite through Configuration assistance but installation failed at the WSM configuration. The error shown in the log is
    "Unable to locate a valid OC4J URI. The server is probably down". I am trying to install this on Vista OS.
    Does anyone have idea about what could the probable problem be. I would really appreciate any assistance.
    Thanks.

    I have configured my jdev as you suggested but this is what I got when trying to deploy:
    BUILD FAILED
    D:\projects\workspace\jdeveloper10g\BPELTraining\BPELProcess\build.xml:78: A problem occured while connecting to server "localhost" using port "9700":
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
    <HTML>
    <HEAD>
    <TITLE>Error 403--Forbidden</TITLE>
    <META NAME="GENERATOR" CONTENT="WebLogic Server">
    </HEAD>
    <BODY bgcolor="white">
    <FONT FACE=Helvetica><BR CLEAR=all>
    <TABLE border=0 cellspacing=5><TR><TD><BR CLEAR=all>
    <FONT FACE="Helvetica" COLOR="black" SIZE="3"><H2>Error 403--Forbidden</H2>
    </FONT></TD></TR>
    </TABLE>
    <TABLE border=0 width=100% cellpadding=10><TR><TD VALIGN=top WIDTH=100% BGCOLOR=white><FONT FACE="Courier New"><FONT FACE="Helvetica" SIZE="3"><H3>From RFC 2068 <i>Hypertext Transfer Protocol -- HTTP/1.1</i>:</H3>
    </FONT><FONT FACE="Helvetica" SIZE="3"><H4>10.4.4 403 Forbidden</H4>
    </FONT><P><FONT FACE="Courier New">The server understood the request, but is refusing to fulfill it. Authorization will not help and the request SHOULD NOT be repeated. If the request method was not HEAD and the server wishes to make public why the request has not been fulfilled, it SHOULD describe the reason for the refusal in the entity. This status code is commonly used when the server does not wish to reveal exactly why the request has been refused, or when no other response is applicable.</FONT></P>
    </FONT></TD></TR>
    </TABLE>
    </BODY>
    </HTML>

  • How to configure something similar to optSoapShortcut in SOA Suite 11g

    Hi,
    We are migrating processes in BPEL 10g to composites in SOA Suite 11g (11.1.1.5). In one of these processes we are extracting the ws-addressing elements replyTo and MessageID from the SOAP header from the calling process and saving these values into a database. They are later used to be able to reply back to the calling process. In 10g this was no problem but in 11g calls between processes are automatically optimized, meaning that they are not communicating using SOAP. Hence, it seems like we can't get the soap headers the normal way.
    According to the Administration Guide for SOA Suite 11.1.1.5 the optSoapShortcut property has been removed which could be used in 10g to specify if the calls should be optimized or not. Is there any other way to configure this in SOA Suite 11g?
    If not, is there any way to instead extract these elements from some BPEL API or similar?
    Thanks!
    Best wishes
    Kerstin

    For release 11g, SOAP optimization is automatically configured. Therefore, if you upgrade your projects from 10g to 11g and are using the optimized shortcut approach in existing applications, note that optimized calls are activated only when the hostname value (as referred to in the WSDL URL in the composite.xml file) matches the Server URL value. Either set both values to the hostname (for example, myhost) or to the full domain name (for example, myhost.domain.com). If these values do not match, a regular SOAP call is performed instead of an optimized local call.
    You can still control this using oracle.webservices.local.optimization property.
    http://docs.oracle.com/cd/E15586_01/web.1111/b32511/configuring.htm#WSSEC3522
    Refer to "Controlling When Local Optimization is Used"

  • Configure .p7b(PKCS #7 Certificates) in SOA Suite 11g - Enterprise Manager

    Hi,
    currently configured .jks file in em - weblogic domain - security - security provider configuration which is used by owsm policy to validate my incoming signed soap message.
    (incoming message is signed with the same jks file). so it is working fine.
    Now I got .p7b(PKCS #7 Certificates) file from customer, so I need to replace this with my existing .jks file. How can I do this?
    Appreciate your quick inputs.
    Thanks

    customer site is invoking my soa suite application,public portion of the certificate which I got from them I configured at my end(.p7b converted in to jks). with the private key (which I do not have with me) the customer site is signing the soap request and hitting my soa suite.
    Getting following error in my soa suite side(soa_server1-diagnosis):
    X509 Certificate will not be advertised due to underlying exception "oracle.wsm.security.SecurityException: WSM-00057 : The certificate, abc.org, is not retrieved. The following aliases are found in the keystore:- [defnet.org, klmca.org, abc.org, ]".
    while converting in to jks I gave alias, I do not know what value should I give. I found
    subject: CN=abc.org... in .p7b file, used the same name as alias.
    converted .p7b file in to .cer as suggested by anuj, .p7b file contains 3 certificates,so imported 3 times in to same key store file like this
    keytool -import -alias abc.org -file xyz.public.cer -keystore xyz-keystore.jks
    keytool -import -alias klmca.org -file klmca.public.cer -keystore xyz-keystore.jks
    keytool -import -alias defnet.org -file defnet.public.cer -keystore xyz-keystore.jks
    Where I am doing wrong here?
    Can I configure directly .p7b(PKCS #7 Certificates) file in enterprise manager (soa suite 11g ps3.). I converted in to jks file and configured but it is not working.
    Please suggest. This is urgent. Appreciate your quick help.
    Edited by: 798585 on May 20, 2011 12:00 AM

  • OracleBAMAdapter Configuration problem in SOA suite 11g

    Hi,
    In Oracle SOA suite 11g(11.1.1.2.0), OracleBAMAdapter configuration using WebLogic server console is resulting in the following error
    * An error occurred during activation of changes, please see the log for details.
    * [J2EE:160149]Error while processing library references. Unresolved application library references, defined in weblogic-application.xml: [Extension-Name: oracle.soa.workflow.wc, exact-match: false].
    Steps used for configuration:
    1) Modify adapter configuration using navigation:: Deployments -> OracleBAMAdapter -> Configuration -> Outbound Connection Pools -> oracle.bam.adapter.adc.RMIConnectionFactory -> eis/bam/rmi
    2) Specified connection properties with BAM server port details
    HostName localhost
    InstanceName ADCServer1
    Password welcome1
    PortNumber *9001*
    UserName weblogic
    In config.xml (%Domains%/soa_domain/config/) , I could see the following library entry
    <library>
    <name>[email protected]</name>
    <target>AdminServer,soa_server1</target>
    <source-path>K:\OracleFMW\Oracle_SOA/soa/modules/oracle.soa.workflow_11.1.1/oracle.soa.workflow.wc.jar</source-path>
    <security-dd-model>DDOnly</security-dd-model>
    <staging-mode>nostage</staging-mode>
    </library>
    Could you please help resolving this issue?
    Regards
    Naveen

    I do not think that would qualify as a solution :-). I was negligient in deploying Work Flow Application, and was not deselecting the checkbox in 11.1.1.2.0 JDeveloper, which reads out like "Deploy to all the servers". Thus it was trying to deploy it to BAM server as well as the Admin Server. I had to deselect it. It's pretty mundane thing that I was missing.
    Warm regards.

  • OPMN configuration assistant failed while applying patch on SOA 10.1.3.1

    Hi All,
    I tried upgrading the SOA Server from version 10.1.3.1 to 10.1.3.4 by applying a patch . But while applying patch I faced an error “OPMN Configuration Assistant failed “ . When I gave opmnctl status command in the command prompt I found that the issue is with starting up the HTTP Server . Rest all components of opmn were up and running.
    The error msg i got is:
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    Output generated from configuration assistant "Run One-off OPatches":
    Oracle Interim Patch Installer version 1.0.0.0.56
    Copyright 2006 Oracle Corporation. All Rights Reserved..
    We recommend you refer to the OPatch documentation under
    OPatch/docs for usage reference. We also recommend using
    the latest OPatch version. For the latest OPatch version
    and other support related issues, please refer to document
    293369.1 which is viewable from metalink.oracle.com
    ERROR: OPatch failed because of Inventory problem.Cannot find Oracle Universal Installer shared library
    OPatch returns with error code = 100
    Configuration assistant "Run One-off OPatches" succeeded
    Output generated from configuration assistant "OPMN Configuration Assistant":
    opmnctl: starting opmn and all managed processes...
    ================================================================================
    2 of 3 processes started.
    ias-component/process-type/process-set:
    HTTP_Server/HTTP_Server/HTTP_Server/
    Error
    --> Process (index=1,uid=1392512192,pid=4728)
    failed to start a managed process after the maximum retry limit
    Log:
    D:\product\10.1.3.1\OracleAS_3\opmn\logs\\HTTP_Server~1.log
    ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    can you please suggest a way out for this error .
    Edited by: user10451494 on May 24, 2009 10:24 AM

    Did you check what's in D:\product\10.1.3.1\OracleAS_3\opmn\logs\HTTP_Server~1.log file? Also check what error is reported in D:\product\10.1.3.1\OracleAS_3\Apache\Apache\logs\error.log file.
    Thanks
    Shail

  • How to configure SOA Suite 11g Worklist with LDAP Identity Store

    Hi
    Im trying to configure the worklistapp to use an ldap identity store (SOA Suite 11g)
    The ldap is a open source ldap (Open DS in this case), is NOT : OID, OVD, Active Directory, WLS OVD, IPlanet.
    for doing so, i did the next configurations:
    workflow-identity-config.xml
    <configuration realmName="realm1">
    <provider providerType="JPS" name="JpsProvider" service="Identity">
    <property name="jpsContextName" value="worklist" />
    </provider>
    </configuration>
    jps-config.xml
    <?xml version="1.0" encoding="UTF-8" standalone='yes'?>
    <jpsConfig xmlns="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.oracle.com/oracleas/schema/11/jps-config-11_1.xsd" schema-major-version="11" schema-minor-version="1">
         <!-- This property is for jaas mode. Possible values are "off", "doas" and "doasprivileged" -->
         <property name="oracle.security.jps.jaas.mode" value="off"/>
         <property name="custom.provider" value="true"/>
    <serviceProviders>
    <serviceProvider type="IDENTITY_STORE" name="idstore.ldap.provider" class="oracle.security.jps.internal.idstore.ldap.LdapIdentityStoreProvider">
    <description>LDAP-based IdentityStore Provider</description>
    </serviceProvider>
    </serviceProviders>
    <serviceInstances>
              <serviceInstance name="idstore.ldap.opends" provider="idstore.ldap.provider">
                   <property name="java.naming.factory.initial" value="com.sun.jndi.ldap.LdapCtxFactory"/>
                   <property name="idstore.type" value="CUSTOM"/>
                   <property name="ldap.url" value="ldap://host:port"/>
                   <property name="subscriber.name" value="dc=company,dc=com"/>
                   <property name="search.type" value="SIMPLE"/>
                   <property name="security.principal" value="cn=adminuser,dc=company,dc=com"/>
                   <property name="security.credential" value="!adminuser_password"/>
                   <property name="user.login.attr" value="cn"/>
                   <property name="username.attr" value="cn"/>               
                   <property name="groupname.attr" value="cn"/>
                   <extendedProperty>
                        <name>group.mandatory.attrs</name>
                        <values>
                             <value>cn</value>
                             <value>objectClass</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.object.classes</name>
                        <values>
                             <value>top</value>
                             <value>groupOfUniqueNames</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.filter.object.classes</name>
                        <values>
                             <value>groupOfUniqueNames</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.member.attrs</name>
                        <values>
                             <value>uniqueMember</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>group.search.bases</name>
                        <values>
                             <value>o=groups,dc=company,dc=com</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.mandatory.attrs</name>
                        <values>
                             <value>cn</value>
                             <value>objectClass</value>
                             <value>sn</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.object.classes</name>
                        <values>
                             <value>organizationalPerson</value>
                             <value>person</value>
                             <value>inetOrgPerson</value>
                             <value>top</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.filter.object.classes</name>
                        <values>
                             <value>inetOrgPerson</value>
                        </values>
                   </extendedProperty>
                   <extendedProperty>
                        <name>user.search.bases</name>
                        <values>
                             <value>o=users,dc=company,dc=com</value>
                        </values>
                   </extendedProperty>
              </serviceInstance>
         </serviceInstances>
    <jpsContexts default="default">
    <jpsContext name="worklist">
    <serviceInstanceRef ref="credstore"/>
    <serviceInstanceRef ref="keystore"/>
    <serviceInstanceRef ref="policystore.xml"/>
    <serviceInstanceRef ref="audit"/>
    <serviceInstanceRef ref="idstore.ldap.opends"/>
    </jpsContext>
    </jpsContexts>
    </jpsConfig>
    but i get the error:
    Jul 2, 2009 12:52:40 PM oracle.security.jps.internal.idstore.util.IdentityStoreUtil getIdentityStoreFactory
    WARNING: The identity store factory name is not configured.
    Jul 2, 2009 12:52:40 PM oracle.bpel.services.common.ServicesLogger __logException
    SEVERE: <.> Error in authenticating user.
    Error in authenticating and creating a workflow context for user realm1/user1.
    Verify that the user credentials and identity service configurations are correct.
    ORABPEL-30501
    Error in authenticating user.
    Error in authenticating and creating a workflow context for user sigfe.com/user1.
    Verify that the user credentials and identity service configurations are correct.
    at oracle.bpel.services.workflow.verification.impl.VerificationService.authenticateUser(VerificationService.java:603)
    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)
    So, anyone knows how i can specify the identity store factory?
    or the correct parameters for a ldap identity store repository?
    I used the 11G documentation for the security file :
    http://download.oracle.com/docs/cd/E12839_01/core.1111/e10043/jpsprops.htm
    thanks

    I am having exactly the same issue. Once I configure jps-config.xml file to use my custom authenticator and login into the worklist app, the following gets thrown. I was wondering if you need map some roles to the existing users in the Custom Authenticator.
    Exception
    exception.70692.type: error
    exception.70692.severity: 2
    exception.70692.name: Error while granting BPMOrganizationAdmin role to SOAOperator.
    exception.70692.description: Error occured while granting the application role BPMOrganizationAdmin to application role SOAOperator.
    exception.70692.fix: In the policy store, please add SOAOperator role as a member of BPMOrganizationAdmin role, if it is not already present.

  • Problem configuring SOA suite to use OID for authentication

    We are in the process of rebuilding our environment to use the full SOA suite with our OID server for authentication (was previously just BPEL using AD directly), and have encountered several problems (below). We have rebuilt the OID server, and reinstalled the SOA suite into a clean ORACLE_HOME to no avail.
    We first rebuilt the OID server using the following steps (derived from Oracle® Internet Directory Administrator's Guide):
    1)     Create the Import and Export profiles for AD synchronization. We did this using the Directory Integration and Provisioning Server Administration tool under “Active Directory Configuration”
    2)     Modify the map file to specify the correct OU mappings between AD and OID.
    3)     Update the profile with the new map file using “dipassistant.bat mp”
    4)     Bootstrap the import profile using “dipassistant.bat bootstrap”
    5)     Start a new instance of the Integration server (odisrv) running on config set 1 (the config set containing the Active Directory import/export profiles) using “oidctl”
    6)     Set the Import profile to Enable. The OID server does not export changes to AD in our current configuration, so the Export profile is left on disable (and not bootstrapped)
    At this point it appears that the AD synchronizes correctly into our new OID server.
    Next we installed the SOA suite:
    1)     We ran “irca.bat” on our database server to create the ORABPEL, ORAESB, and ORAWSM schemas and associated integration repository structure.
    2)     After launching the SOA suite installer, we selected Advanced Install.
    3)     On the next screen, we selected J2EE Server, Web Server, and SOA Suite.
    4)     We then provided the credentials for our Oracle database, and the passwords for ORABPEL, ORAESB, and ORAWSM.
    5)     We configured our new AS instance as an administration instance, but did not opt to use from a separate HTTP server, and did not make this instance part of an OAS cluster topology.
    And finally, we configured our new SOA suite instance to use OID for authentication (using the instructions in Oracle® BPEL Process Manager Administrator's Guide section 2.1.3):
    1)     Used the configure_oid.bat command to seed OID with required users only.
    2)     Logged into the OracleAS Control Console
    3)     Chose the oc4j_soa instance, then Administration->Security->Identity Management
    4)     Configured the OID server using a non-ssl connection and the cn=orcladmin account.
    5)     When prompted, chose to reconfigure all applications in the oc4j_soa instance to OID, but not to use SSO for any of them.
    6)     Copied the contents of ORACLE_HOME\j2ee\home\config\jazn.xml to ORACLE_HOME\j2ee\oc4j_soa\config\jazn.xml
    7)     Restarted the application server.
    After this procedure, we encountered the following issues:
    1)     The BPEL console appears to authenticate users correctly out of OID, but no users have access to the default domain, including bpeladmin and oc4jadmin. All users receive a similar access denied message when attempting to log into the BPEL Admin Console.
    2)     We cannot upload a BPEL process to our new server via JDeveloper’s standard BPEL deployment mechanisms. The connection appears to be working properly and passes all tests, but on uploading a process we get a Java AccessDeniedException. ESB appears to be functioning properly, and accepts uploaded projects without issue.

    Bassman,
    We recently configured our SOA Suite to use OID and SSO. We had the same issues you are having, and we found the resolutions in a blog from Jaas Poot (http://blog.jpoot.com/category/oracle-appserver/oid-ldap/). For the BPEL domain access, this involved going to the data-sources.xml file and changing the database passwords from using ->pwForOrabpel for the orabpel schema and ->pwForOraesb for the oraesb schema to the real passwords; the blog explains more about this.
    The blog also covers the JDeveloper deployment issue, and another issue we encountered, where we couldn't access the BPEL Admin console. All of these were resolved following the steps in the blog.
    Hope this helps
    Candace

  • Change configuration of Admin Server (SOA Suite 11g)

    Hi!
    I'm using SOA Suite 11g. I've installed SOA Suite 11g on a remote machine and I want to access the Oracle Fusion Middleware Control remotly but I can't. I can only access locally by launching a browser on the local machine.
    How I can configure the admin server to be accessible by another computer?
    Thanks in advance
    Tiago Soares

    By default you will be able to access the Admin Console and Fusion Middleware Control from any machine.
    Access like http://hostname:port/em or http://hostname:port/console
    If it is a DHCP machine, try accessing using the machine ip, instead of hostname.
    If this doesn't work, login to Admin console in your local box. Navigate to Servers -> Admin Server. Set the Listen address to that machine's ip or name, now you will be able to access.

  • Eclipse+SOA Suite 10.1.3.1 Issues configuring Oracle AS in eclipse

    I have searched all the forums and google but could not find much information.
    I have installade soa_windows_x86_101310_disk1 and configured SOA Suite 10.1.3.1 whcih works perfectly fine with oracle JDeveloper. Since our developement platform is eclipse and not jDeveloper I am trying to see if I can configure eclipse to work with Oracle AS.
    1. Installed eclipse europa and installed WTP for eclipse.
    2. Created a j2ee project and trying to deploy on Oracle AS which I have created as part of SOA Suite ( Please see above).
    3. Trying to create a server instance from eclipse and deploy my application for testing with in eclipse.
    4. Issues:
    I have created the server instance with the following:
    New>server>define a new server
    server's host name:localhost
    Server runtime: <drive>:/product/10.1.3.1/oracleas/j2ee/home
    for Oracle OC4J Standalone 10.1.3.1
    user:oc4jadmin
    password: weclome ( tried welcome1 which I have been using for OC4J thru JDeveloper)
    ADMIN port =23791 ( default), tried 6003 ( OPMN port which I was using with OC4J thru JDEV), tried RMI port value 12401
    HTTP Port:8888
    web site: default-web-site
    I could create the server instance and start it. Not sure if it is really starting and running.
    When I try to deploy my application I am getting the following error:
    Buildfile: C:\Dev-Apps\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.105.v200709061325\buildfiles\oracle.10.1.3.xml
    check.skip.ear.deploy:
    deploy.j2ee.ear:
    package.module.ear:
    [jar] Building jar: D:\product\10.1.3.1\oracleas\j2ee\home\applications\myjavautilities.ear
    [oracle:deploy] Unable to get a deployment manager.
    [oracle:deploy]
    [oracle:deploy] 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.
    [oracle:deploy]
    [oracle:deploy] More information is available by enabling logging -- please see the Oracle Containers for J2EE Configuration and Administration Guide for details.
    BUILD FAILED
    C:\Dev-Apps\eclipse\plugins\org.eclipse.jst.server.generic.oc4j_1.5.105.v200709061325\buildfiles\oracle.10.1.3.xml:97:
    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.
    Total time: 4 seconds
    when I try to stop the instance I am encountering the following problems
    Error: Could not connect to the remote server. Please check if the server is down or the client is using invalid host, ORMI port or password to connect: Connection refused: connect
    Before I give up and proceed with my time tested tomcat server, I would like to check with the folks on this forum to see if they can help.
    Thanks in advance

    Chandra,
    I am having the same problem with the same versions. I don't think I can move to a different AS to solve the problem.
    I've searched a number of other threads in and out of Oracle for solutions. There seem to be a lot of different solutions for similar problems, but nothing that really solves this one.
    If I find a solution, I'll post back here. I hope you will do the same or if some kind soul has solved it, she/he will post it.
    Curtis

  • Configuring Webcenter Worklist with Oracle SOA Suite 10.1.3.4

    Hi,
    I have installed Oracle SOA Suite 10.1.3.4 on weblogic server 9.2. I want to configure Webcenter 11g worklist service with this SOA Server.
    I would like to know if this is possible at all? Webcenter Suite 11g talks about configuring Webcenter worklist with SOA Suite 11g and I am not able to find any document
    Thanks,
    Vikas

    Hi,
    If you are trying to understand how to create a connection pool for a data source, then this document might be helpful
    http://blogs.oracle.com/fusionmiddlewarereallife/soa_11g_bpel_composite_and_database_adapter.html

  • Configure OSB 11g to use the same domain as SOA Suite 11g

    Hi,
    A quick question on OSB Installation and extend the weblogic domain created for soa for OSB also. Please guide me what i am following is the correct path.
    I followed the soa 11g and osb 11g installation doc from Eric Elzinga blog also checked oracle doc. Am quite confused about the directory structure to cofigure SOA Suite 11g and OSB 11g.
    After SOA suite install , I Configure Oracle SOA Suite by following the below path
    Run: middleware/wlserver_10.3/common/bin/config.exe (followed the blog ON OSB 11g Installation from Eric Elzinga).
    I have seen another path to configure soa suite from oracle doc
    SOA_ORACLE_HOME\common\bin\config.cmd
    eg: E:\oraclehome\11g\middleware\Oracle_SOA1\common\bin\config.cmd
    both directory str are correct?
    After OSB installation , to configure OSB , I choose to reuse the SOA Suite domain to extend it with the Oracle Service Bus components. so in that case , is it the right directory structure I am following is
    <Middleware_Home>\oracle_common\common\bin\config.bat.
    eg: E:\oraclehome\11g\middleware\oracle_common\common\bin\config.bat
    Thanks in advance
    jk

    Eventually you configure the weblogic domain always (either it is for SOA or OSB or BPM or all), so you should use middleware/wlserver_10.3/common/bin/config.exe
    Regards,
    Anuj

  • SOA 11g suite configuration issues

    I'm trying to setup SOA Suite 11g TP4 within JDeveloper 11g in my Windows machine. I was following the instructions given at <<http://www.oracle.com/technology/products/ias/bpel/techpreview/soa11g_installation_tp4.pdf>>.
    I have created the SOA db schema and the environment variables as needed. I'm using Oracle XE database. The SOA configuration runs fine for a while after which it starts throwing the following errors and finally ends with "Configuration of SOA Infrastructure FAILED". The startsoa.log has the following errors -
    application : sdpmessagingserver is in failed state
    SEVERE: Application.setConfig Application: sdpmessagingserver is in failed state as initialization failed.
    java.lang.InstantiationException: Error initializing ejb-modules: compilation error occurred
    Caused by: com.evermind.compiler.CompilationException: compilation error occurred
    Can someone please help me with this ?

    Well .. use deploy from projects to deploy the SOA Composite only(SAR file) ..i case u wanna deploy MAR(mds) files or Web projects related to an Application like HumanTask Applications in 11.1.1.0 we use it from deployment .. i guess u can deploy multiple composites by creating a bundle too from Application deployment ..

Maybe you are looking for

  • Card index software for MAC

    Does anyone know of some good software that acts like a card-index - somewhere I can store information about books that I read/reviews/quotations? I've tried 'Googling' card-index software for mac, and various other permutations, but not come up with

  • Drag and Drop issue in Jlist - Transferhandler not working

    Hi all, I have a problem associated with the drag and drop of components into a Jlist. When I drag component out of a Jlist, the control reaches inside transfer handler, but when I try to insert a component into the Jlist, the control does not reach

  • Itunes store bought music wont sync post crash of Iphone

    Crash occurred due to last IOS update. One option on Itunes says it will erase all music on iphone and use everything in library. appreciate your help. Itunes seems more complex than necessary.

  • Components now showing in parsys design

    Hi, I have created a component, allowedParents set to */parsys, set the componentGroup to 'mytest',  In the generated jsp just simply put some texts, then created a dialog structure. But when I get to my page and swtich to the 'design' view, my compo

  • Finder" disappears, can't restart.  MacBook Air

    Hi Folks: I tried to connect my 2013 Macbook Air to a remote disk this am.  I saw the disk but not the files on the disk.  When I went back to my Macbook Air the finder was hung up.  When I restared Finder under the Force Quit menu the finder bar dis