Results 1 to 3 of 3

Thread: Can not get subscriber package

  1. #1
    sober is offline Registered User
    Name: sober ding
    Organization: bupt
    Project: net security mangement
    Join Date
    Mar 2008
    Posts
    34

    Can not get subscriber package

    Hi,

    There is a strange problem in my current use of IceStorm . After I subscibe some topic , I write a servant to implement it . At the begining ,I can receive the packages and handle them ,but after some days, I can not get the packages, and I regist the topic again,it works again. I wonder on what reason it will cause this problem?

    Is that because there is some memory error or thread error to cause the IceStorm won't give me package ?

    I need your help ,if you need any other infomation,just let me know. Thank you.


    sober

  2. #2
    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,

    It sounds like IceStorm unsubscribes automatically the subscriber. This is possibly caused by your subscriber being temporarily unavailable. See the "Quality of Service" section here in the Ice manual for more information. You can also enable subscriber tracing by setting the <service name>.Trace.Subscriber property to 1. The traces should show when and why the subscriber is automatically unsubscribed if this is the case.

    Cheers,
    Benoit.

  3. #3
    sober is offline Registered User
    Name: sober ding
    Organization: bupt
    Project: net security mangement
    Join Date
    Mar 2008
    Posts
    34

    3x

    Thank you,Benoit

    I traced the log and got the following information:
    [ 12/10/08 18:04:02.770 icebox: Subscriber: 018308C0 a9342e0a-13bf-4b75-ae57-d500dcf3e97b: subscriber errored out: ConnectionI.cpp:1313: Ice::ConnectTimeoutException:
    timeout while establishing a connection retry: 0/0 ]
    So I increased the number of sub's threads and it works well till now.

    I wonder how much size will the subscriber stack ? and how many threads can I use ? what's the max? I currently used 20 - 100.

    Hope you can reply,thank you.

    Sober

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. slice2py --no-package problem
    By mmarquar in forum Help Center
    Replies: 3
    Last Post: 06-15-2010, 07:59 PM
  2. Help with Slice2Java package name
    By fd98444 in forum Help Center
    Replies: 4
    Last Post: 04-02-2009, 11:59 AM
  3. how to package into a dynamic library
    By wdp221651 in forum Help Center
    Replies: 1
    Last Post: 07-21-2008, 03:50 AM
  4. Package zeroc-ice for debian
    By fgarcia in forum Help Center
    Replies: 7
    Last Post: 03-09-2007, 09:10 AM
  5. OSX package on Intel MAC
    By ctennis in forum Bug Reports
    Replies: 2
    Last Post: 11-23-2006, 08:32 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
  •