ORABPEL-05002 and ORABPEL-02152 when activating transactions

Hi all,
I have the following problem:
A async process (activated through file adapter) is extracting XML from zip input (opaque) and looping though XML. In the XML there are invoice messages. For every invoice message a synchronous BPEL process is called ...
Async process and invoice process both have participate = true in bpel.xml and in the partnerlink of the call.
Invoice bpel process uses DB Adapter (eis/DB/.... as global transaction)
Everything seems to work fine, BUT:
The domain.log is full of ORABPEL-02152 (two times) one from BaseCubeSessionBean and one from DispathHelper::handleMessage. Then followed by a ORABPEL-05002 from BaseScheduledWorker::process
In the BPEL Console the async process is marked as successfull and finished but the sync processes are stated as "active" and the last activity is the reply. So they should be finished - normally.
I tried to set transaction timeouts according to http://download-west.oracle.com/docs/cd/B31017_01/integrate.1013/b28981/app_trblshoot.htm#sthref3966
but without success.
Any help would be highly appreciated.
Thanks, Best Regards,
Martin

Just noticed the following: This error occurs only for processes which end by a terminate statement.
Example: The invoice service checks whether the invoice already exsists before it imports it. When it already exists there is a "reply" to the calling async service and after the reply a terminate.
If the invoice is new and so no terminate is executed the process shows up in the console as successfully finished.

