dlopen: libjvm.so: cannot open shared object file: No such file or directory
search cancel

dlopen: libjvm.so: cannot open shared object file: No such file or directory

book

Article ID: 240182

calendar_today

Updated On:

Products

Autosys Workload Automation CA Workload Automation AE - System Agent (AutoSys) CA Workload Automation AE - Business Agents (AutoSys) CA Workload Automation DE - Business Agents (dSeries) CA Workload Automation DE - System Agent (dSeries)

Issue/Introduction

 

We have upgraded the autosys agent to 12.0 but while starting the agent service we are unable to start it,

We captured one error in nohup.stderr file,

dlopen: libjvm.so: cannot open shared object file: No such file or directory
Please make sure the oscomponent.libjvmpath is correct.

current value:oscomponent.libjvmpath=/opt/CA/WA_Agent/jre/lib/amd64/libjava.so

[root@host WA_Agent]# ./cybAgent.bin -a
Agent service is starting...
Unable to start Agent service

 

Environment

Release : 12.X

Component : WA System Agent

Resolution

Set LD_LIBRARY_PATH to /opt/CA/CA_Agent/lib

set it in /etc/profile file to call it permanently.

Agent started successfully.