Re: [dbcp] java.io.EOFException, underlying cause: null

2009-04-20 Thread Mark Thomas
Matthew Hixson wrote: Occasionally I'll see this exception in our logs. I have setup the pool like so: GenericObjectPool pool = new GenericObjectPool(null); pool.setWhenExhaustedAction(GenericObjectPool.WHEN_EXHAUSTED_GROW); pool.setTestOnBorrow(true); pool.setTestOnReturn(true);

Re: [SCXML] getting set datats in the datamodel

2009-04-20 Thread Linda Erlenhov
Hello I think I´ve done some mixing between two things that doesn´t work together as I hoped it would. I have this Datamodel, the scxml document starts like this: scxml version=1.0 initialstate=INIT xmlns:cs= http://commons.apache.org/scxml;

Re: [dbcp] java.io.EOFException, underlying cause: null

2009-04-20 Thread Matthew Hixson
Hi Mark, I'm just using GenericObjectPool and it does not have a setValidationQuery() method. Do I need to use a more specific object pool class or did you mean that setValidationQuery needs to be called on something else? My method now looks like: GenericObjectPool pool = new

Re: IOExceptionjavax.net.ssl.SSLException: Unexpected end of handshake data

2009-04-20 Thread Steve Cole
Verify the server supports explicit SSL, not implicit. Verify you should be setting the protocol to SSL instead of the default TLS. Also, what version of commons-net are you using, 1.4.1 or 2.0? - Original Message - From: Chetan chetanku...@yahoo.com To: Commons Users List