Spring 에러 (The origin server did not find a current representation for the target resource or is not willing to disclose that one exists)
Back-End/Problems 2019. 5. 27. 23:09에러내용
The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
(서버가 대상 자원을 찾지 못한다)
원인 파악 1. 실행할때 프로젝트를 누르고 서버를 돌려야됨 (학원에서는 jsp랑 자바파일로 돌림;; 집에서도 자바랑 jsp로 돌리면 실행이 안되었음) 2. 집에서는 pom.xml 파일에 있는 mysql관련 코드를 다 없애버렸음 (mysql 드라이버를 사용할수 없다는 에러때문에) 3. servlet-context 파일 수정
|
(추가)
4. 빌드 에러가 발생해서 에러가 발생하였음... (빌드 에러는 파일을 업데이트할때 발생한다고 함..)
(아래 처럼 프로젝트를 강제 업데이트 하여서 해결하였다.)
'Back-End > Problems' 카테고리의 다른 글
IntelliJ IDEA (에러 : Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:2.1.4.RELEASE:run) (0) | 2019.06.02 |
---|---|
STS4 http 500 에러 (0) | 2019.05.31 |
이클립스 - 오라클 쿼리 오류(ORA-01747: invalid user.table.column, table.column, or column specification) (0) | 2019.05.26 |
JSP 페이지에서 JSTL 관련 에러 (HTTP 500) (0) | 2019.05.24 |
오라클 토드 관련 (ORA-00001) 에러 (0) | 2019.05.24 |