You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@karaf.apache.org by "Jens Offenbach (JIRA)" <ji...@apache.org> on 2017/01/05 16:30:58 UTC

[jira] [Created] (KARAF-4926) Comman "shell wrapper:install" not working

Jens Offenbach created KARAF-4926:
-------------------------------------

             Summary: Comman "shell wrapper:install" not working
                 Key: KARAF-4926
                 URL: https://issues.apache.org/jira/browse/KARAF-4926
             Project: Karaf
          Issue Type: Dependency upgrade
          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


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)