Return-Path: Delivered-To: apmail-felix-dev-archive@www.apache.org Received: (qmail 16318 invoked from network); 1 Apr 2010 11:53:12 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Apr 2010 11:53:12 -0000 Received: (qmail 96048 invoked by uid 500); 1 Apr 2010 11:53:11 -0000 Delivered-To: apmail-felix-dev-archive@felix.apache.org Received: (qmail 96001 invoked by uid 500); 1 Apr 2010 11:53:11 -0000 Mailing-List: contact dev-help@felix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@felix.apache.org Delivered-To: mailing list dev@felix.apache.org Received: (qmail 95960 invoked by uid 99); 1 Apr 2010 11:53:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:53:11 +0000 X-ASF-Spam-Status: No, hits=-1193.8 required=10.0 tests=ALL_TRUSTED,AWL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Apr 2010 11:53:10 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2759F234C4EB for ; Thu, 1 Apr 2010 11:52:29 +0000 (UTC) Message-ID: <350978596.631781270122749160.JavaMail.jira@brutus.apache.org> Date: Thu, 1 Apr 2010 11:52:29 +0000 (UTC) From: "Carsten Ziegeler (JIRA)" To: dev@felix.apache.org Subject: [jira] Closed: (FELIX-2005) Configuration done using "org.apache.felix.webconsole.internal.servlet.OsgiManager" PID is not used by WebConsole In-Reply-To: <1204117810.36131264506394499.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FELIX-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed FELIX-2005. ----------------------------------- > Configuration done using "org.apache.felix.webconsole.internal.servlet.OsgiManager" PID is not used by WebConsole > ----------------------------------------------------------------------------------------------------------------- > > Key: FELIX-2005 > URL: https://issues.apache.org/jira/browse/FELIX-2005 > Project: Felix > Issue Type: Bug > Components: Web Console > Affects Versions: webconsole-2.0.6 > Environment: OS: Windows XP SP3 > Java: 1.6_016 > OSGi framework: Felix [2.0.1] + File Install [2.0.8] + WebConsole [2.0.6] > Reporter: Ciprian Popa > Assignee: Felix Meschberger > Fix For: webconsole-3.0.0 > > Attachments: configuration-status-20100126-1521+0200.zip > > > I'm using Felix [2.0.1] with File Install [2.0.8] and WebConsole [2.0.6] > Even that I use the file install (org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg) or using manual updates done on Config (using the CM editor bundle: net.luminis.cmc_0.2.4.jar), and I also see that the config is included in CM but is not bound to org.apache.felix.webconsole.internal.servlet.OsgiManager PID. > // Example: org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg > # --------------------------------------------------------- > # Apache Felix Web Console configuration > # --------------------------------------------------------- > realm=OSGi Management Console > username=admin > password=nimda > manager.root=/syscon > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > Additioanly it seams that the managedservice is not installed (Why I can't see it as a Managed Service ) for this PID ... (here are the services registered by web console bundle) > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ > -> inspect s c 1 > Apache Felix Web Management Console (1) provides services: > ---------------------------------------------------------- > objectClass = org.apache.felix.webconsole.ConfigurationPrinter > service.id = 46 > ---- > objectClass = org.apache.felix.webconsole.ConfigurationPrinter > service.id = 47 > ---- > objectClass = org.apache.felix.webconsole.ConfigurationPrinter > service.id = 48 > ---- > objectClass = org.apache.felix.webconsole.ConfigurationPrinter > service.id = 49 > ---- > objectClass = org.apache.felix.webconsole.ConfigurationPrinter > service.id = 50 > ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.