Exception occurred within JTS

Getting the following error message occanssionally while doing a commit operation in toplink.
Exception [TOPLINK-7061] (OracleAS TopLink - 10g (9.0.4) (Build 031126)): oracle.toplink.exceptions.ValidationException
Exception Description: Exception occurred within JTS.
Internal Exception: javax.transaction.RollbackException
     at oracle.toplink.exceptions.ValidationException.jtsExceptionRaised(ValidationException.java:552)
     at oracle.toplink.jts.JTSExternalTransactionController.commitTransaction(JTSExternalTransactionController.java:72)
     at oracle.toplink.publicinterface.Session.commitExternalTransaction(Session.java:514)
     at oracle.toplink.publicinterface.UnitOfWork.commitInternallyStartedExternalTransaction(UnitOfWork.java:872)
     at oracle.toplink.publicinterface.UnitOfWork.commit(UnitOfWork.java:729)at
     org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:484)
     at org.apache.struts.action.RequestProcessor.process(RequestProcessor.java:274)
     at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1482)
     at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:525)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
     at oracle.security.jazn.oc4j.JAZNFilter.doFilter(Unknown Source)
     at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:604)
     at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
     at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:208)
     at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:125)
     at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
     at java.lang.Thread.run(Thread.java:534)
Caused by: javax.transaction.RollbackException
     at com.evermind.server.ApplicationServerTransaction.commit(ApplicationServerTransaction.java:712)
     at com.evermind.server.ApplicationServerTransactionManager.commit(ApplicationServerTransactionManager.java:434)
     at oracle.toplink.jts.JTSExternalTransactionController.commitTransaction(JTSExternalTransactionController.java:69)
     ... 27 more
Message was edited by:
user615412

JTA spec. says that TransactionManager.commit method throws RollbackException "to indicate that the transaction has been rolled back rather than committed."
For some reason the transaction has been rolled back (timed out? marked for rollback? smth else?).

