error3 [Spring] ExceptionHandlerLoggedImpl 에러가 나타난다면 ExceptionHandlerLoggedImpl 에러가 나타난다면? 저는 start.spring.io를 이용해 스프링 프로젝트를 생성하고 있습니다. 현재 최신 springboot version은 2.7.3이며, 프로젝트 생성 후 H2DB에 ddl-auto=create 옵션 사용중 이러한 에러를 확인했습니다. GenerationTarget encountered exception accepting command : Error executing DDL 위 에러는 Hibernate 버전과 H2DB 스키마 사이의 에러로 확인되는데 springboot 2.7.3에서 사용하는 Hibernate는 5.6.10 버전입니다. 과거에도 자주 나타났던 에러이고, 최근 진행했던 다른 프로젝트에서 Springboot 2.6.8 .. 2022. 8. 24. [Ubuntu] Ubuntu server 업데이트 후 netplan failed with exit status 1 netplan failed with exit status 1 에러 수정하기 이전에 Ubuntu server 21.10 arm 버전에서 Ubuntu server 22.04 arm 버전으로 업데이트하였다. 사용하던 Ubuntu 업데이트하기 문제발생 업데이트를 정상적으로 진행하고, reboot을 하면서 문제가 발생했다. 서버가 켜지는 과정에서 netplan failed with exit status 1 오류가 나고, apt 명령어 실행시 모든 요청에 에러가 발생했다. 라즈베리파이4에서 우분투를 부팅할떄마다 SSD 충돌이 나진 않을까 걱정도 되고… 3~4번씩 부팅을 시도하는 경험을 많이 하다보니 ERR표시만 보아도 심장이 아주.. 문제 해결 netplan 문제점 확인 # netplan을 확인해본다. sudo n.. 2022. 4. 30. [Spring] 게시판 프로젝트 (1) [Spring] 게시판 프로젝트 (1)_errorpage, vo, mapper, service 스프링 프로젝트로 게시판을 만드는 과정. assets, images는 기존의 템플릿에서 가져왔으며, list, get, modify, register.jsp파일 작성은 따로 다루지 않는다. errorPage 설정 appServlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/spring/appServlet/servlet-context.xml throwExceptionIfNoHandlerFound true 1 web.xml의 servlet태그 속에 태그를 추가하여 noHandelrFoundException이 발생.. 2021. 5. 17. 이전 1 다음