Results 1 to 2 of 2

Thread: console not working

  1. #1
    Join Date
    Nov 2009
    Posts
    8

    Default console not working

    I can't telnet to the console. I'm on OSX 10.6. SpringServer dm 2.0.0 M6.

    When I do "telnet localhost 2401" it just doesn't connect.

    The server is running and the com.springsource.kernel.properties looks like:
    ##########################
    # OSGi Shell Configuration
    ##########################
    shell.enabled= true
    shell.port= 2401

  2. #2
    Join Date
    Oct 2008
    Posts
    493

    Default

    We didn't get things quite right with the shell in M6. My apologies for that.

    We added the new shell that's ssh based and had intended it to run alongside the old telnet one with the ssh shell being available at shell.port +1, i.e. 2402 by default. We got the ssh bit right, so it is available on 2402, but neglected to keep the telnet console in place. In short, if you ssh to port 2402 the new shell should be available. By default the username is admin and the password is springsource. You can also access the shell in process by starting dm Server will -shell.

    We've done a lot of work on the shell since M6, including adding tab completion, and reworking the command structure. If you're interested in looking at what the shell has to offer, I'd recommend grabbing a recent nightly build.
    Andy Wilkinson
    SpringSource

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •