Details
Description
Please correct component if I have guessed it wrong.
If I run karaf with "./start" and then try to log into it using "./shell" the following error pops up
Exception in thread "main" java.lang.ClassNotFoundException: org.jledit.ConcreteEditorFactory at java.net.URLClassLoader$1.run(URLClassLoader.java:372) at java.net.URLClassLoader$1.run(URLClassLoader.java:361) at java.security.AccessController.doPrivileged(Native Method) at java.net.URLClassLoader.findClass(URLClassLoader.java:360) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) at org.apache.karaf.shell.impl.console.standalone.Main.discoverCommands(Main.java:209) at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:148) at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:136) at org.apache.karaf.shell.impl.console.standalone.Main.run(Main.java:76) at org.apache.karaf.shell.impl.console.standalone.Main.main(Main.java:59)
this is reproducable with a Karaf M2 standalone build. (in case it matters, I am on osx)