ohadbenita created FTPSERVER-462:
------------------------------------
Summary: When stopping FTP server, thread is blocked forever
Key: FTPSERVER-462
URL: https://issues.apache.org/jira/browse/FTPSERVER-462
Project: FtpServer
Issue Type: Bug
Components: Server
Affects Versions: 1.0.5
Environment: Windows Server 2008 R2, Java 7u11 x86
Reporter: ohadbenita
Priority: Blocker
The behavior we experience here is that our main thread is stuck forever on the
stop action of the FTP server, here's a JConsole output on the stack trace :
rg.apache.ftpserver.listener.nio.NioListener.stop(NioListener.java:204)
org.apache.ftpserver.impl.DefaultFtpServer.stop(DefaultFtpServer.java:118)
***
***
java.util.concurrent.FutureTask.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)