Changes between Initial Version and Version 1 of i2b2 Gotchas Timeout on Complex Exports


Ignore:
Timestamp:
12/10/15 09:11:55 (8 years ago)
Author:
Richard Bramley
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • i2b2 Gotchas Timeout on Complex Exports

    v1 v1  
     1= i2b2 Gotchas Timeout on Complex Exports
     2
     3Tags: [[i2b2]] [[Gotchas]] [[JBOSS]]
     4
     5It seems that the ‘JBOSS transaction timeout’ is being reached when a complex set of requirements is passed to hibernate for building the export data set.
     6
     7In `jboss/server/default/conf/jboss-service.xml`, there is a stanza devoted to the transaction manager:
     8
     9{{{
     10<mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService?" name="jboss:service=TransactionManager">
     11  <attribute name="TransactionTimeout?">300</attribute>
     12  <attribute name="ObjectStoreDir?">${jboss.server.data.dir}/tx-object-store</attribute>
     13</mbean>
     14}}}
     15
     16300 seconds is 5 minutes. I’ve set it on uhlbriccsapp03 to be 1200 seconds, or 20 minutes, and as a result the query I ran today was able to complete successfully.
     17
     18[[BackLinks]]