Async process get SQL exception and instance is missing in the console

Hi:
I have an async BPEL process that works properly most of the time. However, somtimes it's not be displayed in the console and halt at certain point(I know that because it did reach my second to last web service but not the last one).
I checked the log file and I get the following error:
<2006-11-02 17:53:52,503> <ERROR> <default.collaxa.cube> <BaseCubeSessionBean::logError> Error while invoking bean "cube delivery":
Cannot insert invoke message.
The process domain was unable to insert the invocation data for message "0a142551916e67f9:100bac2:10ea11649d0:-7ded", operation "initiate"
in the datastore. The exception reported is: ORA-01460: unimplemented or unreasonable conversion requested
Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection
parameters (user/password) is currently valid.
sql statement: INSERT INTO invoke_message_bin( message_guid, domain_ref, bin_csize, bin_usize, bin ) VALUES ( ?, ?, ?, ?, ? )
ORABPEL-04066
Cannot insert invoke message.
The process domain was unable to insert the invocation data for message "0a142551916e67f9:100bac2:10ea11649d0:-7ded", operation "initiate"
in the datastore. The exception reported is: ORA-01460: unimplemented or unreasonable conversion requested
Please check that the machine hosting the datasource is physically connected to the network. Otherwise, check that the datasource connection
parameters (user/password) is currently valid.
sql statement: INSERT INTO invoke_message_bin( message_guid, domain_ref, bin_csize, bin_usize, bin ) VALUES ( ?, ?, ?, ?, ? )
at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor$BaseInvokeHandler.insert(BaseDeliveryPersistenceAdaptor.java:2022)
at com.collaxa.cube.engine.adaptors.common.BaseDeliveryPersistenceAdaptor.storeInvoke(BaseDeliveryPersistenceAdaptor.java:1802)
at com.collaxa.cube.engine.adaptors.oracle.DeliveryPersistenceAdaptor.storeInvoke(DeliveryPersistenceAdaptor.java:171)
at com.collaxa.cube.engine.data.DeliveryPersistenceMgr.storeInvoke(DeliveryPersistenceMgr.java:364)
at com.collaxa.cube.engine.delivery.DeliveryService.receiveInvoke(DeliveryService.java:394)
at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.receiveInvoke(CubeDeliveryBean.java:58)
at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.receiveInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:465)
at com.collaxa.cube.engine.delivery.DeliveryHandler.initialPostAnyType(DeliveryHandler.java:308)
at com.collaxa.cube.engine.delivery.DeliveryHandler.initialPost(DeliveryHandler.java:216)
at com.collaxa.cube.engine.delivery.DeliveryHandler.post(DeliveryHandler.java:85)
at com.collaxa.cube.ws.WSIFInvocationHandler.invokeLocalService(WSIFInvocationHandler.java:1204)
at com.collaxa.cube.ws.WSIFInvocationHandler.invoke(WSIFInvocationHandler.java:262)
at com.collaxa.cube.ws.WSInvocationManager.invoke2(WSInvocationManager.java:327)
at com.collaxa.cube.ws.WSInvocationManager.invoke(WSInvocationManager.java:189)
at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__invoke(BPELInvokeWMP.java:601)
at com.collaxa.cube.engine.ext.wmp.BPELInvokeWMP.__executeStatements(BPELInvokeWMP.java:317)
at com.collaxa.cube.engine.ext.wmp.BPELActivityWMP.perform(BPELActivityWMP.java:188)
at com.collaxa.cube.engine.CubeEngine.performActivity(CubeEngine.java:3408)
at com.collaxa.cube.engine.CubeEngine.handleWorkItem(CubeEngine.java:1836)
at com.collaxa.cube.engine.dispatch.message.instance.PerformMessageHandler.handleLocal(PerformMessageHandler.java:75)
at com.collaxa.cube.engine.dispatch.DispatchHelper.handleLocalMessage(DispatchHelper.java:166)
at com.collaxa.cube.engine.dispatch.DispatchHelper.sendMemory(DispatchHelper.java:252)
at com.collaxa.cube.engine.CubeEngine.endRequest(CubeEngine.java:5438)
at com.collaxa.cube.engine.CubeEngine.createAndInvoke(CubeEngine.java:1217)
at com.collaxa.cube.engine.delivery.DeliveryService.handleInvoke(DeliveryService.java:511)
at com.collaxa.cube.engine.ejb.impl.CubeDeliveryBean.handleInvoke(CubeDeliveryBean.java:335)
at ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.handleInvoke(ICubeDeliveryLocalBean_StatelessSessionBeanWrapper16.java:1796)
at com.collaxa.cube.engine.dispatch.message.invoke.InvokeInstanceMessageHandler.handle(InvokeInstanceMessageHandler.java:37)
at com.collaxa.cube.engine.dispatch.DispatchHelper.handleMessage(DispatchHelper.java:125)
at com.collaxa.cube.engine.dispatch.BaseScheduledWorker.process(BaseScheduledWorker.java:70)
at com.collaxa.cube.engine.ejb.impl.WorkerBean.onMessage(WorkerBean.java:86)
at com.evermind.server.ejb.MessageDrivenBeanInvocation.run(MessageDrivenBeanInvocation.java:123)
at com.evermind.server.ejb.MessageDrivenHome.onMessage(MessageDrivenHome.java:755)
at com.evermind.server.ejb.MessageDrivenHome.run(MessageDrivenHome.java:928)
at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:186)
at java.lang.Thread.run(Thread.java:534)
========================================================
It looks like it's having trouble inserting the invoke message into dehydration store? I am not sure what's causing this. Have anyone experienced this problem?
I am using version 10.1.2.0.2.
Thanks,
David

