Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on
05-01-2019
06:48 PM
- edited on
07-23-2020
06:15 PM
by
Claudia.Landiva
If you are having trouble starting the EUM Server as a Windows service, you can use a batch command to start it.
Follow the steps below to use a batch command to start the EUM Server:
eum-start.bat
with the following code:
set SRV_PATH=C:\AppDynamics\EUM\commons-daemon-1.1.0-bin-windows\amd64 set EUM_SERVICE_NAME=AppDynamics EUM Server Test set EUM_DIR=C:\AppDynamics\EUM set JVM_MX=4096m set JVM_MS=4096m "%SRV_PATH%\prunsrv" //IS//"%EUM_SERVICE_NAME%"^ --DisplayName="%EUM_SERVICE_NAME%"^ --Description="%EUM_SERVICE_NAME%"^ --Startup=auto^ --Install="%SRV_PATH%\prunsrv.exe"^ --Jvm="%EUM_DIR%\jre\bin\server\jvm.dll"^ --Classpath="%EUM_DIR%\eum-processor\lib\*"^ --JavaHome="%EUM_DIR%\jre"^ --JvmOptions=-DEUM_COMPONENT=processor^ ++JvmOptions=-Dlogback.configurationFile=bin/logback.xml^ ++JvmOptions=-Dcom.mchange.v2.c3p0.cfg.xml=bin/c3p0.xml^ --JvmMx=%JVM_MX%^ --JvmMs=%JVM_MS%^ --StartPath="%EUM_DIR%\eum-processor"^ --StartMode=jvm^ --StartClass=com.appdynamics.eumcloud.EUMProcessorServer^ --StopMode=jvm^ --StopClass=com.appdynamics.eumcloud.EUMProcessorServer^ --LogLevel=DEBUG^ --StdOutput="%EUM_DIR%\logs\eum-processor.log"^ --StdError="%EUM_DIR%\logs\eum-processor-error.log" "%SRV_PATH%\prunsrv.exe" //RS//"%EUM_SERVICE_NAME%"
<EUM_processor>/bin
.Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form