OSB 10gR3 + Oracle 10gR3 BPEL

Hello
Is anyone using a combination of OSB 10gR3 + Oracle 10gR3 BPEL and if so, how are you getting on with it?
Hannah

You can use OSB 10gR3 + Oracle 10gR3 BPEL together, but each of them must be installed in his own directory. OSB is running on Java 1.6, while BPEL is running in Java 1.5. Out of the box, BPEL is runing on the Oracle Application Server (OC4J), it can run under Weblogic, but this is WLS 9.2
Marc
http://orasoa.blogspot.com

Similar Messages

  • Mod_osso behavior differences with 10gR3 Oracle HTTP Server 2

    We have an install of standalone 10gR3 Oracle HTTP Server 2 (i.e. the Apache 2 version), and have noticed that the behavior of mod_osso is different than the regular 10gR3 Oracle HTTP Server (i.e. the Apache 1 version).
    We use the following in our mod_osso.conf:
    <Location /somepath>
    AuthType Basic
    require valid-user
    </Location>
    First Difference: With OHS 2, when we go to /somepath, we get the error "missing AuthName" in the Apache logs.
    So, we set an AuthName. Now, our mod_osso.conf looks like this:
    <Location /OnDemand>
    AuthType Basic
    AuthName "Oracle Single Sign On"
    require valid-user
    </Location>
    Second Difference: Now, we we go to /somepath, Apache returns a 401, which causes the browser to prompt for credentials! We can enter anything we want in the dialog, and everything will continue as normal (i.e. redirects to the Oracle SSO Server to prompt for credentials, etc).
    So, our question is: Why these behavior differences in 10gR3 OHS 2? It almost seems as if it's using an old 9i mod_osso!
    Thanks,
    - Bill

    Okay, we figured it out.
    Apparently, the three "LoadModule mod_auth*" lines in OHS 2 httpd.conf need to be commented out.
    Now mod_osso is working exactly as with OHS 1.
    - Bill

  • Establishing Enterprise Users Under OracleAS 10gR3

    I'm interested in establishing 10gR2 database users as “Schema-Independent Global Users” as identified in the Database Administrators Guide. The reason for this is that our web-based application currently uses the “One Big Application User Approach” of logging into the database, which is inherently bad for database auditing (among other things). I’d like to switch to the “Proxy Authentication Integrated with Enterprise User Security” method as discussed in the Oracle Database Security Guide 10g Release 2 (10.2). It’s the “Enterprise User Security” aspect that I need some guidance on.<BR><BR><BR>
    The Database Enterprise User Administrator's Guide 10g Release 2 (10.2) (last released in June 2005) talks about how to establish “Enterprise Users” in an OID that includes an identity management realm. It also states that “OracleAS SSO must be installed and configured to authenticate enterprise user security administrators when they log in to the Enterprise Security Manager Console, an element of Enterprise Security Manager.” So, essentially this document covers how to establish and administer Enterprise Users under OracleAS10g (9.0.4).<BR><BR><BR>
    I'm interested in using OracleAS 10gR3 10.1.4.0.1 but it looks like Oracle has moved the Identity Management pieces (OID, SSO, Certificate Authority, etc.) around from R2 (OracleAS Infrastructure Installation) to R3 and introduced "Oracle Identity Management".<BR><BR><BR>
    What specifically do I download under OracleAS 10gR3 (OracleAS or Identity Managment) and if it's OracleAS what type of install would be required to end up with the required OID and SSO components?.<BR><BR><BR>
    Thank you.

    Thanks Martin. The repackaging of the identity management pieces (OID, SSO, DAS, etc.) under OracleAS 10gR3 (as compared to versions prior to 10gR3) threw me for a loop. I was looking for these pieces in the OracleAS 10gR3 download at:
    http://www.oracle.com/technology/software/products/ias/htdocs/1013.html
    and those pieces aren't in that distribution any longer.

  • OSB exception while calling BPEL (10.1.3.4) process

    Hi all,
    I have some problem when I try to test a Business Service on OSB that call a BPEL process.
    I have seen in some discussion concerning this error at run-time:
    20 mars 2009 17:29:54 oracle.j2ee.rmi.RMIMessages EXCEPTION_ORIGINATES_FROM_THE_REMOTE_SERVER
    ATTENTION: Exception returned by remote server: {0}
    com.evermind.server.rmi.RMIConnectionException: Disconnected: javax.xml.namespace.QName; local clas
    m classdesc serialVersionUID = 4418622981026545151, local class serialVersionUID = -912044875489660
    at com.evermind.server.rmi.RmiCallQueue.notifyQueuedThreads(RmiCallQueue.java:70)
    at com.evermind.server.rmi.RMIClientConnection.notifyQueuedThreads(RMIClientConnection.java
    at com.evermind.server.rmi.RMIClientConnection.resetState(RMIClientConnection.java:147)
    at com.evermind.server.rmi.RMIConnection.receiveDisconnect(RMIConnection.java:236)
    at com.evermind.server.rmi.RMIClientConnection.receiveDisconnect(RMIClientConnection.java:1
    at com.evermind.server.rmi.RMIConnection.handleOrmiCommand(RMIConnection.java:208)
    at com.evermind.server.rmi.RMIClientConnection.processReceivedCommand(RMIClientConnection.j
    at com.evermind.server.rmi.RMIConnection.handleCommand(RMIConnection.java:152)
    at com.evermind.server.rmi.RMIConnection.listenForOrmiCommands(RMIConnection.java:127)
    at com.evermind.server.rmi.RMIConnection.run(RMIConnection.java:107)
    at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(PooledExecutor.java:830)
    at java.lang.Thread.run(Thread.java:619)
    I found a few things about that, in particular this metalink note (about a patch to apply) :
    https://metalink2.oracle.com/metalink/plsql/f?p=130:14:1155360189717582688::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,788141.1,1,1,1,helvetica
    I successfully installed the patch but everything remains the same, I get the same error ...
    Any Ideas ?
    Thanks Anthony

    I managed to do the same without updating the default jdk to 1.5.0_16/17. The entire process involved a lot of patches both to the Oracle SOA Suite v10.1.3.4.0 and Oracle Service Bus 10gR3. I am listing the steps I followed and the references.
    Steps for modifying the environment
    On SOA Suite
    1. Apply patch 6880880 from metalink. This is just an upgrade to the Opatch utility to handle patches for GENERIC_PLATFORMS
    2. Apply patch 7586063 (Reference 1)
    3. Apply patch 5507491 (Reference 1)
    On OSB
    1. Update SetDomainEnv.bat (Reference 2)
    2. Update bpel10gtransport.ear (Reference 2)
    The references mentioned above are as follows:
    1. [https://metalink2.oracle.com/metalink/plsql/f?p=130:14:1970391832150201494::::p14_database_id,p14_docid,p14_show_header,p14_show_help,p14_black_frame,p14_font:NOT,788141.1,1,1,1,helvetica]
    2. [http://biemond.blogspot.com/2009/03/calling-async-bpel-services-from-osb.html]
    After the changes, the process mentioned in (2) should work
    Hope this is helpful for someone!

  • OSB proxy service and BPEL depedency is not established in BTM

    Hi All,
    I am using BTM 12.1.0.3 and I have deployed a service where an OSB proxy service is taking employee information and callling a BPEL process which writes data in some database table. The OSB proxy service and BPEL got discovered in BTM but the dependecy between OSB Proxy service and BPEL process is not established in BTM. I have used soa-dorect protocol to call the BPEL from OSB. I have also tried with using http protocol in OSB for calling a BPEL but nothing worked and the depedency is not established in BTM.
    Now I want to create an end-toend transaction i.e. starting from OSB proxy to the database. For this I selected OSB proxy operation and BPEL operation but correlation is not established. How can I correlate these operation? And how can I create an end-to-end transaction for this type of service where OSB calls a BPEL?
    Please guide!!
    Thanks in advance!!

    you can manually correlate any number of services to create an end-2-end transaction. Please see http://docs.oracle.com/cd/E24628_01/doc.121/e37014/transactions004.htm#BABDBDFI on how to manually correlate services in BTM.

  • OSB proxy service Calling OSB proxy service from BPEL

    Dear team,
    Wehave a requirement to call a Wsdl based OSB proxy service with sb protocol from SOA Composite from BPEL process.
    We created a wsdl based OSB proxyservice with sb protocol and deployed to OSB development server.
    We tried to export the wsdl and corresponding xsd files. sbconfig.jar got created.
    When we extracted the sbconfig file and placed the wsdl and xsd into the SOA composite.
    When we are trying to create a partnerlink, that OSB proxy service wsdl is not showing up.
    Please suggest.
    How to call OSB proxy service from BPEL..

    Hi,
    Here either you need to change the protocol from 'sb' to http or use the Direct Binding in soa-composite.
    please refer this links:
    Can a business service call a proxy service in OSB
    http://biemond.blogspot.in/2009/03/calling-osb-services-from-bpel.html
    BPEL to OSB using sb transport protocol
    Thanks,

  • Oracle 10g BPEL developers guide

    Hi,
    I am new to thw world of oracle 10g.I urgently need the developer's guide for BPEL 10g.
    Please provide me the links for Oracle 10g BPEL developers guide.
    You can also send me it, if you have it, to my email id: [email protected]
    Thanks & Regards ,
    Anuradha

    Hi,
    10g SOA Guide link is as below
    http://docs.oracle.com/cd/B31017_01/core.1013/b28764/toc.htm
    Complete 10g SOA Guildes of different versions is below
    http://www.oracle.com/technetwork/middleware/soasuite/documentation/soasuite10g-161343.html
    Best Practice guide is here.
    http://download.oracle.com/technology/tech/soa/soa_best_practices_1013x_drop3.pdf
    Give points - it is good etiquette to reward an answerer points (5 - helpful; 10 - correct) for their post if they answer your question.
    Thanks,
    Vijay

  • OSB or Oracle ESB????

    Hi all..
    We know that oracle has two service bus's OSB and Oracle ESB....i heard in future releases of SOA Suite OSB gonna replace Oracle ESB..and
    Oracle ESB will behave something as mediator...Can someone explan wats the oracle statergy regarding these two products in future...also
    wch is best OSB or Oracle ESB...can someone throw light on this.

    Oracle ESB’s primary mission was
    to provide service mediation and application integration capabilities to SOA
    composite application developers. This use-case can be described as “in-line
    mediation” since it is used for transformation, routing and event delivery inside of
    what is logically a composite application.
    Oracle Service Bus on the other
    hand focused on solving the operations and scalability problems in a standalone
    service bus. Here the use-cases that it focused on were those of service
    virtualization, on-ramping and aggregation of external services and gateway
    functionality.
    By combining the respective strengths of Oracle ESB and AquaLogic Service Bus(Now OSB)
    in the Oracle SOA Suite platform, Oracle will enable all the common ESB usecases
    and provide unmatched flexibility and functional capabilities.
    The Mediator(OESB/ESB) is an intra-composite mediation component that is
    deployed within an application. It is responsible for brokering
    communications between components that make up a composite, enabling
    transformation, routing, event delivery and payload validation inside the
    composite. The main users of the Mediator are application developers
    assembling multiple components into a composite application which can
    be deployed, versioned and managed as a single deployment unit (all based
    on the SCA, or Service Component Architecture, standard). This is the
    component that all the Oracle Fusion Applications are leveraging, as well
    as AIA – the Oracle Application Integration Architecture. Oracle ESB
    seamlessly evolves into the Mediator in the 11gR1 release.
    The Oracle Service Bus provides standalone service bus capabilities,
    enabling separation of concerns between application developers and target
    systems or services. The main users of the Oracle Service Bus are
    integration developers and operations personnel. Their mission is to shield
    application developers from changes in the endpoint services or systems
    and to prevent those systems from being overloaded with requests from
    upstream applications. In the 10g and 11g releases, the Oracle Service Bus
    will also be augmented with key features from the current Oracle ESB,
    such as domain-value-map, cross-references, JCA adapters and a
    JDeveloper-based design-time. The Oracle Service Bus is based on
    Aqualogic Service Bus, with the incorporation of some of the advanced
    features from the Oracle SOA platform.

  • OSB -- Invoking an asynchronous BPEL process in Oracle Service Bus

    Hi All,
    Can any one let me know how to invoke the Asynchronous BPEL process in OSB.
    Thanks in Advance,
    Feroz Tasha.

    Hey,
    What i was trying to say was that when you export your OSB project to file system, you can edit the business service in a file editor(e.g notepad, editplus etc).
    In that, instead of suppose 127.0.0.1 u can put a token say @@HOST_NAME@@ and for a port say 7001 as @@PORT_NUMBER@@.
    Then an ant script can replace the values of above 2 tokens with apt values, create a jar out of it and deploy it on the server.
    There are numerous ANT scripts and examples available online.
    Hope this helps.

  • Oracle 10gR3 BAM configuration on Websphere

    We are having issues with 10gR3 BAM configuration on Websphere 6.1.0.19. While running oraclebpmwarehouse.sh, the service does not run. Has anyone done a successful configuration of BAM for Websphere?
    Thanks in advance for any help.

    Here is the relevant message from logfile:(dwupdate-service.log)
    read a packet LOG(WARN) : Will not schedule service [O3CubeBuilderService] since it did not return the next due time. Maybe this service is disabled.
    DEBUG | wrapper | 2009/03/06 13:55:36 | Got a log message from JVM: Will not schedule service [O3CubeBuilderService] since it did not return the next due time. Maybe this service is disabled.
    WARN | jvm 1 | 2009/03/06 13:55:36 | Will not schedule service [O3CubeBuilderService] since it did not return the next due time. Maybe this service is disabled.
    DEBUG | wrapperp | 2009/03/06 13:55:36 | read a packet LOG(DEBUG) : Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 13:55:35.988000-06:00]
    DEBUG | wrapper | 2009/03/06 13:55:36 | Got a log message from JVM: Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 13:55:35.988000-06:00]
    DEBUG | jvm 1 | 2009/03/06 13:55:36 | Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 13:55:35.988000-06:00]
    DEBUG | wrapperp | 2009/03/06 13:55:36 | read a packet LOG(INFO) : Running item [BAMUpdaterRunnerService]
    DEBUG | wrapper | 2009/03/06 13:55:36 | Got a log message from JVM: Running item [BAMUpdaterRunnerService]
    INFO | jvm 1 | 2009/03/06 13:55:36 | Running item [BAMUpdaterRunnerService]
    DEBUG | wrapper | 2009/03/06 13:55:36 | Sending stop signal to JVM
    DEBUG | wrapperp | 2009/03/06 13:55:36 | send a packet STOP : NULL
    INFO | jvm 1 | 2009/03/06 13:55:36 | Mar 6, 2009 1:55:36 PM com.ibm.ws.naming.java.javaURLContextFactory
    INFO | jvm 1 | 2009/03/06 13:55:36 | SEVERE: javaAccessorNotSet
    INFO | jvm 1 | 2009/03/06 13:55:36 | Send a packet LOG(INFO) : Service execution [BAMUpdaterRunnerService] returned code [1]
    INFO | jvm 1 | 2009/03/06 13:55:36 | Send a packet LOG(DEBUG) : Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 14:05:35.988000-06:00]
    INFO | jvm 1 | 2009/03/06 13:55:36 | Thread, Wrapper-Connection, handling the shutdown process.
    INFO | jvm 1 | 2009/03/06 13:55:36 | calling listener.stop()
    INFO | jvm 1 | 2009/03/06 13:55:36 | WrapperSimpleApp: stop(0)
    INFO | jvm 1 | 2009/03/06 13:55:36 | returned from listener.stop()
    INFO | jvm 1 | 2009/03/06 13:55:36 | Send a packet STOPPED : 0
    DEBUG | wrapperp | 2009/03/06 13:55:36 | read a packet LOG(INFO) : Service execution [BAMUpdaterRunnerService] returned code [1]
    DEBUG | wrapper | 2009/03/06 13:55:36 | Got a log message from JVM: Service execution [BAMUpdaterRunnerService] returned code [1]
    INFO | jvm 1 | 2009/03/06 13:55:36 | Service execution [BAMUpdaterRunnerService] returned code [1]
    DEBUG | wrapperp | 2009/03/06 13:55:36 | read a packet LOG(DEBUG) : Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 14:05:35.988000-06:00]
    DEBUG | wrapper | 2009/03/06 13:55:36 | Got a log message from JVM: Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 14:05:35.988000-06:00]
    DEBUG | jvm 1 | 2009/03/06 13:55:36 | Scheduling item [BAMUpdaterRunnerService] for time [2009-03-06 14:05:35.988000-06:00]
    DEBUG | wrapperp | 2009/03/06 13:55:36 | read a packet STOPPED : 0
    DEBUG | wrapper | 2009/03/06 13:55:36 | JVM signalled that it was stopped.
    INFO | jvm 1 | 2009/03/06 13:55:37 | Closing socket.
    DEBUG | wrapperp | 2009/03/06 13:55:37 | socket read no code (closed?).
    INFO | jvm 1 | 2009/03/06 13:55:37 | calling System.exit(0)
    DEBUG | wrapper | 2009/03/06 13:55:37 | JVM process exited with a code of 0, leaving the wrapper exit code set to 0.
    DEBUG | wrapper | 2009/03/06 13:55:37 | JVM exited normally.
    STATUS | wrapper | 2009/03/06 13:55:37 | <-- Wrapper Stopped
    [Bam-dwupdater.log]
    Caused by: javax.naming.ConfigurationException: Name space accessor for the java: name space has not been set. Possible cause is that the user is specifying a java: URL name in a JNDI Context method call but is not running in a J2EE client or server environment.
         at com.ibm.ws.naming.java.javaURLContextFactory.isNameSpaceAccessable(javaURLContextFactory.java:98)
         at com.ibm.ws.naming.urlbase.UrlContextFactory.getObjectInstance(UrlContextFactory.java:73)
    There is some configuration missing to get to the JNDI to look for the BAM database configured as a datasource in Websphere?
    Any thoughts/documentation?

  • Why OSB not Oracle SOA Suite BPEL ?

    Hello,
    Same task we can perform in composites of Oracle SOA 11g then why we use OBS ? Can't we perform the same task via mediator in Oracle SOA Suite 11g ?

    see :
    http://www.slideshare.net/gschmutz/oracle-soa-suite-11g-mediator-vs-oracle-service-bus-osb
    OSB vs SOA suite
    a lot of discussions have already been made so, the list of answers should be there :)

  • Pre-requisites for installing Oracle 10gR3 on RedHat Linux

    Hi All,
    I am installing oracle 10g Lite R3 on RH Linux AS3.0. I am trying to find out the pre-requisites for the installation. I do not find the certification matrix on metalink.
    Could someone please let me know where I can find this info?
    Thanks,
    Madhan

    http://download.oracle.com/docs/cd/B28928_01/doc/server.103/b28924/preinstall.htm#CBHGJHCF
    HTH

  • OSB Email Polling 10gr3

    Hi,
    I have a problem at one of my customer sites using the OSB email polling mechanism. We created a proxy service that monitors and downloads mail from an Exchange 2007 mailbox. Last week they moved the mailbox to an Exchange 2010 server... After the move I saw the following error in the Service Bus log:
    <2010/08/02 03:38:03 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280756283684> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    We moved the mailbox back to 2007 and the server processed the messages normally...
    Does anybody know what would cause this error?
    Another interesting, but alarming fact is that when this error was generated, no messages where written to the error folder location specified in the proxy service configuration... The messages were successfully "popped" from the server and then simply went missing... Is this maybe a bug?

    Hi Anuj,
    I'm using IMAP to connect to the mailbox. Just to give you a bit of background, the mail message contains attachments so will be multipart messages.. I was able to replicate the issue by sending a mail with attachment from my Apple Mail client, so it would seem like this error has something to do with the format of the multipart message...
    Basically to error repeats in the domain log:
    ####<2010/07/30 05:21:55 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '10' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503315053> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:15 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503335836> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:36 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503356631> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:22:57 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '9' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503377407> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    >
    ####<2010/07/30 05:23:18 PM> <Error> <WliSbTransports> <SHOESB> <AdminServer> <[ACTIVE] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'> <weblogic> <> <> <1280503398233> <BEA-381011> <Error occured for the service endpoint ProxyService$MercedesInbound$ProxyService$EmailPollingPX: com.bea.wli.sb.transports.TransportException: Missing start boundary
    com.bea.wli.sb.transports.TransportException: Missing start boundary
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:116)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    javax.mail.MessagingException: Missing start boundary
         at javax.mail.internet.MimeMultipart.parsebm(MimeMultipart.java:713)
         at javax.mail.internet.MimeMultipart.parse(MimeMultipart.java:383)
         at javax.mail.internet.MimeMultipart.getCount(MimeMultipart.java:229)
         at com.bea.wli.sb.transports.email.util.MessageContent.handlePart(MessageContent.java:72)
         at com.bea.wli.sb.transports.email.util.MessageContent.<init>(MessageContent.java:33)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.processInboxMessages(EmailWorkPartitioningAgent.java:181)
         at com.bea.wli.sb.transports.email.EmailWorkPartitioningAgent.execute(EmailWorkPartitioningAgent.java:100)
         at com.bea.wli.sb.transports.poller.TransportTimerListener.timerExpired(TransportTimerListener.java:77)
         at weblogic.timers.internal.TimerImpl.run(TimerImpl.java:273)
         at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
    Are there any other logs I can look for? Taking into account that this is our production machine...
    Edited by: Ben Taljaard on Aug 3, 2010 2:55 AM

  • How to invoke an OSB service from a BPEL process

    I need help, to figure out how to invoke an OSB proxy service from a BPEL process.
    I found a blog which exactly does that; but I am unable to get it to work. I get the following error on my BPEL console. We are on OSB10gR3 and SOA 10134.
    "com.bea.wli.sb.transports.TransportException: Unknown error while processing message for service ProxyService DWIntegrations/ProxyService/PeopleServiceBus"
    Any help will be greatly appreciated.
    Regards,
    BP

    It really comes down to the proxy service on the OSB. Is it invoked by a WSDL? If so you should be able to take the endpoint defined in the proxy service messaging configuration and use that URL. You also need to use the sb transport type.
    Can you also post the blog you used, then we can put it into context.
    also have a look at this link.
    http://download.oracle.com/docs/cd/E13159_01/osb/docs10gr3/bpelpmtransport/transport.html#wp1116011
    cheers
    James

  • Oracle EBS - BPEL/BPM integration

    Hi
    Edited by: user10467930 on Sep 19, 2009 12:57 PM

    Oracle BPM has no adapter, it not really Oracle strategic product in the short term.
    Oracle OSB 10.3 has a BPEL transport
    If you are using the Oracle ESB from iAS use fastpath
    http://www.oracle.com/technology/products/integration/esb/files/esb-presentation-bpel-fastpath.pdf
    BPEL back to OSB can be implmented via SOAP calls.
    cheers
    James

