Error when the engine starts

Hi all,
I'm getting this error when my engine starts. What can be happening? How can I avoid it?
fuego.transaction.DatabaseException: Se ha producido un error al acceder a la base de datos.
Detalle:Instrucción SQL: 'DELETE FROM PWKTODO WHERE WKTDKEY = ? WKTDKEY:'caducator.'
at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:806)
at fuego.server.persistence.Persistence.deleteToDoItem(Persistence.java:758)
at fuego.server.execution.AbstractToDoQueue.persist(AbstractToDoQueue.java:46)
at fuego.server.execution.EngineExecutionContext.persistToDoItems(EngineExecutionContext.java:2054)
at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1207)
at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)
at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:692)
at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:375)
at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)
at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)
at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
at fuego.ejbengine.ItemExecutionBean.processMessage(ItemExecutionBean.java:207)
at fuego.ejbengine.ItemExecutionBean.onMessage(ItemExecutionBean.java:118)
at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
Caused by: java.sql.SQLException: Unexpected exception while enlisting XAConnection java.sql.SQLException: Transaction rolled back: Transaction timed out after 29 seconds
BEA1-29DC678B1DDE2A93EEAE
at weblogic.jdbc.jta.DataSource.enlist(DataSource.java:1418)
at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1330)
at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:189)
at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:64)
at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:92)
at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:482)
at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:541)
at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:763)
at fuego.server.persistence.Persistence.deleteToDoItem(Persistence.java:758)
at fuego.server.execution.AbstractToDoQueue.persist(AbstractToDoQueue.java:46)
at fuego.server.execution.EngineExecutionContext.persistToDoItems(EngineExecutionContext.java:2054)
at fuego.server.execution.EngineExecutionContext.persist(EngineExecutionContext.java:1207)
at fuego.transaction.TransactionAction.beforeCompletion(TransactionAction.java:132)
at fuego.connector.ConnectorTransaction.beforeCompletion(ConnectorTransaction.java:692)
at fuego.connector.ConnectorTransaction.commit(ConnectorTransaction.java:375)
at fuego.transaction.TransactionAction.commit(TransactionAction.java:302)
at fuego.transaction.TransactionAction.startBaseTransaction(TransactionAction.java:481)
at fuego.transaction.TransactionAction.startTransaction(TransactionAction.java:551)
at fuego.transaction.TransactionAction.start(TransactionAction.java:212)
at fuego.server.execution.DefaultEngineExecution.executeImmediate(DefaultEngineExecution.java:123)
at fuego.server.execution.EngineExecution.executeImmediate(EngineExecution.java:66)
at fuego.ejbengine.ItemExecutionBean.processMessage(ItemExecutionBean.java:207)
at fuego.ejbengine.ItemExecutionBean.onMessage(ItemExecutionBean.java:118)
at weblogic.ejb.container.internal.MDListener.execute(MDListener.java:466)
at weblogic.ejb.container.internal.MDListener.transactionalOnMessage(MDListener.java:371)
at weblogic.ejb.container.internal.MDListener.onMessage(MDListener.java:327)
at weblogic.jms.client.JMSSession.onMessage(JMSSession.java:4547)
at weblogic.jms.client.JMSSession.execute(JMSSession.java:4233)
at weblogic.jms.client.JMSSession.executeMessage(JMSSession.java:3709)
at weblogic.jms.client.JMSSession.access$000(JMSSession.java:114)
at weblogic.jms.client.JMSSession$UseForRunnable.run(JMSSession.java:5058)
at weblogic.work.SelfTuningWorkManagerImpl$WorkAdapterImpl.run(SelfTuningWorkManagerImpl.java:516)
at weblogic.work.ExecuteThread.execute(ExecuteThread.java:201)
at weblogic.work.ExecuteThread.run(ExecuteThread.java:173)
at weblogic.jdbc.jta.DataSource.refreshXAConnAndEnlist(DataSource.java:1343)
at weblogic.jdbc.wrapper.JTAConnection.getXAConn(JTAConnection.java:189)
at weblogic.jdbc.wrapper.JTAConnection.checkConnection(JTAConnection.java:64)
at weblogic.jdbc.wrapper.Connection.preInvocationHandler(Connection.java:92)
at weblogic.jdbc.wrapper.Connection.prepareStatement(Connection.java:482)
at fuego.jdbc.FaultTolerantConnection.prepareStatement(FaultTolerantConnection.java:541)
at fuego.server.persistence.jdbc.JdbcToDoItemPersMgr.delete(JdbcToDoItemPersMgr.java:763)
... 26 more

