Return-Path: Delivered-To: apmail-geronimo-servicemix-dev-archive@www.apache.org Received: (qmail 34585 invoked from network); 3 Apr 2007 07:17:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2007 07:17:58 -0000 Received: (qmail 20982 invoked by uid 500); 3 Apr 2007 07:18:05 -0000 Delivered-To: apmail-geronimo-servicemix-dev-archive@geronimo.apache.org Received: (qmail 20784 invoked by uid 500); 3 Apr 2007 07:18:04 -0000 Mailing-List: contact servicemix-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: servicemix-dev@geronimo.apache.org Delivered-To: mailing list servicemix-dev@geronimo.apache.org Received: (qmail 20766 invoked by uid 99); 3 Apr 2007 07:18:04 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 00:18:04 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Apr 2007 00:17:56 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 14C6E714066 for ; Tue, 3 Apr 2007 00:17:36 -0700 (PDT) Message-ID: <26840875.1175584656050.JavaMail.jira@brutus> Date: Tue, 3 Apr 2007 00:17:36 -0700 (PDT) From: "Gert Vanthienen (JIRA)" To: servicemix-dev@geronimo.apache.org Subject: [jira] Created: (SM-915) FTP poller stalls with threads waiting on PlainSocketImpl.socketAccept() MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org FTP poller stalls with threads waiting on PlainSocketImpl.socketAccept() ------------------------------------------------------------------------ Key: SM-915 URL: https://issues.apache.org/activemq/browse/SM-915 Project: ServiceMix Issue Type: Bug Components: servicemix-ftp Affects Versions: 3.1 Reporter: Gert Vanthienen FTP poller threads stop working with the stack trace below, causing the FTP client pool to run out of connections {code} Name: pool-component.servicemix-ftp-thread-2 State: RUNNABLE Total blocked: 78,430 Total waited: 4,771 Stack trace: java.net.PlainSocketImpl.socketAccept(Native Method) java.net.PlainSocketImpl.accept(PlainSocketImpl.java:384) java.net.ServerSocket.implAccept(ServerSocket.java:450) java.net.ServerSocket.accept(ServerSocket.java:421) org.apache.commons.net.ftp.FTPClient._openDataConnection_(FTPClient.java:502) org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2390) org.apache.commons.net.ftp.FTPClient.initiateListParsing(FTPClient.java:2364) org.apache.commons.net.ftp.FTPClient.listFiles(FTPClient.java:2141) org.apache.servicemix.ftp.FtpPollerEndpoint.pollFileOrDirectory(FtpPollerEndpoint.java:211) org.apache.servicemix.ftp.FtpPollerEndpoint.pollFileOrDirectory(FtpPollerEndpoint.java:203) org.apache.servicemix.ftp.FtpPollerEndpoint.poll(FtpPollerEndpoint.java:78) org.apache.servicemix.common.endpoints.PollingEndpoint$PollSchedulerTask$1.run(PollingEndpoint.java:155) edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:665) edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:690) java.lang.Thread.run(Thread.java:595) {code} See http://www.nabble.com/FTP-poller-stalls...-tf3490690s12049.html for more information -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.