Enabling communication between App Visibility agents and server components
If an application server (agent for Java) or the operating system (agent for .NET) on which the App Visibility agent is installed uses different ciphers than those enabled by default by the App Visibility portal and collector, communication between the agent and the server is not enabled.
Issue
The App Visibility agent cannot connect to the portal and collector.
Probable cause
The default ciphers for the App Visibility portal and collector do not have any ciphers in common with those supported by the application server (agent for Java) or the operating system (agent for .NET).
Resolution
You can update the tomcat.ciphers property for the portal and collector to enable data collection from the agent.
- Stop the service or services.
- Open the properties file for each component in a text editor:
- Portal: portal_installationDirectory\portal\properties\portal.properties
- Each collector: collector_installationDirectory\collector\properties\collector.properties
- In each component property file, copy the tomcat.ciphers property.
- Comment out one copy (add a hash tag # character to the beginning of the line), creating a commented reference.
- Add the required cipher to the non-commented tomcat.ciphers property.
- Start the service or services.
Related topics
Communication-error-from-the-App-Visibility-agent-for-NET-to-the-server