Monitor Server Performance with CA Application Performance Management
search cancel

Monitor Server Performance with CA Application Performance Management

book

Article ID: 145646

calendar_today

Updated On:

Products

CA Application Performance Management Agent (APM / Wily / Introscope) CA Application Performance Management (APM / Wily / Introscope) INTROSCOPE DX Application Performance Management

Issue/Introduction

I am using Performance Center to connect some metrics to CA Application Performance Management. 
I am getting this error after integration:

[WARN] [IntroscopeAgent.ConnectionThread] Failed to connect to the Introscope Enterprise Manager at MYHOST-ABC 5001:5001,com.wily.isengard.postofficehub.link.net.DefaultSocketFactory (2).

Environment

Release : 10.7

Component : APM Agents

Cause

Invalid characters in the hostname property of the Agent profile.

Resolution

All the debug log files show that the invalid characters remain and DEBUG shows that it is causing an unknown host.

If on Windows, notepad and notepad++ will show it as a blank after -ABC however VIM for windows shows the actual invalid characters. 

[WARN] [IntroscopeAgent.ConnectionThread] Failed to connect to the Introscope Enterprise Manager at MYHOST-ABCÂ :5001,com.wily.isengard.postofficehub.link.net.DefaultSocketFactory (8633).

[DEBUG] [IntroscopeAgent.Agent]

java.net.UnknownHostException: MYHOST-ABCÂ
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)