ERROR(8)
-
css 수정 후 chrome에서만 적용이 안 되는 경우
- css 수정 후 이클립스에선 수정된 부분이 잘 반영되어 보이는데 크롬에서만 css가 안 먹힐 때, 크롬에서 캐시 삭제하기 1. 크롬 > 설정 2. 쿠키, 캐시된 이미지 및 파일 등을 삭제 후 3. 다시 실행시키면 크롬에서도 정상적으로 적용됨
2021.03.03 -
java.sql.SQLException:
Cause; uncategorized SQLException; SQL state [99999]; error code [17026]; 숫자 오버플로우; nested exception is java.sql.SQLException:숫자 오버플로우]을(를) 발생시켰습니다. Bean클래스에서 sell_License의 타입을 String에서 long으로 수정했는데 이후 setter에서 (long) 을 적어주지 않아서 생긴 오류
2021.03.02 -
Server Tomcat v9.0 Server at localhost failed to start.
잘 작동하다가 갑자기 톰캣 서버 오류 발생 server > Publish module contexts to separate XML files 체크 > 저장 후 정상적으로 실행됨
2021.02.26 -
Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
원인불명의 에러 발생, 하지만 원인은 분명 존재했고 원인은 바로 나였다.. 서버구동시 Oracle 접속 에러_Could not open JDBC Connection Could not open JDBC Connection for transaction; nested exception is org.apache.commons.dbcp.SQLNestedException: Cannot create PoolableConnectionFactory (IO 오류: The Network Adapter could not establish the connection org.springframework.jdbc.CannotGetJdbcConnectionException: HTTP 상태 500 – 내부 서버 오류 타입 예외 보고 ..
2021.02.24 -
org.springframework.beans.factory.UnsatisfiedDependencyException
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 스프링 에러 1. Bean에서 에러가 나는 경우 참고 : http://liante0904.tistory.com/113 2. DB 설정이나 쿼리문이 작성되는 xml 파일 점검 : http://bulkywebdeveloper.tistory.com/47
2021.02.14 -
오류 친구들(기록중)
java.lang.NumberFormatException:null - 페이지 url 넘어갈 때 공백이나 오타 확인하기 - 변수에 값이 전달받지 못 했기 때문에 전달받는 위치를 쫓아가야함 - 내 경우에는 jsp(prList.jsp)에서 값을 전달받지 못 했고, prDetail&pnum 부분에서 오타를 발견해서 수정함.. ${bean.item} java.lang.NumberFormatException: java.sql.SQLSyntaxErrorException: ORA-00907: missing right parenthesis - 쿼리문에서 괄호나 콤마가 빠져서 나는 오류 org.springframework.beans.factory.BeanDefinitionStoreException - 파일명 불일치, xm..
2020.12.29