Problem with FTPServer / MINA on Tomcat

2015-07-08 Thread David Weisgerber
Hi there, for some days I am struggling to get the FTPServer running on my Tomcat instance. I have my implementatio for the FTPServer, as I need it, running in a jUnit-test environment but as soon as I deploy it to tomcat I get the following Error (not Exception(!)) as soon as a client connects

Re: Problem with FTPServer / MINA on Tomcat

2015-07-08 Thread David Latorre
Try removing the Mina-core dependency. It doesn't specify the version number and it is probably being included as a transitive dependency of Mina ftpserver anyway. In case mina-core didn't get included, specify the correct version (2.0.4 I think) for the library El 08/07/2015 12:33, David