Uploaded image for project: 'FtpServer'
  1. FtpServer
  2. FTPSERVER-462

When stopping FTP server, thread is blocked forever

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Blocker
    • Resolution: Unresolved
    • 1.0.5
    • None
    • Server
    • None
    • Windows Server 2008 R2, Java 7u11 x86

    Description

      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)

      Attachments

        Activity

          People

            Unassigned Unassigned
            obenita ohadbenita
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: