Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Issues with openjms & eventsubsystem
vijay_m_charles
Hi,
We are running TS6.5 SP2 on win2003 server
Our eventsubsystem is up and running so are teamsite, index and search services. But the openjms.db file is grown to 10GB in just 3 hours and the eventsubd.log is logging continous errors:
10:19:30.015 ERROR [server-1] - begin failed. Status of transaction is opened
10:19:30.015 ERROR [server-1] - Failed to make message persistent
org.exolab.jms.persistence.PersistenceException: Error in addMessage org.exolab.core.foundation.TransactionInProgressException: status of the tx is opened
at org.exolab.jms.persistence.ObjectAdapter.addMessage(Unknown Source)
at org.exolab.jms.messagemgr.MessageMgr.addPersistentMessage(Unknown Source)
at org.exolab.jms.messagemgr.MessageMgr.add(Unknown Source)
at org.exolab.jms.server.JmsServerSession.sendMessage(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsSessionConnection.sendMessage(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsSessionConnection.notify(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsReceiver.notify(Unknown Source)
at org.exolab.jms.server.mipc.IpcServerChannel.run(Unknown Source)
10:19:30.015 ERROR [server-1] - Failed to process message
javax.jms.JMSException: Failed to make message persistent: org.exolab.jms.persistence.PersistenceException: Error in addMessage org.exolab.core.foundation.TransactionInProgressException: status of the tx is opened
at org.exolab.jms.messagemgr.MessageMgr.addPersistentMessage(Unknown Source)
at org.exolab.jms.messagemgr.MessageMgr.add(Unknown Source)
at org.exolab.jms.server.JmsServerSession.sendMessage(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsSessionConnection.sendMessage(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsSessionConnection.notify(Unknown Source)
at org.exolab.jms.server.mipc.IpcJmsReceiver.notify(Unknown Source)
at org.exolab.jms.server.mipc.IpcServerChannel.run(Unknown Source)
This has been fillinup. I am afraid we may run out of disk-space. This is our production box.
Note: we do not want to disable the eventsubsystem as we are using Teamsite Index/Search.
Please help.
Vijay
Find more posts tagged with
Comments
Frederik
please search the forum for "event subsystem" or "mysql event subsystem".
That will tell you that this is "normal" behaviour. IWOV includes the openjms.db as a *toy*. It works for a while, but breaks under real working conditions. They just forgot to mention that on the box or in the doc.
E.g. see
my other rant about that
, and also
http://devnet.interwoven.com/forums_vb/showthread.php?t=13543&forumid=11
and
http://devnet.interwoven.com/forums_vb/showthread.php?t=13864&forumid=11
and many more.