Return-Path: Delivered-To: apmail-commons-user-archive@www.apache.org Received: (qmail 3500 invoked from network); 9 Jun 2008 20:14:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Jun 2008 20:14:55 -0000 Received: (qmail 16431 invoked by uid 500); 9 Jun 2008 20:14:55 -0000 Delivered-To: apmail-commons-user-archive@commons.apache.org Received: (qmail 16365 invoked by uid 500); 9 Jun 2008 20:14:55 -0000 Mailing-List: contact user-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Users List" Delivered-To: mailing list user@commons.apache.org Received: (qmail 16354 invoked by uid 99); 9 Jun 2008 20:14:55 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Jun 2008 13:14:55 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy) Received: from [168.75.97.103] (HELO mail-av-1.tva.tvworks.com) (168.75.97.103) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 09 Jun 2008 20:14:00 +0000 Received: From relay.metatv.com ([172.16.1.10]) by mail-av-1.tva.tvworks.com (WebShield SMTP v4.5 MR1a P0803.345); id 1213042362484; Mon, 9 Jun 2008 13:12:42 -0700 Received: from [192.168.1.133] (HELO mailserver.metatv-ds.metatv.com) by relay.metatv.com (CommuniGate Pro SMTP 4.0.6) with ESMTP id 2685772 for user@commons.apache.org; Mon, 09 Jun 2008 13:14:20 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: [net] FTPConnectionClosedException: Connection closed without indication Date: Mon, 9 Jun 2008 13:14:25 -0700 Message-ID: <83E753BE7B6A324ABB336245BAF1DAAC08AAF382@mailserver.metatv-ds.metatv.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [net] FTPConnectionClosedException: Connection closed without indication Thread-Index: AcjKbWne+3zF1wn7TvaUC6FzxCHoEw== From: "Seva Popov" To: X-Virus-Checked: Checked by ClamAV on apache.org Hello, We are using Maven 2.0.9 (with the wagon FTP provider) to deploy to our = Maven remote repository which is hosted by the ProFTP server. The = mentioned FTP provider is using the commons-net-1.4.1.jar as an FTP = client. >From time to time we are getting the following exception: Caused by: org.apache.commons.net.ftp.FTPConnectionClosedException: = Connection closed without indication. =A0=A0=A0=A0=A0 at = org.apache.commons.net.ftp.FTP.__getReply(FTP.java:267) =A0=A0=A0=A0=A0 at = org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:460) =A0=A0=A0=A0=A0 at = org.apache.commons.net.ftp.FTP.sendCommand(FTP.java:520) =A0=A0=A0=A0=A0 at org.apache.commons.net.ftp.FTP.pass(FTP.java:688) =A0=A0=A0=A0=A0 at = org.apache.commons.net.ftp.FTPClient.login(FTPClient.java:647) =A0=A0=A0=A0=A0 at = org.apache.maven.wagon.providers.ftp.FtpWagon.openConnection(FtpWagon.jav= a:130) =A0=A0=A0=A0=A0 ... 37 more Could you give us a hint of what could be wrong with an FTP connection = (as "Connection closed without indication" is not a very descriptive = message) and how to debug and address this issue? Thanks, Seva=20 --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@commons.apache.org For additional commands, e-mail: user-help@commons.apache.org