Created
July 19, 2011 12:57
-
-
Save davsclaus/1092212 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Last login: Tue Jul 19 14:53:23 on ttys004 | |
davsclaus:~ davsclaus$ cd /opt | |
davsclaus:opt davsclaus$ cd apache-karaf-2.2.2/ | |
davsclaus:apache-karaf-2.2.2 davsclaus$ rm -rf data | |
davsclaus:apache-karaf-2.2.2 davsclaus$ bin/shell | |
__ __ ____ | |
/ //_/____ __________ _/ __/ | |
/ ,< / __ `/ ___/ __ `/ /_ | |
/ /| |/ /_/ / / / /_/ / __/ | |
/_/ |_|\__,_/_/ \__,_/_/ | |
Apache Karaf (2.2.2) | |
Hit '<tab>' for a list of available commands | |
and '[cmd] --help' for help on a specific command. | |
Hit '<ctrl-d>' or 'osgi:shutdown' to shutdown Karaf. | |
karaf@root> log:display | |
[org.apache.karaf.shell.console.jline.Console] : Exception caught while executing command | |
org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: log:display | |
at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:471) | |
at org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:400) | |
at org.apache.felix.gogo.runtime.Pipe.run(Pipe.java:108) | |
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:183) | |
at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:120) | |
at org.apache.felix.gogo.runtime.CommandSessionImpl.execute(CommandSessionImpl.java:79) | |
at org.apache.karaf.shell.console.jline.Console.run(Console.java:240) | |
at org.apache.karaf.shell.console.Main.run(Main.java:191) | |
at org.apache.karaf.shell.console.Main.run(Main.java:89) | |
at org.apache.karaf.shell.console.Main.main(Main.java:58) | |
Command not found: log:display |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment