OSB 11g install

I am installing OSB in an existing SOA domain. I noticed that it puts the ALSB objects in both the AdminServer and osb_server1 targets. Is that suppose to happen?

Hi,
I suppose some of the objects have to go to Admin as well, but not all of them...
This document may help you...
http://docs.oracle.com/cd/E23943_01/doc.1111/e15017/configure_osb.htm#BGBJCGIJ
Cheers,
Vlad
It is considered good etiquette to reward answerers with points (as "helpful" - 5 pts - or "correct" - 10pts)
https://forums.oracle.com/forums/ann.jspa?annID=893

Similar Messages

  • Oracle OSB 11G. Unable to find Oracle Service Bus Configuration Page.

    Hi All,
    Sorry for the apparent silly question but I am studying and learning the product.
    I have the OSB 11G installed and running with a proxy service working and routing requests. The Oracle ESB documentation http://download.oracle.com/docs/cd/E21764_01/doc.1111/e15866/ui_ref.htm#i1327746 at chapter 4.4.2 New Oracle Service Bus Configuration Project Wizard
    Use this wizard to create an Oracle Service Bus configuration project. For configuration options, see Section 4.4.3, "Oracle Service Bus Configuration Page."
    4.4.3 Oracle Service Bus Configuration Page.
    I don't see the configuration page in anywhere in the left pane of the console. Am I missing something? The project creation works fine but I just don't see the configuration Wizard.
    Thanks.
    Regards
    Salvatore Ilardo

    The link which you are referring is for user interface objects in the Oracle Service Bus plug-ins and OSB plug-ins are used with OEPE (Oracle Enterprise Pack for Ecplise) for OSB development. OEPE is the only supported IDE for OSB development as of now.
    Remember, at a time, one and only one Oracle Service Bus Configuration project can be deployed in a OSB domain which may contain desired number of Oracle Service Bus Projects and that's why there is no provision of creating Oracle Service Bus Configuration Project in sbconsole GUI. In IDE, you may create many Oracle Service Bus Configuration Project and that's why it has a Oracle Service Bus Configuration Project Wizard.
    Regards,
    Anuj

  • Error while running export.py in OSB 11g

    Hi all,
    I am trying to write wlst in osb 11g. I am getting the following error
    export:
    [echo] exportscript: export.py
    [java] Initializing WebLogic Scripting Tool (WLST) ...
    [java] Welcome to WebLogic Server Administration Scripting Shell
    [java] Type help() for help on available commands
    *[java] Problem invoking WLST - Traceback (innermost last):*
    *[java] File "C:\Documents and Settings\Desktop\WLST\test\export.py", line 7, in ?*
    *[java] ImportError: cannot import name EnvValueQuery*
    [java] Java Result: 1
    BUILD SUCCESSFUL
    Total time: 6 seconds
    Below is my build.xml should I make any more changes to run it in 11g I have changed the com.bea.common.configfwk_1.3.0.0.jar file name and directory names.
    Should I set any class path before running this build.xml ?
    <project default="export">
         <!-- ALSB domain creation project -->
         <property environment="env" />
         <!-- set global properties for this build -->
         <!-- The bea.home property hold that name of the directory where you installed ALSB 3.0.
              you need to change this value so that it matches your installation directory.
         -->
         <property name="bea.home" value="C:\Oracle\Middleware" />
         <!-- The workspace.dir is the directory of the workspace that you created to contain the sample
              projects from this book. By default, the namespace is "alsb30_book"
         -->
         <property name="workspace.dir" value="C:\Documents and Settings\workspace\Test OSB Project" />
         <property name="weblogic.home" value="${bea.home}\wlserver_10.3" />
         <property name="domain.export.script" value="export.py" />
         <property name="domain.import.script" value="import.py" />
         <property name="export.config.file" value="export.properties" />
         <property name="import.config.file" value="import.properties" />
         <property name="build" value="build" />
         <property name="dist" value="dist" />
         <path id="wlst.class.path">
              <fileset dir="${bea.home}\Oracle_OSB1\lib">
                   <include name="sb-kernel-api.jar" />
              </fileset>
              <fileset dir="${bea.home}\modules">
                   <include name="com.bea.common.configfwk_1.3.0.0.jar" />
              </fileset>
              <fileset dir="${weblogic.home}\server\lib">
                   <include name="weblogic.jar" />
                   <include name="webserviceclient.jar" />
              </fileset>
         </path>
         <taskdef name="wlst" classname="weblogic.ant.taskdefs.management.WLSTTask" classpathref="wlst.class.path" />
         <target name="export">
              <echo message="exportscript: ${domain.export.script}" />
              <java classname="weblogic.WLST" fork="true" classpathref="wlst.class.path">
                   <arg line="${domain.export.script} ${export.config.file}" />
              </java>
         </target>
         <target name="clean">
              <delete dir="${dist}" />
              <delete dir="${build}" />
              <mkdir dir="${dist}" />
              <mkdir dir="${build}" />
         </target>
    </project>

    Perhaps you are using old WLST code (used for OSB 10g), with OSB 11g.
    The ALSBConfigurationMBean (com.bea.wli.sb.management.configuration.ALSBConfigurationMBean) Interface in the com.bea.wli.sb.management.configuration package in the Oracle Fusion Middleware Java API Reference for Oracle Service Bus includes example code illustrating how to import and export Oracle Service Bus 11g configurations, how to change environment values, how to query resources, and so on. Please find it here -
    http://download.oracle.com/docs/cd/E14571_01/apirefs.1111/e15033/toc.htm
    Regards,
    Anuj

  • OSB 11g Installation in production environment

    I am trying to install OSB 11g in production mode. But, the problem is its always pointing to the evaluation database, even though I don't require any DB (not using the reporting feature or OWSM). I saw the following workaround and it worked fine, but is it the only way?
    This error you will normally see if you use the built in pointbase db with production domains only.
    I would recommend you use different database in pointbase or better an oracle database. Work around would be to delete WL_LLR* from you point base and the domain will start with out problem.
    If you are not aware of how to delete the table in Pointbase/Derby, then other workaround (I normally use when using production domain with Derby/Poinbase) option would be to open config .xml and delete <jdbc-system-resource>
    <name>wlsbjmsrpDataSource</name>
    <target>AdminServer</target>
    <descriptor-file-name>jdbc/wlsbjmsrpDataSource-jdbc.xml</descriptor-file-name>
    </jdbc-system-resource>
    Even if i configure a different DB, but it still pointing me to Derby?
    Is this a bug with OSB 11g installation in a production env?
    Thanks,
    Bijoy

    Hello Bijoy,
    The evaluation database is provided for use by the sample applications and code examples. If you do not want to use evaluation DB then don't install it.
    To not install evaluation DB, while installing weblogic, select custom installation type, uncheck the "Evaluation Database" checkbox ("Server Examples" will automatically get unchecked) and proceed. Now your weblogic will be installed without an evaluation DB.
    Regards,
    Anuj

  • 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

  • Using OSB 11g with OEPE

    Hi,
    I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remote server and use the OEPE IDE in my local system to develop the proxy and business services to deploy on the remote OSB server. My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ? And how do I connect from the IDE to the remote OSB server?
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server? By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?
    Thanks,
    sathish

    My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ?Yes. While installing the OSB, go to custom options and you should have a choice to install OSB plugins in any pre-existing OEPE. Personally I have not tried this method.
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server?I'm not sure what you meant by "OSB 11g server" but you should use      
    Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE - Package Installer to get the weblogic bundled with OEPE, then install      Service Bus (11.1.1.3.0)
    on this install. OSB plugins required for OEPE will be installed. Now you can use this OEPE to connect to remote OSB server. This is what I personally prefer.
    By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?Yes.
    Manoj

  • Using OSB 11g with OEPE 11.1.1.5.0

    Hi,
    I have downloaded oepe-galileo-all-in-one-11.1.1.5.0.201003170852-win32 stand-alone from http://www.oracle.com/technology/software/products/oepe/oepe_11115.html?rssid=rss_otn_soft. I am planning to install Oracle Service Bus 11.1.1.3.0 on a remote server and use the OEPE IDE in my local system to develop the proxy and business services to deploy on the remote OSB server. My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ? And how do I connect from the IDE to the remote OSB server?
    Thanks,
    sathish

    My first question is are there any plugins that need to be installed in OEPE 11.1.1.5.0 to use it as the IDE for OSB ?Yes. While installing the OSB, go to custom options and you should have a choice to install OSB plugins in any pre-existing OEPE. Personally I have not tried this method.
    Or is it a better option to get the OEPE by installing the OSB 11g server and then abandon the installed server and use the OEPE IDE to connect to a remotely installed OSB server?I'm not sure what you meant by "OSB 11g server" but you should use      
    Oracle WebLogic Server 11gR1 (10.3.3) + Coherence + OEPE - Package Installer to get the weblogic bundled with OEPE, then install      Service Bus (11.1.1.3.0)
    on this install. OSB plugins required for OEPE will be installed. Now you can use this OEPE to connect to remote OSB server. This is what I personally prefer.
    By doing this, will I get all the plugins that I need for the OSB development pre-configured in the OEPE IDE?Yes.
    Manoj

  • OSB 11g Configuration

    Hi,
    I am trying to install Oracle Service Bus 11g, the installation went successfully, but when trying to configure the WebLogic (10.3.2) Domain and selecting (Oracle Service Bus Extension - all domain Technologies 11.1.1.3[Oracle_OSB]) from the domain creation wizard sources, it fails with the following error message:
    CFGFWK-60814: The template you selected can't be applied because the following dependencies have not been satisfied:
    Missing prerequisite:
    DEP for Oracle Service Bus Extension - Topology independent base extension:11.1.1.3
    [c:\oracle\Weblogic\Oracle_OSB\common\template\applications\wlsb_base.jar] (WebLogic Advanced Web Services for JAX-RPC Extension[10.3.3.0-_))
    and i can't find any domain source named "WebLogic advanced Web Services for JAX-RPC Extension
    any idea?
    Thanks

    Hi,
    but when trying to configure the WebLogic (10.3.2) As per OSB 11g installation guide, you can extend any of the following existing domains:
    Oracle WebLogic Server 10.3.3 domain
    Oracle SOA Suite 11.1.1.3.0 domain
    Oracle Service Bus 11.1.1.3.0 domain
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15017/under_install.htm#CJABBJDC
    Are you using weblogic 10.3.3?
    Regards,
    Anuj

  • OSB 11g on Solaris10

    I'm trying to get OSB 11g working on Solaris 10 SPARC, with partial success.
    Software versions:
    Solaris 10 10/09
    OSB 11.1.1.3.0
    WebLogic 10.3.3
    JRockit 4
    Upon installation of OSB 11g, step 5 of 8 asks for the OEPE (Oracle Enterprise Pack for Eclipse) location.
    This would seem to be a problem as OEPE isn't supported on Solaris. http://www.oracle.com/technology/products/enterprise-pack-for-eclipse/system_requirements.html
    One way I was able to get by the requirement was to copy the windows files onto a Solaris directory and reference it in the OSB setup. Then the installation would then continue.
    There must be a better solution than to use the windows binaries on Solaris.

    Upon installation of OSB 11g, step 5 of 8 asks for the OEPE (Oracle Enterprise Pack for Eclipse) location.
    This would seem to be a problem as OEPE isn't supported on Solaris.This can never be a problem as it is an optional component which is required if you are installing Oracle Service Bus Integrated Development Environment (IDE). You may simply skip this part.
    Please refer section 5.2.3 Procedure, point#8 at below link -
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15017/apm.htm#CDEBABCB
    Regards,
    Anuj

  • OSB 11g - JCA transport

    Hi,
    I have just installed OSB 11g and it seems like JCA transport is not there in the Proxy/Business service - Transport tab.
    I have checked OEPE plugins folder and JCA transport folder is empty.
    Is this like my installation is not proper or I have to do some configuration for JCA?
    I have tried creating a JCA db adapter using 10g Jdev and it didnt work, error message when creating business service is " WSDL contains a tranport not supported".
    Please help.
    Regards,
    AP

    Hi all,
    I've followed the JCA DB Adapter with OSB tutorial at:
    http://www.oracle.com/technology/sample_code/products/osb/index.html
    I'm using OSB 11gR1 and JDeveloper 11gR1 11.1.1.3.0 Build JDEVADF_11.1.1.3.PS2_GENERIC_100408.2356.5660
    First, the JCA DB Adapter wsdl file generated by JDeveloper using the DB Adapter wizard doesn't carry binding and port information for the wsdl. I've configured a pool table adapter with the DB Adapter wizard.
    So I've generated the JCA binding and port manually using the WSDL design view inside JDev.
    Next when I try to create a proxy service within OSB, it says that: "The WSDL contains a binding not supported by OSB."
    Has anyone faced this before? Hints appreciated...
    Here's the WSDL:
    <?binding.jca DatabaseInbound_db.jca?>
    <wsdl:definitions name="DatabaseInbound" targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/db/DBContent/DBProject/DatabaseInbound" xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/db/DBContent/DBProject/DatabaseInbound" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/DatabaseInbound"
    xmlns:jca="http://schemas.xmlsoap.org/wsdl/jca/"
    xmlns:format="http://schemas.xmlsoap.org/wsdl/formatbinding/"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/">
    <plt:partnerLinkType name="DatabaseInbound_plt">
    <plt:role name="DatabaseInbound_role">
    <plt:portType name="tns:DatabaseInbound_ptt"/>
    </plt:role>
    </plt:partnerLinkType>
    <wsdl:types>
    <schema xmlns="http://www.w3.org/2001/XMLSchema">
    <import namespace="http://xmlns.oracle.com/pcbpel/adapter/db/top/DatabaseInbound" schemaLocation="xsd/DatabaseInbound_table.xsd"/>
    </schema>
    </wsdl:types>
    <wsdl:message name="CustomerCollection_msg">
    <wsdl:part name="CustomerCollection" element="top:CustomerCollection"/>
    </wsdl:message>
    <wsdl:portType name="DatabaseInbound_ptt">
    <wsdl:operation name="receive">
    <wsdl:input message="tns:CustomerCollection_msg"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:service name="DatabaseInbound">
    <wsdl:port name="DatabaseInbound_pt"
    binding="tns:DatabaseInbound_binding"/>
    </wsdl:service>
    <wsdl:binding name="DatabaseInbound_binding" type="tns:DatabaseInbound_ptt">
    <jca:binding/>
    <format:typeMapping encoding="Java" style="Java">
    <format:typeMap typeName="top:CustomerCollection" formatType=""/>
    </format:typeMapping>
    <wsdl:operation name="receive">
    <jca:operation methodName="receive" InteractionSpec=""/>
    <wsdl:input>
    <jca:header/>
    </wsdl:input>
    </wsdl:operation>
    </wsdl:binding>
    </wsdl:definitions>

  • OSB 11g import sbconfig.jar error

    Hello everybody,
    I'm trying to import OSB config jar to newly created OSB 11g environment. The following error occurs in Oracle Service Bus console during import:
    The import failed with exception: com.bea.wli.config.component.NotFoundException: Failed to create temporary jar file
    Operation System is RHEL 5.5, JVM is JRockit 1.6.017
    OSB is installed to /u01/bea and oracle is the owner of this directory. Oracle user has write permissions to /tmp directory too.
    Any idea, why this can happen? What directory does OSB use to create temporary jar file ?
    Regards,
    Dmitry

    Re: OSB - configuration project deploy error
    Regards,
    Anuj

  • OSB 11g session error

    Hi,
    I have few queries on OSB 11g.
    1. When more than one person login into OSB console with same username and password and try to create session an error is thrown +" Another session operation is in progress. Please retry later."+
    To use the Eclipse IDE we have to install weblogic server 11g locally. How to develop locally and deploy to the server?
    2. Is there any tutorial that gives a complete idea of OSB development and deployment?
    3. Devoloping using OSB console is a good practice or using Eclipse IDE for OSB is the good practice?
    Please help me in understanding
    Regards,
    Sundar

    Hi
    i still think it's a best practice to have your enviroment installed locally, develop and deploy against this one, and if all works ok, either create scripts to deploy to the OTAP.
    Another best practice would be creating seperate users. In that case you can see in the log of the osb who committed sessions and who added changes. If all use the weblogic user, you won't know who did what.
    But in Eclipse you can add several servers, so one for your local server and for example one for the 'real' development server.
    Development in the console works perfectly. But if you want to add all resources to subversion it's a better practice to use the ide, and commit all the resources from the osb project to subversion. When using the console you can't version for example proxy services and business services. Only resources like xq/xsd/wsdl/etc

  • Installation of OSB 11g

    Hi,
    I am trying to install OSB 11g. Once I click setup, it's prompted to a window to provide JDK/JRE path. I have provided the correct path, after that all the screens disappear. I am not able to get installation window. What could be the problem?
    Regards,
    Rohan.

    can you try to run from command promt like this:
    setup.exe -jreLoc C:\Progra~1\Java\jdk1.6.0_26
    or wherever your JDK location is.
    I also had same problem, and I think for me it was because of spaces in JDK path, so I created simple directory for JDK like "C:\JDK"

  • OSB 11G development Tool

    Hello,
    I've a very basic question. I would like to know which tool to use for developing projects in OSB. I know we can use OSB console, but wondering if their is any other tool. For instance we use JDeveloper for creating BPEL project. Is their a similar tool that I can use for OSB.
    I was looking at Oracle Enterprise Pack for Eclipse (oepe-helios-all-in-one-11.1.1.6.1.201010012100-win32) tool, but wasn't clear if we can use this. If I can use this tool, please let me know how I can create a simple OSB project.
    Thanks
    NC

    If you have already installed WLS 11g and OEPE and then you have installed OSB 11G then you need not install anything else.
    Check the Oracle home directory and find the folder for OEPE (by default it should be c:\Oracle\Middleware\OEPE_<version>\). There will be eclipse.exe which you can use to launch Eclipse console.
    Once inside eclipse console do the following to open OSB perspective:
    Window Menu>Open Perspectives>Other
    Select Oracle Service Bus in the popup window.
    Once in the OSB perspective you can create new OSB Configuration project and OSB Projects. OSB configuration project will help eclipse connect to OSB domain and OSB Project is similar to the Project created from OSB web console(sbconsole)
    Edited by: AbhishekJ on Nov 8, 2010 4:14 AM

  • Using DB Adapter for MS SQL Server 2005  SP in OSB 11g.

    Hi All,
    I have a requirement to create a DB Adapter for MS SQL Server Stored Procedure in JDeveloper and export the Adapter file to OSB 11g. I have Created the Adapter and imported it into OSB 11g successfully. Created the Datasource and Connection pool also in console.
    The problem is while trying to execute the created business Service, I am getting the error as below,
    <Oct 26, 2012 12:20:25 PM IST> <Error> <JCATransport> <BEA-381967> <Invoke JCA outbound service failed with application error, exception: com.bea.wli.sb.transports.jca.JCATransportException: oracle.tip.adapter.sa.api.JCABindingException: oracle.tip.adapter.sa.impl.fw.ext.org.collaxa.thirdparty.apache.wsif.WSIFException: servicebus:/WSDL/Test/CheckAppID/WL_Driver/CheckAppId_WL_Driver [ CheckAppId_WL_Driver_ptt::CheckAppId_WL_Driver(InputParameters,OutputParameters) ] - WSIF JCA Execute of operation 'CheckAppId_WL_Driver' failed due to: Unimplemented string conversion.
    Conversion of JDBC type to String is not supported.
    An attempt was made to convert a Java object to String using an unsupported JDBC type: .
    ; nested exception is:
         BINDING.JCA-11804
    Unimplemented string conversion.
    My XSD is ,
    <element name="InputParameters">
    <complexType>
    <sequence>
    <element name="application_id" type="int" db:index="1" db:type="INT" minOccurs="0" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <element name="OutputParameters">
    <complexType>
    <sequence>
    <element name="RowSet0" type="db:RowSet0_RowSet" db:type="RowSet0" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    <element name="RowSet1" type="db:RowSet1_RowSet" db:type="RowSet1" minOccurs="0" maxOccurs="unbounded" nillable="true"/>
    </sequence>
    </complexType>
    </element>
    <complexType name="RowSet1_RowSet">
    <sequence>
    <element name="RowSet1_Row" minOccurs="0" maxOccurs="unbounded">
    <complexType>
    <sequence>
    <element name="cde" type="int" db:type="INT" minOccurs="0" nillable="true"/>
    <element name="msg" db:type="NVARCHAR" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="255"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    <complexType name="RowSet0_RowSet">
    <sequence>
    <element name="RowSet0_Row" minOccurs="0" maxOccurs="unbounded">
    <complexType>
    <sequence>
    <element name="aaa" type="boolean" db:type="BIT" minOccurs="0" nillable="true"/>
    <element name="bbb" db:type="NVARCHAR" minOccurs="0" nillable="true">
    <simpleType>
    <restriction base="string">
    <maxLength value="10"/>
    </restriction>
    </simpleType>
    </element>
    </sequence>
    </complexType>
    </element>
    </sequence>
    </complexType>
    I don't know why there is a datatype conversion error.
    Help me in resolving this.
    Regards,
    Nataraj R.

    Hi,
    I believe NVARCHAR is an unsupported type...
    The following document lists the supported data types for SQL Server stored procedures and functions... NVARCHAR is not in the list... :-(
    http://docs.oracle.com/cd/E23943_01/integration.1111/e10231/adptr_db.htm#CHDEBEEE
    Hope this helps...
    Cheers,
    Vlad

Maybe you are looking for