Skip to main content
Summary The file libit_app_svc_acca0557.5 cannot be located during the start of itnotify.
Article Number 17048
Environment Orbix 6.x HP-UX
Question/Problem Description The file libit_app_svc_acca0557.5 cannot be located during the start of itnotify.
Getting a "Unable to find library ..." error when trying to start an Orbix service manually.
Clarifying Information
Error Message
Defect/Enhancement Number
Cause The SHLIB_PATH environment variable is not set properly.
Resolution The libit_app_svc_acca0557.5 file is part of the shlib library on the HP platform.  In order for this file and all other library files to be reached on HP the environment variable SHLIB_PATH should be set to point to <Orbix install>/shlib.

This environment variable is usually set automatically when the environment script, created during domain configuration, is sourced.  During the domain configuration phase a script file called <domain name>_env is created which contains all the necessary environment settings for the proper execution of the Orbix services.  This script file is usually automatically executed as part of running the script to start the services (start_<domain name>_services.  However, for on-demand services, it is sometimes necessary to execute the environment file manually.  Because it is a script file which contains settings of environment variables one should source this file instead of executing it.

You can source the file by running:
  
   > source <domain name>_env

If, for any reason, the SHLIB_PATH environment variable is not set properly a library related error will result when attempting to start any of the Orbix services.
Workaround
Notes
Attachment
Created date: 06 September 2011
Last Modified: 13 February 2013
Last Published: 23 June 2012
First Published date: 10 September 2011

#Orbix
#KnowledgeDocs