• 카테고리

    질문 & 답변
  • 세부 분야

    백엔드

  • 해결 여부

    미해결

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

23.11.27 22:44 작성 23.11.27 22:44 수정 조회수 154

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 이 메세지가 계속 뜨네요

답변 1

답변을 작성해보세요.

0

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

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

수신자 1 on

수신자 2 on

그리고 main실행입니다.
image