에러 모음 47

IncorrectResultSizeDataAccessException

SEVERE: 경로 [/13]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.dao.IncorrectResultSizeDataAccessException: Incorrect result size: expected 1, actual 3]을(를) 발생시켰습니다.org.springframework.dao.IncorrectResultSizeDataAccessException: Incorrect result size: expected 1, actual 3 IncorrectResultSizeDataAccessE..

에러 모음 2024.05.15

UnsatisfiedDependencyException, BeanCreationException, IllegalArgumentException

SEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'noticeController': Unsatisfied dependency expressed through field 'boardService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating ..

에러 모음 2024.05.10

CannotLoadBeanClassException

SEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find class [com.pf.www.forum.notice.dao.BoardDao] for bean with name 'boardDao' defined in file [C:\dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\11_board_02_homework\WEB-INF\cla..

에러 모음 2024.05.09

XmlBeanDefinitionStoreException

4월 28, 2024 12:23:48 오후 org.apache.catalina.core.StandardContext listenerStartSEVERE: Context initialized 이벤트를 [org.springframework.web.context.ContextLoaderListener] 클래스의 인스턴스인 리스너에 전송하는 동안 예외 발생org.springframework.beans.factory.xml.XmlBeanDefinitionStoreException: Line 47 in XML document from file [C:\dev\workspace\.metadata\.plugins\org.eclipse.wst.server.core\tmp0\wtpwebapps\04_springJdbc_Se..

에러 모음 2024.05.09

BadSqlGrammarException

SEVERE: 경로 [/11]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.jdbc.BadSqlGrammarException: PreparedStatementCallback; bad SQL grammar [UPDATE forum.board SET title= ? , content= ? reg_member_seq= '73', update_dtm= DATE_FORMAT(NOW() ,'%Y%m%d%H%i%s') WHERE board_seq= ? AND board_type_seq= ?; ]; nested ..

에러 모음 2024.05.09

TransientDataAccessResourceException

SEVERE: 경로 [/11]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceException: PreparedStatementCallback; SQL [UPDATE forum.board SET title=?, content=?, hit=0, del_yn='N', reg_dtm='', reg_member_seq=73, update_dtm=DATE_FORMAT(NOW() ,'%Y%m%d%H%i%s') , update_member_seq=0 WHER..

에러 모음 2024.05.09

EmptyResultDataAccessException

SEVERE: 경로 [/11]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: expected 1, actual 0]을(를) 발생시켰습니다.org.springframework.dao.EmptyResultDataAccessException: Incorrect result size: expected 1, actual 0  EmptyResultDataAccessException 데이터베이스에서 결과를 ..

에러 모음 2024.05.08

TransientDataAccessResourceException

SEVERE: 경로 [/11]의 컨텍스트 내의 서블릿 [pf]을(를) 위한 Servlet.service() 호출이, 근본 원인(root cause)과 함께, 예외 [Request processing failed; nested exception is org.springframework.dao.TransientDataAccessResourceException: PreparedStatementCallback; SQL [INSERT INTO forum.board (board_type_seq, title, content, reg_dtm, reg_member_seq ) VALUES( '1', ?, ?, DATE_FORMAT(NOW() ,'%Y%m%d%H%i%s'), '73');]; Parameter index ou..

에러 모음 2024.05.08