강의

멘토링

커뮤니티

Inflearn Community Q&A

gusamttf78242's profile image
gusamttf78242

asked

Java TPC Practical Project (Using Java API)

강의 들으면서 잘 안되는 부분이 있어서요~

Written on

·

346

·

Edited

0

moquitto 관련 부분 작동이 되는지 확인해봐주실수 있나요?

WARNING: An illegal reflective access operation has occurred

WARNING: Illegal reflective access by org.eclipse.paho.client.mqttv3.internal.FileLock (file:/C:/eGovFrame-4.0.0/maven/repository/org/eclipse/paho/org.eclipse.paho.client.mqttv3/1.2.5/org.eclipse.paho.client.mqttv3-1.2.5.jar) to method sun.nio.ch.FileLockImpl.release()

WARNING: Please consider reporting this to the maintainers of org.eclipse.paho.client.mqttv3.internal.FileLock

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

ERR0[Ljava.lang.StackTraceElement;@6021afeb


이런 에러가 뜨는데 왜그런지 모르겠네요... maven이 아니라 일반 자바프로젝트에서 jar파일로 해봐도 ERR0[Ljava.lang.StackTraceElement;@6021afeb 이 메세지가 계속 뜨네요

java객체지향

Answer 1

0

bitcocom님의 프로필 이미지
bitcocom
Instructor

실행은 되는데 경고메세지가 난다는 말씀인가요? 아니면 실행도 되지 않는 지요~
실습 동영상을 보면 실행은 되는데 콘솔에 경고메세지는 나오고 있습니다.
경고메세지는 크게 문제가 되지 않으면 상관 없는데 메세지 이유를 알고 싶으신건가요?

gusamttf78242님의 프로필 이미지
gusamttf78242
Questioner

콘솔에 경고 메세지는 강의 처럼 나오는데 저는
ERR0[Ljava.lang.StackTraceElement;@77acecd2 이게 더 나오네요ㅜ..
그런데 중요한 건 gui 창이 실행눌렀는데 뜨지가 않습니다.. ㅜㅜ
진행 순서는
mosquitto 서버 on

수신자 1 on

수신자 2 on

그리고 main실행입니다.
image

gusamttf78242's profile image
gusamttf78242

asked

Ask a question