Hi Babak,
Unfortunately, I failed to reproduce the issue on windows. Could you please share the full log of your container, so that I can try to identify what's going on with your container?
Hi Ioannis,
attached please find the requested log containing the root cause exception:
java.net.MalformedURLException: Unknown protocol: fab
In the meanwhile I've noticed that running the examples (like CBR or EIP) do NOT fail always, as for the first time yesterday they worked for me as well on my Windows XP box! So somehow there's a race condition causing the examples to fail from time to time. By that I mean some missing synchronized block some where to ensure mutual-exclusion or a missing volatile modifier for guaranteed visibility and whatnot.
As I've already mentioned the root cause exception and stacktrace is the same as to what Claus has already reported by ECLIPSE-749:
http://fusesource.com/issues/browse/ECLIPSE-749
Babak
Hi Babak,
I think that you are so eager to try out the fab examples, that you try to install the example before bundle - Fuse Application Bundles (according to your output) has been properly initialized.
If you make sure that the bundle Fuse Application Bundles has been started, then I think that you won't have the exception you do now.
I think that we should also make sure that the start level of the bundle is such, that will be already installed when the shell comes up.
I'll log a jira for that.