Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0008363Openbravo ERPA. Platformpublic2009-03-27 15:572009-10-13 08:18
villind 
shuehner 
normalmajoralways
closedfixed 
5
2.40MP3 
2.40MP10 
No
Core
No
0008363: Setting log level to DEBUG causes connection leak in AcctServer.
The array bonds are not checked before it is used (AcctServer.java:281). This causes connection leak.


Exception:
java.lang.ArrayIndexOutOfBoundsException: 0
        at org.openbravo.erpCommon.ad_forms.AcctServer.run(AcctServer.java:281)
        at org.openbravo.erpCommon.ad_background.PeriodicAcctServer.processPL(PeriodicAcctServer.java:100)
        at org.openbravo.erpCommon.ad_background.PeriodicBackground.process(PeriodicBackground.java:209)
        at org.openbravo.erpCommon.ad_background.PeriodicBackground.run(PeriodicBackground.java:160)
        at java.lang.Thread.run(Thread.java:619)
Set log level to debug for org.openbravo.erpCommon.ad_forms.AcctServer

Fix the logging statement and also move connection closing to finally block.
No tags attached.
blocks defect 0008327 closed shuehner Setting log level to DEBUG causes connection leak in AcctServer. 
Issue History
2009-03-31 12:34psarobeTypedefect => backport
2009-03-31 12:34psarobefix_in_branch => 2.40
2009-03-31 13:33rafarodaAssigned Torafaroda => shuehner
2009-09-29 15:36hgbotCheckin
2009-09-29 15:36hgbotNote Added: 0020532
2009-09-29 15:36hgbotStatusscheduled => resolved
2009-09-29 15:36hgbotResolutionopen => fixed
2009-09-29 15:36hgbotFixed in SCM revision => http://code.openbravo.com/erp/stable/2.40/rev/2a0c13b0a89ee2877469d14d55045abcfa1361d6 [^]
2009-10-13 08:18arunkumarStatusresolved => closed
2009-10-13 08:18arunkumarNote Added: 0020952
2009-10-13 08:18arunkumarFixed in Version => 2.40MP10

Notes
(0020532)
hgbot   
2009-09-29 15:36   
Repository: erp/stable/2.40
Changeset: 2a0c13b0a89ee2877469d14d55045abcfa1361d6
Author: Stefan Hühner <stefan.huehner <at> openbravo.com>
Date: Tue Sep 29 15:34:29 2009 +0200
URL: http://code.openbravo.com/erp/stable/2.40/rev/2a0c13b0a89ee2877469d14d55045abcfa1361d6 [^]

Fixed 8363: Add array bounds check to prevent exception and
resulting connection leak.

---
M src/org/openbravo/erpCommon/ad_forms/AcctServer.java
---
(0020952)
arunkumar   
2009-10-13 08:18   
Tested & Working fine.