You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Guillaume Nodet (JIRA)" <ji...@apache.org> on 2016/10/12 12:08:20 UTC

[jira] [Closed] (KARAF-1382) Error during executing few commands with pipes

     [ https://issues.apache.org/jira/browse/KARAF-1382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Guillaume Nodet closed KARAF-1382.
----------------------------------
    Resolution: Won't Fix

> Error during executing few commands with pipes
> ----------------------------------------------
>
>                 Key: KARAF-1382
>                 URL: https://issues.apache.org/jira/browse/KARAF-1382
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 2.2.6
>         Environment: W7 x64
>            Reporter: Pavel Vasilchenko
>
> I trying create karaf script for starting Cellar like this:
> tesb:start-cluster = { features:install cellar | cluster:group-create $args | cluster:group-set $args} ;
> But when I execute this command I get exception at command cluster:group-create because, if I right understand, Karaf invoke pipes as parallel commands.
> Line 187 http://svn.apache.org/viewvc/karaf/tags/karaf-2.2.6/shell/console/src/main/java/org/apache/felix/gogo/runtime/Closure.java?view=markup
> And in this case Karaf tries to run command cluster:group-create before cellar is successfully installed.
> How can I run cluster:group-create in Karaf after Cellar feature will be successfully installed?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)