I'm getting a weird problem when trying to get a PersistenceBroker instance... any idea what could be causing this?

Thanks
-Clay

-----------------------------------------
Here's the Exception

java.lang.ExceptionInInitializerError at org.apache.ojb.broker.core.PersistenceBrokerFactoryBaseImpl.getDefaultKey(Unknown Source) at org.apache.ojb.broker.core.PersistenceBrokerFactoryBaseImpl.defaultPersistenceBroker(Unknown Source) at org.apache.ojb.broker.PersistenceBrokerFactory.defaultPersistenceBroker(Unknown Source) at com.exigentic.swls.managers.ObjectManager.store(ObjectManager.java:17)
-----------------------------------------
Here's code:


PersistenceBroker broker = null;
try {
        broker = PersistenceBrokerFactory.defaultPersistenceBroker();
-----------------------------------------
Here's the debug output

[org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl] DEBUG: PersistenceBroker pool will be setup with the following configuration
# Trace object of class org.apache.commons.pool.impl.GenericKeyedObjectPool$Config:
# maxIdle -1
# maxActive 100
# maxTotal -1
# maxWait 2000
# whenExhaustedAction 0
# testOnBorrow false
# testOnReturn false
# testWhileIdle false
# timeBetweenEvictionRunsMillis -1
# numTestsPerEvictionRun 10
# minEvictableIdleTimeMillis 1000000


[org.apache.ojb.broker.core.PersistenceBrokerFactoryDefaultImpl] INFO: Create PersistenceBroker instance pool, pool configuration was {whenExhaustedAction=0, maxIdle=-1, maxActive=100, maxWait=2000, removeAbandoned=false, numTestsPerEvictionRun=10, testWhileIdle=false, minEvictableIdleTimeMillis=1000000, testOnReturn=false, logAbandoned=false, removeAbandonedTimeout=300, timeBetweenEvictionRunsMillis=-1, testOnBorrow=false}
[org.apache.ojb.broker.metadata.RepositoryPersistor] INFO: OJB Descriptor Repository: file:/E:/orion/application-autodeploy/defaultWebApp/WEB-INF/classes/repository.xml
[org.apache.ojb.broker.metadata.RepositoryXmlHandler] DEBUG: startDoc



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to