2020-06-25 [10:03] WARN : org.springframework.web.context.support.XmlWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'multipartResolver' defined in ServletContext resource [/WEB-INF/config/dispatcher-servlet.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'uploadTempDir' threw exception; nested exception is java.lang.IllegalArgumentException: Given uploadTempDir [file [/cmi/kicc/temp]] could not be created
2020-06-25 [10:03] ERROR: org.springframework.web.servlet.DispatcherServlet - Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'multipartResolver' defined in ServletContext resource [/WEB-INF/config/dispatcher-servlet.xml]: Error setting property values; nested exception is org.springframework.beans.PropertyBatchUpdateException; nested PropertyAccessExceptions (1) are:
PropertyAccessException 1: org.springframework.beans.MethodInvocationException: Property 'uploadTempDir' threw exception; nested exception is java.lang.IllegalArgumentException: Given uploadTempDir [file [/cmi/kicc/temp]] could not be created
'ErrorList' 카테고리의 다른 글
| The type BoardServiceImpl must implement the inherited abstract method BoardService.get(Long) (0) | 2020.07.02 |
|---|---|
| This method requires a body instead of a semicolon (0) | 2020.06.28 |
| @Log4j 인식 문제 (0) | 2020.06.27 |
| Autowired cannot be resolved to a type (0) | 2020.06.27 |
| Eclipse 초기셋팅 준비 시 (0) | 2020.06.25 |