We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
기존에 v2.7.1 scouter java.agent 를 was(jboss) 기동시 로드 되도록 설정해서 사용 했었습니다. 이번에 추가로 APM 솔루션(signoz) 도입 준비하면서 scouter와 apm 솔루션이 같이 기동이 안되는 현상이 발생 했습니다.
Poc 담당자가 Scouter agent를 2.15.0으로 업그레이드 해 보라고 하면 된다고 해서 아래와 같이 진행했습니다.
위와 같이 하고 was 재기동하면 처음에는 signoz와 scouter가 동시에 떴으나 1분 후 was가 죽는 현상이 발생하고 있습니다.
로그보면, 아래와 같은 로그가 보입니다. WFLYS0015 : Re-attempting failed deployment Infinity-xxxx-xxx-xxx.jar NO XNIO provider fount
참고로 java 버전은 1.8.0 입니다. 어느분이 jar 파일만 바꿔주면 된다고 해서 그렇게 했는데..위와 같이 하면 안되네요
scouter.java 업그레이드는 위와 같이 하면 되는건가요? scouter/agent.java 아래에 있는 conf 디렉토리나 plungin은 안해도 되는지도 궁금합니다.
아시는 분들 답변 부탁드립니다. 감사합니다.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
기존에 v2.7.1 scouter java.agent 를 was(jboss) 기동시 로드 되도록 설정해서 사용 했었습니다.
이번에 추가로 APM 솔루션(signoz) 도입 준비하면서 scouter와 apm 솔루션이 같이 기동이 안되는 현상이 발생 했습니다.
Poc 담당자가 Scouter agent를 2.15.0으로 업그레이드 해 보라고 하면 된다고 해서 아래와 같이 진행했습니다.
위와 같이 하고 was 재기동하면 처음에는 signoz와 scouter가 동시에 떴으나 1분 후 was가 죽는 현상이 발생하고 있습니다.
로그보면, 아래와 같은 로그가 보입니다.
WFLYS0015 : Re-attempting failed deployment Infinity-xxxx-xxx-xxx.jar
NO XNIO provider fount
참고로 java 버전은 1.8.0 입니다.
어느분이 jar 파일만 바꿔주면 된다고 해서 그렇게 했는데..위와 같이 하면 안되네요
scouter.java 업그레이드는 위와 같이 하면 되는건가요?
scouter/agent.java 아래에 있는 conf 디렉토리나 plungin은 안해도 되는지도 궁금합니다.
아시는 분들 답변 부탁드립니다.
감사합니다.
The text was updated successfully, but these errors were encountered: