Laran,
I suspect that it's logger and I have had problems in the past with things extending AbstractLogger. Debug your getLogger() method before handing it to mPool. The key to the problem is in the server.xml, become very au-fait with HelloWorldServer and it's conf/ files.
mPool.setLogger( getLogger() );
When I run that code the get() call to the Pool throws a NPE at line 148 in DefaultPool.
Regards,
- Paul H
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
