ETC/Errors3 [VirtualBox] 가상 머신에서 마우스 왼쪽(좌클릭)이 안될 때 - 상황 가상 머신 상에서 창을 오가다 갑자기 마우스의 좌클릭이 먹통 (우클릭, 포인터 이동은 된다) - 해결 방법 콘솔 모드로 변환 (Ctrl + Alt + F1) "shutdown -h now" 입력 (강제종료) 재부팅 2021. 6. 23. vi 에디터 사용 중 readonly로 인한 저장 불가(E45: 'readonly' option is set (add ! to override)) 오류 vi에디터에 실컷 입력 후 저장 시 아래와 같은 오류 문구 발견. E45: 'readonly' option is set (add ! to override) 사실, 오류 문구 속에 해결 방법이 있다. override를 하기 위해 !를 추가하라. 해결 방법 :w, :wq 명령어 대신 w! 명령어 사용하기 2021. 6. 20. [Error] java.lang.IllegalStateException: Failed to load ApplicationContext 에러 상황 : Spring jUnit(JPA 테스트 코드) 테스트에서 아래와 같은 에러 발생 java.lang.IllegalStateException: Failed to load ApplicationContext Caused by: org.springframework.boot.autoconfigure.jdbc.DataSourceProperties$DataSourceBeanCreationException: Failed to determine a suitable driver class ... Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate ... Caused by: org.springframework.bea.. 2021. 3. 11. 이전 1 다음 728x90 반응형