Hi.
I have installed an Pro trial agent that is connected to the SaaS option.
The installation went OK and I can also see my application that I've created during the agent configuration.
Still, I can't see any data!!!
Can you help?
Hi,
We do not see agent is getting register as per logs provided and this is due to no tier and node-name details provided in
controller-info.xml at path -javaagent:/home/admin/AppServerAgent/ver4.0.0.0/conf location, please do provide tier-name and node-name details and save the changes to xml file and see how it goes with jvm restart.
[AD Thread Pool-Global0] 07 Jan 2015 15:20:13,027 INFO XMLConfigManager - Full Agent Registration Info Resolver using application name [ECMG-DVT]
[AD Thread Pool-Global0] 07 Jan 2015 15:20:13,027 INFO XMLConfigManager - Full Agent Registration Info Resolver using tier name [null]
[AD Thread Pool-Global0] 07 Jan 2015 15:20:13,027 INFO XMLConfigManager - Full Agent Registration Info Resolver using node name [null]
Above said is evident from below screenshot where no application with "ECMG-DVT" is listed in controller UI
Let us know if that information helps.
Regards,
Arun
I tried again, and it looks like it got further, but stiil no data. Instead of letting the autodiscovery happen on teh controller UI, I tried to create the ECMG-DVT application and the tier, but that didn't help either. In looking at the logs, it looks like there is some trustAnchor connection issue.
Hi,
We see the root cause of the issue is missing keystore certificates on this server , please update certificates missing at JDK path and parameters and restart JVM in new terminal and see how it goes Or try once with ssl-enabled flag set to false under controller-info.xml file and see if that makes any difference. Hope that information helps.
Above said is evident from following errors in agent logs:
[AD Thread Pool-Global0] 08 Jan 2015 10:02:37,367 ERROR ConfigurationChannel - Exception: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
javax.net.ssl.SSLException: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
[AD Thread Pool-Global1] 08 Jan 2015 10:06:38,114 ERROR ConfigurationChannel - Fatal transport error: java.lang.RuntimeException: Unexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-empty
Regards,
Arun
updating the certificates worked. Thanks!
Hi,
Glad that our suggestions helped and you could monitor your JVM agent node now.