The only thing I'd caution you strongly against doing is to undeploy a project that has active instances in production.
If you do this, the instances currently running through the processes in the project will be lost and cannot be resurrected.
If this is not in production, then undeploying the project obviously won't do you any harm.
Probably not the cause of the problem, but the only time I've seen a similar error was when an incorrect JDBC driver was used for the Engine. If this is not a new installation and you're on the latest patchset and you haven't done anything odd with the JDBC driver, then you might want to give support a call to see if they've run into a similar issue in the past.
Dan

Similar Messages

  • Error NL-00051 when the listener starts up

    Hi,
    I'm getting an error when the listener starts up on my NT4 system. I have Oracl 8.0.4 running and for some reason I get:
    NL-00051: internal error code, arguments: [302], [1], [], [], [], [], []
    Does anybody know why this is happening. The listener no longer works and the DB's are out of use.
    Any help would be appreciated.
    Thanks,
    Mark Willems

    bash-2.05$ oerr nl 51
    00051, 00000, "internal error code, arguments: [%s], [%s], [%s], [%s], [%s], [%s
    ], [%s]"
    // *Cause:  This is the generic internal error code for NPD program
    // exceptions. This indicates that a process has encountered an
    // exceptional condition.
    // *Action: Report as a bug - the first argument is the internal error number
    // The second argument is the "emfi" (err msg file index).

  • I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    I get an error when attempting to start genius. It says "Unsuccessful Action: The action you attempted to perform did not complete successfully. Please try again later." Help!

    From an existing Discussion:
    Go to Safari --> Preferences
    Click Security
    Show Cookies
    Type "apple.com" in to top search field
    Select All
    Click Remove
    Click Done
    Repeat the above to confirm they are gone (mine took two attempts)
    Choose Update Genius again in iTunes.
    iTunes 9 - can't update genius https://discussions.apple.com/thread/2151150

  • HT1414 hi everyone , having trouble with restoring my iphone, i did follow the step untul extracting the update software but when the iphone start to restoring my iPhone always turn off and it say Error 21 on my PC monitor ...please help me icannot get my

    hi everyone , having trouble with restoring my iphone, i did follow the step untul extracting the update software but when the iphone start to restoring my iPhone always turn off and it say Error 21 on my PC monitor ...please help me i cannot get my iPhone turn on

    Error 20, 21, 23, 26, 28, 29, 34, 36, 37, 40
    These errors typically occur when security software interferes with the restore and update process. FollowTroubleshooting security software issues to resolve this issue. In rare cases, these errors may be a hardware issue. If the errors persist on another computer, the device may need service.

  • Error when trying to start the ToolsAndFrameworks to access Endeca workbenc

    Hi All,
    I am getting the below error when trying to start the ToolsAndFrameworks.
    Starting Workbench (background process)
    The BASEDIR environment variable is not defined correctly
    This environment variable is needed to run this program
    Regards
    SK

    Hi SK,
    This occurs in those cases where the Endeca environment variables are not set properly. Make sure all the Endeca environment variables are set before starting the Tools services.
    Executing the 'mdex_setup_ini' and 'installar_sh.ini' will setup the Endeca environment variables. Below are the commands for the same.
    source /local/endeca/MDEX/6.3.0/mdex_setup_sh.ini
    source /local/endeca/PlatformServices/workspace/setup/installer_sh.ini
    HTH,
    Mahesh

  • I get an error that says that LR5 encounterd a preview cach error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    I get an error that says that LR5 encountered a preview cache error when trying to start LR5 and that it will try to fix it the next time it starts. What can I do to fix this error?

    Go to the folder with you Lightroom Catalog (usually in Pictures) and delete the folder ending in .lrpreviews
    This contains the previews for the files Lightroom has linked to. They will need to be rebuilt which can be done while working or selecting an amount you want to rebuild and accessing the rebuild command in the Library Dropdown menu...

  • Dns error when trying to start ssgd 4.4

    Hi,
    I get the following error when trying to start a fresh install of SSGD 4.4 on sun solaris 10 sparc machine
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    2008/05/12 18:34:43.082 (pid 27580) server/common/fatalerror #1210597482966
    Sun Secure Global Desktop Software (4.4) FATAL ERROR:
    The configured DNS name of the server (unknown) couldn't be
    resolved in DNS.
    The server can't start.
    Check your DNS configuration.
    I tried changing the servername in the httpd.conf file but still get the above errors. What could be the possibel reasons for this error.
    Thanks,

    Hi,
    I changed the peerdns name to "penguin.everett.nl"
    Cbash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#
    However, when I now start the tarantella I get the following error :
    bash-3.00# /opt/tarantella/bin/tarantella stop
    Secure Global Desktop services are not currently running.
    bash-3.00# /opt/tarantella/bin/tarantella start
    Starting Secure Global Desktop server (version 4.40.917). Please wait...
    javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:62)
    at com.sco.jndi.toolkit.provider.SimpleContinuation.getSimpleException(SimpleContinuation.java:82)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:386)
    at com.sco.jndi.toolkit.provider.ToolkitContext.namingException(ToolkitContext.java:401)
    at com.sco.jndi.toolkit.provider.ToolkitContext.nameNotFound(ToolkitContext.java:436)
    at java.lang.Thread.run(Thread.java:619)
    Caused by: java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:62)
    at com.sco.jndi.provider.file.FileCacheObject.<init>(FileCacheObject.java:39)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:83)
    at com.sco.jndi.provider.file.FileCache.lookup(FileCache.java:68)
    at com.sco.jndi.provider.file.FileContext.child(FileContext.java:612)
    at com.sco.jndi.provider.file.FileContext.f_lookupLink(FileContext.java:889)
    ... 12 more
    java.io.IOException: Failed to load all Beans : javax.naming.NameNotFoundException: asad.properties [Root exception is java.io.FileNotFoundException: /opt/tarantella/var/serverconfig/global/beans/asad.properties]
    at com.sco.tta.server.server.JServer.<init>(JServer.java:327)
    at TTAServer.run(TTAServer.java:391)
    at java.lang.Thread.run(Thread.java:619)
    bash-3.00# /opt/tarantella/bin/tarantella status
    Array members (1):
    - penguin.everett.nl (primary): NOT ACCEPTING CONNECTIONS.
    bash-3.00#

  • Bluetooth no longer loads automatically when the computer starts

    I have the Bluetooth Stack version 2.01.21.1. It was working fine. When the laptop booted up, the bluetooth mouse was automatically connected.
    All of a sudden the icon no longer appears automatically in the system tray and so I have to manually connect the mouse each time
    It is still listed in the startup menu on the desktop and it is still checked in startup in the msconfig.
    How do I fix this?
    Thanks in advance

    I have just gotten off the phone with a microsoft tech who actually seems to have fixed this somewhat
    He went to start/run to get to services.msc.
    He chose "SSDP Discovery Services" which "enables discovery of
    UPnP devices on your home network" and DISABLED it.
    Go figure
    The BT icon now appears in my system tray and starts up automatically when the computer starts.
    I say somewhat because It still disconnects if left idle for a long period, which it did not do previously, but at least it is there when I log on.
    I want to mention that I have a Dell, not a Toshiba (did not realize this forum was for Toshiba laptops rather than Toshiba software) but perhaps
    you will find this information useful.
    Also, at http://technet.microsoft.com/en-us/sysinternals/bb963902.aspx you will find an autorun tool that lets you fix what is or is not
    in the startup menus. It seems to work better than using msconfig which on my laptop was not making a difference as to what started up and what did not.
    It is meant for IT professionals so I would not mess with it too much. However if you just check or uncheck in the startups for the BT manager you will
    not do any damage.

  • I have been dealing with crashing and freezing issues on my iMac for 6 months.  A supervisor has been assisting me but the issue is not getting fixed.  The computer was under when the issues started.  He wants to get us a new computer but is not allowed.

    Our iMac was under warranty when it began freezing and or crashing.  I have spent several hours on the phone with a supervisor and had the machine in 2x.  We have also had a repair done in our home.  The problems persist.  We feel apple owes us a new computer.   Help!!!

    Do you have a written record of your attempts to get it repaired?  When you took the machine "in" for repairs, did you take it to an Apple Store or to an Apple Authorized Reseller or Repair Facility, and do you have copies of invoices or statements showing what repairs were made?  If the answers are yes, you need to be persistent in attempting to get a new computer.  Ask to talk to the supervisor's supervisor to "escalate" the complaint to a higher level.  Get copies of all your repair information and send a letter to the Apple Customer Service people in California and ask them for help.
    If your iMac was under warranty when the problems started and the problems have not been resolved, your position should be that the problems should still be fixed or the computer replaced even though the warranty may have expired in the interim.  Do you live in the US?  If yes, your home state has a Consumer Protection agency.  File a complaint with them and ask for their assistance in mediating and/or resolving the matter.

  • I iphone is showing an error 0xE800005 the logo starts turning in itself for hours. What should I do?

    i iphone is showing an error 0xE800005 the logo starts turning in itself for hours. What should I do?

    The page is just on my desktop and not on a server, so I'll post the code (sorry).
    Apparently Dreamweaver can't find the file:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Unable to load page</title>
    <style type="text/css">
    #container {
              width: 50%;
              margin: 3em auto;
              font-family: Verdana, Geneva, sans-serif;
    #dwicon {
              float: left;
              margin-right: 2em;
    #error {
              padding-top: .5em;
    #desc {
    </style>
    </head>
    <body>
    <div id="container"> <img id="dwicon" src="dw://configuration/Shared/ICE/Images/warning_icon.gif" width="32" height="32" alt="Warning" />
      <h3 id="error">Server Not Found</h3>
      <p id="desc">The page "http://localhost/iscroll.js" was not loaded because Dreamweaver could not find the server "localhost". Please make sure you are connected to the internet and the server name is correct.</p>
    </div>
    </body>
    </html>

  • How do I Initialize a button to be enabled when the program start and if pressed then disable and gray it until a certain action is taken then comeback to the enabled state?

    Hi!!!
    I'm doing a program with the following buttons: Run, Abort, Repeat and Exit. When the program starts from the first time only Run and Exit button will be enabled and not disabled so the user doesn't press the Abort and Repeat button. The user has to select from a menu bar the test he wants to make then if he presses the Run button a pop up window will come up asking for the serial number and his name, and will comeback to the main program with the entered information. The user now has to press the Run button again to start the test, when the test starts the Abort button now will be enable
    d and not disabled, when the test ends the Repeat button will be enabled and disabled. If the user selects new test from the menu bar the whole process will come again. I'm having problems with the menu bar because it has a time-out and when that occurs the program gets crazy. Also I'm not sure about what mechanical action I have to use for the Run. Do I need to count the times the Run button is press so the 2nd time is pressed it will be disabled. Do I need to use a sequential and where I initialize the buttons so the first time they are like I want (Inside or OUtside the while loop that ends with the Exit button) Any help wil be appreciated.

    I'm not sure about the menu bar because i've never used them..i tend to go for listboxes instead.
    As for the buttons, if you want to wire the button to a local variable then the button must be a switch, otherwise a latch is ok. But remember you will probably need to reset the button at the end of a run (ie. wire a constant through the while loop to the local variable for the switch). To initialize the buttons at the start, wire constants to their locals outside the main execution while loop.
    Put the disabling/enabling functions in the parts of the program the button has activated. For example, you say the 2nd time the Run button is pressed you run the 'test', enable the Abort button and want to disable the Run button - put these property nodes into th
    e 'test' sequence/loop.
    Sequences are useful to control when you want buttons to be modified. I use them if i cant sequence the order of execution any other way. But try and avoid using multiple frames as it can get confusing if you start hiding code.
    If you are still having problems, post an example of your program in no higher than LV 6.0.2 and i will try and adapt it for you.
    Kim

  • When the mac starts up , the menu from bleutooth is on the screen

    when the mac starts up , the menu from bleutooth is on the screen. How can i get it away?

    Is a bluetooth device trying to connect to your iMac, click on system preferences>bluetooth and make sure the discoverable is not checked. 

  • LR 5.5 upgrade. I only get the the 32 bit set up and an error when the 64 bit set up should be created. It says not enough disk space and no access to write. The disk space is ok and the 32 bit file was indeed created.

    LR 5.5 upgrade. I only get the the 32 bit set up and an error when the 64 bit set up should be created. It says not enough disk space and no access to write. The disk space is okay and the 32 bit file was indeed created. I have Windows 7 Home edition.

    Hi Rob, Thanks for your input. The temp location is on the C drive with 228 GB free space. My other drives have 123 GB and 204 GB of free space. I can see how the 32 bit set up is perfectly extracted when it stops when coming to the 64 bit set up. I have done the exercise several times and also made new downloads. I am using Norton 360 and Malwarebytes anti-malware but the dowload from Adobe should be trusted.

  • Executing a program when the server starts

    I have developed a chat program and to run it I have type "java ChatManager".
    Is there a way where this program can start automatically when I start the tomcat.
    Regards,
    Sharad

    The chat application is a java file. I need to keep it running so that I can use it in my applet. The problem is after I start the tomcat, I have start the chat application and for this I open a new window and type "java ChatManager". Once this is done I can start using the chat applet. Is there a way, where the chat application starts automatically when the tomcat starts. Do I need to add something in the server.xml file for this.
    Regards,
    Sharad

  • HT4623 when i trying to update my iphone 5 to latest ios 7.04 always appeared error when the update almost done about 20 to 30 minutes

    when i trying to update my iphone 5 to latest ios 7.04 always appeared error when the update almost done about 20 to 30 minutes

    Hello micojen1920
    If you are having an issue with updating your iPhone, try it through a different method like in iTunes or through software update on your iPhone in settings. If that does not work then follow the steps in the article below to force a restore on your iPhone. Make sure to back up first and you can always restore from that back up once your iPhone is up to date. The second article will assist you with the back up and restore process.
    iOS: Unable to update or restore
    http://support.apple.com/kb/HT1808
    iOS: How to back up and restore your content
    http://support.apple.com/kb/ht1766
    Regards,
    -Norm G.

