error
-
[오류기록] swiftUI alamofire에서만 mapping method 통신이 안되는 현상개발 2022. 8. 19. 11:13
환경 스프링부트 + swiftUI alamofire를 통하여 JSON통신중 다음 코드와 같이 작성했을때 발생한 오류 현상 인터셉터까지는 접근을 하지만 맵핑한 메소드는 접근하지 못하고 바로 리턴되는 현상 콘솔에서는 415에러 또는 400에러가 발생한다. let alamo = AF.request(url, method: .post, parameters: params, headers: headers).validate(statusCode: 200..
-
[에러기록] java.util.ArrayList cannot be cast to java.util.Map개발 2022. 8. 18. 13:22
2022-08-18 13:14:14.924 ERROR 11804 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.ClassCastException: java.util.ArrayList cannot be cast to java.util.Map] with root cause java.lang.ClassCastException: java.util.ArrayList cannot be cas..
-
[에러기록] 쿼리 실행 후 IndexOutOfBoundsException개발 2022. 8. 18. 13:17
2022-08-18 13:06:25.614 ERROR 8396 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException: ### Error querying database. Cause: java.lang.Ind..
-
[에러기록] post mapping 이후 에러나는 경우개발 2022. 8. 18. 13:04
2022-08-18 12:54:12.833 ERROR 28808 --- [nio-8080-exec-1] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is org.springframework.http.converter.HttpMessageConversionException: Type definition error: [simple type, class kr.co.domain.test.dto.orders.RequestOrdersDto]; nest..