Results 1 to 2 of 2

Thread: errors about ice 1.4 in linux

  1. #1
    brad is offline Registered User
    Join Date
    Jan 2005
    Posts
    1

    Lightbulb errors about ice 1.4 in linux

    I have compiled ice 1.4 in red hat 9
    In demo/icestorm/clock ,I run publisher but report error:
    Network.cpp:495:Ice:Connection RefusedException:Connection
    refused:Connection refused.

    Could anyone tell me why?


    Ice 1.4 in rh9.0
    I also make test ,but report the errors just as the following:
    running tests in ./test/iceutil/thread
    .....
    running thread start test ... thread.cpp 408:iceutil:threadsyscallexception:
    thread syscall exception:no such process failed. test thread start failed
    test in ./test/iceutil/thread failed with exit status 256

    i dont know why?
    i have compiled ice 1.4 in linux successfully and also set path and lib environment.

  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
    Quote Originally Posted by brad
    I have compiled ice 1.4 in red hat 9
    In demo/icestorm/clock ,I run publisher but report error:
    Network.cpp:495:Ice:Connection RefusedException:Connection
    refused:Connection refused.

    Could anyone tell me why?
    This means that the server is either not running, or it is not running on the host/port specified by the proxy. Switch on network tracing for both the client and the server to get more information (Ice.Trace.Network=3).

    Quote Originally Posted by brad
    Ice 1.4 in rh9.0
    I also make test ,but report the errors just as the following:
    running tests in ./test/iceutil/thread
    .....
    running thread start test ... thread.cpp 408:iceutil:threadsyscallexception:
    thread syscall exception:no such process failed. test thread start failed
    test in ./test/iceutil/thread failed with exit status 256

    i dont know why?
    i have compiled ice 1.4 in linux successfully and also set path and lib environment.
    Try to run the test with setting the environment variable LD_ASSUME_KERNEL=2.4.1. The NPTL (new posix thread library) is broken in some versions of Redhat 9. See the file INSTALL.LINUX for more information.

    I also recommend that you use version 2.0.0 of Ice. Version 1.4 is quite old.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Ice 3.4.1 and C# - compilation errors with --stream option
    By brightside32 in forum Help Center
    Replies: 3
    Last Post: 02-10-2011, 07:32 PM
  2. Link errors in linux
    By OrNot in forum Help Center
    Replies: 12
    Last Post: 05-30-2007, 06:46 AM
  3. Replies: 2
    Last Post: 12-16-2005, 10:10 PM
  4. Replies: 2
    Last Post: 08-15-2005, 02:41 PM
  5. Some errors?
    By OrNot in forum Help Center
    Replies: 6
    Last Post: 07-21-2005, 09:38 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
  •