Re: Problem with starting web-app during startup

2011-10-27 Thread akuhtz
Hi JB, Yes, I can see the following line before the line with the error in the logfile: 2011-10-27 12:51:50,912 INFO [org.apache.karaf.features.internal.FeaturesServiceImpl] (Thread-6) Installing feature war 2.2.4 In Karaf-2.2.3 I haven't seen this error but my web-application was not started

Re: Problem with starting web-app during startup

2011-10-27 Thread Ioannis Canellos
Hi Andi, You can have war feature and a bundle using the war protocol inside the same feature. The reason is that the war protocol is made available to the container once it is installed and will not be available at the time of the resolution. What you can do is to add the war feature in the

Re: Problem with starting web-app during startup

2011-10-27 Thread akuhtz
Hi Ioannis, Ok, I removed the war from the feature of my web-app and added it to boot features, but the problem still exists. I guess it is because I've added the feature of my web-app to the boot features as well ... so I think I've to remove my web-app from boot features and have it deployed at

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: Error Karaf 2.0 - No feature named 'spring' with version '[3,4)' available

2011-10-27 Thread Matt Madhavan
Hi Johan, I'm stuck with Karaf 2.0 due to the limitation of IBM WAS 7.1 (my client's target platform - please refer to my previous posting in Karaf). Can I move back to an older version of Camel? Also can you please let me know what is latest version of KARFA I can use for Apache Aries 0.1

Re: Error Karaf 2.0 - No feature named 'spring' with version '[3,4)' available

2011-10-27 Thread Jamie G.
Just out of curiosity, what is the limitation that WAS 7.1 is placing on the version of Karaf being deployed? On Thu, Oct 27, 2011 at 4:41 PM, Matt Madhavan mattmadha...@gmail.com wrote: Hi Johan, I'm stuck with Karaf 2.0 due to the limitation of IBM WAS 7.1 (my client's target platform -

Re: Error Karaf 2.0 - No feature named 'spring' with version '[3,4)' available

2011-10-27 Thread Matt Madhavan
Johan, Before I started here my client's development tool of choice was IBM RAD tooling and the target platform is WAS 7.1 which has Equinox 3.5.x and Aries 0.1 (built around Oct 2010) I cannot do anything about WAS. My aim is to create a robust development process for OSGi applications that

Re: Aries 0.1 - Latest Karaf version I can use

2011-10-27 Thread Guillaume Nodet
You could try with karaf 2.0.0, as 2.1.0 is using Aries 0.2. Though I don't really remember if 2.1 could work with aries 0.1. You try, you could download a karaf version, launch it and update the aries bundles with the 0.1 version to see if it still works. On Thu, Oct 27, 2011 at 21:23, Matt

Re: Aries 0.1 - Latest Karaf version I can use

2011-10-27 Thread Matt Madhavan
Hi Guillaume, I could make it work with 2.0.0 but now Camel does not like Karaf 2.0.0. Any idea which version of Camel will work with Karaf 2.0.0? Man IBM! Thanks Matt -- View this message in context:

Re: Aries 0.1 - Latest Karaf version I can use

2011-10-27 Thread Guillaume Nodet
Camel is not really dependant on Karaf, so any version should work. However, camel-blueprint will have some requirement on aries (so may not be able to use that part). The commands that have been added recently will of course not work either. On Thu, Oct 27, 2011 at 22:32, Matt Madhavan

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

2011-10-27 Thread Matt Madhavan
Hello, I added few URL's to Karaf. Any feature I try to install I'm getting the following error: karaf@root features:install camel Error executing command: Unknown operator: /The exception Trace is:/ 17:28:18,593 | INFO | l Console Thread | Console |

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

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

2011-10-27 Thread Matt Madhavan
Hi Raul, I'll do the posting tomorrow. Meanwhile I can not install any features including spring 3.5.2 which I added to the start up. I'mreally stuck on this. Any help on this would be gtratly appreciated. Matt -- View this message in context:

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

2011-10-27 Thread Matt Madhavan
Hi Raul, Meant to say spring 3.5.0.RELEASE. Also if a bundle in the feature is missing package etc it does flag you. Its the final installation step. Also the spring feature does not have any version range! Thanks again Matt -- View this message in context:

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

2011-10-27 Thread Willem Jiang
Hi Matt, I'm afraid you have to install the spring 3.x feature yourself, maybe you can add a custom feature and let karaf load it for you. On Fri Oct 28 07:24:11 2011, Matt Madhavan wrote: Hi Raul, Meant to say spring 3.5.0.RELEASE. Also if a bundle in the feature is missing package etc it

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

2011-10-27 Thread Matt Madhavan
Hi Willem, Thank you the reply. But it makes me a little sad! None of the features intall. Looks like I have to install everything manually. Do still love Karaf though. Oh Boy, the beauty of IBM! Matt On Oct 27, 2011 8:21 PM, Willem [via Karaf] ml-node+s922171n3459765...@n3.nabble.com wrote: