Re: Facing issues while deploying a WAR file

2013-05-06 Thread Freeman Fang
Hi,

First of all you should ensure you've already installed war feature.

Also, the error 
Caused by: java.net.MalformedURLException: invalid url: 
camel-example-servlet-tomcat-2.10.4.war!/ (java.net.MalformedURLException: no 
protocol: camel-example-servlet-tomcat-2.10.4.war) 
here indicate that you should provide valid url for the path where can find the 
camel-example-servlet-tomcat-2.10.4.war

As the camel-example-servlet-tomcat-2.10.4.war is in the maven, so you should 
give a valid maven url here, something like
mvn:groupID/artifactsID/version etc.

And this kind issue should be in user mailing list
-
Freeman(Yue) Fang

Red Hat, Inc. 
FuseSource is now part of Red Hat
Web: http://fusesource.com | http://www.redhat.com/
Twitter: freemanfang
Blog: http://freemanfang.blogspot.com
http://blog.sina.com.cn/u/1473905042
weibo: @Freeman小屋

On 2013-5-6, at 下午6:37, kasthuri rajan wrote:

> Hi All,
> 
> Im facing some issues while deploying a WAR file in Karaf 2.2.8. I have
> placed the war file under the deploy folder & executing the below command.
> 
> karaf@root> osgi:install -s
> webbundle:camel-example-servlet-tomcat-2.10.4.war?Bu
> ndle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Context=/
> camel
> 
> Im getting the below execption while executing the above command
> 
> java.net.MalformedURLException: Stream handler unavailable due to: invalid
> url:
> camel-example-servlet-tomcat-2.10.4.war!/ (java.net.MalformedURLException:
> no pr
> otocol: camel-example-servlet-tomcat-2.10.4.war)
> 
> Also, pls let me know whether the above command is correct or not.
> 
> Pls find below the log details for the same.
> #
> 
> java.lang.NoClassDefFoundError:
> org/osgi/service/deploymentadmin/DeploymentException
>   at java.lang.Class.getDeclaredConstructors0(Native Method)[:1.6.0_41]
>   at
> java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)[:1.6.0_41]
>   at java.lang.Class.getConstructor0(Class.java:2708)[:1.6.0_41]
>   at java.lang.Class.newInstance0(Class.java:328)[:1.6.0_41]
>   at java.lang.Class.newInstance(Class.java:310)[:1.6.0_41]
>   at
> org.apache.felix.webconsole.internal.servlet.PluginHolder$InternalPlugin.doGetConsolePlugin(PluginHolder.java:761)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.servlet.PluginHolder$Plugin.getConsolePlugin(PluginHolder.java:532)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.servlet.PluginHolder.getLocalizedLabelMap(PluginHolder.java:242)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:420)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:384)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.KarafOsgiManager.doService(KarafOsgiManager.java:67)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.apache.felix.webconsole.internal.KarafOsgiManager$1.run(KarafOsgiManager.java:47)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at java.security.AccessController.doPrivileged(Native Method)[:1.6.0_41]
>   at javax.security.auth.Subject.doAs(Subject.java:396)[:1.6.0_41]
>   at
> org.apache.felix.webconsole.internal.KarafOsgiManager.service(KarafOsgiManager.java:45)[76:org.apache.karaf.webconsole.console:2.2.8]
>   at
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
>   at
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
>   at
> org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
>   at
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[61:org.eclipse.jetty.server:7.5.4.v20111024]
>   at
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[62:org.eclipse.jetty.security:7.5.4.v20111024]
>   at
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[61:org.eclipse.jetty.server:7.5.4.v20111024]
>   at
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[61:org.eclipse.jetty.server:7.5.4.v20111024]
>   at
> org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
>   at
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
>   at
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[61:org.eclipse.jetty.server:7.5.4.v20111024]
>   at
> org.eclipse.jetty.server.hand

Re: Facing issues while deploying a WAR file

2013-05-06 Thread Achim Nierbeck
hmm, you need to make up your mind first,
do you want to have an auto-deploy via the deploy folder or do you want to
deploy it by yourself using the shell :-)

