Symptom:
The Text File log sensor running on a Solaris agent system stops receiving events.
If you review the log file for the connector, it contains an error indicating that a library file, libssl.so.0.9.7, failed to open:
[4] 07/20/10 18:55:50 ERROR :: [ProcessingThread::DllLoad] :Error is: ld.so.1: caelmconnector: fatal: libssl.so.0.9.7: open failed: No such file or directory [4] 07/20/10 18:55:50 ERROR :: [ProcessingThread::run] Dll Load and Initialize failed, stopping the connector ... [3] 07/20/10 18:55:50 NOTIFY :: [CommandThread::run] Cmd_Buff received is START
Solution:
Identify the location of the library to enable the agent to receive events.
To resolve the error on the Solaris agent system
cd /etc
vi /etc/profile
LD_LIBRARY_PATH=/usr/sfw/lib:$LD_LIBRARY_PATH
export LD_LIBRARY_PATH
/opt/CA/ELMAgent/bin/S99elmagent stop
/opt/CA/ELMAgent/bin/S99elmagent start
The Text File log sensor starts receiving events and the error is no longer displayed in the log file.
Copyright © 2011 CA. All rights reserved. | Email CA Technologies about this topic |