Results 1 to 2 of 2

Thread: Wrong port number in example configuration

  1. #1
    andreynech is offline Registered User
    Name: Andrey Nechypurenko
    Organization: GE Healthcare
    Project: hobby remotely controled vehicle
    Join Date
    Feb 2003
    Location
    Munich, Germany
    Posts
    59

    Wrong port number in example configuration

    Hi,

    I think there is an inconsistency in the port numbers used in the Glacier2 configuration examples in Ice-3.3.1.pdf.

    On page 1644:
    43.3.1Configuring the Router
    The following router configuration properties establish the necessary endpoint and
    define when a session expires due to inactivity:
    Glacier2.Client.Endpoints=tcp -h 5.6.7.8 -p 4063

    However, on page 1647 the port 8000 is mentioned:

    43.3.4Configuring the Client
    The following properties configure a client to use a Glacier2 router:
    43.3 Using Glacier2 1647
    Ice.Default.Router=Glacier2/router:tcp -h 5.6.7.8 -p 8000
    Ice.ACM.Client=0
    Ice.RetryIntervals=-1
    The value of the Ice.Default.Router property is a proxy whose endpoints
    must match those in Glacier2.Client.Endpoints.

    If I understand it correctly, the port number should be 4063 instead of 8000.

    Thanks,
    Andrey.
    Andrey Nechypurenko
    GE Healthcare

  2. #2
    michi's Avatar
    michi is offline Registered User
    Name: Michi Henning
    Organization: Triodia Technologies
    Project: I have a passing interest in Ice :-)
    Join Date
    Feb 2003
    Location
    Brisbane, Australia
    Posts
    1,055
    This is already fixed in the manual for 3.4 Beta.

    Cheers,

    Michi.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Maximum number of connections exceeded
    By MikhailT BC in forum Help Center
    Replies: 0
    Last Post: 02-03-2011, 09:14 AM
  2. Replies: 0
    Last Post: 04-21-2009, 11:41 AM
  3. Replies: 8
    Last Post: 04-01-2009, 11:56 PM
  4. Python bindings version number
    By blair in forum Comments
    Replies: 1
    Last Post: 08-18-2007, 06:43 PM
  5. Number of connection in current thread
    By Dmitriy in forum Help Center
    Replies: 1
    Last Post: 06-29-2004, 09:17 AM

Posting Permissions

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