If anyone is interested ..

An SMPT send from my desktop hung, so I clicked the [STOP] button, james threw this:

Wed Oct 10 17:20:39 BST 2001 [WARN   ] (database-connections.maildb): Pool interrupted 
while waiting for lock.
java.lang.InterruptedException
        at java.lang.Object.wait(Native Method)
        at java.lang.Object.wait(Object.java:420)
        at org.apache.avalon.excalibur.concurrent.Lock.lock(Lock.java:35)
        at org.apache.avalon.excalibur.pool.DefaultPool.put(DefaultPool.java:173)
        at 
org.apache.avalon.excalibur.datasource.JdbcConnection.close(JdbcConnection.java:159)
        at 
org.apache.james.mailrepository.JDBCMailRepository.list(JDBCMailRepository.java:527)
        at org.apache.james.pop3server.POP3Handler.stat(POP3Handler.java:158)

did a load of these:

Wed Oct 10 17:20:39 BST 2001 [DEBUG  ] (database-connections.maildb): JdbcConnection 
object created
Wed Oct 10 17:20:39 BST 2001 [DEBUG  ] (database-connections.maildb): Retrieving a 
org.apache.avalon.excalibur.datasource.JdbcConnection from the pool
Wed Oct 10 17:20:39 BST 2001 [DEBUG  ] (database-connections.maildb): Returning a 
org.apache.avalon.excalibur.datasource.JdbcConnection to the pool

Then went into a loop of these:

java.lang.InstantiationException: Ran out of resources to instantiate
        at 
org.apache.avalon.excalibur.pool.HardResourceLimitingPool.newPoolable(HardResourceLimitingPool.java:98)
        at 
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.newPoolable(JdbcConnectionPool.java:52)
        at 
org.apache.avalon.excalibur.pool.AbstractPool.internalGrow(AbstractPool.java:113)
        at org.apache.avalon.excalibur.pool.DefaultPool.get(DefaultPool.java:125)
        at 
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.get(JdbcConnectionPool.java:76)
        at 
org.apache.avalon.excalibur.datasource.JdbcDataSource.getConnection(JdbcDataSource.java:181)
        at 
org.apache.james.mailrepository.JDBCMailRepository.getConnection(JDBCMailRepository.java:540)
Wed Oct 10 17:20:42 BST 2001 [WARN   ] (database-connections.maildb): Could not return 
Connection
java.lang.Exception: Could not create enough Components to service your request.
        at org.apache.avalon.excalibur.pool.DefaultPool.get(DefaultPool.java:133)
        at 
org.apache.avalon.excalibur.datasource.JdbcConnectionPool.get(JdbcConnectionPool.java:76)
        at 
org.apache.avalon.excalibur.datasource.JdbcDataSource.getConnection(JdbcDataSource.java:181)
        at 
org.apache.james.mailrepository.JDBCMailRepository.getConnection(JDBCMailRepository.java:540)
        at 
org.apache.james.mailrepository.JDBCSpoolRepository.accept(JDBCSpoolRepository.java:68)
        at org.apache.james.transport.JamesSpoolManager.run(JamesSpoolManager.java:196)
        at 
org.apache.avalon.excalibur.thread.impl.ExecutableRunnable.execute(ExecutableRunnable.java:47)


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

Reply via email to