Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 44271 invoked from network); 1 Mar 2010 14:48:36 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Mar 2010 14:48:36 -0000 Received: (qmail 40633 invoked by uid 500); 1 Mar 2010 14:48:35 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 40556 invoked by uid 500); 1 Mar 2010 14:48:35 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 40549 invoked by uid 99); 1 Mar 2010 14:48:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 14:48:35 +0000 X-ASF-Spam-Status: No, hits=-1998.5 required=10.0 tests=ALL_TRUSTED,WEIRD_PORT X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Mar 2010 14:48:33 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id 82B2A29A0011; Mon, 1 Mar 2010 14:48:12 +0000 (UTC) From: bugzilla@apache.org To: notifications@ant.apache.org Subject: DO NOT REPLY [Bug 48833] New: NPE in X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ant X-Bugzilla-Component: Core tasks X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: stevel@apache.org X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: notifications@ant.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: X-Bugzilla-URL: https://issues.apache.org/bugzilla/ Auto-Submitted: auto-generated Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Mon, 1 Mar 2010 14:48:12 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=48833 Summary: NPE in Product: Ant Version: unspecified Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: Core tasks AssignedTo: notifications@ant.apache.org ReportedBy: stevel@apache.org Seeing an NPE in . clearly I'm setting up the connection string wrong, but an NPE is overkill [mkdir] Created dir: /home/slo/Projects/SmartFrog/Forge/core/components/cloudfarmer/build/hadoop-config [echo] fetching http:localhost:8081/hadoop.site.xml to /home/slo/Projects/SmartFrog/Forge/core/components/cloudfarmer/build/hadoop-config/hadoop-site.xml [get] Getting: http:localhost:8081/hadoop.site.xml [get] To: /home/slo/Projects/SmartFrog/Forge/core/components/cloudfarmer/build/hadoop-config/hadoop-site.xml [get] Exception in thread "Thread-2" java.lang.NullPointerException [get] at sun.net.www.ParseUtil.toURI(ParseUtil.java:261) [get] at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:795) [get] at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:726) [get] at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:661) [get] at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:581) [get] at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:571) -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.