Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 7275D200B2F for ; Sat, 18 Jun 2016 19:21:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 713ED160A63; Sat, 18 Jun 2016 17:21:07 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id E853A160A65 for ; Sat, 18 Jun 2016 19:21:06 +0200 (CEST) Received: (qmail 82185 invoked by uid 500); 18 Jun 2016 17:21:05 -0000 Mailing-List: contact dev-help@flume.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flume.apache.org Delivered-To: mailing list dev@flume.apache.org Received: (qmail 81932 invoked by uid 99); 18 Jun 2016 17:21:05 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 18 Jun 2016 17:21:05 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 80AFD2C1F74 for ; Sat, 18 Jun 2016 17:21:05 +0000 (UTC) Date: Sat, 18 Jun 2016 17:21:05 +0000 (UTC) From: "Lior Zeno (JIRA)" To: dev@flume.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Closed] (FLUME-2881) Windows Launch Script fails in plugins dir code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Sat, 18 Jun 2016 17:21:07 -0000 [ https://issues.apache.org/jira/browse/FLUME-2881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lior Zeno closed FLUME-2881. ---------------------------- > Windows Launch Script fails in plugins dir code > ----------------------------------------------- > > Key: FLUME-2881 > URL: https://issues.apache.org/jira/browse/FLUME-2881 > Project: Flume > Issue Type: Bug > Components: Configuration, Windows > Affects Versions: v1.6.0 > Environment: Tested on Windows 7 and Windows 8 > Reporter: Jonathan Smith > Assignee: Jonathan Smith > Labels: easyfix, patch, windows > Fix For: v1.7.0 > > Attachments: fix_windows_launch.patch, op-addition-not-found.log > > > Running flume-ng.cmd results in the attached error from the Windows command line. > The problem seems to originate in flume-ng.ps1, line 323 where the plugins are added to the class path. Adding together directory information does not seem to be supported on windows 7 or 8. I was able to fix the problem by separating out the two plugin directories in the attached patch. -- This message was sent by Atlassian JIRA (v6.3.4#6332)