Maybe you are looking for

  • Can AirPort express be used for AirPlay with my home stereo, and to give my Xbox 360 a WIRED internet connection via ethernet, simultaneously?

    I am considering buying an airport but I am not sure if it will work how I would like it to.  I need it for two things.  The first would be to use for AirPlay with my home stereo.  The second would be to use as a way to give my Xbox 360 a WIRED inter

  • Music app in OS 10.3.1

    There are a lot of changes that I like in this new version of the music app, for example the equalizer is back, at long last, the volume display doesn't take half of the screen anymore,  or the album view is in list form, so we can finally read the f

  • Converting to Multi org

    Hi All, We have our production running on Oracle Applications 11.5.10.2 with 10g database, HRMS,payroll modules. We are planning for R12 upgrade and as a prerequisite we are analyzing about the multi org conversion. We are the medium size utility com

  • Any way to log email sent from websites?

    In pouring over my logs, I am trying to figure out if email that is outgoing is logged.  It doesn't look like it.  Specifically, I see the clients i expect and I see attempts to login -- most using plaintext which is turned off. I don't see where ema

  • Deleteing Characters from text fields indvidually

    Hi, i am in the middle of trying to create a GUI. However, i have a delete button and what i need it to do is delete the carachters individually for the last enterd digit but am really struggling to find the code! please can you give me some ideas! i