You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2017/01/06 08:03:59 UTC

[jira] [Commented] (KARAF-4926) Command "shell wrapper:install" not working

    [ https://issues.apache.org/jira/browse/KARAF-4926?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15803920#comment-15803920 ] 

ASF subversion and git services commented on KARAF-4926:
--------------------------------------------------------

Commit 3672a6022b1b16993c1f890e8029199c758086cb in karaf's branch refs/heads/master from [~gnt]
[ https://git-wip-us.apache.org/repos/asf?p=karaf.git;h=3672a60 ]

[KARAF-4926] Command "shell wrapper:install" not working

> Command "shell wrapper:install" not working
> -------------------------------------------
>
>                 Key: KARAF-4926
>                 URL: https://issues.apache.org/jira/browse/KARAF-4926
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-shell
>    Affects Versions: 4.1.0
>         Environment: Ubuntu 16.04 with apache-karaf-4.1.0-20170105.154120-278.tar.gz
>            Reporter: Jens Offenbach
>             Fix For: 4.1.0
>
>
> During the last script change, something got broken. The following command is no longer working:
> {code}
> $ shell wrapper:install --start-type DEMAND_START
> [org.apache.karaf.shell.impl.console.ConsoleSessionImpl] : completionMode property is not defined in etc/org.apache.karaf.shell.cfg file. Using default completion mode.
> [org.apache.karaf.shell.support.ShellUtil] : Unknown command entered
> org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: wrapper:install
>         at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:549)
>         at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:478)
>         at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:367)
>         at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:417)
>         at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229)
>         at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59)
>         at java.util.concurrent.FutureTask.run(FutureTask.java:266)
>         at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
>         at java.lang.Thread.run(Thread.java:745)
> Command not found: wrapper:install
> {code}



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