Sorry for the delay, somehow your mail slipped through. Yes, but I have to wait for a bit, if I type 'feature:install webconsole' immediately it is still too early. If I wait until all bundles are active, it works fine.
regards, Frank I can work around it, but my provisioning scripts get a whole lot more complicated. On Thu, Mar 21, 2013 at 11:46 PM, Jean-Baptiste Onofré <[email protected]>wrote: > Hi Frank, > > thanks for reporting that. > > I guess that you don't have issue if you install webconsole feature by > hand after Karaf bootstrap ? > > Regards > JB > > > On 03/21/2013 08:39 AM, Frank Lyaruu wrote: > >> Hi all, >> >> I've got a problem when using Karaf 3.0.0.RC1. >> I'm adding a few boot features to install when it first starts: >> >> featuresBoot = >> config,standard,region,**package,kar,ssh,management,**pax-http,webconsole >> >> If I do this, the webconsole will work but it will miss most of the >> tabs, I only have the 'Felix' tabs: >> Bundles,Configuration,**Configuration Status,Licenses,Log >> Service,Services,System Information. >> >> All the other tabs (features, gogo, http, instance) seem to be missing >> then. >> If I omit webconsole from the boot features and install it later using >> "feature:install webconsole" it works fine. >> I'd like to be able to provision a karaf system without using the shell. >> >> I suspect this part of the 'standard' feature has something to do with it: >> >> <conditional> >> <condition>webconsole</**condition> >> <bundle >> start-level="30">mvn:org.**apache.karaf.webconsole/org.** >> apache.karaf.webconsole.**instance/3.0.0.RC1</bundle> >> <bundle >> start-level="30">mvn:org.**apache.karaf.webconsole/org.** >> apache.karaf.webconsole.**features/3.0.0.RC1</bundle> >> <bundle >> start-level="30">mvn:org.**apache.karaf.webconsole/org.** >> apache.karaf.webconsole.gogo/**3.0.0.RC1</bundle> >> <bundle >> start-level="30">mvn:org.**apache.karaf.webconsole/org.** >> apache.karaf.webconsole.http/**3.0.0.RC1</bundle> >> </conditional> >> >> I suspect this has to do with the order of installation (I've tried >> putting webconsole /before/ standard without success.) but I can't >> >> really figure it out. >> >> Any ideas? >> >> regards, Frank >> > > -- > Jean-Baptiste Onofré > [email protected] > http://blog.nanthrax.net > Talend - http://www.talend.com >
