[
https://issues.apache.org/jira/browse/FELIX-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12805004#action_12805004
]
Ciprian Popa commented on FELIX-2005:
-------------------------------------
The web console is tarted with startlevel [6] and the "core" bundles (event,
config..) are started with level [2]
Bellow is my config.ini used for felix
+++++++++++++++++++++++++++++++++++++++++++++++
##############################
# Client bundles to install
##############################
felix.auto.start.1=\
"file:bundles/org.apache.felix.shell_1.4.1.jar" \
"file:bundles/org.apache.felix.shell.tui_1.4.1.jar"
felix.auto.start.2=\
"file:bundles/org.apache.felix.configadmin_1.2.4.jar" \
"file:bundles/org.apache.felix.eventadmin_1.0.0.jar" \
"file:bundles/org.apache.felix.fileinstall_2.0.8.jar"
felix.auto.start.4=\
"file:bundles/org.apache.felix.prefs_1.0.4.jar" \
"file:bundles/org.ops4j.pax.logging.pax-logging-service_1.4.jar" \
"file:bundles/org.ops4j.pax.web.pax-web-jetty-bundle_0.8.0.jar" \
"file:bundles/org.springframework.osgi.extender_2.0.0.M1.jar"
felix.auto.start.5=\
"file:bundles/org.apache.felix.shell_1.4.1.jar" \
"file:bundles/org.apache.felix.org.apache.felix.shell.remote_1.0.4.jar" \
"file:bundles/org.ops4j.pax.logging.pax-logging-api_1.4.jar" \
"file:bundles/net.luminis.cmc_0.2.4.jar"
felix.auto.start.6="file:bundles/org.apache.felix.webconsole_2.0.6.jar"
+++++++++++++++++++++++++++++++++++++++++++++++
Additionally here is a dump from the webconosle:
system/console/config/configuration
+++++++++++++++++++++++++++++++++++++++++++++++
PID = org.apache.felix.webconsole.internal.servlet.OsgiManager
BundleLocation = Unbound
felix.fileinstall.filename =
org.apache.felix.webconsole.internal.servlet.OsgiManager.cfg
manager.root = /syscon
password = nimda
realm = OSGi Management Console
service.pid = org.apache.felix.webconsole.internal.servlet.OsgiManager
username = admin
Also using "net.luminis.cmc" console commands , it seams the
"org.apache.felix.webconsole.internal.servlet.OsgiManager" PID is not
associated to webconsole (all the other are OK as you see) :
+++++++++++++++++++++++++++++++++++++++++++++++++
-> cm list
Configuration list:
org.ops4j.pax.logging
file:bundles/org.ops4j.pax.logging.pax-logging-service_1.4.jar
org.ops4j.pax.web
file:bundles/org.ops4j.pax.web.pax-web-jetty-bundle_0.8.0.jar
org.apache.felix.webconsole.internal.servlet.OsgiManager
+++++++++++++++++++++++++++++++++++++++++++++++++
> 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
>
> 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.