Re: Commit errors using log4j2 JDBCAppender with DB2 in WebSphere Liberty Profile

2014-11-21 Thread Remko Popma
Someone resolved this issue by checking "Non-transactional data source" in WAS: http://websphereissues.wordpress.com/2013/08/30/dsra9350e-operation-connection-commit-is-not-allowed-during-a-global-transaction/ Please give that a try. Remko Sent from my iPhone > On 2014/11/22, at 1:18, Dave West

Commit errors using log4j2 JDBCAppender with DB2 in WebSphere Liberty Profile

2014-11-21 Thread Dave Westerman
I am trying to use the log4j2 JDBCAppender in my JEE application in WebSphere Liberty Profile with a DB2 DataSource. I'm wondering if I have a configuration error, because I am seeing the following error in my log: Caused by: java.sql.SQLException: DSRA9350E: Operation Connection.commit is not

Log4j 2.1 and compilation memory usage

2014-11-21 Thread Tomek Sztelak
Hello We just updated log4j from 2.0-beta9 to 2.1 and memory consumtion during compilation of our application increased about 300-400MB causing OutOfMemory on same machines. Any idea what can cause this? Best regards.