Maybe you are looking for

  • What is the concept of External sites

    Hi All, I am working on a SharePoint 2010 administration project where  few web applications are available externally.  For example. I checked with few external users. They are not the employee of this company. they are from a different company all t

  • LG vx8700 with Leopard and BitPim

    I had trouble getting BitPim to work with my LG8700 using Bluetooth on my Mac with Mac OS X 10.5 (Leopard). Here is how I finally got it to work: 1. Pair the Mac with the phone using the Bluetooth panel of Systempreferences. Make sure Bluetooth power

  • Firefox will not open today, it hangs, google chrome is fine

    Firefox launches with telegraph.co.uk as default. No problems before. Today it hangs and even trying to delete telegraph.co.uk doesn't work , at least one second to delete one character, then if I type in igindex.co.uk and press return, it just hangs

  • ICX Session Cookie

    Does anyone know where you can get any information on the ICX Session Cookie used by E-Business Suite - say an FAQ ? I have just used this cookie to integrate E-Biz with OBIEE. However I was wondering what the structure and technical content is of th

  • Question on Creating an EntityBean from a SessionBean

    hi, I encountered a problem while trying a simple EJB example in the book "Enterprise JavaBeans"... I wrote an EntityBean called CabinBean which represents a cabin in a ship, and i wrote a SessionBean called TravelAgentBean which lists all the cabins