Exception: ORABPEL-05007 No messages being delivered

Can any one help me with the following errors? I have a number of composites deployed into an environment and all composites have stopped delivering messages. I can see from the EM console that the end point is being called when I run a test from the EM but the mediator, BPEL and child services are not being called. I have checked the logs and nothing is being produced?? This is stopping our whole environment from happening and this occurs more than once a week?
An internal exception has not been properly handled by the server.
Set the logging level for all loggers to debug, and resubmit your request again. The server log should contain a more detailed exception report.
Exception: ORABPEL-05007
could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
Handled As: com.collaxa.cube.CubeException
ORABPEL-05007
could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).
     at com.collaxa.cube.engine.util.EngineBeanCache.getTransactionSynchronizer(EngineBeanCache.java:172)
     at com.collaxa.cube.persistence.dao.impl.jpa.BaseDao.getEntityManager(BaseDao.java:37)
     at com.collaxa.cube.persistence.dao.impl.jpa.JpaCubeInstanceDaoImpl.removeByCompositeId(JpaCubeInstanceDaoImpl.java:402)
     at com.collaxa.cube.engine.data.CubeInstancePersistenceMgr.deleteByCompositeInstanceId(CubeInstancePersistenceMgr.java:97)
     at com.collaxa.cube.ejb.impl.CubeServerManagerBean.deleteInstancesByCompositeInstanceId(CubeServerManagerBean.java:230)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)
     at com.bea.core.repackaged.springframework.jee.intercept.MethodInvocationInvocationContext.proceed(MethodInvocationInvocationContext.java:104)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor$1.run(JpsAbsInterceptor.java:94)
     at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
     at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor.runJaasMode(JpsAbsInterceptor.java:81)
     at oracle.security.jps.ee.ejb.JpsAbsInterceptor.intercept(JpsAbsInterceptor.java:112)
     at oracle.security.jps.ee.ejb.JpsInterceptor.intercept(JpsInterceptor.java:105)
     at sun.reflect.GeneratedMethodAccessor962.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
     at java.lang.reflect.Method.invoke(Method.java:597)
     at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)
     at com.bea.core.repackaged.springframework.jee.intercept.JeeInterceptorInterceptor.invoke(JeeInterceptorInterceptor.java:69)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
     at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
     at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
     at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
     at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
     at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
     at $Proxy327.deleteInstancesByCompositeInstanceId(Unknown Source)
     at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.__WL_invoke(Unknown Source)
     at weblogic.ejb.container.internal.SessionLocalMethodInvoker.invoke(SessionLocalMethodInvoker.java:39)
     at com.collaxa.cube.ejb.impl.bpel.BPELServerManagerBean_bp05wg_ICubeServerManagerLocalBeanImpl.deleteInstancesByCompositeInstanceId(Unknown Source)
     at oracle.fabric.CubeServiceEngine.deleteInstancesByCompositeInstanceId(CubeServiceEngine.java:1745)
     at oracle.soa.management.internal.ejb.impl.FacadeFinderBeanImpl.executeCompositeMethod(FacadeFinderBeanImpl.java:1088)
     at oracle.fabric.management.util.async.server.PurgeCompositeInstancesJobProcessor.execute(PurgeCompositeInstancesJobProcessor.java:63)
     at oracle.fabric.management.util.async.server.AsynchronousJobScheduler.processJob(AsynchronousJobScheduler.java:172)
     at oracle.fabric.management.util.async.server.AsynchronousJobScheduler.access$200(AsynchronousJobScheduler.java:27)
     at oracle.fabric.management.util.async.server.AsynchronousJobScheduler$1.run(AsynchronousJobScheduler.java:64)
     at java.lang.Thread.run(Thread.java:619)
>
ORABPEL-05007
could not dispatch message because there is no active transaction.
there is no active transaction while scheduling a message with the dispatcher.
this usually happens if the underlying subsystem rollback back the transaction without bubbling up the system or transaction exception to the bpel layer.
Contact Oracle Support Services. Provide the error message and the exception trace in the log files (with logging level set to debug mode).

