ServletRequestBindingException 질문
- 작성자 :
- 장*정
- 작성일 :
- 2009-12-29 14:49:09
- 조회수 :
- 4,325
- 구분 :
- 실행환경
- 진행상태 :
- 완료
Q
기존에 잘 돌아가던 프로그램이 갑자기 이런 에러가 나옵니다...
2009-12-29 14:42:18,421 DEBUG [org.springframework.web.servlet.DispatcherServlet] Successfully completed request
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.DispatcherServlet] DispatcherServlet with name 'action' processing request for [/POLBB5500N02.do]
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping] Mapping [/POLBB5500N02.do] to handler 'gsbc.pol.bb.admin.web.AdmBulletin
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.handler.SimpleMappingExceptionResolver] Resolving to default view 'cmmn/bizError' for exception of type [org.springframework.web.bind.ServletRequestBindingException]
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.handler.SimpleMappingExceptionResolver] Exposing Exception as model attribute 'exception'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.DispatcherServlet] Rendering view [org.springframework.web.servlet.view.JstlView: name 'cmmn/bizError'; URL [/WEB-INF/jspcmmn/bizError.jsp]] in DispatcherServlet with name 'action'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.view.JstlView] Added model object 'exception' of type [org.springframework.web.bind.ServletRequestBindingException] to request in view with name 'cmmn/bizError'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.view.JstlView] Forwarding to resource [/WEB-INF/jspcmmn/bizError.jsp] in InternalResourceView 'cmmn/bizError'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.DispatcherServlet] Successfully completed request
2009-12-29 14:42:18,421 DEBUG [org.springframework.web.servlet.DispatcherServlet] Successfully completed request
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.DispatcherServlet] DispatcherServlet with name 'action' processing request for [/POLBB5500N02.do]
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.mvc.annotation.DefaultAnnotationHandlerMapping] Mapping [/POLBB5500N02.do] to handler 'gsbc.pol.bb.admin.web.AdmBulletin
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.handler.SimpleMappingExceptionResolver] Resolving to default view 'cmmn/bizError' for exception of type [org.springframework.web.bind.ServletRequestBindingException]
2009-12-29 14:42:18,671 DEBUG [org.springframework.web.servlet.handler.SimpleMappingExceptionResolver] Exposing Exception as model attribute 'exception'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.DispatcherServlet] Rendering view [org.springframework.web.servlet.view.JstlView: name 'cmmn/bizError'; URL [/WEB-INF/jspcmmn/bizError.jsp]] in DispatcherServlet with name 'action'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.view.JstlView] Added model object 'exception' of type [org.springframework.web.bind.ServletRequestBindingException] to request in view with name 'cmmn/bizError'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.view.JstlView] Forwarding to resource [/WEB-INF/jspcmmn/bizError.jsp] in InternalResourceView 'cmmn/bizError'
2009-12-29 14:42:18,687 DEBUG [org.springframework.web.servlet.DispatcherServlet] Successfully completed request
A
안녕하세요.. 장태정님..
ServletRequestBindingException의 경우는 일반적인 Exception 형태로..
해당 Exception의 메시지 정보가 필요할 것 같습니다.
현재 로그상에는 해당 Exception 메시지가 표시되지 않기 때문에..
bizError.jsp 페이지에서 "exception" 정보에 있는 message 정보를 출력해 보셔야 할 것 같습니다.
${exception.message}
그럼.. 즐거운 하루 되십시오.
감사합니다.
ServletRequestBindingException의 경우는 일반적인 Exception 형태로..
해당 Exception의 메시지 정보가 필요할 것 같습니다.
현재 로그상에는 해당 Exception 메시지가 표시되지 않기 때문에..
bizError.jsp 페이지에서 "exception" 정보에 있는 message 정보를 출력해 보셔야 할 것 같습니다.
${exception.message}
그럼.. 즐거운 하루 되십시오.
감사합니다.