I tried to start the agent to track when running oapService.sh, but it did
not succeed
This is the part of the script I modified
SKYWALKING_EXE="
-javaagent:/root/software/apache-skywalking-apm-bin/agent/skywalking-agent.jar
-Dskywalking.agent.service_name=102-skywalking-collector
-Dskywalking.collector.backend_service=10.0.99.102:11800 "
eval exec "\"$_RUNJAVA\" ${JAVA_OPTS} ${OAP_OPTIONS} -classpath $CLASSPATH
org.apache.skywalking.oap.server.starter.OAPServerStartUp ${SKYWALKING_EXE}
\
2>${OAP_LOG_DIR}/oap.log 1> /dev/null &"
Where is wrong