Hi,
I'm struggling with zorka integration with Zabbix and Websphere. I'm running websphere 9 and just installed the latest zorka version (2.0.0). When I restart the websphere application server I get the following error in log/zorka.log:
2020-07-07 16:05:34 INFO ZorkaBshAgent Executing internal script: servers/was.bsh
2020-07-07 16:05:34 ERROR ZorkaBshAgent Error executing script servers/was.bsh [com.jitlogic.zorka.deps.bsh.EvalError: Error: : at Line: 18 : in file: servers/was.bsh : zorka .require ( "jvm.bsh" , "ejb.bsh" , "http.bsh" , "jms.bsh" , "apache/cxf.bsh" )
]
com.jitlogic.zorka.deps.bsh.EvalError: Error: : at Line: 18 : in file: servers/was.bsh : zorka .require ( "jvm.bsh" , "ejb.bsh" , "http.bsh" , "jms.bsh" , "apache/cxf.bsh" )
Does anyone know why this is happening?
Also connecting with zabbix_get results in a timeout.
zabbix_get -s x.x.x.x -p 10055 -I x.x.x.x -k 'zorka.jmx["java","java.lang.String","MBeanServerId"]'
Zorka java agent stops running after the timeout. So I have to restart the WAS.
The logs don't show anything. But I'm not sure about the commands. Does anyone has an example?
Many thanks :)