noonmaru / tap

Minecraft library for paper plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

이런경우는 처음이네요

opened this issue · comments

GCP VM에서 작동한 기준입니다. (Debian)
파쿠르메이커 플러그인으로 인해 현재 2.3.1 버전을 사용하고있습니다.

Tap을 빌드성공하고 VM에 파일옮기고 서버돌리니
이거뜨더라고요

[15:47:23 INFO]: [Tap] Enabling Tap v2.3

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.github.noonmaru.tap.attach.Tools (file:/home/hyeonwooserver/plugins/tap-2.3-dist.jar) to field java.lang.ClassLoader.sys_paths
WARNING: Please consider reporting this to the maintainers of com.github.noonmaru.tap.attach.Tools
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

(이 부분이 Tap관련 문제인지는 모르겠지만 ParkourMaker, ProtocolLib, Kotlin은 오류가 없어 혹시 몰라 말합니다.)
이후로 서버접속이 불가하며 (User Authenticator 워닝)
여러차례 익셉션뜨다가 서버가.. 지혼자 크래쉬뜨고 꺼져요

아무 플러그인 혹은 ParkourMaker, ProtocolLib, Kotlin, Tap을 지웠을때 서버가 정상적으로 열리고 접속도 됩니다

(다른것들은 오류메시지가 없는데 유난히 Tap만 워닝띄워서 제일먼저 이슈답니다.)

필요시 서버로그 첨부하겠습니다....

서버버전 1.15.2

Tap을 삭제하고 서버를 켰더니 ProtocolLib에서도 똑같은 오류가 뜨기는 했지만..
서버가 접속이 됩니다

[Tap을 넣었을때 (오류 로그)]
[Tap을 안넣었을때 1 (Tap 삭제스샷)], [Tap을 안넣었을때 2(서버 접속 스샷)]

(사진 안보여지네요 곧 수정할게요)

GCP VM에서 작동한 기준입니다. (Debian)
파쿠르메이커 플러그인으로 인해 현재 2.3.1 버전을 사용하고있습니다.

Tap을 빌드성공하고 VM에 파일옮기고 서버돌리니
이거뜨더라고요

[15:47:23 INFO]: [Tap] Enabling Tap v2.3

WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by com.github.noonmaru.tap.attach.Tools (file:/home/hyeonwooserver/plugins/tap-2.3-dist.jar) to field java.lang.ClassLoader.sys_paths
WARNING: Please consider reporting this to the maintainers of com.github.noonmaru.tap.attach.Tools
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release

(이 부분이 Tap관련 문제인지는 모르겠지만 ParkourMaker, ProtocolLib, Kotlin은 오류가 없어 혹시 몰라 말합니다.)
이후로 서버접속이 불가하며 (User Authenticator 워닝)
여러차례 익셉션뜨다가 서버가.. 지혼자 크래쉬뜨고 꺼져요

아무 플러그인 혹은 ParkourMaker, ProtocolLib, Kotlin, Tap을 지웠을때 서버가 정상적으로 열리고 접속도 됩니다

(다른것들은 오류메시지가 없는데 유난히 Tap만 워닝띄워서 제일먼저 이슈답니다.)

필요시 서버로그 첨부하겠습니다....

혹시 Java 9 이상의 환경에서 사용하시나요? Java 9 이상에서는 internal에 대한 reflection이 제한되어있는걸로 알고있습니다.

첨부링크

아마 Tools.java#50에서 발생하지 않았나 생각이 듭니다.

아 deafult-jre 패키지가 Java 9 이상으로 자동다운인지라...;;

아 deafult-jre 패키지가 Java 9 이상으로 자동다운인지라...;;

Linux환경에서 테스트해보지는 않았으나, Java 8에서는 정상적으로 작동할 것으로 보입니다

정상작동 확인되었습니다 :D