I've reproduced and track down this issue. It comes from a synchronization problem in OsgiManager. What happens is that when you restart the framework, you may run into sychronization problems if the config admin calls the updated() method and the http service are registered at the same time. I've just committed a fix at rev 826687, but jira is down for now, so i'll close the issue when it comes up again.
On Mon, Oct 5, 2009 at 16:39, richard stone (JIRA) <[email protected]> wrote: > > [ > https://issues.apache.org/jira/browse/FELIX-1370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12762193#action_12762193 > ] > > richard stone commented on FELIX-1370: > -------------------------------------- > > I met this problem right now. My env was: > > Configuration Admin 1.2.4 > File Install 2.0.0 > Web Management Console 1.2.10 > Pax Web container 0.6.0 > >> Sometimes the configuration for >> org.apache.felix.webconsole.internal.servlet.OsgiManager is ignored >> --------------------------------------------------------------------------------------------------- >> >> Key: FELIX-1370 >> URL: https://issues.apache.org/jira/browse/FELIX-1370 >> Project: Felix >> Issue Type: Bug >> Components: Karaf >> Reporter: Tim Moloney >> >> About half of the time, I can access the webconsole as expected using the >> username/password karaf/karaf. The other times it appears that the >> configuration for org.apache.felix.webconsole.internal.servlet.OsgiManager >> is ignored and I have to log in as admin/admin (the default webconsole >> username/password). >> This can happen after a fresh start of karaf and loading the webconsole >> using "features:install webconsole". It also happens when reloading the >> webconsole using "features:uninstall webconsole" and "features:install >> webconsole". > > -- > This message is automatically generated by JIRA. > - > You can reply to this email to add a comment to the issue online. > > -- Cheers, Guillaume Nodet ------------------------ Blog: http://gnodet.blogspot.com/ ------------------------ Open Source SOA http://fusesource.com