I think this is probably the whole issue, you're trying to deploy something
that's already been deployed by the war-deployer.
So better let either the deployer do it's thing or just do it on your own.

regards, Achim


2013/5/6 kasthuri rajan 

> Hi All,
>
> Im facing some issues while deploying a WAR file in Karaf 2.2.8. I have
> placed the war file under the deploy folder & executing the below command.
>
> karaf@root> osgi:install -s
> webbundle:camel-example-servlet-tomcat-2.10.4.war?Bu
>
> ndle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Context=/
> camel
>
> Im getting the below execption while executing the above command
>
> java.net.MalformedURLException: Stream handler unavailable due to: invalid
> url:
> camel-example-servlet-tomcat-2.10.4.war!/ (java.net.MalformedURLException:
> no pr
> otocol: camel-example-servlet-tomcat-2.10.4.war)
>
> Also, pls let me know whether the above command is correct or not.
>
> Pls find below the log details for the same.
> #
>
> java.lang.NoClassDefFoundError:
> org/osgi/service/deploymentadmin/DeploymentException
> at java.lang.Class.getDeclaredConstructors0(Native
> Method)[:1.6.0_41]
> at
> java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)[:1.6.0_41]
> at java.lang.Class.getConstructor0(Class.java:2708)[:1.6.0_41]
> at java.lang.Class.newInstance0(Class.java:328)[:1.6.0_41]
> at java.lang.Class.newInstance(Class.java:310)[:1.6.0_41]
> at
>
> org.apache.felix.webconsole.internal.servlet.PluginHolder$InternalPlugin.doGetConsolePlugin(PluginHolder.java:761)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.servlet.PluginHolder$Plugin.getConsolePlugin(PluginHolder.java:532)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.servlet.PluginHolder.getLocalizedLabelMap(PluginHolder.java:242)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:420)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:384)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.KarafOsgiManager.doService(KarafOsgiManager.java:67)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.apache.felix.webconsole.internal.KarafOsgiManager$1.run(KarafOsgiManager.java:47)[76:org.apache.karaf.webconsole.console:2.2.8]
> at java.security.AccessController.doPrivileged(Native
> Method)[:1.6.0_41]
> at javax.security.auth.Subject.doAs(Subject.java:396)[:1.6.0_41]
> at
>
> org.apache.felix.webconsole.internal.KarafOsgiManager.service(KarafOsgiManager.java:45)[76:org.apache.karaf.webconsole.console:2.2.8]
> at
>
> org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
> at
>
> org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
> at
>
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[62:org.eclipse.jetty.security:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
> at
>
> org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)[61:org.eclipse.jetty.server:7.5.4.v20111024]
> at
>
> org.eclipse.je

Re: Facing issues while deploying a WAR file

2013-05-06 Thread Jean-Baptiste Onofré

Hi,

try to escape ! with \! as a special character for the shell.

You can also put the URL between quotes ".

