| From | Sent On | Attachments |
|---|---|---|
| benn...@id.ethz.ch | Mar 1, 2011 9:51 am | |
| Sahoo | Mar 1, 2011 10:07 am | |
| Paul M Davies (Oracle) | Mar 1, 2011 10:16 am | .gif, .gif |
| Snjezana Sevo-Zenzerovic | Mar 1, 2011 11:22 am | |
| Snjezana Sevo-Zenzerovic | Mar 1, 2011 11:26 am | |
| Luthiger Stoll Benno | Mar 2, 2011 6:48 am |
| Subject: | Re: Problems using OSGi Administration Console in GlassFish 3.1 | |
|---|---|---|
| From: | Sahoo (sanj...@oracle.com) | |
| Date: | Mar 1, 2011 10:07:03 am | |
| List: | net.java.dev.glassfish.users | |
Hi,
In the final build of 3.1, we had to disable fileinstall bundle which is responsible for autostarting bundles placed in modules/autostart as well as autodeploy/bundles. So, you need to enable fileinstall bundle to get the desired functionality. There is a system property called org.glassfish.additionalOSGiBundlesToStart in domain.xml that contains a list of additional bundles to be started by glassfish. One has to add org.apache.felix.fileinstall there. Here are a few ways to do it:
Option #1: You can delete the property and create it again using following asadmin commands: asadmin delete-jvm-options --target server-config -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command
asadmin create-jvm-options --target server-config -Dorg.glassfish.additionalOSGiBundlesToStart=org.apache.felix.shell,org.apache.felix.gogo.runtime,org.apache.felix.gogo.shell,org.apache.felix.gogo.command,org.apache.felix.shell.remote,org.apache.felix.fileinstall
Option #2: You can use GlassFish Admin Console to edit the jvm-option.
Option #3: You can edit the domain.xml directly.
Sorry for the inconvenience. This has been fixed in trunk. If there is a release off 3.1 branch, it will be fixed there as well.
Sahoo
On Tuesday 01 March 2011 11:21 PM, benn...@id.ethz.ch wrote:
Hello
I’m not able to display the OSGi Administration Console using the new GlassFish version 3.1.
Is the description on http://wikis.sun.com/display/GFOSGIConsole/Using+GlassFish+OSGi+Console +in+V3 still valid?
I’ve tried this but didn’t succeed. I installed the component ‘glassfish-osgi-admin-console‘ too. However, the system complains displaying ‘requested URL /osgi/system/console/bundles was not found on this server’.
Regards, Benno






.gif, .gif