Run time error in org.apache.ftpserver.Daemon.class, it lead to service ftpd
cannot be started.
-----------------------------------------------------------------------------------------------
Key: FTPSERVER-169
URL: https://issues.apache.org/jira/browse/FTPSERVER-169
Project: FtpServer
Issue Type: Bug
Components: Core
Affects Versions: 1.0-M2
Environment: Windows 2003 Enterprise Server with Service Pack 1 32 bit
,Java sdk 6 update 7.
Reporter: Qiu Yue
May be I found a mistake in org.apache.ftpserver.main.Daemon.java,line 44, I
think it should be "server = getConfiguration(args);" instead of "FtpServer
server = getConfiguration(args);".
I executed command "service install" on <ftpd_home>\bin and the command running
success but the service ftpd cannot be started,folowing information were logged
into res\log\ftpd.log when I trying to start ftpd:
[ INFO] 2008-08-25 15:24:06,180 [anonymous] [192.168.9.78] CLOSED
[ INFO] 2008-08-25 15:25:28,755 [] [] Using default configuration....
[ INFO] 2008-08-25 15:25:29,098 [] [] Starting FTP server daemon
[ERROR] 2008-08-25 15:25:29,098 [] [] Daemon error
java.lang.NullPointerException
at org.apache.ftpserver.main.Daemon.main(Daemon.java:59)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.