Similar Messages

  • SO Wait causes exception occurred within external code called by call library node

    when trying to run some old code that used to work ok, i now get this error message:
    exception occurred within external code called by call library node
    and the vi flagged as calling the exception is SO Wait. the error occurs with different soundcards. does anyone know what is causing this problem?

    Hi Kreuters
    It sounds as if you have a case of memory corruption. Which version of LabVIEW and DAQ (traditonal or DAQmx) are you running and also on which operating system?
    would it be possible for you to post your VI on this thread? in some cases there are ways to fix the problem
    Regards
    YatinM
    NIUK

  • Error "An exception occurred within the external code..." when stopping LabView

    I am having an error "An exception occurred within the external code called by a Call Library Node...", see the attached image, when I am trying to stop LabView. As a result of the error, the tag engine doesn't close normally.
    I am using LabView 7.1 with DSC. I read values from a LNS (LON) OPC-server.
    Is this a known issue and is there any way to repair it? I haven't noticed any direct consequences because of the error except that when I re-start LabView and the close it again without having first rebooted the computer, tag engine sometimes starts again when it should stop. This is fixed by always rebooting the computer before restarting LabView. I am getting suspicious that there might be some strange behaviour because the error says "it might have corrupted LabView's memory".
    For example, sometimes when I have made a copy of an input number field to another, they follow each other's value changes even though there is no connections between them.
    Simo Martikainen
    Message Edited by Simo Martikainen on 12-17-2008 03:11 AM
    Attachments:
    LabView stop error.JPG ‏45 KB
    TAGENGINE.JPG ‏16 KB

    Especially in earlier versions of LV these sorts of errors were common if the call wasn't made just right or the parameters were set up incorrectly.
    Where did you get the DLL from? Was it written internally or did it come from another vendor?
    Try building a DLL call into a very small, simple application. Do you see the same issue?
    Are there multiple calls to the same DLL in your code? If so, is there problems with all of them?
    Can you track it down to a specific function that you are trying to access that is causing the problem?
    Is there any indication of a memory leak?
    Finally any additional information you can provide would helpful.
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • An exception occured within the external code called by a Call Library function Node

    Good Morning,
    I built a VI that contains Matlab nodes in Labview 8.0.  I made an executable and gave it to a colleage to use who is running Windows XP.  I see in the folder C:\Program Files\National Instruments\Shared\LabVIEW Run-Time that she has 7.1 and 8.0 run time engines installed.
    On Friday the executable ran great on her machine.  Today, when she tried running it I received the following error.  "LabVIEW:  An exception occured within the external code called by a Call Library Function Node.  This might have corrupted LabVIEW's memory.  Save any work to a new location and restart LabVIEW.  'my vi' was stopped at node 0x0 of subVI "NI_AALBase.lvlib:Real A x B.vi:1".  This error occured after part of the program ran properly.  More specifically, two of the matlab nodes ran perfectly.  I am unsure about the third because the program stopped too early.  I do have to multiply two matrices using the subvi Real A x B.  Is this causing the error?
    I also saw this error when I installed it on another computer.  However I do not see this error when I run the executable or the main vi on my machine  I know there are other discussions on this topic, however I do not know why it would affect some machines and not others.  Also, I do not know why it would work on Friday and not on Monday.  Should I have checked the box that said "Enable Debugging" under the advanced section when building the executable?
    If anyone could help, I would be very appreciative.
    Thanks,
    -Richard

    molecularvisions wrote:
    Good Morning,
    I built a VI that contains Matlab nodes in Labview 8.0.  I made an executable and gave it to a colleage to use who is running Windows XP.  I see in the folder C:\Program Files\National Instruments\Shared\LabVIEW Run-Time that she has 7.1 and 8.0 run time engines installed.
    On Friday the executable ran great on her machine.  Today, when she tried running it I received the following error.  "LabVIEW:  An exception occured within the external code called by a Call Library Function Node.  This might have corrupted LabVIEW's memory.  Save any work to a new location and restart LabVIEW.  'my vi' was stopped at node 0x0 of subVI "NI_AALBase.lvlib:Real A x B.vi:1".  This error occured after part of the program ran properly.  More specifically, two of the matlab nodes ran perfectly.  I am unsure about the third because the program stopped too early.  I do have to multiply two matrices using the subvi Real A x B.  Is this causing the error?
    This is most likely an error with the use of the Call Library Node, but not in the Real A x B.vi itself. This is a VI that comes with LabVIEW and has been tried and tested many times and unless your LabVIEW installation is messed up simply shouldn't fail in such a way on its own.
    However you do include Matlab code somewhere and that might be more likely to cause this. Are you using the built in MathScript node or some other way to communicate directly to a Matlab DLL or such?
    Are you using anywhere Call Library Nodes that you have created or that did at least not come standard with LabVIEW?
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Error message: Exception error within external code

    Hi
    I am getting an error message on running one of my vi's that uses DAQ.mx that causes labview to close it reads:
    An exception occurred within the external code called by call library node.  This might have corrupted LabVIEW's memory.  Save any work to a new location and restart LabVIEW.  "VI ......." was stopped at node OX19E4 DAQmx Start Task.vi.
    The odd thing is if I put execution highlighting on the vi runs ok and then continues to run OK untill I close Labview and restart it.
    Is anybody familiar with this error.
    Many Thanks.
    Ashley

    I've never come across this error before but looks to be a problem with the NI-DAQmx driver. As a first step, I would recommend unisntalling the driver and then re-installing (i would also install the latest version 8.0).
    Funny how slowing the code down doesn't present the problem. let me know how you get on with the above.

  • Exception occurred: "AI Group Config"

    Recently I have gotten a problem with my LabVIEW VI, used to acquire data from a MEA-Chip. As soon as I try to change the setup of my
    PCI 6071 E I get he following error:
    Exception occurred within the external code called by a call library function Node. This might have corrupted LabVIEWs memory. Save....
    After closing the popup: The VI was stopped at node 0x214 of sub VI "AI Group Config".
    I use "AI Config" to initialize and change the setup of the PCI 6071 E. While the initialization works without any problems, an attempt to change any parameter (for example the sample rate), by resetting the device and calling "AI Config" again, leads to that particular exception. 
    Yet the actual problem is, that the VI worked perfectly for months until last week. There haven't been any changes to the measurement system, but suddenly this error pops up and I have not found any solution so far.
    I even tried the PCI 6071 E on an older PC, which had formerly been used, but the problem remains.
    The LabVIEW version is 7.1, both PC's run on windows XP, whereas the hardware components are fairly different, but that should not be a problem I suppose.
    If anyone knows what might suddenly cause this problem please let me know.
    Thanks and regards
    Robert Bestel

    Hello Robert Bestel,
    when reading your post my first guess was that a reinstallation of the traditional DAQ driver might fix this problem.
    After some research i found some similar cases in the past. Most of the time reinstalling the driver didnt fix the problem, but its worth a try.
    Other users had the same problem when their PC Hardware (RAM) got corrupt. To eliminate this possiblity i suggest to run "Memtest" and "Scandisk".
    Here is another Forum thread dealing with a different issue, but the suggestions might work here was well:
    http://forums.ni.com/t5/LabVIEW/corrupted-LabVIEW-s-memory/m-p/558031?requireLogin=False
    Its also possible that this problem might have been caused by some faulty Windows Update. So a complete reinstalltion of windows as well as all NI software could help as a last solution.
    Regards
    Moritz M.

  • Calling dll - exception occured

    In a vi I call a dll compiled in C++. It seems that the function which has been called does what it is supposed to do, only it returns error message:"An exception occured within the external code called by a Call Library Node" and then the execution of the vi is stopped. I have no idea what an "exception" means. Is it the problem in the external code really, or in a way how I call the function?

    > In a vi I call a dll compiled in C++. It seems that the function which
    > has been called does what it is supposed to do, only it returns error
    > message:"An exception occured within the external code called by a
    > Call Library Node" and then the execution of the vi is stopped. I have
    > no idea what an "exception" means. Is it the problem in the external
    > code really, or in a way how I call the function?
    It could mean either. What this means is that LV has a TRY block around
    the DLL call. The DLL threw an exception of some kind, and the
    TRY/CATCH prevented the LV application from crashing. If you have the
    source code to the DLL, wrap the entrypoint with your own TRY/CATCH and
    place a breakpoint at the CATCH point or step through your code.
    Examples of
    things that can cause an exception are division by zero,
    dereferencing a bad pointer, calling new with a very large number.
    These runtime errors are sometimes due to bad configuration of the node
    where the parameters from the diagram are being handed to the DLL.
    Again, stopping just inside of the DLL and inspecting the parameters is
    always a good technique for debugging this sort of problem.
    Greg McKaskle

  • An error occured within an XI interface: Exception occurredS:BBP_CF:037

    Hi
    I am getting an error as described below in XI . The error is while calling inbound proxy . This is a PurchaseOrderConfirmation in SRM system. has any one faced a similar exception ....how to debug this ...is it an error in abap code
    An error occured within an XI interface: Exception occurredS:BBP_CF:037 -No confirmations could be entered for purchase order 4100007164 Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line:
    <?xml version="1.0" encoding="utf-8" ?>
    - <nr1:StandardMessageFault xmlns:nr1="http://sap.com/xi/SRM/Basis/Global">
    - <standard>
      <faultText>An error occured within an XI interface: Exception occurredS:BBP_CF:037 -No confirmations could be entered for purchase order 4100007164 Programm: CX_BBP_BD_ERROR===============CP; Include: CX_BBP_BD_ERROR===============CM002; Line: 57</faultText>
      </standard>
      </nr1:StandardMessageFault>
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Call Inbound Proxy
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="">
      <SAP:Category>Application</SAP:Category>
      <SAP:Code area="ABAP">APPLICATION_ERROR</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="http://sap.com/xi/SRM/Basis/Global">StandardMessageFault</SAP:ApplicationFaultMessage>
      <SAP:Stack>The application triggered an exception</SAP:Stack>
      <SAP:Retry>M</SAP:Retry>
      </SAP:Error>
    thanks
    Prashanth

    Hi Prashanth,
    Check these..
    R/3(MM) -XI- SUS Scenario Error
    PurchaseOrderConfirmation in SRM 4.0
    cheers,
    Prashanth
    P.S Please mark helpful answers

  • An error occurred within an XI interface: Exception occurred

    Hi
    I am doing a scenario in which I am integrating R3-XI-SUS for PO,PO Response, ASN,GR and INVOICE.
    In which PO, PO Response and ASN working fine but when I am sending GR from R3 to SUS it is coming to XI correctly but it is received in SUS with error i SXMB_MONI it is showing following error:-
    <b>An error occurred within an XI interface: Exception occurred A:BBP_PD:002 -Document already exists. Check your entries Programm:: CX_BBP_BD_ERROR===============CP; Include:CX_BBP_BD_ERROR===============CM002;</b>
    What does this error means?
    Do anyone have solution to this problem.
    it's urgent
    Thanks in advance
    Thanks and Regards
    Sami

    Hi,
    As far as I understand this issue is not related to XI. Itseems there is some configuration mistakes from the SUS side.
    Please check with the functional consultant.
    Regards,
    Kumar
    P.S: Reward Points if Helpful!!!!!

  • An error occurred within an XI interface: Exception occurred A:BBP_PD:002

    Hi
           I am doing a scenario in which I am integrating R3-XI-SUS for PO,ASN,GR and INVOICE.
          In which PO and ASN working fine but when I am sending GR from R3 to SUS it is coming to XI correctly but it is received in SUS with error shown below.
    An error occurred within an XI interface: Exception occurred A:BBP_PD:002 -Document already exists. Check your entries Programm:: CX_BBP_BD_ERROR===============CP; Include:CX_BBP_BD_ERROR===============CM002;
    Do anyone have solution to this problem
    it's urgent
    thanks in advance
    thanks and regards
    Sami

    Hi
    <b>Please see the following SAP OSS Notes, which will definitely help -></b>
    Note 922190 - SRM-SUS: Confirmation response can not be identified in SUS
    <u>Other related OSS Notes -></u>
    Note 1026638 - GR Output Integration with MM-SUS Scenario for R/3 <= 47-
    Note 1051424 - Incorrect display of SUS Confirmations status
    Note 1026326 - Cannot accept GR with role SAP_EC_SUS_INVOICER
    <b>Related links -></b>
    SUS to SRM PurchaseOrderConfirmation error for limit order
    Re: SRM ServiceAcknowledgementConfirmation fail going into SUS
    Cancellation from SUS hangs in XI interface
    Hope this will help.
    Regards
    - Atul

  • Can't validate BR in EAS 11.1.2.1 - Exception Occurred

    We can't validate ANY Business Rules in EAS 11.1.2.1 against ANY applications including Sample. BR in EAS are used only for Essbase. EAS is on separate server than Essbase. 64-bit Windows
    Error message:
    Exception occurred. Please check your log file for details.
    Also, on one particular rule we are getting this when opening:
    Erro while sending command to HBR server running within the EAS server.
    Details:com.hyperion.hbr.excp.DataException.<init>(java.lang.String,(Ljava.lang.Object;,com.hyperion.hbr.excp.ExceptionSeverity,java.lang.Throwable)
    hbrserver:
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.cache.GenericCache - Retrieve: HBRLocation
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.cache.GenericCache - Class: com.hyperion.hbr.cache.impl.LocationID [id: 3]
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.cache.GenericCache - Not Found
    2012-04-13 12:57:15,232 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.db.DBLocationTable - Unable to find Location with ID: 3
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.db.DBLocationTable - Exiting method. com.hyperion.hbr.db.DBLocationTable:getLocation
    2012-04-13 12:57:15,232 WARN [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlManagerServer - Error in AccessControl retrieving location.
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlManagerServer - Exiting method. com.hyperion.hbr.common.HBRLogger:warningExit
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.HBRCmdListener - Entering method. com.hyperion.hbr.core.HBRCmdListener:addExceptionToXto
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.HBRCmdListener - Exiting method. com.hyperion.hbr.core.HBRCmdListener:addExceptionToXto
    2012-04-13 12:57:15,232 DEBUG [ACTIVE] ExecuteThread: '16' for queue: 'weblogic.kernel.Default (self-tuning)' com.hyperion.hbr.core.AccessControlCmdListener - Exiting method. com.hyperion.hbr.core.AccessControlCmdListener:getLocation
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.core.PluginDataManager - Entering method. com.hyperion.hbr.core.PluginDataManager:getNewEvents()
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.DBPluginDataTable - Entering method. com.hyperion.hbr.db.DBPluginDataTable:getPluginDataAfter
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionPool - Entering method. com.hyperion.hbr.db.HBRDBConnectionPool:getConnection()
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionPool - Entering method. com.hyperion.hbr.db.HBRDBConnectionPool:checkout()
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionPool - Exiting method. com.hyperion.hbr.db.HBRDBConnectionPool:checkout()
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionPool - Exiting method. com.hyperion.hbr.db.HBRDBConnectionPool:getConnection()
    2012-04-13 12:57:15,435 ERROR Thread-61 com.hyperion.hbr.db.HBRDBConnectionHandler - No resource is associated with key "######## Getting connection. Number Checked Out = 1".
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionHandler - ######## Getting connection. Number Checked Out = 1
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.BaseRepository - Entering method. com.hyperion.hbr.db.BaseRepository:prepareSelect
    2012-04-13 12:57:15,435 INFO Thread-61 com.hyperion.hbr.db.BaseRepository - select PlanningServer, PlanningRmiPort, PlanningAppName, OlapServerName, OlapUserName, OlapPassword, EntryTime from HBRPluginData
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.BaseRepository - Exiting method. com.hyperion.hbr.db.BaseRepository:prepareSelect
    2012-04-13 12:57:15,435 ERROR Thread-61 com.hyperion.hbr.db.DBPluginDataTable - No resource is associated with key "trying to close statement in getPluginDataAfter ".
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.DBPluginDataTable - trying to close statement in getPluginDataAfter
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.RepositoryManager - Entering method. com.hyperion.hbr.db.RepositoryManager:createRepository
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.RepositoryManager - Exiting method. com.hyperion.hbr.db.RepositoryManager:createRepository
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.BaseRepository - Entering method. com.hyperion.hbr.db.BaseRepository:getConnMgr
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.BaseRepository - Exiting method. com.hyperion.hbr.db.BaseRepository:getConnMgr
    2012-04-13 12:57:15,435 ERROR Thread-61 com.hyperion.hbr.db.HBRDBConnectionHandler - No resource is associated with key "######## Freeing connection. Number Checked Out = 0".
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.HBRDBConnectionHandler - ######## Freeing connection. Number Checked Out = 0
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.db.DBPluginDataTable - Exiting method. com.hyperion.hbr.db.DBPluginDataTable:getPluginDataAfter
    2012-04-13 12:57:15,435 DEBUG Thread-61 com.hyperion.hbr.core.PluginDataManager - Exiting method. com.hyperion.hbr.core.PluginDataManager:getNewEvents()
    hbrclient:
    2012-04-13 10:19:49,761 DEBUG AWT-EventQueue-0 com.hyperion.hbr.api.UserManagerClient - Exiting method. com.hyperion.hbr.api.UserManagerClient:getUserServerList
    2012-04-13 10:19:49,761 DEBUG AWT-EventQueue-0 com.hyperion.hbr.api.SessionClient - Exiting method. com.hyperion.hbr.api.SessionClient:updateUserConnect
    2012-04-13 10:19:49,761 DEBUG AWT-EventQueue-0 com.hyperion.hbr.api.MetadataManagerClient - Entering method. com.hyperion.hbr.api.MetadataManagerClient:validateConnectStringForValidateLaunch
    2012-04-13 10:19:49,761 DEBUG AWT-EventQueue-0 com.hyperion.hbr.api.MetadataManagerClient - Entering method. com.hyperion.hbr.api.MetadataManagerClient:getConnectedRootElement
    2012-04-13 10:19:49,761 WARN AWT-EventQueue-0 com.hyperion.hbr.core.MetadataManagerServerRemote - Cannot retrieve connected root element for Essbase/...
    com.hyperion.hbr.common.HBRLogger$HBRLogThrowable
         at com.hyperion.hbr.core.MetadataManagerServerRemote.getConnectedRootElement(Unknown Source)
         at com.hyperion.hbr.api.MetadataManagerClient.getConnectedRootElement(Unknown Source)
         at com.hyperion.hbr.api.MetadataManagerClient.validateConnectStringForValidateLaunch(Unknown Source)
         at com.hyperion.hbr.client.LauncherWindow.validateExecDBValue(Unknown Source)
         at com.hyperion.hbr.client.LauncherWindow.validateRuleLaunchValues(Unknown Source)
         at com.hyperion.hbr.client.LauncherWindow.handleLaunch(Unknown Source)
         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.essbase.eas.ui.CButton.doAction(Unknown Source)
         at com.essbase.eas.ui.CButton$1.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6267)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6032)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1046)
         at java.awt.Dialog$3.run(Dialog.java:1098)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1096)
         at com.essbase.eas.ui.StandardDialog.show(Unknown Source)
         at com.essbase.eas.ui.StandardDialog.doModal(Unknown Source)
         at com.essbase.eas.ui.StandardDialog.doModal(Unknown Source)
         at com.hyperion.hbr.client.MainFrame.handleValidate(Unknown Source)
         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.essbase.eas.ui.CButton.doAction(Unknown Source)
         at com.essbase.eas.ui.CButton$1.actionPerformed(Unknown Source)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.Component.processMouseEvent(Component.java:6267)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6032)
         at java.awt.Container.processEvent(Container.java:2041)
         at java.awt.Component.dispatchEventImpl(Component.java:4630)
         at java.awt.Container.dispatchEventImpl(Container.java:2099)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4577)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4238)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4168)
         at java.awt.Container.dispatchEventImpl(Container.java:2085)
         at java.awt.Window.dispatchEventImpl(Window.java:2478)
         at java.awt.Component.dispatchEvent(Component.java:4460)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    2012-04-13 10:19:49,776 DEBUG AWT-EventQueue-0 com.hyperion.hbr.core.MetadataManagerServerRemote - Exiting method. com.hyperion.hbr.common.HBRLogger:warningExit
    2012-04-13 10:19:49,776 DEBUG AWT-EventQueue-0 com.hyperion.hbr.core.MetadataManagerServerRemote - Entering method. com.hyperion.hbr.core.MetadataManagerServerRemote:connect
    2012-04-13 10:19:49,776 INFO AWT-EventQueue-0 com.hyperion.hbr.api.ClientSessionManager - getSession: Thread = Thread[AWT-EventQueue-0,6,main], Session = com.hyperion.hbr.api.SessionC
    We have check assess rights in shared services, Location and Privileges for Rules, SQL memory and disk space, removing and re-adding servers.
    Any suggestions will be greatly appreciated!!!!!!!!!

    This article from My Oracle Support might be useful: Troubleshooting the Business Rules Command Line Launcher (CmdLnLauncher) [ID 1173313.1]
    And specifically this part:
    Error: "Error While Sending Command to HBR Server Running Within the EAS Server"
    Symptoms
    CmdLnLauncher utility fails with the following error,
    "Error while sending command to HBR Server running within the EAS server."
    Cause
    JDK 1.6 installed on the server. This is picked up as the default Java Runtime resulting in issues running CmdLnLauncher utility. The 11.1.1.x release supports JDK 1.5
    You can verify what version of Java is installed on the server by executing command 'Java -version' from a command prompt.
    Solution
    Uninstall JDK 1.6 and install version 1.5.
    If uninstalling is not an option you can perform the following steps to workaround the issue:
    1. Edit CmdLnLauncher.bat
    2. Add path to JRE 1.5 before -DHBR_HOME
    Example of CmdLnLauncher.bat:
    set CPATH=..\lib\CmdLnLauncher.jar
    set CPATH=%CPATH%;..\lib\easclientplugin.jar
    set CPATH=%CPATH%;..\lib\log4j-1.2.8.jar
    set CPATH=%CPATH%;..\lib\framework_common.jar
    set CPATH=%CPATH%;..\lib\eas_common.jar
    rem set CPATH=%CPATH%;..\lib\jaxp-api.jar
    rem set CPATH=%CPATH%;..\lib\jdom.jar
    set CPATH=%CPATH%;..\lib\dom.jar
    set CPATH=%CPATH%;..\lib\xercesImpl.jar
    C:\Hyperion\common\JRE\Sun\1.5.0\bin\java -DHBR_HOME=..\.. -cp %CPATH% com.hyperion.hbr.cmdlnlauncher.CmdLineLauncher %1 %2 %3 %4 %5 %6
    3. Save Changes to CmdLnLauncher.bat file.
    References
    BUG:9545394 - CMDLNLAUNCHER - ERROR WHILE SENDING COMMAND TO HBR SERVER RUNNING WITHIN THE EAS
    Cheers,
    Mehmet

  • BEA-010026 Exception occurred during commit of transaction Xid...

    Srs,
    Does anyone know how can i change the IP address bellow ? is there any file with this configuration ? ( i dont know so well weblogic )
    This is a unkown IP (10.26.71.28) and probably for this reason, the following error appears:
    <Mar 31, 2010 1:53:48 PM BRT> <Error> <EJB> <BEA-010026> <Exception occurred during commit of transaction Xid=BEA1-012A4C55A4FA8C6F67D0(13881631),Status=Rolling Back. [Reason=javax.transaction.SystemException: SubCoordinator 'AdminServer+*10.26.71.28*:7001+tdws_domain+t3+' not available],numRepliesOwedMe=0,numRepliesOwedOthers=0,seconds since begin=167,seconds left=55,XAServerResourceInfo[JMS_ADMLoggingStore]=(ServerResourceInfo[JMS_ADMLoggingStore]=(state=rolledback,assigned=adm_managed_server),xar=JMS_ADMLoggingStore,re-Registered = false),XAServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(ServerResourceInfo[weblogic.jdbc.wrapper.JTSXAResourceImpl]=(state=new,assigned=AdminServer),xar=weblogic.jdbc.wrapper.JTSXAResourceImpl@15d1298,re-Registered = false),SCInfo[tdws_domain+AdminServer]=(state=rolling-back),SCInfo[adm+adm_managed_server]=(state=rolledback),properties=({weblogic.jdbc=t3://*10.26.71.28*:8080, START_AND_END_THREAD_EQUAL=false}),OwnerTransactionManager=ServerTM[ServerCoordinatorDescriptor=(CoordinatorURL=adm_managed_server+146.250.132.247:7001+adm+t3+, XAResources={weblogic.jdbc.wrapper.JTSXAResourceImpl, JMS_ADMLoggingStore},NonXAResources={})],CoordinatorURL=adm_managed_server+146.250.132.247:7001+adm+t3+): javax.transaction.SystemException: SubCoordinator 'AdminServer+*10.26.71.28*:7001+tdws_domain+t3+' not available
    at weblogic.transaction.internal.TransactionImpl.abort(TransactionImpl.java:1045)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:173)
    at weblogic.transaction.internal.ServerSCInfo.startPrePrepareAndChain(ServerSCInfo.java:163)
    at weblogic.transaction.internal.ServerTransactionImpl.localPrePrepareAndChain(ServerTransactionImpl.java:1202)
    at weblogic.transaction.internal.ServerTransactionImpl.globalPrePrepare(ServerTransactionImpl.java:2007)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:257)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:228)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:430)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:333)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:298)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2698)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2610)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    --------------- nested within: ------------------
    weblogic.transaction.RollbackException: SubCoordinator 'AdminServer+10.26.71.28:7001+tdws_domain+t3+' not available - with nested exception:
    [javax.transaction.SystemException: SubCoordinator 'AdminServer+10.26.71.28:7001+tdws_domain+t3+' not available]
    at weblogic.transaction.internal.TransactionImpl.throwRollbackException(TransactionImpl.java:1687)
    at weblogic.transaction.internal.ServerTransactionImpl.internalCommit(ServerTransactionImpl.java:311)
    at weblogic.transaction.internal.ServerTransactionImpl.commit(ServerTransactionImpl.java:228)
    at weblogic.ejb20.internal.MDListener.execute(MDListener.java:430)
    at weblogic.ejb20.internal.MDListener.transactionalOnMessage(MDListener.java:333)
    at weblogic.ejb20.internal.MDListener.onMessage(MDListener.java:298)
    at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:2698)
    at weblogic.jms.client.JMSSession.execute(JMSSession.java:2610)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:224)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:183)
    Thanks,
    Claudio
    Edited by: user1098890 on 31/03/2010 12:35

    Did anyone ever find an answer to this? I have the same problem.

  • Error Msg -A Low-level exception occurred in: Adobe Player

    I have CS6 installed, all the latest patches, etc. It's been working fine for months.In the last week Pr is unable to playback all of my footage (Native 5D mark III h.246 and Canon xf305 footage). Whether it is on the timeline or in the source panel.
    The Error message i get it this:  A Low-level exception occurred in: Adobe Player (player).
    Using Adobe CS 6.0.3
    Windows 64 Bit 8 GBs RAM
    Happens in new projects and old.
    New timelines also affected, it appears.
    Was not happening as recently as two days ago.
    No changes made to the computer.
    Only changes is that I have combined timeines (Imported) from one project to another.
    Video shows yellow or Green.
    I have rerendered the footage to show all green on timeline.
    Only way around it is to reboot the computer, it comes back after a while. The problematic timelines work fine for a while, then this starts happening.
    I deleted the media cache database folder after exiting Pr.
    Didn't seem to change anything. I just got the error again. Things seem to be curiously messed up. I tried to render a sequence out to MXF. The headless crashed each time, (not totally unusual, but it couldn't complete even once). I also got an error message when I bypassed the Media Encoder and just went strait to rendering it out within Pro. It managed to continue to render it to MXF but when I got done and imported it into Pro, it didn't play the clip when I clicked on it.
    The interesting thing to me is that to totally clear Adobe from RAM, I have to go into Task Manager and kill the process after exiting the program (in lieu of rebooting). So it's not closing properly, it appears. Once I kill the process and reopen the app, I can then play the sequence, for a while. It's very curious. Task manager also shows lots of RAM open, no memory leaks at work, nothing unusual. It appears, to be just choking on footage, sort of like it can't quite process the audio (like when you bring in new footage and it has to process that audio). What's happening is like it sees the audio at first when I bring it in at startup of the app, then loses it. If I exit without killing the Premiere process (or shutting down the machine), then it still exhibets the behavior on startup again.
    So this project is large, for me. It is showing as 34 MBs. I have a wide variety of clips at play here, but only MXF Canon from the xf305 and MOV from the Canon 5D. The MXF are the default sequence(s) unless I shot nothing but MOV.
    I have tried rendering the visualization, all green lines on top but that doesn't seem to fully help. It does play the footage for a while.
    There are no special effects added, yet.
    Is it worth re-installing Premiere? This has cost me the better part of a day screwing around with this.
    Let me detail this again:
    Premiere is installed on C There hundreds of GBs of storage avaialble there.
    All project files are on F which is a RAID 1 array. It appears to be functioning normally. 800 GBs free space on 2TBs.
    All Renders are taking out to an external drive like I always do. Lot s of space available there too.
    Anyone have an idea how to fix this?

    Is this any better? Cut and pasted plain text.
    I have CS6 installed, all the latest patches, etc. It's been working fine for months.In the last week Pr is unable to playback all of my footage (Native 5D mark III h.246 and Canon xf305 footage). Whether it is on the timeline or in the source panel.
    the Error message i get it this:  A Low-level exception occurred in: Adobe Player (player).
    Using Adobe CS 6.0.3
    Windows 64 Bit 8 GBs RAM
    Happens in new projects and old.
    New timelines also affected, it appears.
    Was not happening as recently as two days ago.
    No changes made to the computer.
    Only changes is that I have combined timeines (Imported) from one project to another.
    Video shows yellow or Green.
    I have rerendered the footage to show all green on timeline.
    Only way around it is to reboot the computer, it comes back after a while. The problematic timelines work fine for a while, then this starts happening.
    I deleted the media cache database folder after exiting Pr.
    Didn't seem to change anything. I just got the error again. Things seem to be curiously messed up. I tried to render a sequence out to MXF. The headless crashed each time, (not totally unusual, but it couldn't complete even once). I also got an error message when I bypassed the Media Encoder and just went strait to rendering it out within Pro. It managed to continue to render it to MXF but when I got done and imported it into Pro, it didn't play the clip when I clicked on it.
    The interesting thing to me is that to totally clear Adobe from RAM, I have to go into Task Manager and kill the process after exiting the program (in lieu of rebooting). So it's not closing properly, it appears. Once I kill the process and reopen the app, I can then play the sequence, for a while. It's very curious. Task manager also shows lots of RAM open, no memory leaks at work, nothing unusual. It appears, to be just choking on footage, sort of like it can't quite process the audio (like when you bring in new footage and it has to process that audio). What's happening is like it sees the audio at first when I bring it in at startup of the app, then loses it. If I exit without killing the Premiere process (or shutting down the machine), then it still exhibets the behavior on startup again.
    So this project is large, for me. It is showing as 34 MBs. I have a wide variety of clips at play here, but only MXF Canon from the xf305 and MOV from the Canon 5D. The MXF are the default sequence(s) unless I shot nothing but MOV.
    I have tried rendering the visualization, all green lines on top but that doesn't seem to fully help. It does play the footage for a while.
    There are no special effects added, yet.
    Is it worth re-installing Premiere? This has cost me the better part of a day screwing around with this.
    Let me detail this again:
    Premiere is installed on C There hundreds of GBs of storage avaialble there.
    All project files are on F which is a RAID 1 array. It appears to be functioning normally. 800 GBs free space on 2TBs.
    All Renders are taking out to an external drive like I always do. Lot s of space available there too.
    Anyone have an idea how to fix this?

  • An unexpected exception occurred in the script.script section:run.caused by

    here I have created a script My Function and I wrote My Functions within a function InputData.
    I also created another script saidkamel it called a method IinputData in MyFonction script.
    here is the script code on the My Function script :
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.browser.api.*;
    import oracle.oats.scripting.modules.functionalTest.api.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    import oracle.oats.scripting.modules.webdom.api.*;
    public class script extends IteratingVUserScript {
         @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
         @ScriptService oracle.oats.scripting.modules.browser.api.BrowserService browser;
         @ScriptService oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService ft;
         @ScriptService oracle.oats.scripting.modules.webdom.api.WebDomService web;
         public void initialize() throws Exception {
         * Add code to be executed each iteration for this virtual user.
         public void run() throws Exception {
         * @param vObjPath
         * @param vValue
         public boolean InputData(@Arg("vObjPath")
         String vObjPath, @Arg("vValue")
         String vValue) throws Exception {
              web.textBox(vObjPath).setText(vValue);
              return true;
         public void finish() throws Exception {
    code of Said Kamel script who uses the method InputData is:
    import oracle.oats.scripting.modules.basic.api.*;
    import oracle.oats.scripting.modules.browser.api.*;
    import oracle.oats.scripting.modules.functionalTest.api.*;
    import oracle.oats.scripting.modules.utilities.api.*;
    import oracle.oats.scripting.modules.utilities.api.sql.*;
    import oracle.oats.scripting.modules.utilities.api.xml.*;
    import oracle.oats.scripting.modules.utilities.api.file.*;
    import oracle.oats.scripting.modules.webdom.api.*;
    public class script extends IteratingVUserScript {
         @ScriptService oracle.oats.scripting.modules.utilities.api.UtilitiesService utilities;
         @ScriptService oracle.oats.scripting.modules.browser.api.BrowserService browser;
         @ScriptService oracle.oats.scripting.modules.functionalTest.api.FunctionalTestService ft;
         @ScriptService oracle.oats.scripting.modules.webdom.api.WebDomService web;
         public void initialize() throws Exception {
              browser.launch();
         * Add code to be executed each iteration for this virtual user.
         public void run() throws Exception {
              getDatabank("Converted_CreateQuote_DF").getNextDatabankRecord();
              beginStep(" No Title", 0);
                   getScript("My Functions").callFunction("Default","Default","SystemComponents","InputData","/web:window[@index='0'or @title='Rentacar Connexion']/web:document[@name='Login' or index='0']/web:input_text[@name='login_user_id' or @index='0']",{{Db.Converted_CreateQuote_DF.login_user_id}}" );
                   web
                   .textBox(
                   "{{obj.OR.txtUserID}}")
                   .setText("{{Db.Converted_CreateQuote_DF.login_user_id}}");
              endStep();
         public void finish() throws Exception {
         here is the error message that appears:
    An unexpected exception Occurred In The script.script Section: run.caused by: NullPointerException Occurred
    look at the code if it is fair and more how to solve the problem of the error that gives me!
    thankssssssssssssssssss

    Hello Bala
    What is your Java version? JInitiator or Sun?
    When exactly does this error occur?
    What is your OATS version?
    Have you ran a Diagnose Tool (Help Menu in OpenScript)?
    Thx
    JB

  • Cannot enable auto commit within JTS using websphere

    i suddenly encountered some exceptions like this yet the process seems to be ok. i am pretty new to websphere, help please:
    java.lang.IllegalStateException: Cannot enable auto commit within JTS transaction
         at com.ibm.ejs.cm.pool.ConnectO.setAutoCommit(ConnectO.java:2085)
         at com.ibm.ejs.cm.proxy.ConnectionProxy.setAutoCommit(ConnectionProxy.java:594)

    I'm setting autoCommit to false in some of my code and it works. Here is the example:
    //This code works for the Oracle Thin Driver
                   conn.setAutoCommit(false); // <- required!
                 // initialize LOB reference
                 GDate curDate = new GDate();
                 ps = conn.prepareStatement("insert into Calculated_Rate_Import values (empty_clob(), ?)");
                 //conn.createStatement().executeUpdate("insert into Calculated_Rate_Import values (empty_clob(), TO_DATE('" + GDate.getSafeSqlDate(curDate) + "'))");
                 ps.setTimestamp(1, GDate.getSafeTimestamp(curDate));
                 ps.executeUpdate();
                 ps = conn.prepareStatement("select Calculated_Rate_Import from Calculated_Rate_Import where Import_Date = ? for update");
                 ps.setTimestamp(1, GDate.getSafeTimestamp(curDate));
                   results = ps.executeQuery();
                 results.next();
                 // get lob reference from write lock
                     //oracle.sql.CLOB clob = ((oracle.jdbc.driver.OracleResultSet)results).getCLOB(1);
                   oracle.sql.CLOB clob = (oracle.sql.CLOB)results.getClob("Calculated_Rate_Import");
                 // create statement for update
                 ps = conn.prepareStatement("update Calculated_Rate_Import set Calculated_Rate_Import = ? where Import_Date = ?");
                 // stream data into lob
                 java.io.OutputStream os = ((oracle.sql.CLOB)clob).getAsciiOutputStream();
                 try{
                      os.write(fileContents.getBytes());
                           os.close();
                 }catch(IOException e){
                      e.printStackTrace();
                 // execute update
                 //((oracle.jdbc.driver.OraclePreparedStatement)ps3).setCLOB(1, clob);
                 ps.setClob(1, clob);
                 ps.setTimestamp(2, GDate.getSafeTimestamp(curDate));
                 ps.executeUpdate();
                 // close lock
                 results.close();
                 conn.commit();
                 //finished inserting CLOB
                 //set the auto commit back to true, required!
                   conn.setAutoCommit(true);

Maybe you are looking for