users@glassfish.java.net

Re: felix isn't loaded in Glassfish 3.1, build 43

From: Tom Mueller <tom.mueller_at_oracle.com>
Date: Wed, 09 Mar 2011 13:33:23 -0600

The console on port 6666 was disabled for security reason in a very late
build. To turn it back on, do the following:

asadmin create-jvm-options
-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

Tom

On 3/8/2011 3:50 AM, Lena Svetlov wrote:
> Hi,
> I tried to switch to Glassfish 3.1, from build 43 (published as a
> final release at http://glassfish.java.net/downloads/3.1-final.html).
> I unzipped the archive, and run startserv.bat.
> When I tried to access "telnet localhost 6666", I get an error
> "Connection failed". It seems like nothing is listening on 6666 port,
> felix doesn't load.
> I have no exceptions in log.
>
> Do you have a hotfix for this issue?
>
> thanks