Results 1 to 2 of 2

Thread: IceGrid Python Simple Demo Hangs if Tracing Enabled

  1. #1
    jharris is offline Registered User
    Name: John Harris
    Organization: Endeavor Trading
    Project: Trading
    Join Date
    Sep 2010
    Posts
    8

    IceGrid Python Simple Demo Hangs if Tracing Enabled

    I noticed this in my application and had to go back to the 'simple' demo to track down the issue.

    Application.run() is never called in the IceGrid 'simple' python demo if you have a non-zero Ice.Trace.Network property set:

    Code:
    <adapter name="Hello" endpoints="tcp">
    <properties><property name="Ice.Trace.Network" value="1"/></properties>
    This causes the application to hang in Communicator.initialize(), which is before the call to the overridden run() method.

    Setting Ice.LogFile fixes it for some reason.

  2. #2
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    Hi John,

    Thank you for reporting this strange problem. We are able to reproduce it.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. iceGrid/simple demo with replication
    By prettyMan in forum Help Center
    Replies: 8
    Last Post: 06-10-2010, 04:32 PM
  2. Simple IceGrid Java Demo for a total Newbie
    By zhi in forum Help Center
    Replies: 17
    Last Post: 07-09-2009, 03:15 PM
  3. Probleme with the demo\IceGrid for python
    By Gilles in forum Help Center
    Replies: 4
    Last Post: 12-08-2008, 03:58 AM
  4. Simple Ice Pack Demo
    By Narendranath in forum Help Center
    Replies: 2
    Last Post: 06-17-2005, 09:22 AM
  5. simple IcePack demo?
    By bterwijn in forum Help Center
    Replies: 8
    Last Post: 06-16-2005, 09:31 AM

Tags for this Thread

Posting Permissions

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