본문 바로가기

전체 글

(94)
[Error] No mapping found for HTTP request with URI 에러 1. Mapping 오류 WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/comboard/img/undraw_profile_1.svg] in DispatcherServlet with name 'appServlet' >> servlet-context.xml - Mapping 코드 추가
[Error] log4jdbc를 이용 한 DB설정 오류 - org.springframework.web.context.ContextLoader - Context initialization failedorg.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext r.. 1. log4jdbc를 이용한 DB설정 오류 ERROR: org.springframework.web.context.ContextLoader - Context initialization failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'dataSource' defined in ServletContext resource [/WEB-INF/spring/root-context.xml]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: ..
[Error] Oracle 비밀번호 만료 오류 - com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization. java.sql.SQLException: ORA-28001: the password has expired 오라클 DB의 경우 보안을 위해 180일 주기로 패스워드 변경해야함 변경하지 않을 경우 에러 발생 1. Oracle 비밀번호 만료 오류 ERROR: com.zaxxer.hikari.pool.HikariPool - HikariPool-1 - Exception during pool initialization. java.sql.SQLException: ORA-28001: the password has expired 해결방법 1) CMD창 오라클 DB 관리자 접속 sqlplus "/as sysdba" 2) 새로운 패스워드 설정 ALTER USER [user_id] IDENTIFIED BY [password]; 3) 변경 한 패스워드로 오라클 DB 접속 비밀번호가 틀렸을 경우 아래 명령어를 통해 계정 언락 후 패..
[Error] Tomcat 구동 오류 - 심각: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생 Tomcat 구동 오류 ( Maven 사용 시) 1. root-context.xml 오류 심각: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생 org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 33 in XML document from ServletContext resource [/WEB-INF/spring/root-context.xml] is invalid; nested exception is org.xml.sax.SAXParseException; lineNumber:..