본문 바로가기

반응형

troubleshooting

(17)
[troubleshooting] STS (Eclipse) github copilot plugin 설치 오류 STS에서 github copilot plugin을 설치하려고 하면 다음과 같은 에러가 뜬다.Unable to read repository at https://azuredownloads-g3ahgwb5b8bkbxhd.b01.azurefd.net/github-copilot/content.xml. PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested targetSSL 관련 오류인데 Eclipse 사용 시 잘 설치되지만 STS에선 위 에러가 발생했다.STS의 SpringToolSuite4.ini 파일에 다음 설정을 ..
[troubleshooting] STS (Eclipse) lombok record builder annotation 사용 시 오류 현재 STS 4.31.0 (Eclipse 2025-06) 이 가장 최신 버전인데 해당 버전에서 record에 대해 lombok builder annotation 사용 시 대해 에러가 발생하고 있다.Multiple markers at this line - overrides java.lang.Object.toString - The constructor Asset() is undefined비슷한 이슈가 vscode 사용 시에도 발생하고 있는 듯하고 관련 문제가 issue로 등록되어 있다.https://github.com/projectlombok/lombok/issues/3883해당 이슈가 closed 처리가 되었고 lombok 다음 버전이 나오길 기다려야 하지만 lombok의 경우 1년에 2~3번 정도 주기로..
[troubleshooting] eclipse Marketplace plugin 설치 불가 문제 오래간만에 plugin을 하나 추가할 일이 있어 추가하려고 Marketplace를 열었는데 매우 느리다.검색도 제대로 안되고 plugin 추가를 시도해도 제대로 되지 않는다.STS를 새로 받아 진행해 봐도 동일한 증상이다.찾아보니 이 문제에 대해 reddit에도 글이 올라와 있었다.https://www.reddit.com/r/eclipse/comments/1k6n2pt/having_issues_connecting_to_eclipse_marketplace/ From the eclipse community on RedditExplore this post and more from the eclipse communitywww.reddit.comeclipse의 상태를 확인할 수 있는 사이트가 있다.https://..
[troubleshooting] STS (Eclipse) Sonarqube plugin 에러 팝업 발생 문제 해결 Eclipse에서 Sonarqube plugin이 어느 시점부터인가 에러가 발생하기 시작한다.STS를 실행할 때마다 SonarQube for Eclipse - An error occured 팝업이 계속 뜨고 에러 콘솔이 계속 찍히고 있다.팝업의 Don't show again 을 선택해도 계속 뜬다.SonarQube for Eclipse 11.0.0 버전 업그레이드 이후 발생하는 문제인 듯한데 관련하여 sonar community에 언급되고 있다.https://community.sonarsource.com/t/sonarqube-for-eclipse-11-0-0-seems-to-do-nothing-but-popping-up-error-messages/134735해결책은 의외로 간단하다.workspace의 ...
[troubleshooting] Spring Boot 테스트 코드 실행 시 java.lang.NoClassDefFoundError: io/micrometer/context/ThreadLocalAccessor 에러 Spring Boot 3.1.1에서 테스트 코드 실행 시 다음과 같은 에러가 발생했다. Caused by: java.lang.IllegalStateException: MicrometerObservationRegistryTestExecutionListener requires micrometer-observation 1.10.8 or higher at org.springframework.test.context.observation.MicrometerObservationRegistryTestExecutionListener.(MicrometerObservationRegistryTestExecutionListener.java:80) ... 59 common frames omitted Caused by: java...
[troubleshooting] Spring Boot 3.1.0에서 hibernate cannot be cast 오류 발생 Spring Boot 3.1.0으로 적용한 이후 특정 프로젝트가 startup 되지 않는 현상이 발견되었다. 발생한 오류는 다음과 같다. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'someEntityManagerFactory' defined in class path resource [somepackage/config/SomeDataJpaConfig.class]: class org.hibernate.mapping.BasicValue cannot be cast to class org.hibernate.mapping.ToOne (org.hibernate.mapping.BasicValue and o..
[troubleshooting] Windows 11에서 한글 마지막 글자 사라짐 현상 해결 Windows 11을 사용하면서 크롬이나 Obsidian 등 여러 프로그램에서 한글을 입력하다가 다른 창으로 Alt + Tab이나 커서 위치를 옮기면 입력한 한글의 마지막 글자가 사라지는 현상이 있었다. 이는 현재 버전의 Windows 11에서 한글 입력 처리의 문제이며 시간이 지나면 업데이트를 통해 해결해주기도 한다. 하지만 당분간 불편함을 감수할 필요 없이 바로 해결하는 방법이 있다. 설정의 시간 및 언어의 입력 항목을 선택하고 언어 및 지역을 선택한다. 한국어의 언어 옵션을 선택한 후 아래의 Microsoft 입력기의 키보드 옵션을 선택하고 이전 버전의 Microsoft IME를 활성화한다. 재시작이 필요하지 않으며 관련한 증상이 없어지는 것을 확인할 수 있다.
[troubleshooting] sonarqube 사용 시 socket timeout 발생 에러 발생 현상 오래간만에 sonarqube를 사용했는데 계속 socket timeout이 발생한다. mvn clean verify -B -U -Psonarqube sonar:sonar -Dsonar.projectKey=bluesky-boot "-Dsonar.projectName=bluesky boot project" 에러는 대략 다음과 같다. [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.9.1.2184:sonar (default-cli) on project bluesky-boot-build: Error creating bean with name 'org.sonarsource.scanner.api.int..

반응형