프로젝트 개요/프로젝트 상황 : - 현재 오픈소스 비디오앱을 구성하여 실행해보려 하는데, java 기반 백엔드에서 PulseAudio라는 부분과 연동이 되지 않아 구축 완료 및 실행을 못해보고 있습니다. Java에 10년 이상 뛰어나신 분 중에서 신속하게 이슈를 해결해줄 수 있는 분이 필요합니다.
업무 내용 : - 별도 개발이 아닌 디버깅 및 해결 이슈라 해당 이슈만 해결하면 됩니다. - 별도 파일 전달이 아니라, 기본형 ubuntu 22.04 desktop 환경에 셋업된 상태에서 이슈를 해결해주셔야 합니다. - 원인과 해결 방법을 간단히 문서로 정리해주시면 됩니다.
뭔가 java reflect 를 이용해서 객체를 생성하다가 오류가 발생하나 본데요.. 뭔가 access 상태가 허용되지 않은 상태에서 뭔가 선행단계 통과없이 instance 를 생성하려다 exception 이 아닌건지...
If you are encountering an IllegalStateException specifically after or related to NativeConstructorAccessorImpl, it's likely that there's an issue occurring during the instantiation of an object using reflection, and the object is not in a valid state.
뭔가 java reflect 를 이용해서 객체를 생성하다가 오류가 발생하나 본데요.. 뭔가 access 상태가 허용되지 않은 상태에서 뭔가 선행단계 통과없이 instance 를 생성하려다 exception 이 아닌건지...
If you are encountering an IllegalStateException specifically after or related to NativeConstructorAccessorImpl, it's likely that there's an issue occurring during the instantiation of an object using reflection, and the object is not in a valid state.