The Digial Experience Collector is not using the defined management port value
search cancel

The Digial Experience Collector is not using the defined management port value

book

Article ID: 202130

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 Activator

Issue/Introduction

The Digital Experience Collector configuration appears to ignore changes made in the application.properties file in folder dxc/EC/DxC/conf
 
We have defined the management port value as follows


management.port=9988

However it continues to use port 9999 
 
$ netstat -nap | grep 9999
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:9999            0.0.0.0:*               LISTEN      15059/java

$ ps -fwwwp 15059
UID        PID  PPID  C STIME TTY          TIME CMD
apmuser  15059     1 99 09:59 pts/1    00:00:35 /apm/mom/jre/bin/java -Djava.awt.headless=true -server -XX:+HeapDumpOnOutOfMemoryError -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:InitiatingHeapOccupancyPercent=35 -XX:+DisableExplicitGC -Xms512M -Xmx2048M -DSERVICE=CA_DXC -jar ../lib/DigitalExperienceCollector-2.4.0.6-2018_12_21_07_47.jar --spring.config.location=../conf/dxc.properties --logging.config=../conf/logback.xml

 

Environment

Release : 10.7.0

Component : DXC

Cause

The values specified in the application.properties file are overridden by a corresponding file contained in the main DXC jar file DigitalExperienceCollector-2.4.0.6-2018_12_21_07_47.jar

Resolution

Currently the use of port 9999 is effectively not configurable