On Tue, Oct 21, 2008 at 2:28 PM, Emmanuel Lecharny <[EMAIL PROTECTED]> wrote: > In this very case, the NPE is just revealing that some specific condition is > not handled correctly. Fixing it is mandatory. So what is this condition ?
Agreed. I don't know the condition, all that was done was deploying the app and trying to connect using an FTP client. > PS : could we have the step necessary to install MINA into Glassfish ? What I did was to use the ftpserver-example-spring-war example located here: http://svn.apache.org/repos/asf/mina/ftpserver/trunk/examples/ftpserver-example-spring-war/ Build it using mvn package, take the WAR and copy to the Glassfish autodeploy directory. After that, try connecting using any FTP client on port 2121. The Glassfish server log will then be full of the stacktraces I showed above. /niklas