By the way, Tomcat is not supported by Karaf and not OSGi compliant for 
that. I'm afraid camel-example-servlet-tomcat won't work on Karaf (and 
it doesn't make sense for me as you have the OSGi support in Camel).


Regards
JB

On 05/06/2013 12:37 PM, kasthuri rajan wrote:

Hi All,

Im facing some issues while deploying a WAR file in Karaf 2.2.8. I have
placed the war file under the deploy folder & executing the below command.

karaf@root> osgi:install -s
webbundle:camel-example-servlet-tomcat-2.10.4.war?Bu
ndle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Context=/
camel

Im getting the below execption while executing the above command

java.net.MalformedURLException: Stream handler unavailable due to: invalid
url:
camel-example-servlet-tomcat-2.10.4.war!/ (java.net.MalformedURLException:
no pr
otocol: camel-example-servlet-tomcat-2.10.4.war)

Also, pls let me know whether the above command is correct or not.

Pls find below the log details for the same.
#

java.lang.NoClassDefFoundError:
org/osgi/service/deploymentadmin/DeploymentException
at java.lang.Class.getDeclaredConstructors0(Native Method)[:1.6.0_41]
at
java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)[:1.6.0_41]
at java.lang.Class.getConstructor0(Class.java:2708)[:1.6.0_41]
at java.lang.Class.newInstance0(Class.java:328)[:1.6.0_41]
at java.lang.Class.newInstance(Class.java:310)[:1.6.0_41]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder$InternalPlugin.doGetConsolePlugin(PluginHolder.java:761)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder$Plugin.getConsolePlugin(PluginHolder.java:532)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder.getLocalizedLabelMap(PluginHolder.java:242)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:420)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:384)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.KarafOsgiManager.doService(KarafOsgiManager.java:67)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.KarafOsgiManager$1.run(KarafOsgiManager.java:47)[76:org.apache.karaf.webconsole.console:2.2.8]
at java.security.AccessController.doPrivileged(Native Method)[:1.6.0_41]
at javax.security.auth.Subject.doAs(Subject.java:396)[:1.6.0_41]
at
org.apache.felix.webconsole.internal.KarafOsgiManager.service(KarafOsgiManager.java:45)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[62:org.eclipse.jetty.security:7.5.4.v20111024]
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.Server.handle(Server.java:349)[61:org.eclipse.jetty.server:7.5.4.v2

Facing issues while deploying a WAR file

2013-05-06 Thread kasthuri rajan
Hi All,

Im facing some issues while deploying a WAR file in Karaf 2.2.8. I have
placed the war file under the deploy folder & executing the below command.

karaf@root> osgi:install -s
webbundle:camel-example-servlet-tomcat-2.10.4.war?Bu
ndle-SymbolicName=org.apache.camel.camel-example-servlet-tomcat&Webapp-Context=/
camel

Im getting the below execption while executing the above command

java.net.MalformedURLException: Stream handler unavailable due to: invalid
url:
camel-example-servlet-tomcat-2.10.4.war!/ (java.net.MalformedURLException:
no pr
otocol: camel-example-servlet-tomcat-2.10.4.war)

Also, pls let me know whether the above command is correct or not.

Pls find below the log details for the same.
#

java.lang.NoClassDefFoundError:
org/osgi/service/deploymentadmin/DeploymentException
at java.lang.Class.getDeclaredConstructors0(Native Method)[:1.6.0_41]
at
java.lang.Class.privateGetDeclaredConstructors(Class.java:2398)[:1.6.0_41]
at java.lang.Class.getConstructor0(Class.java:2708)[:1.6.0_41]
at java.lang.Class.newInstance0(Class.java:328)[:1.6.0_41]
at java.lang.Class.newInstance(Class.java:310)[:1.6.0_41]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder$InternalPlugin.doGetConsolePlugin(PluginHolder.java:761)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder$Plugin.getConsolePlugin(PluginHolder.java:532)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.PluginHolder.getLocalizedLabelMap(PluginHolder.java:242)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:420)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.servlet.OsgiManager.service(OsgiManager.java:384)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.KarafOsgiManager.doService(KarafOsgiManager.java:67)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.apache.felix.webconsole.internal.KarafOsgiManager$1.run(KarafOsgiManager.java:47)[76:org.apache.karaf.webconsole.console:2.2.8]
at java.security.AccessController.doPrivileged(Native Method)[:1.6.0_41]
at javax.security.auth.Subject.doAs(Subject.java:396)[:1.6.0_41]
at
org.apache.felix.webconsole.internal.KarafOsgiManager.service(KarafOsgiManager.java:45)[76:org.apache.karaf.webconsole.console:2.2.8]
at
org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:547)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:480)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.ops4j.pax.web.service.jetty.internal.HttpServiceServletHandler.doHandle(HttpServiceServletHandler.java:70)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:119)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:520)[62:org.eclipse.jetty.security:7.5.4.v20111024]
at
org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:227)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:941)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.ops4j.pax.web.service.jetty.internal.HttpServiceContext.doHandle(HttpServiceContext.java:117)[73:org.ops4j.pax.web.pax-web-jetty:1.0.11]
at
org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:409)[63:org.eclipse.jetty.servlet:7.5.4.v20111024]
at
org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:186)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:875)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:117)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:149)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:110)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.Server.handle(Server.java:349)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:441)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.server.HttpConnection$RequestHandler.headerComplete(HttpConnection.java:919)[61:org.eclipse.jetty.server:7.5.4.v20111024]
at
org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:582)[57:org.eclipse.je

Issues with Attachments: week of 2013-05-06

2013-05-06 Thread jb
 
KARAF - Monday, May 6, 2013
 
  19 Issues with Attachments
 
  (sorted oldest to newest)
 
[KARAF-222] mvn karaf:run plugin, like jetty:run
  (2010-09-25 - New Feature - james strachan)
  https://issues.apache.org/jira/browse/KARAF-222
 
[KARAF-751] Provide a Timer Service in Karaf
  (2011-07-20 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-751
 
[KARAF-1254] Jasypt config admin property with reload strategy.
  (2012-03-06 - New Feature - Edstrom Johan)
  https://issues.apache.org/jira/browse/KARAF-1254
 
[KARAF-1487] Bundles in deploy are deployed before startup process had been 
 finished
  (2012-05-16 - Bug - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1487
 
[KARAF-1512] enhancement: add self to generated feature in 
"features-generate-descriptor" goal
  (2012-05-30 - New Feature - Benjamin Reed)
  https://issues.apache.org/jira/browse/KARAF-1512
 
[KARAF-1545] Jar files in lib directory require "karaf-" prefix in order to 
be loaded
  (2012-06-13 - Bug - James Carman)
  https://issues.apache.org/jira/browse/KARAF-1545
 
[KARAF-1549] Child instance features cfg file looks weird
  (2012-06-15 - Bug - Jean-Baptiste Onofré)
  https://issues.apache.org/jira/browse/KARAF-1549
 
[KARAF-1560] config:update throws ClassCastException when used on a 
Configuration with boolean fields created in the web console
  (2012-06-18 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1560
 
[KARAF-1563] Support clean-all & clean-cache directly in karaf main jar
  (2012-06-19 - Improvement - Andreas Pieber)
  https://issues.apache.org/jira/browse/KARAF-1563
 
[KARAF-1701] Parsing of config for a field with cardinality > 1 is 
incorrectlyprocessed and displayed on Admin Console
  (2012-08-01 - Bug - Hugh Rodgers)
  https://issues.apache.org/jira/browse/KARAF-1701
 
[KARAF-1724] Blueprint bundle deadlocks in "Stopping" status when 
update-ing/dev:watch bundle
  (2012-08-14 - Bug - Hendy Irawan)
  https://issues.apache.org/jira/browse/KARAF-1724
 
[KARAF-2014] karaf-maven-plugin uses null for karafVersion by default
  (2012-11-14 - Bug - Kristof Meixner)
  https://issues.apache.org/jira/browse/KARAF-2014
 
[KARAF-2044] Provide the ability to edit text resources from the Karaf shell
  (2012-12-02 - New Feature - Ioannis Canellos)
  https://issues.apache.org/jira/browse/KARAF-2044
 
[KARAF-2095] Camel Route (JMS Polling) not working when installing feature 
"jndi"
  (2013-01-02 - Bug - Shrish Srivastava)
  https://issues.apache.org/jira/browse/KARAF-2095
 
[KARAF-2109] When Karaf installation directory contains a space, EIK does 
not work.
  (2013-01-14 - Wish - wayang)
  https://issues.apache.org/jira/browse/KARAF-2109
 
[KARAF-2121] Add Support For Displaying Gogo Commands in Karaf Shell Help
  (2013-01-17 - New Feature - Gareth Collins)
  https://issues.apache.org/jira/browse/KARAF-2121
 
[KARAF-2125] "Components" tab not shown in WebConsole
  (2013-01-18 - Bug - Michael Taeschner)
  https://issues.apache.org/jira/browse/KARAF-2125
 
[KARAF-2261] Startup issues without kar file
  (2013-04-08 - Bug - Brian Emond)
  https://issues.apache.org/jira/browse/KARAF-2261
 
[KARAF-2298] Karaf shell option for a "transient" bundle stop
  (2013-05-03 - Improvement - metatech)
  https://issues.apache.org/jira/browse/KARAF-2298