From ivy-user-return-8156-apmail-ant-ivy-user-archive=ant.apache.org@ant.apache.org Tue Nov 1 05:31:32 2011 Return-Path: X-Original-To: apmail-ant-ivy-user-archive@www.apache.org Delivered-To: apmail-ant-ivy-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CB1ED7282 for ; Tue, 1 Nov 2011 05:31:32 +0000 (UTC) Received: (qmail 35251 invoked by uid 500); 1 Nov 2011 05:31:32 -0000 Delivered-To: apmail-ant-ivy-user-archive@ant.apache.org Received: (qmail 35062 invoked by uid 500); 1 Nov 2011 05:31:30 -0000 Mailing-List: contact ivy-user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ivy-user@ant.apache.org Delivered-To: mailing list ivy-user@ant.apache.org Delivered-To: moderator for ivy-user@ant.apache.org Received: (qmail 3970 invoked by uid 99); 31 Oct 2011 20:05:37 -0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Ryan.Nelson@pearson.com designates 67.231.144.81 as permitted sender) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01CC9808.59BB7713" Subject: Vfs resolver hangs when using FTP Date: Mon, 31 Oct 2011 15:04:51 -0500 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Vfs resolver hangs when using FTP Thread-Index: AcyYCFmDYwjAnhBpTVOTXuZZnI6jog== From: "Nelson, Ryan" To: X-OriginalArrivalTime: 31 Oct 2011 20:05:01.0013 (UTC) FILETIME=[5F221050:01CC9808] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.4.6813,1.0.211,0.0.0000 definitions=2011-10-31_04:2011-10-31,2011-10-31,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 suspectscore=1 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=6.0.2-1012030000 definitions=main-1110310225 X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01CC9808.59BB7713 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Searching the archives, I discovered this post by Peter Skeide with a problem using a VFS/FTP resolver. =20 http://old.nabble.com/vfs-resolver-hangs-when-using-FTP-p30286465.html http://grokbase.com/t/ant.apache.org/ivy-user/2010/11/vfs-resolver-hangs -when-using-ftp/235pcgkbgpqr2lgsh2lwalqzk7qm =20 There is no response to it. I'm getting the same issue, and I suspect it's the same problem. One of our builds makes several publishes to our internal repo, and at random points, one of the publish attempts will hang. Examining the FTP logs, we see this: =20 (004288) 10/31/2011 18:40:53 PM - ivyrepofull (10.40.222.47)> PORT 10,40,222,47,183,219 (004288) 10/31/2011 18:40:53 PM - ivyrepofull (10.40.222.47)> 200 Port command successful (004288) 10/31/2011 18:40:53 PM - ivyrepofull (10.40.222.47)> LIST org/module/trunk/latest (004288) 10/31/2011 18:40:53 PM - ivyrepofull (10.40.222.47)> 150 Opening data channel for directory list. (004288) 10/31/2011 18:40:53 PM - ivyrepofull (10.40.222.47)> 425 Can't open data connection. =20 The 425 error seems to indicate a problem with the server (FileZilla server) being able to make a connection back to the client machine, and it's quite possible this is a firewall problem. Using passive mode might solve it, but I don't see anyway to do that in Ivy. Any suggestions? =20 Ryan ------_=_NextPart_001_01CC9808.59BB7713--