Results 1 to 3 of 3

Thread: icegridnode can't start on daemon mode ?

  1. #1
    ewiniar is offline Registered User
    Name: ewiniar
    Organization: soho
    Project: ssl vpn
    Join Date
    Jan 2006
    Posts
    30

    icegridnode can't start on daemon mode ?

    I run command
    icegridnode --Ice.Config=config.icegrid --daemon
    It report :
    icegridnode: error: service caught unhandled Ice exception:
    PropertiesI.cpp:216: Ice::FileException:
    file exception: No such file or directory
    path: config.icegrid
    icegridnode: failure occurred in daemon:
    service caught unhandled Ice exception:
    PropertiesI.cpp:216: Ice::FileException:
    file exception: No such file or directory
    path: config.icegrid
    why?How to start icegridnode on daemon mode?thanks!
    ------------------


    ewiniar Lee
    Software Engineer
    Company:THP Ltd.Co
    Project:Communication lib project

  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,

    By default, the --daemon option will cause the process to change the current working directory to "/". That's why you get this error: the config.icegrid file can't be found at the root of your filesystem. You should either pass an absolute path for the configuration file (and make sure the node configuration only uses absolute paths!) or also pass the "--nochdir" option. See the Ice manual for more information on Ice services options (Section 8.3.2).

    Cheers,
    Benoit.

  3. #3
    ewiniar is offline Registered User
    Name: ewiniar
    Organization: soho
    Project: ssl vpn
    Join Date
    Jan 2006
    Posts
    30

    Thanks

    Thanks Benoit! I get it!

    Regards
    ewiniar
    ------------------


    ewiniar Lee
    Software Engineer
    Company:THP Ltd.Co
    Project:Communication lib project

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. IceGridNode daemon stalls Linux boot process
    By jharriot in forum Help Center
    Replies: 3
    Last Post: 08-06-2010, 04:18 AM
  2. Replies: 2
    Last Post: 01-06-2009, 07:07 AM
  3. icegridnode failed to start the server
    By leya in forum Help Center
    Replies: 8
    Last Post: 07-25-2006, 09:31 PM
  4. IceBox as Daemon
    By xdm in forum Help Center
    Replies: 6
    Last Post: 05-03-2006, 09:55 PM
  5. stop the daemon
    By nsns in forum Help Center
    Replies: 6
    Last Post: 09-15-2004, 02:21 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
  •