Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D162D10CBA for ; Fri, 8 Nov 2013 07:13:46 +0000 (UTC) Received: (qmail 85599 invoked by uid 500); 8 Nov 2013 07:13:44 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 85577 invoked by uid 500); 8 Nov 2013 07:13:43 -0000 Mailing-List: contact dev-help@stratos.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.incubator.apache.org Delivered-To: mailing list dev@stratos.incubator.apache.org Received: (qmail 85563 invoked by uid 99); 8 Nov 2013 07:13:42 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 07:13:42 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 08 Nov 2013 07:13:39 +0000 Received: (qmail 85526 invoked by uid 99); 8 Nov 2013 07:13:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Nov 2013 07:13:17 +0000 Date: Fri, 8 Nov 2013 07:13:17 +0000 (UTC) From: "chris snow (JIRA)" To: dev@stratos.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (STRATOS-169) mvn test failing on windows - "MalformedURLException: unknown protocol: c" MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/STRATOS-169?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] chris snow updated STRATOS-169: ------------------------------- Attachment: testConfigurationUrl.patch Please review the attached path. I have only tested it on Windows and not *nix. > mvn test failing on windows - "MalformedURLException: unknown protocol: c" > -------------------------------------------------------------------------- > > Key: STRATOS-169 > URL: https://issues.apache.org/jira/browse/STRATOS-169 > Project: Stratos > Issue Type: Bug > Affects Versions: 4.0.0 M1 > Environment: Windows 7 DOS and Windows 7 CYGWIN (64 bit) > Reporter: chris snow > Attachments: testConfigurationUrl.patch > > > mvn test results in errors similar to this: > {code} > Caused by: java.net.MalformedURLException: unknown protocol: c > at java.net.URL.(URL.java:592) > at java.net.URL.(URL.java:482) > at java.net.URL.(URL.java:431) > at org.apache.stratos.lb.common.conf.LoadBalancerConfiguration.init(Load > BalancerConfiguration.java:165) > ... 23 more > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)