Results 1 to 5 of 5

Thread: IceStorm service & icestormadmin

  1. #1
    canyoudink is offline Registered User
    Name: 陈海武
    Organization: jinan university
    Project: casual game online
    Join Date
    Jul 2005
    Posts
    10

    IceStorm service & icestormadmin

    hi.
    i deploy the IceStorm as a service into IcePack,
    the endpoints is set to "tcp", so the port can be selected by IcePack, yes, that's what i expected.

    and then, i have questions about how to use icestormadmin.

    1. how to set the value of this property "IceStorm.TopicManager.Proxy"?

    2. does icestormadmin invoke findObjectByType("::IceStorm::TopicManager")?

  2. #2
    marc's Avatar
    marc is offline ZeroC Staff
    Name: Marc Laukien
    Organization: ZeroC, Inc.
    Project: The Internet Communications Engine
    Join Date
    Feb 2003
    Location
    Florida
    Posts
    1,860
    Please see this post regarding our support policy here on these forums.

  3. #3
    canyoudink is offline Registered User
    Name: 陈海武
    Organization: jinan university
    Project: casual game online
    Join Date
    Jul 2005
    Posts
    10
    Quote Originally Posted by marc
    Please see this post regarding our support policy here on these forums.
    thank you. i have updated my signature, is it enough?
    btw, i am using Ice-2.1.2 under linux.
    chen haiwu
    Firestone Software Co., Ltd
    http://www.firestone.net.cn
    casino game project

  4. #4
    benoit's Avatar
    benoit is offline ZeroC Staff
    Name: Benoit Foucher
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Rennes, France
    Posts
    2,196
    Hi,

    Quote Originally Posted by canyoudink
    hi.
    1. how to set the value of this property "IceStorm.TopicManager.Proxy"?
    You should set it to an indirect proxy if you have declared the IceStorm adapter in the deployment descriptor. An indirect proxy has the form ID @ ADAPTERID where:
    • ID is the object identity of the TopicManager, for IceStorm it's SERVICENAME/TopicManager (where SERVICENAME is the service name specified in the deployment descriptor).
    • ADAPTERID is the identifier of the TopicManager object adapter. If you didn't explicitly specified it in the object adapter descriptor, it's default value will be: SERVERNAME.SERVICENAME.TopicManager where SERVERNAME if the name of the server specified in the deployment descriptor (you can also use the icepackadmin "adapter list" command to see the list of adapter identifiers registered with IcePack).

    So in short, assuming you didn't specify the id of the topic manager object adapter, this proxy should be "SERVICENAME/TopicManager @ SERVICENAME.SERVERNAME.TopicManager".

    2. does icestormadmin invoke findObjectByType("::IceStorm::TopicManager")?
    No, you need to provide the indirect proxy of the TopicManger object with the property.

    If this doesn't work, please provide the deployment descriptors for your IceStorm service as well as the output of the "adapter list" icepackadmin command.

    Cheers,
    Benoit.

  5. #5
    canyoudink is offline Registered User
    Name: 陈海武
    Organization: jinan university
    Project: casual game online
    Join Date
    Jul 2005
    Posts
    10

    it works

    thank you, Benoit.
    the "indirect proxy" is a very good idea! so it works now.
    thank you very much.
    chen haiwu
    Firestone Software Co., Ltd
    http://www.firestone.net.cn
    casino game project

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceStorm & subscribers
    By andrea in forum Help Center
    Replies: 1
    Last Post: 12-19-2009, 03:52 PM
  2. Replies: 14
    Last Post: 03-29-2009, 12:08 AM
  3. Replies: 0
    Last Post: 01-05-2007, 03:19 PM
  4. IceStorm & Glacier2
    By xdm in forum Help Center
    Replies: 2
    Last Post: 11-14-2006, 10:05 AM
  5. ATL Service & ICE
    By chuatecksiong in forum Help Center
    Replies: 1
    Last Post: 01-04-2005, 07:28 PM

Posting Permissions

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