Skip to content
New issue

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

JAVA 17 지원 여부 #975

Open
dgjinsu opened this issue Jan 19, 2024 · 5 comments
Open

JAVA 17 지원 여부 #975

dgjinsu opened this issue Jan 19, 2024 · 5 comments
Assignees

Comments

@dgjinsu
Copy link

dgjinsu commented Jan 19, 2024

https://github.com/scouter-project/scouter/releases/tag/v2.15.0?fbclid=IwAR3tJNMVkPenGfZNA0Uk9smLoVIwN2mSxPPZdanVp_YDvnCt_xqkcNAYY10

위 링크를 보면 해당 버전에선 java 17을 지원한다고 되어있습니다.
하지만 scouter server를 실행하기 위해 startup.sh 를 실행하면 아래와 같은 에러가 뜹니다.

SEVERE: null
java.security.PrivilegedActionException: java.lang.NoSuchMethodException: sun.misc.Unsafe.defineClass(java.lang.String,[B,int,int,java.lang.ClassLoader, java.security.ProtectionDomain]

jdk8 or 11 로는 잘 되네요

@gunkim
Copy link

gunkim commented Feb 5, 2024

저도 jdk 21 환경에서 동일한 문제가 발생하는데, 의존성 관련 문제인거 같긴 합니다.

@hymn-fly
Copy link

저는 그래서 scouter server와 host agent 쪽은 JDK 11로 실행시키고 어플리케이션에 붙여야 하는 java agent 쪽은 JDK 17로 실행시켰네요ㅎ..

@gunlee01 gunlee01 self-assigned this Feb 22, 2024
@MisakaMikoto
Copy link

저도 동일한 오류가 나네요 java 17 기준입니다.

@ynseo
Copy link

ynseo commented Mar 13, 2024

저도 jdk17 에서 동일한 오류가 발생하여,
scouter server 만 jdk1.8 로 수행하니 서버가 수행되었습니다.

@rivkode
Copy link

rivkode commented May 22, 2024

저도 OpenJDK 17 기준 동일한 에러가 발생하고 있습니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants