Re: Problem with starting web-app during startup

2011-10-27 Thread Raul Kripalani
Andi, Can you send us relevant line from the output of the la command showing the war protocol? Let's see what the bundle runlevel is... I experienced a similar issue installing the classpath: protocol and later realised that I needed to decrease the bundle's runlevel so that it's made available

Re: URGENT: Karaf 2.0 features:install problem cannot install ANY feature

2011-10-27 Thread Raul Kripalani
Hi Matt, I know that in previous versions of Karaf, there was an issue installing features whose dependencies were declared using version ranges, e.g. spring [3.0.0, 4.0.0). Not sure if you're hitting the same issue here. Can you send the output of the features:listurl command? Thanks, * * * *

Re: Problem with starting web-app during startup

2011-10-27 Thread Raul Kripalani
Hi Andi, Try the following sequence, i.e. basically starting from scratch to make sure you have no funny leftovers: 1) Shutdown Karaf 2) Deleting your data directory 3) Start Karaf, making sure that your custom features descriptor is *not* on the bootstrap list. 4) Install the http, web and war