Mahesh Kartan created FTPSERVER-471:
---------------------------------------
Summary: Runtime exception at FTPServer starting
Key: FTPSERVER-471
URL: https://issues.apache.org/jira/browse/FTPSERVER-471
Project: FtpServer
Issue Type: Bug
Components: Core, Server
Environment: android app
Reporter: Mahesh Kartan
i am getting runtime exception while starting the server. Following is the
exception.
System.err: java.lang.IllegalArgumentException: class
org.apache.mina.transport.socket.nio.NioProcessor must have a public
constructor with one ExecutorService parameter, a public constructor with one
Executor parameter or a public default constructor.
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.mina.core.service.SimpleIoProcessorPool.<init>(SimpleIoProcessorPool.java:210)
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.mina.core.service.SimpleIoProcessorPool.<init>(SimpleIoProcessorPool.java:123)
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.mina.core.polling.AbstractPollingIoAcceptor.<init>(AbstractPollingIoAcceptor.java:132)
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.mina.transport.socket.nio.NioSocketAcceptor.<init>(NioSocketAcceptor.java:73)
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.ftpserver.listener.nio.NioListener.start(NioListener.java:119)
09-29 09:07:30.498 32173 32173 W System.err: at
org.apache.ftpserver.impl.DefaultFtpServer.start(DefaultFtpServer.java:80)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)