Hi, I've no idea why the bundles start unregistering. But just as an alternative: the full launcher comes with the the clerezza shell to which you can connect via ssh using port 8022. With the additional bundle org.apache.clerezza:shell.felixshellcommand you can access traditional felix-shell commands by prefixing them with :f
e.g. zz>:f ps START LEVEL 24 ID State Level Name [ 0] [Active ] [ 0] System Bundle (3.2.0) ... Cheers, Reto On Tue, Nov 27, 2012 at 3:08 PM, Andrea Di Menna <[email protected]> wrote: > Hi all, > > I am trying to get a Felix shell on a remote server (Java 1.7) where I > have installed Stanbol. > To do that I am adding the following jar files into the datafiles dir > (in that exact order): > > - org.apache.felix.shell-1.4.3.jar > - org.apache.felix.shell.remote-1.1.2.jar > - org.apache.felix.gogo.shell-0.10.0.jar > - org.apache.felix.gogo.command-0.12.0.jar > > As soon as I add org.apache.felix.gogo.shell-0.10.0.jar all the other > bundles start unregistering and stanbol is not accessible anymore > (error messages saying that the framework is going to shutdown > appear). > If I remove that jar and leave the other two (shell and shell.remote) > Stanbol starts up ok but I cannot reach the shell console on telnet > (as per [1] I would have to stop the Gogo runtime bundle to interact > with the Felix shell). > > The same process works ok on a local machine with Java 1.6. > > Do you have any clue of what is happening? > > Thanks a lot. > > Andrea >