Similar Messages

  • Bookmarks sidebar cover Flash player and PDF plugin when active.

    This problem is present in FF 5 - 6 - 7.
    When i leave the Bokmarks sidebar active in my FF a blank square flickering on flash player like youtube videos and on pdf documents opened with PDF plugin.
    This square appear and disappear when i move the mouse over this, or the problem go back when i close the bookmarks sidebar.
    [http://imageshack.us/photo/my-images/822/20110930154105.jpg/ Screenshot captured on PDF documents]

    Ok, I tried to download the firefox browser but IE wouldn't let me download it.  My friend downloaded it from their computer to a flash drive and I loaded it to my computer from the flash drive.  The download of Firefox from the flash drive worked, and now I'm using Firefox & both my adobe flash player and my adobe reader are working just great.
    However, neither the flash player nor the reader are working if I use IE, so I guess I will just have to use Firefox as my browser.
    I'm going to mark my question as answered since I really don't care that I have to use Firefox instead of IE,although I can't understand why it works using Firefox but not using IE.
    Thank you so much for your assistance in walking me step-by-step through this problem until I was able to reach a satisfactory solution.

  • BPEL server is unable to run any process - message ORABPEL-02152 in logs

    Hello,
    We have a problem with Oracle BPEL Process Manager on production environment. 2 days ago processes using table pooling stopped working correctly. Status for new record in pooled table was changed (logical
    delete - table update) but process didn't execute next steps (no log messages).
    Restarting OC4J_BPEL resolved problem.
    But now message ORABPEL-02152 constantly appears in domain log and all processes stop working. Deployed
    simple HelloWorld from examples - it does not work too.
    Meantime some bug fixes mainly for connection to RAC database were applied. Patch list
    1. patch 4869010
    2. patch 4915565
    3. patch 2617419
    4. patch 5030051
    5. patch 5638122
    6. patch 5925254
    7. patch 5903451
    Steps taken for now.
    1. Check connection to BPEL store - ok free space in database exists
    2. This is not an issue with BPEL console - process instance does not show in BPEL console and does not work at all
    3. Search forum and metalink for similar issues ;-)
    I think this a problem with store but how can I diagnose this. I read Metalink document Note:372456.1 "How to configure BPEL 10.1.2.0.2 to operate with an Oracle 10g RAC dehydration store" but I don't understand if changing data-source class to "com.evermind.sql.ICCXADataSource" is a must or is is optional task.
    So, any suggestions how to start resolving this issue. What should i check first ?
    Thanks for help...
    Regards
    Tom
    Configuration details:
    OS version: Linux oradb01 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686 i686 i386
    GNU/Linux
    DB version: Oracle Database 10g Release 10.2.0.2.0 - Production (RAC) - cluster enviroment
    BPEL: BPEL_10.1.2.0.2_GENERIC_060110.1200
    Domain.log fragment for simple HelloWorld process below.
    2007-05-07 15:58:31,405> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client released
    <2007-05-07 15:58:31,979> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::getConnection> GOT CONNECTION 1 Autocommit = true
    <2007-05-07 15:58:32,034> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "finder": Instance not found in datasource.
    The process domain was unable to fetch the instance with key "b7fd898ac6095465:15aed57:11266ad2a65:-7feb" from the datasource.
    Please check that the instance key "b7fd898ac6095465:15aed57:11266ad2a65:-7feb" refers to a valid instance that has been started and not removed from the process domain.
    ORABPEL-02152
    Instance not found in datasource.
    The process domain was unable to fetch the instance with key "b7fd898ac6095465:15aed57:11266ad2a65:-7feb" from the datasource.
    Please check that the instance key "b7fd898ac6095465:15aed57:11266ad2a65:-7feb" refers to a valid instance that has been started and not removed from the process domain.
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:314)
         at com.collaxa.cube.engine.data.AdminFinder.__lookupInstanceMetaData(AdminFinder.java:262)
         at com.collaxa.cube.engine.data.AdminFinder.lookupInstanceByConversationId(AdminFinder.java:235)
         at com.collaxa.cube.ejb.impl.FinderBean.lookupInstanceByConversationId(FinderBean.java:177)
         at IFinderBean_StatelessSessionBeanWrapper42.lookupInstanceByConversationId(IFinderBean_StatelessSessionBeanWrapper42.java:669)
         at com.oracle.bpel.client.Locator.lookupInstance(Locator.java:420)
         at displayInstance.jspService(_displayInstance.java:111)
         at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:56)
         at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:350)
         at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:509)
         at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:413)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:824)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:222)
         at com.collaxa.cube.fe.DomainFilter.doFilter(DomainFilter.java:152)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:663)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:330)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:830)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:224)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:133)
         at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
         at java.lang.Thread.run(Thread.java:534)
    <2007-05-07 15:58:32,037> <DEBUG> <default.collaxa.cube.engine.data> <ConnectionFactory::closeConnection> CLOSE CONNECTION 0
    <2007-05-07 15:58:32,270> <DEBUG> <default.collaxa.cube.activation> <Database Adapter::Inbound> <oracle.tip.adapter.db.TopLinkLogger log> client acquired

    Hello,
    I try verify if BPEL store is working. In error log I can see
    The process domain was unable to fetch the instance with key "b7fd898ac6095465:15aed57:11266ad2a65:-7feb" from the datasource.
    Is this select should return any rows if the process instance is correctly stored in database ?
    select * from cube_instance where
    conversation_id like '%b7fd898ac6095465:15aed57:11266ad2a65:-7feb%'
    Regards
    Tom

  • I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)

    I looked at system.log in the system profiler today and see lots of activity at 2 a.m. when I was fast asleep, should I worry? It seems to reset hostname and mentions frequent transitions for interface, looks weird to me (I'm not a teckie!)
    This is a section:
    May 12 02:05:10 wendy-drapers-macbook configd[14]: setting hostname to "wendy-drapers-macbook.local"
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: Auth result for: 00:26:44:14:17:a3 MAC AUTH succeeded
    May 12 02:05:29 wendy-drapers-macbook kernel[0]: AirPort: Link Up on en1
    May 12 02:05:29 wendy-drapers-macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (192.168.1.92); network traffic reduction measures in effect
    May 12 02:05:29 macbook configd[14]: setting hostname to "macbook.lan"
    May 12 02:05:31 macbook mDNSResponder[16]: Note: Frequent transitions for interface en1 (FE80:0000:0000:0000:021E:C2FF:FEB3:1A3E); network traffic reduction measures in effect
    May 12 02:05:34 macbook com.apple.launchd[1] (org.samba.nmbd): Throttling respawn: Will start in 5 seconds

    I've been seeing messages exactly like that (and many, many other kinds) in the Console since the first version of OS X.  They look menacing but are harmless.
    You don't need any kind of security software.
    Just surf the web carefully, pay attention to where you're going and don't install anything that you don't recognize.  If you are asked to enter an admin user name and password, DON'T.  Unless you know for sure that you initiated the installation from a known and reliable source (like Apple).
    Mac malware relies on social engineering.  No amount of security/anti-virus, blah, blah, blah software is going to help.

  • To Apple Inc. respectable brothers, dear, I've purchased a Yvonne immediately after S Black color I did not know that the owner of the device may do Service i Claude and I've work restor of Yvonne and when activation asked me to calculate i Claude and I d

    To Apple Inc. respectable brothers, dear, I've purchased a Yvonne immediately 4 S Black color I did not know that the owner of the device may do Service icloud and I've work restor of Yvonne and when activation asked me to calculate icloud and I do not know;  I do not know who is the owner of the device with science I bought the machine from Turkey Fargo to help me, I was involved with this device, and I'm from users of the iPhone please help me thank you with the knowledge that Amy device is 013186007698501
    If it is possible to activate the iPhone and that did not help me Fargo just inform me or give me the e-mail which has enabled Claude feature so that I could e-mail correspondence on Arslo Please e-mail me
    For I am God and you will lose device safely God

    Birden konuları gönderme Lütfen dur.
    Buraya git -> https://discussions.apple.com/message/24870284 # 24870284

  • My Itunes software, when activated, cuts off 3" of the right portion and 1" of the bottom of the screen. Everything available in this section of the screes is not available, making the software practically unusable. Has this happened to anyone out there a

    My Itunes software, when activated, shows an image on the screen of the normal itunes image except that about 3" of the image is cut off on the right side of the screen and about 1" of the bottom. All functions shown work. Any function in the part of the screen that is not shown, is not available, making the softwave almost nonfunctionable. When I upgrade, this is usually resolved, until it starts happening again. Since I currently have the latest version of Itunes, I cannot try this solution, which is only temperary anyway. Can anyone help me?

    Could you post a screenshot of the display for us please, bili?
    Save the screenshot in an image file, start a new reply here, and use the wee camera icon at the top of the reply window to insert the image file into the reply.

  • When I am trying to sign in to iTunes Store. I am requested to enter a password to the wrong Apple ID mail which does not belong to me... I can't connect to iTunes store and my Viber and Facetime are not active.

    My Apple ID was disabled. I reseted it successfully. Afterwards, when I am trying to update the pending apps in App Store on my phone, in order to sign in to iTunes Store I am requested to enter a password to the wrong Apple ID which definitely does not belong to me ('[email protected]'). Of course, I don't know this password and, consequently, I can't connect to Itunes Store on my Iphone. As a result my Viber and Facetime are not active in the meanwhile. What should I do? Thanks in advance for kind help and solution.

    Where did you get this iPhone?
    Was it new or second hand?
    You have to sign out then sign in with the correct Apple ID and password.
    Settings > iTunes & App Store > Apple ID: > do it here.

  • How do you add a class in fluid grid navigation menu to change the background and link color when page is active?

    When i try to add a class to the active page to have it distinguished when a visitor is on, in the class section it only has other options and not one for "active"

    See this link:
    Making a persistent page indicator on site wide CSS Menus
    Nancy O.

  • Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

    Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

    Today my money is deducted Rs.60 when I try to download paid applications of any amount and I am getting message transaction declined, so why my money is deducted. I lost almost Rs 480 rupees . So how to get refund and how to make card working?

  • Why is my transaction file growing when db is in simple mode and there are no waiting transactions

    I noticed that my database log file has reached 160GBs. My database is in simple recovery mode and I used the following query to see if there are
    any waiting transactions.
    SELECT d.name,d.log_reuse_wait,d.log_reuse_wait_desc
    FROM sys.databases d
    It returned log_reuse_wait 0 and description 'NOTHING'. Why is my transaction log growing then? Please advice.
    mayooran99

    DBCC opentran will give spid, you can pass that spid to dbcc inputbuffer(spid) to see what transaction is running. Also you can do sp_who2 spid will give other details.
    You can make use of these queries to get MORE details about OPEN and ACTIVE transactions.
    SELECT
    trans.session_id as [Session ID],
    trans.transaction_id as [Transaction ID],
    tas.name as [Transaction Name],
    tds.database_id as [Database ID]
    FROM sys.dm_tran_active_transactions tas
    INNER JOIN sys.dm_tran_database_transactions tds
    ON (tas.transaction_id = tds.transaction_id )
    INNER JOIN sys.dm_tran_session_transactions trans
    ON (trans.transaction_id=tas.transaction_id)
    WHERE trans.is_user_transaction = 1 -- user
    AND tas.transaction_state = 2 -- active
    AND tds.database_transaction_begin_time IS NOT NULL
    SELECT
        [s_tst].[session_id],
        [s_es].[login_name] AS [Login Name],
        DB_NAME (s_tdt.database_id) AS [Database],
        [s_tdt].[database_transaction_begin_time] AS [Begin Time],
        [s_tdt].[database_transaction_log_bytes_used] AS [Log Bytes],
        [s_tdt].[database_transaction_log_bytes_reserved] AS [Log Rsvd],
        [s_est].text AS [Last T-SQL Text],
        [s_eqp].[query_plan] AS [Last Plan]
    FROM
        sys.dm_tran_database_transactions [s_tdt]
    JOIN
        sys.dm_tran_session_transactions [s_tst]
    ON
        [s_tst].[transaction_id] = [s_tdt].[transaction_id]
    JOIN
        sys.[dm_exec_sessions] [s_es]
    ON
        [s_es].[session_id] = [s_tst].[session_id]
    JOIN
        sys.dm_exec_connections [s_ec]
    ON
        [s_ec].[session_id] = [s_tst].[session_id]
    LEFT OUTER JOIN
        sys.dm_exec_requests [s_er]
    ON
        [s_er].[session_id] = [s_tst].[session_id]
    CROSS APPLY
        sys.dm_exec_sql_text ([s_ec].[most_recent_sql_handle]) AS [s_est]
    OUTER APPLY
        sys.dm_exec_query_plan ([s_er].[plan_handle]) AS [s_eqp]
    ORDER BY
        [Begin Time] ASC;
    GO
    http://www.sqlskills.com/blogs/paul/script-open-transactions-with-text-and-plans/

  • TS4148 what can i do if my iPhone cant read the sim card and couldn't be activated and when connecting it to my macbook it says no sim card installed

    what can i do if my iPhone cant read the sim card and couldn't be activated and when connecting it to my macbook it says no sim card installed

    This Apple doc might help ya out -> iPhone: Troubleshooting No Service or No SIM
    If those tips don't take care of it, try contacting the carrier to get another SIM.

  • I have a copy of PS CS5 Creative shop which was causing some difficulties with my computer Windows 7 Ultimate 64 bit. I cancelled the activation of my CS5 and uninstalled. When I tried to reinstall the message showed :"missing file unable to initialize" w

    I have a copy of PS CS5 Creative shop which was causing some difficulties with my computer Windows 7 Ultimate 64 bit. I cancelled the activation of my CS5 and uninstalled. When I tried to reinstall the message showed :"missing file unable to initialize" what do I do.

    Many thanks.
    With those symptoms, I'd try the following document:
    Apple software on Windows: May see performance issues and blank iTunes Store
    (If there's a SpeedBit LSP showing up in Autoruns, it's usually best to just uninstall your SpeedBit Video Accelerator.)

  • From When Adobe CS3, CS4, Cs5, CS5.5 and CS6 will loose activation support like cs and cs2

    From When Adobe CS3, CS4, Cs5, CS5.5 and CS6 will loose activation support like cs and cs2

    Nobody can tell you that. CS2 activation was turned off because of bugs in the software that made it too difficult to maintain. so far no such thing has been the case with the otehr versions. Either way, if and when that time comes surely Adobe will let you know and provide a solution...
    Mylenium

  • I have a MBP retina and I am having problem when my bluetooth and wifi are both active. My wifi is totally unusable when I am connected to via bluetooth speaker.

    I have a MBP retina and I am having problem when my bluetooth and wifi are both active. My wifi is totally unusable when I am connected to via bluetooth speaker.

    Chances are you mis-typed a character in the Wifi password and the devices saved that information.  Now whenever you try to connect the device refers to the wrong password and the Jetpack does not accept your connection.  Tell your devices to forget the wireless connection and start over.
    Once you enter the proper WiFi credentials the Jetpack will allow you to connect.

  • My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    My apple ID was hacked and a game by GodGame Inc was bought and installed. When I try to report a problem about this transaction, the link automatically sends me to the apple store support. The application is bugged. Please help.

    thanks for your response roaminggnome. I changed my password immediately after it happened and I have contacted i tunes to let them know of this dillemma.
    The I-tunes credit was a promotional thing by Apple to buy their laptop. So I didn't pay for the i-tunes credit in the first place. Do you think my bank will be able to reinburse Itunes credit then? I will ask support when they get back to me.

Maybe you are looking for

  • Installing trial on Windows 7

    I have read a number of accounts (through a general google search in trying to resolve my issue myself) of people being able to install Photoshop CS4 on Windows 7 with no problems, but I don't seem to be in this lucky number. I have the Trial Install

  • Tools palette in tool bar

    Hi, I'm a comparative new-comer to LabVIEW so this might have been discussed long ago.  Question: why not have the tools palette along the top, in the tool bar where there is lots of empty space? Even the functions palette for the LabVIEW block diagr

  • Got new iphone to replace broken one-cannot access apps and songs

    i tried to syn new phone to replace old phone, but my apps are not syncing/running and my songs are not playing

  • Internal order settlement through KO8G

    Hi gurus, I have created variant sapvar and given inputs int he following fields Order type Order Controlling area Company code and selected the orders tobe settled with selection of all the status and executed But the system is giving the error zero

  • What's the meaning of this?? (runtime error)

    Hey guys!!! I've got a problem with a program consisting af several classes. I can compile it but when I wanna run it the following message appears: [error] Exception occurred during event dispatching: [error] java.lang.NullPointerException [error]