Hello,
I setup elastic apm-server and I collected data successfully. But I mentioned that, when i add "-javaagent:x -Delastic.apm.server_url=http://x.x.x.x:8200 -Delastic.apm.service_name=x -Delastic.apm.application_packages=x" as JVM arguments, the connection between jvm and content manager fails giving "incorrect password error". The first lines of error message is given below.
SystemErr R java.io.IOException: Keystore was tampered with, or password was incorrect
SystemErr R at com.ibm.crypto.provider.JceKeyStore.engineLoad(Unknown Source)
SystemErr R at java.security.KeyStore.load(KeyStore.java:1456)
JVM has also IBM Content Manager arguments like "-DICM_PASSWORD=xxxxx" "-DCMKEYSTOREPASSWORD=xxxxx"
I paid attention the JVM arguments syntax and i checked the CM password from process "ps -ef" result. Process get's these passwords correctly.
Our setup is:
Websphere 8.5.5.14
RHEL 6
Java -verison : 1.8
apm-server-7.0.0-alpha1-x86_64.rpm
elastic-apm-agent-1.0.0.RC1.jar
elasticsearch-7.0.0-alpha1.rpm
kibana-7.0.0-alpha1-x86_64.rpm
( also i tried current version 6.5.0 )
We need your help.
Thanks in advance.