Changes between Version 4 and Version 5 of i2b2 Gotchas Workbench Missing en_GB Properties
- Timestamp:
- 12/10/15 09:14:42 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
i2b2 Gotchas Workbench Missing en_GB Properties
v4 v5 1 == i2b2 fixes ==1 == i2b2 Gotchas Workbench Missing en_GB Properties 2 2 3 === Potential Fix for i2b2 Workbench Missing en_GB Properties file === 4 Missing properties file Workplace_en_GB.properties file causes a Missing Resource Exception within the workbench.[[BR]] 3 Tags: [[i2b2]] [[Gotchas]] 5 4 5 Missing properties file Workplace_en_GB.properties file causes a Missing Resource Exception within the workbench. 6 6 7 When you installed the Window's version of the workbench, it would have been unzipped into a directory, [[BR]] 8 For example, C:\i2b2Workbench\Windows [[BR]] 7 When you installed the Window's version of the workbench, it would have been unzipped into a directory, For example, `C:\i2b2Workbench\Windows` 9 8 10 There is a directory for plugins, viz: C:\i2b2Workbench\Windows\plugins[[BR]]9 There is a directory for plugins, viz: `C:\i2b2Workbench\Windows\plugins` 11 10 12 11 Copy the attached file into that directory. (It replaces one already there so you may want to save the old one). When it has been replaced, restart the workbench. 13 12 14 === Transaction timeout when building complex exports === 15 16 I reviewed some log files today after the STEMI query I ran for Prof Samani and Pete Braund crashed in a similar way to previous complex queries. 17 18 It seems likely that the ‘JBoss transaction timeout’ is being reached when a complex set of requirements is passed to hibernate for building the export data set. 19 20 In jboss/server/default/conf/jboss-service.xml, there is a stanza devoted to the transaction manager… 21 22 <mbean code="com.arjuna.ats.jbossatx.jta.TransactionManagerService" 23 name="jboss:service=TransactionManager"> 24 <attribute name="TransactionTimeout">300</attribute> 25 <attribute name="ObjectStoreDir">${jboss.server.data.dir}/tx-object-store</attribute> 26 </mbean> 27 28 300 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. 13 [[BackLinks]]