Hi,

I am trying to open up access to the gogo shell via telnet without
allocating a TTY.

The problem with the TTY is that is there is none the shell will get an
interrupt, therefore shutting down the OSGi framework. I am running on
a container platform, so no much luck in getting that changed.

I have tried by adding the following bundles:

    "org.apache.felix/org.apache.felix.gogo.command/1.1.0"
    "org.apache.felix/org.apache.felix.gogo.runtime/1.1.2"
    "org.apache.felix/org.apache.felix.shell.remote/1.2.0"

Connecting via telnet results in a connection closed

$ telnet localhost 6666
Trying ::1...
telnet: connect to address ::1: Connection refused
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
Good Bye!
Connection closed by foreign host.

and an uncaught exception on the console for the app

org.apache.felix.gogo.runtime.CommandNotFoundException: Command not found: gosh
        at org.apache.felix.gogo.runtime.Closure.executeCmd(Closure.java:596)
        at 
org.apache.felix.gogo.runtime.Closure.executeStatement(Closure.java:526)
        at org.apache.felix.gogo.runtime.Closure.execute(Closure.java:415)
        at org.apache.felix.gogo.runtime.Pipe.doCall(Pipe.java:416)
        at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:229)
        at org.apache.felix.gogo.runtime.Pipe.call(Pipe.java:59)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
        at 
java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
        at java.base/java.lang.Thread.run(Thread.java:834)

Adding back the "org.apache.felix/org.apache.felix.gogo.shell/1.1.2"
bundle fixes the issue, but requires an interactive TTY.

I tried replacing the gogo shell bundle with org.apache.felix.shell,
but that is not aware of the gogo commands, and is therefore not
useful.

I'm out of ideas at this point, so how can I use the gogo shell via
telnet without a local TTY?

Thanks,
Robert


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@felix.apache.org
For additional commands, e-mail: users-h...@felix.apache.org

Reply via email to