-
I watched NAVER DEVIEW 2023 and admired the wonderful open source 😊. However, I encountered an error while attempting to analyze Dead Code through Scavenger. I would really appreciate it if you could help me solve it. 1. Placed in same location.2. APIjava -Dscavenger.collector-server-url=http://localhost:9090 -jar scavenger-api-boot-1.0.4.jar 3. Collectorjava -Darmeria.port=8080 -jar scavenger-collector-boot-1.0.4.jar 4. conf
5. RatripAPPLE_CLIENT_ID=***** \
APPLE_KEY_ID=***** \
APPLE_REDIRECT_URI=***** \
APPLE_TEAM_ID=***** \
DB_HOST=***** \
DB_PASSWORD=***** \
DB_PORT=***** \
DB_SCHEMA=***** \
DB_USERNAME=***** \
JWT_SECRET_KEY=*****= \
KAKAO_API_KEY=***** \
KAKAO_REDIRECT_URI=***** \
NAVER_CLIENT_KEY=***** \
NAVER_SECRET_KEY=***** \
REDIS_HOST=***** \
REDIS_PORT=***** \
SPRING_PROFILES_ACTIVE=dev \
java -Dscavenger.configuration=scavenger.conf -javaagent:scavenger-agent-java-1.0.4.jar -jar ratrip-0.0.1-SNAPSHOT.jar Problem
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Thank you for your interest in Scavenger!
Please double check your configuration and feel free to ask any following questions! |
Beta Was this translation helpful? Give feedback.
Thank you for your interest in Scavenger!
You need to point your
serverUrl
to the Scavenger collector, not your application.Please double check your configuration and feel free to ask any following questions!