전체 글 (87) 썸네일형 리스트형 [운영체제] 커널 스택이란 무엇인가? 너무 잘 정리되어있는 글이 있어서 링크만이라도 걸어둔다. 요약하자면, 메모리의 최상단 부분에 kernel space가 있는데, 해당 공간 내부에 프로세스 별로 커널 스택이라는 것이 나눠져서 존재한다는 것이다. https://blog.naver.com/lache96/140051813931 Linux Kernel Stack에 대한 오해 [root@XLRDev ~]# cat /proc/1/maps 00271000-00272000 r-xp 00271000 00:00 0 0052f000-0053f000 r-xp... blog.naver.com [Spring] [ERROR] @RequiredArgsConstructor의 잘못된 사용으로 인한 NullPointerException 수정 전 코드 return insertActionWithReservationInfo.executeAndReturnKey(params).intValue(); 이 부분에서, insertActionWithReservationInfo가 np exception이 발생하였다. (디버깅으로 발견) 문제는, 생성자 주입을 사용하면서 @RequiredArgsConstructor를 사용한 것이였다. NamedParameterJdbcTemplate jdbc, SimpleJdbcInsertOperations insertActionWithReservationInfo 와 같은 객체들이 빈으로 등록되어있는 상황이 아닌데 @RequiredArgsConstructor를 사용하였기 때문에, np exception이 발생하였다. @Rep.. [Spring] [ERROR] ... ;nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'kr.or.connect.security.dao.UserDao' available: expected at least 1 bean which qualifies as autowire candidate. Depend.. [에러내용] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'customUserDe.. 이전 1 ··· 4 5 6 7 8 9 10 ··· 29 다음