Installation of Oracle Service Bus 11g

Hi guys,
I have installed weblogic 11g (10.3.6) and Oracle Enterprise Pack for Eclipse 11.1.1.8 using the file oepe-wls-indigo-installer-11.1.1.8.0.201110211138-10.3.6-win32.
Now I was trying to install the Oracle Service Bus 11g 11.1.1.7 and it says:
INST-11502:  OEPE version isn't the correct OEPE for this version of OSB. Expected 1.8, found 2.1.1
Enter a valid OEPE home location
I wasn't expecting this compatibility error. I search My Support on I I Doc ID 1944102.1 and it points to http://www.oracle.com/technetwork/developer-tools/eclipse/downloads/oepe-11118-521475.html which seems to be the oepe 11.1.1.8 (the one I have).
Can you help on this compatibility issue please?
thanks in advance.
Regards

Now I cannot run eclipse...
My suggest is because the JVM is 32-bit and this eclipse is for 64bit. If I try to run the other eclipse (the one that came with the 32bit installation), I can open it, but cannot create any osb configuration project.
Error opening eclipse:
Error creating an osb configuration project:
Any suggestions?
Thanks!

Similar Messages

  • Oracle Service Bus 11g (11.1.1.3.0) failing to start

    I have installed Oracle Weblogic 10.3.3 (11g with Patch Set2) on a Windows XP SP2 32-bit machine. I was able to configure and start the AdminServer without any issues. Next, I installed Oracle Service Bus 11g (11.1.1.3.0) on top of WLS 10.3.3 (11g) on the same machine. I extended the previous weblogic domain (AdminServer only) to include Oracle Service Bus (OSB) features. OSB server was configured successfully.
    However, the AdminServer and OSB server is now failing to start successfully. It is failing to deploy and load the OSB applications (e.g. - OSB Console, File Adapter, SB Transport Adapter etc. ). While configuring the OSB domain, OSB application got targeted to both AdminServer and OSB server. Have you encountered this issue before? I tried to start the managed server from command prompt and Admin console

    Few links which you may refer -
    auto start weblogic 11gR1 as windows service?
    http://blogs.oracle.com/jamesbayer/2010/01/weblogic_nodemanager_quick_sta.html
    http://blogs.oracle.com/middleware/2010/09/startup_scripts_for_weblogic_and_soa_suite.html
    Regards,
    Anuj

  • Regarding Good book for Oracle Service Bus 11g

    Hi All,
    What is the good book for Oracle Service Bus 11g in the below list(or You can also specify any book other than from below list)?
    1)Oracle Service Bus 11g Development Cookbook
    2)Oracle Service bus in 21 days
    3)The definitive guide to SOA:Oracle Service Bus,Second edition (or)first edition?
    Can yOu help me out which is the good book for OSB?

    Hi Deilby,
    Thank You for your reply.
    According to my understanding(I don't know whether it is correct or not),If you want to have full-fledged OSB development,we need to have eclipse.
    If you just need to have routing and transformation along with SOA suite development,We can use OSB console .
    Can You also look into this below SOA forums thread with SOA-OSB questions? If I have 'Oracle
    Service Bus 11g Development Cookbook' , Can I answer all those questions?
    https://forums.oracle.com/thread/2559964?tstart=0
    My intention is clear,I want to have full-fledged OSB development information(important components) and that leads to have good exposure to face questions.
    Can You help me out to clarify my understanding and recommend the book according to that?
    Note: I already worked on SOA Suite.I worked on OSB console. I think whatever we can  do with OSB eclipse development the samething we can do with OSB console along with SOA suite.
    Can You clarify on this?

  • Oracle Service Bus 11g { for financial services }

    Latest version available of ORACLE SERVICE BUS FOR FINANCIAL SERVICES is 10gR3 (10.3.1.0) and that of ORACLE SERVICE BUS is 11.1.1.3.0
    Are features provided in OSB FOR FINANCIAL SERVICES { like support for specific message formats and protocols such as SWIFT and FIX }
    available in OSB 11g and if not, how to get these features with OSB 11g?
    Thanks, Yogesh
    Edited by: Yogesh Ketkar on Jun 24, 2010 11:36 AM

    It is normal practice to release OSB FOR FINANCIAL SERVICES shortly after release of OSB.
    So OSB 11gR1 for Financial services should be released any time soon, as OSB 11g R1 is already released.
    Please talk to Oracle Sales representative for exact dates.
    Thanks
    Manoj

  • Handling Sequence of Services in Oracle Service Bus 11g

    Hi there,
    I am very new to Oracle Service Bus, I want to achieve the following sequence of operations in OSB, please help me or guide me how to achieve it in sequence manner.
    1) Transfer .txt file from STFP server to local shared folder.
    2) Calling EJB service to process (Read the file) and insert/update in DB.
    3) Once the EJB service operation is over, transfer the file from local folder "Inbox" to local folder "archive" folder.
    4) Sent the success or failure batch job email message to administrator.
    Thanks in Advance.
    Regards,
    Raj

    Hi,
    I've created the 2 Proxy services and related business services, one service is used to move the file from one location to another and another service is used to call the EJB (using JEJB transport). I am using the sequential service call to call one after another (1st Move file then Call JEJB). The following error I am getting, pls help me to resolve this issue.
    <Jun 3, 2013 11:48:47 AM SGT> <Error> <OSB Kernel> *<BEA-380003> <Exception on TransportManagerImpl.sendMessageAsync: unchecked exception:, java.lang.IllegalStat*
    **eException: [JEJBTransport:387313]Colocated call is not supported by JEJB transp ort provider.*java.lang.IllegalStateException: [JEJBTransport:387313]Colocated call is not supported by JEJB transport provider.*
    at com.bea.wli.sb.transports.jejb.JEJBTransportProvider.sendMessageAsync
    (JEJBTransportProvider.java:860)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
    java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
    sorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    Truncated. see log file for complete stacktrace
    >
    Thanks.
    Edited by: 966429 on Jun 3, 2013 2:45 AM

  • Oracle Service Bus 11g ... caching the database lookup

    Hi All,
    I have a requirement where I create a OSB service.
    The OSB Service, on every request, performs look up from the database to get saved properties from the table.
    These properties in the database table get changed from time to time through an User Interface.
    Now I want to minimize database lookup from the OSB and hence trying to arrive to a solution, where the properties are looked up and cached in memory initially. And OSB serves each request by looking up cached information. And on an event when the user changes the properties through the user interface, the properties are looked up and re-cached in memory.
    Any help on this is much appreciated.
    Regards,
    Srini

    Hi Srini,
    You may leverage the service result caching feature of OSB 11g. For more detail, please refer -
    section "34.7.5 Improving Performance by Caching Business Service Results" at http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/configuringandusingservices.htm#CHDDCGEE and section 18.2.23 Message Handling Configuration Page at http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15867/business_services.htm#i1141909
    Regards,
    Anuj

  • Send a email while error handler Oracle Service bus 11g

    I need to be send an email while error handler in proxy service message flow.
    Error Handler Node -> stage -> report action
    before or after report action, I need be to send a email
    Could you please help this issue? I appreciate your help.
    Thanks,
    sdev

    Add Alert to your Error Handler and set Alert Destination with your email set in.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/operations/monitoring.html#wp1108089
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/consolehelp/alertdestinations.html

  • Oracle Service Bus 11g - FTP Transport Proxy

    We have a requirement in OSB for FTP transport.
    1. Proxy Service(Named poll_XML) will poll for a XML file in FTP location.
    2. This polled file will contain names of 3 different files in body.
    3. Another Proxy Service(named poll_images), need to poll these 3 files from different FTP Location.This FTP location is fixed.
    4. A Business Service will send these files with some XML data over SOAP to other system.
    Please suggest some possible solution.
    For the FTP polling with Proxy service, we have to mention file name in FTP Transport configuration page. Can we change this file name During Run Time ?
    Can we make any Dynamic regular expression which picks file name from XML file, which was polled from first Proxy Service(poll_XML).

    HI
    you can change file name during run time by using Transport Headers activity,in that you just need to select type of property you want( like dynamic file name,dynamic file directory).
    Thanks
    bala

  • Oracle Service Bus 11g omit-xml-declaration="yes" not working in XSL-T

    I have the requirement of removing the XML header from xsl output.
    eg: <?xml version="1.0" encoding="UTF-8" ?> this part has to removed
    I tried using the following in XSLT:
    <xsl:output indent="yes" omit-xml-declaration="yes" />.
    It seems to work in all online xml compilers. It does not work in work in OSB.
    I posted the message in a JMS Queue and it contains the xml header.
    Is this a work around for this issue?

    I'm pretty sure XSLT has nothing to do with that PI.
    After all, XSLT in OSB doesn't format text, it generates an XmlObject. The formatting (including adding the <?xml?> PI) are done by other parts of the engine. Probably the XmlBeans serializator.
    The only option I see is to serialize the XML, then cut off everything until first ?>.
    Why would you need that, I wonder? May be there is a better way.
    Vlad @ genericparallel.com

  • How do I install Oracle Service Bus?

    Much thanks to anyone who can help! I have been a developer for 20 years and I have never had so much trouble with run a setup program.
    I am trying to install Oracle Service Bus 11g on a Windows 7 machine. I have successfully installed WebLogic 10.3. The Oracle Service Bus installation program wants me to enter the paths for Oracle Middleware Home, Oracle Home Directory, Weblogic Server Location and OEPE Location. No matter what I enter for these I am told they are incorrect. For example:
    Specified Weblogic home location is not a valid location.
    Let's concentrate on just the Weblogic home location. I have tried every directory and sub-directory where Weblogic has been installed. No matter what path I enter, I get the error message above.
    Setup defaults this path location to C:\bea_default\wlserver_10.3 so I tried copying everything to this path. Still I am told the location is not a valid location. How does anyone ever get this to work? What am I doing wrong?

    Hi.
    I have exactly the same problem than 786801. In the "Specify Installation Location" screen of the Oracle Service Bus installation process, after providing the correct paths, the message "INST-07248: Specified Weblogic home location is not a valid location" appears.
    WebLogic Server 10.3.3 is installed in /opt/oracle/middleware
    The folder wlserver_10.3 exists under that path, so I'm entering /opt/oracle/middleware/wlserver_10.3 as WebLogic Server Location.
    In addition to the WebLogic Server, I have installed SOA Suite 11g without problems. The database schemas for that products have been created with the Repository Creation Utility.
    I don't know what to do. Any help would be so much appreciated.
    Here are some lines of the installation log, where the problem appears:
    ==============
    [2010-10-22T12:44:20.148+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Setting valueOf(WL_HOME) to:/opt/oracle/middleware/wlserver_10.3. Value obtained from:USER
    [2010-10-22T12:44:20.148+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Setting valueOf(WL_HOME) to:/opt/oracle/middleware/wlserver_10.3. Value obtained from:USER
    [2010-10-22T12:44:20.148+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Inputs passed to the handler: [ WL_HOME ( homeLocation ) = "/opt/oracle/middleware/wlserver_10.3" ]
    [2010-10-22T12:44:20.150+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Handler launch begin: weblogicQueries.isValidWeblogicHome
    [2010-10-22T12:44:20.153+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Entering method executeHandler
    [2010-10-22T12:44:20.153+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Fetching the value of homeLocation
    [2010-10-22T12:44:20.153+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Error:Error in validating Weblogic home location
    [2010-10-22T12:44:20.153+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Cause:Specified Weblogic home location is not a valid location
    [2010-10-22T12:44:20.154+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Action:Enter a valid Weblogic home location
    [2010-10-22T12:44:20.154+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation.oracle.as.install.engine.modules.validation.handler.weblogicQueries.isValidWeblogicHome] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Exiting method executeHandler
    [2010-10-22T12:44:20.154+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Handler launch end: weblogicQueries.isValidWeblogicHome
    [2010-10-22T12:44:20.154+02:00] [as] [NOTIFICATION] [] [oracle.as.install.engine.modules.validation] [tid: 12] [ecid: 0000IjJWD^7DwWKzESePOC1CkMYU000003,0] Handler returned status: FAILED
    ==============
    It doesn't give much info, just that the path is invalid and the error type.
    Any idea?
    Thanks in advance.

  • Oracle Service Bus 11gR1

    We are able to install and bring up Oracle Service Bus 11gR1.
    When the architecture of installed Oracle Service Bus 11g R1 has only the Admin server, we are able to login to the sbconsole and console,
    But our as per our current architecture requirement we need to have Admin server and 2 Managed servers with Cluster between them.
    In this situation we are unable to get the sbconsole to login. Could we please get some inputs on how to bring up the sbconsole?
    Thanks in advance !!
    Sachin

    Login to weblogic admin console, go to deployments section and make sure that web-application "ServiceBus_Console" is in active state.
    Regards,
    Anuj

  • Oracle service bus and composing two web services

    All,
    Do let me know your thoughts on this.
    Currently we have two web services
    Web Service 1 - Verify Eligibility
    Web Service 2 - Approve Proposal
    Web Service 1 has one operation and accepts a well defined set of input parameters similarly web service 2 also exposes a single operation and accepts a set of input parameters.
    These are deployed and running in our environment.
    Now we have a requirement to stitch together these two web services and expose them as one single composite web service on the Oracle Service Bus 11g.
    I want to create a proxy service on the OSB as unified web service (having its own WSDL) by composing the operations and input plus output parameters of the aforementioned two web services.
    This way we can publish the WSDL to the front-end apps and they will trigger it with the required parameters and the proxy service will orchestrate the call to WS1 and WS2 and send the final output back to the calling client.
    I was able to create an outbound call from the Proxy service to the underlying business services but I am not able to expose the Proxy service as web service with a WSDL i.e. create the proxy service by choosing operations of Web service 1 and web service 2
    Please let me know your thoughts on this.
    Regards,
    Sushant

    Thanks Atheek
    The proxy service I tried to create orchestrate 2 web services.
    But where we are struggling is How can i make this proxy service (composite) as a web service along with the WSDL.
    The proxy service should be able to accept calls from the client with set of inputs representing both the underlying web services and coordinate calls b/w these two services and return consolidated output back to the calling client.
    I am not finding a way to create a proxy service (web service along with the wsdl) which is representative of the underlying web services in a consolidated manner that can accepts inputs on behalf of both the underlying web services, orchestrate calls b/w the 2 web services and return the final output back to the calling client.
    example modified to keep it brief
    web service1
    operation name: Verify Eligibility
    Input: Complex type (String name, int Id, String address)
    Output: Complex type(String approval status, int Id, String reason)
    web service2
    operation name: Approve Proposal
    input: Complex type(String approval status, int Id, String reason, int Amount, int EmployeeCount)
    Output: Complex type (String final status, String recommendation)
    Composite Proxy Web Service
    name: Composite Eligibility and Approval
    Input: Complex type ( String name, int Id, String address, int Amount, int EmployeeCount)
    Output: Complex type(String approval status, int Id, String reason,String final status, String recommendation)
    The composite proxy should be created in a manner to jam the inputs of both the underlying web services and expose a representative interface on behalf of both the web services. This composite web service interface creation (WSDL) is where we are struggling a bit.
    Because the calling clients need a unified WSDL to able to communicate with the composite web service.
    Do post your thoughts.
    Thanks Again,
    Sushant

  • Example of Oracle Service Bus with DB Adapter

    I need to integrate Peoplesoft HCM with another application using the OSB. How can I use DB Adapter with OSB to realise inserts in Oracle Database?

    http://guidoschmutz.wordpress.com/2010/08/08/oracle-service-bus-11g-and-db-adapter-a-different-more-integrated-approach/
    He has posted some videos as well.
    Thanks,
    Vijay

  • Oracle Service Bus Installation

    Greetings.
    We are migrating an Oracle Service Bus infrastructure to a new Hardware Infrastructure in a High Availability environment with two nodes, in the current environment there is one node.
    There isn't a hardware load balancer in the new infrastructure, I am thinking in use Oracle WebCache 11g in order to use it as load balancer. But I have some concerns because there isn't any document regarded to use WebCache in front to Oracle Service Bus.
    What is the best deployment recomendation to install Oracle Service Bus in a High Availability envirnonment without using a Hardware Load Balancer?
    The current Oracle Service Bus projects are writing some messages in some jms queues that uses a FileStore as persitent store. Is there any recommendation to set the JMS Queues in a High Availability environment?
    Thanks in advance!
    Ramiro Ortíz.

    Hi,
    OSB is not certified on Windows 7 according to certification matrix...
    http://www.oracle.com/technetwork/middleware/downloads/fmw-11gr1certmatrix.xls
    It maybe possible to get it running with some workarounds...
    Have you seen this thread?
    Installation - OSB in 64bit windows 7
    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

  • 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

Maybe you are looking for

  • How to download (export) user master data from java code

    Hi,       I've an requirment. I need to export the user master through java code from a dual stack system The requirment is like an autmated of what we do in indentity management export. Thanks in advance Regards, mcsekar_21

  • IOS5.1 Exchange sync - birthdays not shown in Day view

    iPhone 4s, IOS 5.1 Sync'd with Exchange using Outlook 2010 - Sorry, I don't know what the server version of Exchange is. Outlook shows birthdays in my calendar, as having start and end as 12am, on the same day, correct recurrence patterns, etc. If I

  • Connected to Internet but can't Browse-Rig​ht out of the Box!

    Hello, I am having trouble loading web pages when connected to the internet via wireless (LAN works fine).  My network sharing center says i'm connected to the internet and when i troubleshoot it finds no problems. Occasionally the google or youtube

  • I can call out but I can't recieve them

    I got my iPod fr Christmas well my FaceTime was working and I could receive calls but lately I can't. I looked it up and it said that there could be something wrong with my Internet so I went to my boyfriends house and still couldn't do it. He also c

  • Custom wrapper for iNEMO inertial module steval-mk1062v2

    Hi I've been tasked to develop a wrapper between an iNEMO inertial module steval-mk1062v2 to interface with LabVIEW. This module includes 10 mems sensors that output to a single USB. I have the library and header files from the developer, but I'm jus