Thanks for the reply.
We have two BPEL PM running on two different servers, say server 1 and 2 - they are using the same datasource. This problem only occurs at server 2 and only to one particular BPEL process, say BPEL process A - all other BPEL processes work just fine.
Process A works fine on the server 1, however, I don't understand why the problem only happens to process A on server 2 but not all processes.

Similar Messages

  • Logging just exceptions and 'critical' TopLink info to the log

    I'm trying to just log exceptions and other 'critical' info that occur within TopLink to the log rather than getting lots of SQL statements, unit of work info etc.
    I'm running TopLink 9.0.3.5 in WebLogic Server 7.0 (SP4) using container managed persistence for Entity Beans.
    If I startup WebLogic with the toplink.log.level=INFO option then I get SQL statements, unit of work info, JTS registration info as well as any exceptions that are logged.
    If I leave the logging like this my WebLogic log will likely be huge and performance degraded from writing a lot of info that will never be used.
    If I startup WebLogic with the toplink.log.level=NONE option then I don't get any log statements, not even exception info (although obviously clients still get the exception stack). I need to get the exceptions and 'critical' TopLink info in the WebLogic log because I cannot rely on getting the information from client logs.
    In the TopLink for WebLogic 2.5.1 product the default logging behaviour was to log only exceptions and other 'critical' info to the log.
    Is there a way to configure TopLink 9.0.3 so that only exceptions and any other 'critical' TopLink information is written to the log (and SQL statements, unit of work info and JTS registration info is not written).
    Thanks.

    You don't mention which version of 10g you have but there is a bug in all versions 10.1.2.0.2 and newer in that usernames are no longer being inserted in the Apache log files when portal pages are viewed. It was somewhat hit or miss before, but good enough to get a feeling of what was being used Now, it does not even provide that. Bug number reference from Metalink is 5638057. It is shown as "Closed -- not feasible to fix", but will be addressed in 11.0
    I am experimenting with getting this data a couple of ways. One, if you happen to use WebTrends, you can manually set the authenticated users field to whatever you'd like so I am using the API's to retrieve the username and the user company (organization) and concatenating them together.
    The other option I am considering is a procedure call in the footer of each page that automatically updates a new table with the session id, username, page, timestamp, and whatever other information you may want each time the page is visited. This table can then be dumped to a data file if desired or left in the database and analyzed using a tool like Discoverer.
    Rgds/Mark M.

  • I have a new computer.  How do I get my books and apps to show in the library on my itunes?

    I have a new computer.  How do I get my books and apps to show in the library on my itunes?

    Copy the ENTIRE iTunes folder from the old computer to the new computer.

  • I have been trying for three days to try and get this working , and tried a few of the forum suggestions already and this is just to try them ... so glad i haven't pais anything yet . i get the signed out loop no matter what i try

    i have been trying for three days to try and get this working , and tried a few of the forum suggestions already and this is just to try them ... so glad i haven't pais anything yet . i get the signed out loop no matter what i try

    What have you been trying for three days to try and get this working???
    Supply pertinent information for quicker answers
    The more information you supply about your situation, the better equipped other community members will be to answer. Consider including the following in your question:
    Adobe product and version number
    Operating system and version number
    The full text of any error message(s)
    What you were doing when the problem occurred
    Screenshots of the problem
    Computer hardware, such as CPU; GPU; amount of RAM; etc.

  • Upgraded to IOS 7 when I put my headphones in it gets all crackly and I can't hear the voice but without headphones it works just fine

    When I put my headphones in it gets all crackly and I can't hear the singing but when there's no headphones in it works perfectly fine

    It could be bad headphones. Try another pair. It could be gunk in the headphone jack. Try cleaning it out. It could be a bad headphone jack. Make an appointment at the Genius Bar at your local Apple Store.

  • I am sending a mass e-mail out to my mailing list and the mail program gets locked up and stops responding before sending the e-mail?

    I am sending a mass e-mail out to my mailing list and the mail program gets locked up and stops responding before sending the e-mail.  How can I fix this issue?  I have done it in the past successfully.

    Holly, how many are you sending to?
    Are you using the To; or BCC: field?
    Individual names or Groups?
    I suspect one malformed address at the moment without much else to go on.

  • Is anyone else having problems with the new software update for macbook? I get random clicking and flicker an movement of the pointer!

    Is anyone else having problems with the new software update for macbook? I get random clicking and flicker an movement of the pointer!

    OS X 10.7 Lion, 10.8 Mountain Lion & 10.9 Mavericks
    Reset Password starting from Recovery HD
    Start the computer,then press and hold down command and R keys to start into recovery partition.
    When you see the Apple logo, release the keys.
    Wait until  OS X Utilities window shows up.
    Move the mouse to the menubar at the top and click "Utilities", then select "Terminal"
    from the drop down.
    Terminal window will appear.
    Type in   resetpassword   and press enter on the keyboard.
    Leave the Terminal window open.
    Reset Password Utility window will open with Macintosh HD selected.
    Select the user account from the popup menu box.
    Enter a new password.
    Reenter the new password for the user.
    Enter a hint.
    Click the "Save" button.
    Click  in the menubar and select Restart.
    Log in.
    If Keychain dialog box appears, select “Create New Keychain”.

  • "File" and "View" are missing from the ribbon in Excel, MS Office 2011, please help!

    "File" and "View" are missing from the ribbon in Excel, I'm running MS Office 2010.  Please help!

    Post your question on the MS Mac forums as it's their software you're having issues with:  http://answers.microsoft.com/en-us/mac?auth=1

  • I have a iPod Nano, when it is connected to my laptop all my songs and books are there but when it is disconnected from laptop, some books and songs are missing from the library

    I have a iPod Nano, when it is connected to my laptop all my songs and books are there but when it is disconnected from laptop, some books and songs are missing from the library

    I have a simlar issue like this when loading my movies to my iTouch. iTunes says that all of your wanted content is sync and your iPod says that all content wasn't synced, is that what you are saying?

  • Getting SQL Exception occurred during PL/SQL Upload instead of custom message in Web ADI excel.

    I am using procedure driven WEB ADI and want to do basic validation for the same.
    The code for validation is:
    BEGIN
             SELECT 'X'
               INTO V_X
               FROM DUAL
              WHERE P_FROM_DATE IS NOT NULL
                AND P_TO_DATE IS NOT NULL;
          EXCEPTION
             WHEN OTHERS
             THEN
                HR_UTILITY.SET_MESSAGE (800, 'PLEASE FILL THE DATES');
                HR_UTILITY.RAISE_ERROR;
          END;
    The error is fired as required, but the message is not the one which I want to show. In the message it says:
    SQL Exception occurred during PL/SQL Upload instead of 'PLEASE FILL THE DATES'.
    PFA the complete procedure for your consideration.
    Awaiting your quick reply.

    Can you please paste the complete error message(stack)
    better post sql, pl/sql ones in the below forum -
    PL/SQL

  • SQL exception thrown while accessing fields through the bean

    Hi All
    This is the SQL Exception that i get when i try to get the data from the database ---java.sql.SQLException: ORA-01008: not all variables bound
    Plz help if u have any idea.
    Thanx and regards,
    Akshat

    It seems like you have set the number of parameters in a PreparedStatement less than the actual number of parameters. This is one possibility.
    Regards,
    $ Carol.

  • Need To Create a table in Sql Server and do some culculation into the table from Oracle and Sql

    Hello All,
    I'm moving a data from Oracle to Sql Server with ETL (80 tables with data) and i want to track the number of records that i moving on the daily basis , so i need to create a table in SQL Server, wilth 4 columns , Table name, OracleRowsCount, SqlRowCount,
    and Diff(OracleRowsCount - SqlRowCount) that will tell me the each table how many rows i have in Oracle, how many rows i have in SQL after ETL load, and different between them, something like that:
    Table Name  OracleRowsCount   SqlRowCount  Diff
    Customer                150                 150            
    0
    Sales                      2000                1998          
    2
    Devisions                 5                       5             
    0
    (I can add alot of SQL Tasks and variables per each table but it not seems logicly to do that, i tryid to find a way to deal with that in vb but i didn't find)
    What the simplest way to do it ?
    Thank you
    Best Regards
    Daniel

    Hi Daniel,
    According to your description, what you want is an indicator to show whether all the rows are inserted to the destination table. To achieve your goal, you can add a Row Count Transformation following the OLE DB Destination, and redirect bad rows to the Row
    Count Transformation. This way, we can get the count of the bad rows without redirecting these rows. Since the row count value is stored in a variable, we can create another string type variable to retrieve the row count value from the variable used by the
    Row Count Transformation, and then use a Send Mail Task to send the row count value in an email message body. You can also insert the row count value to the SQL Server table through Execute SQL Task. Then, you can check whether bad rows were generated in the
    package by querying this table.  
    Regards,
    Mike Yin
    TechNet Community Support

  • Get Min value and another column value from the same row

    hi all - for each customer and product, I need to grab the row that has the min value for field Value1. I could've just done group by on customer and product and min on Value1, but I also need to grab Vlaue2 from the same row where the minimum value for
    Value1 lies.
    DECLARE @Temp TABLE (CustomerID INT, ProductID VARCHAR(10), Trans_Date Date, Value1 INT, Value2 INT)
    INSERT INTO @Temp VALUES (123, 'ABC', '1/1/2013', 10, 100)
    INSERT INTO @Temp VALUES (456, 'ASD', '1/1/2013', 40, 500)
    INSERT INTO @Temp VALUES (456, 'ASD', '2/1/2013', 90, 700)
    INSERT INTO @Temp VALUES (123, 'ABC', '2/1/2013', 20, 700)
    SELECT * FROM @Temp
    The output should be
    123, ABC, 10, 100
    456, ASD, 40, 500
    I know that I can just join the table to itself and get the desired output but I am dealing with a table that has millions of rows and I was hoping there is more efficient way to do this. any help would be highly appreciated...

    Here is a correction on your DDL to make it into nearly valid table.
    CREATE TABLE Sales
    (customer_id INTEGER NOT NULL,
    product_id CHAR(10) NOT NULL,
    transaction_date DATE NOT NULL,
    PRIMARY KEY (customer_id, product_id, transaction_date),
    value1 INTEGER NOT NULL,
    value2 INTEGER NOT NULL);
    Here is the current syntax for insertion:
    INSERT INTO Sales
    VALUES (123, 'abc', '2013-01-01', 10, 100),
    (456, 'asd', '2013-01-01', 40, 500),
    (456, 'asd', '2013-02-01', 90, 700),
    (123, 'abc', '2013-02-01', 20, 700);
    WITH
    X
    AS
    (SELECT customer_id, product_id, transaction_date, value1, value2,
    MIN(value1) OVER () AS value1_min
    FROM Sales)
    SELECT X.*
    FROM X
    WHERE X.value1_min = X.value1;
    --CELKO-- Books in Celko Series for Morgan-Kaufmann Publishing: Analytics and OLAP in SQL / Data and Databases: Concepts in Practice Data / Measurements and Standards in SQL SQL for Smarties / SQL Programming Style / SQL Puzzles and Answers / Thinking
    in Sets / Trees and Hierarchies in SQL

  • How can I get my email and message notifications back on the lock screen after the 5.01 upgrade?

    After the 5.01 Lollipop upgrade I lost my email, text and voice mail notifications on the lock screen on my LG G3.  How do I get them back?

    Still didnt work...i dont know whats wrong.. i want them to look like this...

  • Can i cancel the eraser of my iphone done by icloud? i lost my iphone and do the eraser, but i have get it back, and i want to cancel the action. Can i do that? and How?

    I lost my iphone, and then I said to iclou to eraser the iphone whet it get internet, but after some days I managed to get it back. I tries to cancel the action, but i cant. The problen is that my computer is broken and I cant get back the Backup. What can i do? Where I have to send a Email o call? Can Anybody help me?
    Thanks.

    Thanks for all.
    Finally i did all with Itunes of a friend. I did the backup of my phone, i autorithez the computer, tranfer all the buys. Then i conect the iphone to the internet, get eraser. And then restore with the backup. And all done.
    Nothing of phoneview or same similar programs.

Maybe you are looking for

  • How do use Time Machine to back up to my network drive?

    I have been dealing with this issue for days. When I had bought my MacBook Pro a couple of weeks ago I figured Id try and back it up to my 1.5tb Western Digital HD that's plugged into the USB port on my router. I Have connected to it through finder a

  • Creating Bookmarks in a PDF Doc

    Hi, I have a created a couple of ibots that create PDF documents - does anyone know how to have bookmarks created in the PDF file ? In a previous BI tool we used when a PDF was created it created a tree of bookmark links on the left side. Any idea's

  • Problem in publishing a particular  video on my Web Gallery

    hello, i have a video in quick time format which works perfectly in my imovie library. however, when i try to publish it on the Web Gallery only the audio is transferred...no video. i have tried to publish it on you tube and the same happens. any sug

  • Can't start Numbers, can't reinstall

    MacBook Pro, 10.6.8 (Snow Leopard), bought a year and a half ago. I bought all of iWork from the AppStore right after buying the computer, have used them happily until earlier this month. Now, when I open any of the iWork apps - including Numbers - I

  • Goods issue error at batch level stock

    Hi Experts, In MMBE for Material 12121426 Plant 6348 storage location  0001,batch 4065634891 in storage location level have stock is 12.000 EA and batch 4065634891 level stock is 4,164.000 EA User is performing Goods issue through MB1A 261 movement t