Can't load "libjprofiler.a" error
I have never received this error before. Why am I getting this error and how can I fix it?
Symptoms
When you enable your profiling agent for a Product Master service, the following message appears in the $TOP/logs/service_Name/svc.out log file, where service_Name is the name of the service you want to profile:Can't load "libjprofiler.a", because load ENOENT on shared libraries.Resolving the problem
The log file message appears when there are missing system libraries in your application server that are dependent to the libjprofiler.a file. To resolve this issue, run the following command to determine whether there are missing system libraries:ldd
library_name
, where library_name is the name of a
system library. If you determine that a system library is missing, notify your system administrator to install the missing system library.