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 4B2AC200B64 for ; Tue, 19 Jul 2016 07:12:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 49BC8160A6D; Tue, 19 Jul 2016 05:12:22 +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 9ACCC160A5D for ; Tue, 19 Jul 2016 07:12:21 +0200 (CEST) Received: (qmail 44409 invoked by uid 500); 19 Jul 2016 05:12:20 -0000 Mailing-List: contact issues-help@karaf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@karaf.apache.org Delivered-To: mailing list issues@karaf.apache.org Received: (qmail 44382 invoked by uid 99); 19 Jul 2016 05:12:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 19 Jul 2016 05:12:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 76CA32C02A0 for ; Tue, 19 Jul 2016 05:12:20 +0000 (UTC) Date: Tue, 19 Jul 2016 05:12:20 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: issues@karaf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (KARAF-4580) Installing elasticsearch feature fails on Windows MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 19 Jul 2016 05:12:22 -0000 [ https://issues.apache.org/jira/browse/KARAF-4580?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1538= 3588#comment-15383588 ]=20 ASF subversion and git services commented on KARAF-4580: -------------------------------------------------------- Commit 40a9548d0d0ca21c6f32f84ea0797c7fa61cb7b5 in karaf-decanter's branch = refs/heads/master from [~jbonofre] [ https://git-wip-us.apache.org/repos/asf?p=3Dkaraf-decanter.git;h=3D40a954= 8 ] [KARAF-4580] Disable elasticsearch plugins path on Windows > Installing elasticsearch feature fails on Windows > ------------------------------------------------- > > Key: KARAF-4580 > URL: https://issues.apache.org/jira/browse/KARAF-4580 > Project: Karaf > Issue Type: Bug > Components: decanter > Affects Versions: decanter-1.1.0 > Reporter: Jean-Baptiste Onofr=C3=A9 > Assignee: Jean-Baptiste Onofr=C3=A9 > Fix For: decanter-1.1.1 > > > When installing the {{elasticsearch}} feature on Windows, we got the foll= owing exception: > {code} > [4:08:18 PM] Xavier Mouchot: 16:07:39,886 | INFO | pool-53-thread-1 | an= ter.elasticsearch.EmbeddedNode 67 | 279 - org.apache.karaf.decanter.elast= icsearch-2.x - 1.1.0 | Starting Elasticsearch node ... > 16:07:40,766 | ERROR | pool-53-thread-1 | ? = ? | 279 - org.apache.karaf.decanter.elasticsearch-2.x - 1.1.0 | [org.a= pache.karaf.decanter.elasticsearch(1)] The acticate method has thrown an ex= ception > java.nio.file.InvalidPathException: Illegal char <:> at index 2: /C:/Tale= nd/6.1.1/runtime//elasticsearch/plugins > =09at sun.nio.fs.WindowsPathParser.normalize(WindowsPathParser.java:182)[= :1.7.0_80] > =09at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:153)[:1.7= .0_80] > =09at sun.nio.fs.WindowsPathParser.parse(WindowsPathParser.java:77)[:1.7.= 0_80] > =09at sun.nio.fs.WindowsPath.parse(WindowsPath.java:94)[:1.7.0_80] > =09at sun.nio.fs.WindowsFileSystem.getPath(WindowsFileSystem.java:255)[:1= .7.0_80] > =09at org.elasticsearch.common.io.PathUtils.get(PathUtils.java:60) > =09at org.elasticsearch.env.Environment.(Environment.java:117) > =09at org.elasticsearch.node.internal.InternalSettingsPreparer.prepareEnv= ironment(InternalSettingsPreparer.java:81) > =09at org.elasticsearch.node.Node.(Node.java:128) > =09at org.elasticsearch.node.NodeBuilder.build(NodeBuilder.java:145) > =09at org.apache.karaf.decanter.elasticsearch.EmbeddedNode.start(Embedded= Node.java:108) > =09at org.apache.karaf.decanter.elasticsearch.EmbeddedNode.acticate(Embed= dedNode.java:63) > =09at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)[:1.7.0_= 80] > =09at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImp= l.java:57)[:1.7.0_80] > =09at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcc= essorImpl.java:43)[:1.7.0_80] > =09at java.lang.reflect.Method.invoke(Method.java:606)[:1.7.0_80] > =09at org.apache.felix.scr.impl.helper.BaseMethod.invokeMethod(BaseMethod= .java:222)[277:org.apache.felix.scr:2.0.2] > =09at org.apache.felix.scr.impl.helper.BaseMethod.access$500(BaseMethod.j= ava:37)[277:org.apach > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)