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

2009-10-08 Thread Radika Apte
Does the server require the client to use a authentication certificate? Chetan-16 wrote: Hi, I'm trying to make a ftps connection to a server using apache's ftps client, but getting a expection when trying to make the connection. IOExceptionjavax.net.ssl.SSLException: Unexpected end

[CONFIGURATION] Create configuration out of XML String

2009-10-08 Thread Gaurav Upadhyay
I have a xml string and need to use commons configuration with it. How can i create a configuration on it? Example: String test = ?xml version=\1.0\ encoding=\utf-8\?usernamefirstnameTom/firstname lastnameJay/lastname/username and i just need to create a configuration and access :

Re: [CONFIGURATION] Create configuration out of XML String

2009-10-08 Thread Ralph Goers
On Oct 8, 2009, at 4:08 AM, Gaurav Upadhyay wrote: I have a xml string and need to use commons configuration with it. How can i create a configuration on it? Example: String test = ?xml version=\1.0\ encoding=\utf-8\?usernamefirstnameTom/firstname lastnameJay/lastname/username and i just

NPE from DBCP connection pool

2009-10-08 Thread TomStrummer
Anyone ever seen this before? A NPE from PoolingConnection.normalizeSQL: java.lang.NullPointerException at org.apache.commons.dbcp.PoolingConnection.normalizeSQL(PoolingConnection.java:178) at org.apache.commons.dbcp.PoolingConnection.createKey(PoolingConnection.java:170)

Re: NPE from DBCP connection pool

2009-10-08 Thread Niall Pemberton
On Thu, Oct 8, 2009 at 8:16 PM, TomStrummer tomstrum...@gmail.com wrote: Anyone ever seen this before?  A NPE from PoolingConnection.normalizeSQL: java.lang.NullPointerException         at org.apache.commons.dbcp.PoolingConnection.normalizeSQL(PoolingConnection.java:178)         at

Failed creating file using VFS FTP

2009-10-08 Thread geek.shrek
Thanks Ernesto for the reply, yes I can create file on my local file system as well. But when I changed to ftp, I'm still can't create the file. Error said Could not create file ftp://myuser:mypassw...@123.345.678.890/mynewfolder/myfile.txt; Could not create folder