Hi, folks, this is not a patch, but still a bug report..
I get a
================
java.util.NoSuchElementException: database.logInterval doesn't map to an
existing object
at java.lang.Throwable.<init>(Throwable.java:96)
at java.lang.Exception.<init>(Exception.java:44)
at java.lang.RuntimeException.<init>(RuntimeException.java:49)
at
java.util.NoSuchElementException.<init>(NoSuchElementException.java:48)
at
org.apache.java.util.Configurations.getInteger(Configurations.java:698)
at
org.apache.turbine.services.resources.GenericResources.getInt(GenericResources.java:212)
at
org.apache.turbine.services.resources.TurbineResources.getInt(TurbineResources.java:363)
at
org.apache.turbine.services.db.PoolBrokerService$Monitor.run(PoolBrokerService.java:513)
===============
if do not put a database.logInterval = .. in my properties (I run it w
Cocoon)
if we do a replacement:
========
getInt("database.logInterval") -> getInt("database.logInterval",0)
========
things get better. Best, regards,
Tagunov Anthony
NNT Telecom Russia
http://www.mavicanet.com
http://wap.mavica.ru
------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?: [EMAIL PROTECTED]