We tried to diagnose the cause of this problem multiple times by initially rebuilding the environment however the same issue occurred again.
We did notice that this was occuring over time rather than immediately after deploying code and eventually stumbled across what we think the cause was. It seems that in this environment (test) over time a number of instances were failing and that these instances would continually use up all the available threads within the environment. A Restart would free up the threads and some instances would process again but eventually the environment would ground to a halt again. It seems that the faulted instances would accumalate over time to a certain point where all available threads were in use which is when we seemed to get these errors.
To rectify we made sure that the developers had appropriate fault policies implemented along with time outs and avoided long synchronous transactions which seemed to stop the problems altogether. Haven't had this issue for some time now. We also made sure in dev and test environments that old instances of processes in running or faulted state where purged periodically to reduce the problems.
Hope this helps.

Similar Messages

  • Anyone have a problem sending text messages being delivered after few minutes up to five minutes?

    Has anyone have a problem sending text messages and the messages won't get delivered after few minutes? From time to time I would have this problem and it's annoying.  I would expect someone to receive it by then and response to my text right away.  But when I look up the text it hasn't been delivered and it's in the process.  I would hear that the message get delivered after few minutes? What gives? I never had a problem with my iphone 4 i think? Now with iOS 5 it let's me know whether it is delivered or not.  This new feature is awesome but disappointing when I know my text hasn't been delivered right away.  I'm not sure if it's the software or my iphone 4s or my carrier? anyone suggestions?  Thanks!!

    I have the same problem when sending iMessages.. Wasnt sure if it was apple or Sprint? But it happens VERY often and I end up having to send it as a text message instead

  • Month & year old messages being delivered to phone

    Sorry if this has been already answered on the forums, I did search, but didn't find a useful answer.
    I have a Blackberry with a push email service from Vodafone UK. Unfortunately, what is happening is that I am occasionally (maybe one a day on average) being pushed old messages from months or years back that are already read.
    I have looked at the headers of the messages in question and there doesn't seem to be anything strange about them - all the dates in the "Received" sections are correct as well as the "Date" section.
    There doesn't seem to be any reason for them to come through - the time they arrive appears to have no relation to the time + date of the old message. I understand different mail servers can all implement their own additions to headers and mess around with them until they become difficult to parse, but so far the old mail has come from different people (and most of the time their old mail goes unnoticed).
    Basically I can't see why particular messages should suddenly be re-sent to me.
    I got in touch with Vodafone who (as I am my mail server admin) advised me to talk to RIM and the developers of the various products I run on the server), as the problem is unique to me according to them.
    My set up is Courier-IMAP service, Plesk 9 env, CentOS 5 server.
    I realise that a UID gets assigned to messages and I see no reason for this to change - I run no scripts on my mail that should update 2 year old messages randomly...
    As far as I know I am not modifying the messages in any way that could cause them to suddenly pop up again to Vodafone/Blackberry. No mail client that I use has this problem (squirrelmail, thunderbird, @mail), so I don't see how Vodafone could be.
    Any ideas anyone? It's not a major problem of course, I am just intrigued now and want to get to the bottom of it
    Oh, and as suggested in another post, I have tried deleting and re-creating my account on the vodafone blackberry internet service site.
    Any ideas anyone?

    The issue here could be related to changing message ID's on the mail server,
    the post below states Outlook could be causing the message ID's to be changed
    but I have seen in the past where the ID's just randomly change.
    Have a look at this post
    http://supportforums.blackberry.com/rim/board/message?board.id=BlackBerryInternetSolution&thread.id=... 
    SR
    -SR
    Come follow your BlackBerry Technical Team on twitter! @BlackBerryHelp
    Be sure to click Kudos! for those who have helped you.Click Solution? for posts that have solved your issue(s)!

  • Messages being delivered but not received

    My friend messages me through their phone on iMessage every so often and I receive them on my iPad. When I send them a message back it says that the message has been delivered but they don't actually receive it.

    Does your friend have more than one iOS device? It may be going to that other device.   Is your friend sending you txt messages from a non iOS device?   If they used to have iOS, and now they don't, apple may be thinking it is sending to a device that is no longer in use.  If that is the case, your friend needs to goto apple.com, log into their account and de register that device.  

  • Text messages are not being delivered from iPhone 4s

    Why aren't my messages being delivered from my iPhone 4S?

    Thank You Meg St._Clair contacted my carrier and fixed the problem on my iPhone 6 but still an issue on my iPad mini  
    Carrier could not fix the problem so said I would have to plug my iPad into my Mac and back it up and then restore factory settings        
    Havent done any of that yet!

  • Recovered messages one message constantly being delivered 100's of times

    in mail>on my mac.folder> recovered messages folder there is one message being delivered constantly to that folder. No matter how many hundreds I delete they keep on coming with the consequence that this is the first action mail does when you press receive so I cannot receive any of my actual mail

    Mail>Preferences>Accounts>Advanced. Check the box to delete mail from the server after retrieving.

  • How to increase number of mesages being 'Delivered' at one time

    Hi All,
             I have a Proxy to JDBC scenario, where SAP sends multiple proxy messages to be sent to the Database around 38 messages, each message with 50k records.
              Now in message monitoring I observe, that at one time there are 5 messages being delivered i.e status is 'Delivering' however the rest of the messages are in status 'To Be Delivered'.
              and when one of the five messges being delivered completes, another message from 'To Be Delivered' changes to 'delivering' status.
              My Question is can we increase this parameter somewhere that 10 messages will be delivered at one time instead of 5.
    Or is it dependent on the number of concurrent connection Database aloows at one time.
    Regards,
    XIer

    hi!
    check this link and you'll find the current settings.
    http://<server>:<PORT>/MessagingSystem/monitor/systemStatus.jsp
    cheers

  • When I send a message using iMessage to a contact's email, the message (whether independent or to a group) is being delivered in their email inbox instead of their iMessage application.

    When I send a message using iMessage to a contact's email, the message (whether independent or to a group) is being delivered in their email inbox instead of their iMessage application.
    Is there any resolution to this issue?

    Yes, they are registered for iMessage and IOS 5.0.1 update. A few days ago (10-12 days) the group messaging was working fine, but now the messages are being delivered to the email inox instead of iMessage app.

  • BPM wait step : RWB"To Be Delivered status": SXMB_MONI"Message being sent"

    Hi All,
    I have a BPM interface running fine since 1 year.
    In this BPM I have wait step for 5 minutes.
    But yesterday message  is stopped on wait and not proceeding ahead.
    I checked XML is good as per mapping. and in runtime wirk bench message is still in "To Be Delivered status"
    and in SXMB_MONI message column Outbound Status still showing "Message being sent" even after 12 hours.(wait is only 5 minutes). And below is the trace of last message.
    Please guide how to handle or restart this message. in SMQ1 & SMQ2 there are no queues showing:
      <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Inbound Message
      -->
    - <SAP:Trace xmlns:SAP="http://sap.com/xi/XI/Message/30">
      <Trace level="1" type="T">--start determination of sender interface action</Trace>
      <Trace level="1" type="T">select interface Request_SI</Trace>
      <Trace level="1" type="T">select interface namespace https://www.XXXXX.com/YYYY</Trace>
      <Trace level="1" type="T">--start determination of receiver interface action</Trace>
      <Trace level="1" type="T">Loop 0000000001</Trace>
      <Trace level="1" type="T">select interface Request_SI</Trace>
      <Trace level="1" type="T">select interface namespace https://www.XXXXX.com/YYYY</Trace>
      <Trace level="1" type="T">--start determination of sender interface action</Trace>
      <Trace level="1" type="T">Hence set action to DEL</Trace>
      </SAP:Trace>
    Regards

    Solved, few BASIS jobs were inactive in transaction code "SWF_XI_CUSTOMIZING".

  • Messages with zip files or multiple attachments are not being delivered

    Has anyone else come across this? I've discovered that files sent from my .mac account are not being delivered if they contain zip files or multiple attachment. A single .docx file goes through, but multiple doc files or a single zip file do not.
    I get no error message, and neither does the recipient. The message sends on my end but simply doesn't show up on their end.
    Any thoughts on what might be causing this?

    Another follow-up: Now, for whatever reason, even attachments of a single document aren't going through.
    Again, I'm receiving no error message, and it shows up in my sent folder. It just never makes it to the recipient.
    This is very frustrating, and makes my iCloud mail account all but useless. Does anyone have any idea at all what might be happening?

  • Messages in queue not being delivered

    Hi
    I am using IMS 5.2. After a recent migration of user accounts to an new login ID, some user's emails are not being delivered to thier accounts and are accumulating in the ims-ms queue. When I did the migration, I copied the user's email to thier new account. I did reconstruct -f -r a couple of times, and emails appeared to be delivered to the new login accounts.
    There were a few emails left in the queue but now there are close to 6000 and users are not getting emails delivered. When I look at the message in the queue, they state the user is overquota. I checked the user's account and they are not overquota.
    Any suggestions on how to correct the problem or get the message to be delivered?
    Thanks
    Randy

    Jay,
    iPlanet Messaging Server 5.2 (built Feb 21 2002)
    libimta.so 5.2 (built 15:07:23, Feb 21 2002)
    SunOS cpmail 5.8 Generic_108528-27 sun4u sparc
    SUNW,Ultra-60
    This is the original release. There have been over thirty patch/hotfix releases, and hundreds of fixes. I URGE you to go to Sun's download site, and get 5.2p2, and install it immediately.Thanks for the advice Jay. The product is installed as part of the portal we are using(which I upgraded last June). I was unaware of the versioning and patches that are associated with the version of IMS that was installed. I will move forward with confirming with our portal vendor that the latest sp and patches will support the integrated IMS.
    >>
    >>
    How did you "migrate" your users to new login id?When you "copied" the files, did you re-set
    ownership/permisions of the files?
    I used the following process in a script to migrate
    the users from old login to new login:
    1. created the new login mailbox with mboxutil -c
    2. moved new mailbox to different partitions
    There is a utility/command that does all of this for you.
    mboxutil -r
    When you "moved" the mailbox, I assume you use unix cp, right? Bad Idea.
    current versions of mboxutil do this all for you, and don't need reconstruct afterwards.
    I suspect that you have either not properly "moved" your user in LDAP, folder database, or have gotten file ownership or permissions wrong after the move.
    Unix files are owned by a user and group, and have various read/write permissions set by the OS. YOu're on a Unix system, so you should know about such.I tried using the mboxutil -r initially but was getting a lot of errors with it in my test environment. In hindsight, I am thinking this had to do with the version of IMS I have installed. The unix file move was done with the IMS admin so would also own all the the messages etc on the OS side. I have obviously made a mess of things! So again, I will put in a support call to our portal vendor about how to proceed on this. I really appreciate your input into this.
    3. retrieved hashed directory information for old and
    new mailbox for user
    4. copied files from old to new mailbox with cp -R
    oldmailbox/* newmailbox/
    5. after all users were migrated, I did a reconstruct
    -f -r, and a reconstruct -f -m
    I am not sure what you mean by re-set
    ownership/permissions.
    Have you looked at the "default" log for an errormessage?
    I found the following errors in the default log:
    default.60.1093908097:[31/Aug/2004:04:15:01 -0600]
    cpmail stored[28697]: Store Critical: Error checking
    mailbox database: Ignoring log file:
    /usr/iplanet/ims52/msg-cpmail/store/mboxlist/log.00000
    00543: magic number 0, not 40988
    default.62.1094084554:[02/Sep/2004:04:15:02 -0600]
    cpmail stored[20883]: Store Critical: Error checking
    mailbox database: Ignoring log file:
    /usr/iplanet/ims52/msg-cpmail/store/mboxlist/log.00000
    00543: magic number 0, not 40988
    Your reconstruct command may have been wrong, too. That's what the errors are telling you.
    Also, there are other problems in your system. Permission problems, most likely.
    I would do a reconstruct -m, first. and see if the above goes away.I will proceed with what you suggested, and let you know the results. Again, thank you very much for your time and input for this.
    >>
    >>
    AS well, when I do a mboxutil -u on an affected user,
    the quota information says the user is well under
    quota. For example:
    $ mboxutil -u xxxxxxxxx
    diskquota size(K) %use msgquota msgs %use user
    25600 2604 10% no quota 19
    19 xxxxxxxxxxx
    The error message doesn't really have anything todo with quota.>>
    >>
    In imta/queue/ims-ms, the user has 183 messages
    waiting to be delivered. All of the messages say the
    user is over quota.
    Any suggestions?
    Randy, you need to re-think how you're moving users. You have somewhat messed up your mailstore. . . I will in re-think things. In fact, I have a number of users to migrate. I will stop what I am doing and get this right before I proceed! There is no sense compounding the problem when there is a better alternative. One thing for sure, I will continue using this forum before I proceed with messing with a production system!
    You may need to contact tech support for the immediate help you will need to straighten this all out.>>
    >>
    RandyThanks Jay.
    Randy

  • My text messages are not being delivered

    MY text messages are not being delivered. Keep coming back with the red saying "Not Delivered". Anyone know why this all of a sudden started happening and how to fix it?

    Thank You Meg St._Clair contacted my carrier and fixed the problem on my iPhone 6 but still an issue on my iPad mini  
    Carrier could not fix the problem so said I would have to plug my iPad into my Mac and back it up and then restore factory settings        
    Havent done any of that yet!

  • IMessage saying messages are not being delivered... but they are...

    This past week I have been sending out texts on imessage, but about 80% of them are coming back saying they aren't being delivered. But everyone seems to be getting them and responding. They also have said the same thing happens to them. I thought it might be a wifi issue and that I'm going through a work wifi, but it happens even when I'm on LTE. Any ideas as to why this is happening?

    I've been having the same issue for the past couple of days too.  It first says "Delivered" then changes to "Not Delivered", even though (at least most of the time) the messages seem to be going through.  Only started happening to me on the weekend.  Doesn't seem to make a difference if I'm using wifi or the 3G network.  iMessage is only enabled on my iPhone.  I've tried switching iMessage off and then on again as per some suggestions.  Nothing seems to help.

  • Oracle 10G JMS error : Failed to handle dispatch message ... exception ORABPEL-05002

    Hi All,
    We are using a JMS adapter as partner link in a BPEL process to produce messages to JMS Queue.
    We are getting an error while producing a message to a JMS Queue.
    The error comes for 1 or 2 instances among 5 to10 intsances. (all these instances ran with in 1 or 2 seconds).
    We are using Oracle 10G SOA suite.
    This error is getting in the Production environment.
    The error is as follows (took error from server log).
    Failed to handle dispatch message ... exception ORABPEL-05002
    Message handle error.
    An exception occurred while attempting to process the message "com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessage"; the exception is: faultName: {{http://schemas.oracle.com/bpel/extension}bindingFault}
    messageType: {{http://schemas.oracle.com/bpel/extension}RuntimeFaultMessage}
    parts: {{summary=file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - WSIF JCA Execute of operation 'Produce_Message' failed due to: Adapter Framework unable to create outbound JCA connection.
    file:/sw/appaia/product/SOA/bpel/domains/default/tmp/.bpel_CurrencyExchangeListEbizJMSProducer_1.0_4ec528ec93a8a6ff0278fab9701dcc71.tmp/CurrencyExchangeListEbizJMSProducerV1.wsdl [ Produce_Message_ptt::Produce_Message(OutputParameters) ] - : The Adapter Framework was unable to establish an outbound JCA connection due to the following issue: oracle.j2ee.connector.proxy.ProxyInterceptException: javax.resource.ResourceException: RollbackException: Transaction has been marked for rollback: null [Caused by: RollbackException: Transaction has been marked for rollback: null]
    ; nested exception is:
    ORABPEL-12511
    Adapter Framework unable to create outbound JCA connection.
    I tried the below JMS tunings with differnt combination, but no improvement.
                <property name="useJCAConnectionPool">true</property>
                <property name="maxSizeJCAConnectionPool">500</property>
                <property name="retryMaxCount">10</property>
                <property name="retryInterval">60</property>
    Please let me know if any other logs or any other information is required.
    Thanks,
    Pershad

    sorry, I forgot the below things which I tried to tune the JMS.
    <property name="retryMaxCount">10</property>
    <property name="retryInterval">60</property>
    <property name="useJCAConnectionPool">true</property>
    <property name="maxSizeJCAConnectionPool">500</property>
    Thanks.

  • Why is my text message not being delivered

    Why is my messages not being delivered?

    1. Messages on the iPad can only be sent to other iDevices
    2. The receiving party must also be registered with iMessage
    Note: The two above conditions must be met.

Maybe you are looking for