Thanks for the help Just to make sure - I deleted the data directory for the child karaf and restarted it. I also turned the logging on and found the below error message:
> more log/karaf.log | grep webadmin 15:05:50,128 | ERROR | Thread-3 | FeaturesServiceImpl | s.internal.FeaturesServiceImpl$1 770 | 12 - org.apache.karaf.features.core - 2.1.2 | Error installing boot feature webadmin: feature not found Config,sshmanagement were installed (below): State Version Name Repository [uninstalled] [0.0.0 ] load-server repo-0* [uninstalled] [3.0.4.RELEASE] spring karaf-2.1.2 [uninstalled] [1.2.0 ] spring-dm karaf-2.1.2 [uninstalled] [2.1.2 ] wrapper karaf-2.1.2 [uninstalled] [2.1.2 ] obr karaf-2.1.2 [installed ] [2.1.2 ] config karaf-2.1.2 [uninstalled] [2.1.2 ] http karaf-2.1.2 [uninstalled] [2.1.2 ] war karaf-2.1.2 [uninstalled] [2.1.2 ] webconsole-base karaf-2.1.2 [uninstalled] [2.1.2 ] webconsole karaf-2.1.2 [installed ] [2.1.2 ] ssh karaf-2.1.2 [installed ] [2.1.2 ] management karaf-2.1.2 [uninstalled] [2.1.2 ] jasypt-encryption karaf-2.1.2 -----Original Message----- From: Guillaume Nodet [mailto:[email protected]] Sent: 26 November 2010 14:58 To: [email protected] Subject: Re: webconsole not installed at boot time for child karaf [2.1.2] Did you put the features before starting the child instance for the first time ? The boot features are only executed once. And please, use [email protected] for karaf questions ... On Fri, Nov 26, 2010 at 15:52, Irad Dor <[email protected]> wrote: > Hi, > I am trying to put webadmin in for a child karaf instance (below): > > org.apache.karaf.features.cfg contains: > featuresBoot=config,ssh,management,webadmin > > org.ops4j.pax.web.cfg contains: > org.osgi.service.http.port=50981 > > However - the child karaf does not seem to install the web console. Can > anyone help? > > [uninstalled] [2.1.2 ] webconsole karaf-2.1.2 > > Irad. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

