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
