๊ฐ๋ ์ ๋ฆฌ ์์ ์ค/๋ฌธ์ ์ ๋ฆฌ(26)
-
[Exception ์ ๋ฆฌ] Servlet.service() for servlet [dispatcherServlet] in context with path [] threw exception [Request processing failed; nested exception is java.lang.NullPointerException] with root cause
์คํ๋ง ๋ถํธ์ AWS๋ก ํผ์ ๊ตฌํํ๋ ์น ์๋น์ค:์ธํ ๋ฆฌ์ ์ด JPA JUnit ํ ์คํธ ๊ทธ๋ ์ด๋ค COUPANG www.coupang.com "์ด ํฌ์คํ ์ ์ฟ ํก ํํธ๋์ค ํ๋์ ์ผํ์ผ๋ก, ์ด์ ๋ฐ๋ฅธ ์ผ์ ์ก์ ์์๋ฃ๋ฅผ ์ ๊ณต๋ฐ์ต๋๋ค." ๐ Code Content ๐ฝ ManualController.java ๐ฝ ManualService.java ๐ฝ ManualQuerydslRepository.java โ ๏ธ ๋ฌธ์ ๋ฐ์! 2022-02-17 23:12:39.574 ERROR 3703 --- [nio-8080-exec-2] o.a.c.c.C.[.[.[/].[dispatcherServlet] : Servlet.service() for servlet [dispatcherServlet] in context with path..
2022.02.17 -
[Exception ์ ๋ฆฌ] com.querydsl.core.types.ExpressionException: No constructor found for class
๐ Code Content Query dsl์ ์ฌ์ฉํ์ฌ ์ฃผ๋ํ๋์ด ๋ง๋ค ๊ฐ์กฑ ์ปค๋ฎค๋ํฐ ๊ฒ์ํ์ ๋ชฉ๋ก ์กฐํ๋ฅผ ๊ตฌํํ๋ ค๊ณ ํ๋ ๊ฒ์ด์์. ์คํ๋ง๊ณผ JPA๋ฅผ ํ์ฉํ ์๋ฐ ์ํฐํ๋ผ์ด์ฆ ์ ํ๋ฆฌ์ผ์ด์ ๊ฐ๋ฐ ์ธํธ COUPANG www.coupang.com "์ด ํฌ์คํ ์ ์ฟ ํก ํํธ๋์ค ํ๋์ ์ผํ์ผ๋ก, ์ด์ ๋ฐ๋ฅธ ์ผ์ ์ก์ ์์๋ฃ๋ฅผ ์ ๊ณต๋ฐ์ต๋๋ค." ๐ฝ SystemManualQueryRepository package com.hongga.repository.querydsl.system_manual; import com.hongga.dto.SystemManualResponseDTO; import com.querydsl.core.types.Projections; import com.querydsl.jpa.impl.JPAQue..
2022.02.05 -
[Exception ์ ๋ฆฌ] Spring Security PasswordEncoder Test NPE(Null Pointer Exception)
๐ Code Content Spring Security๋ฅผ ์ฌ์ฉํด์ ํ์๊ฐ์ , ๋ก๊ทธ์ธ ๋ฑ์ ์ฒ๋ฆฌํ๋ ค๊ณ ํ๋ ๊ฒ์ด์์. ๋จผ์ ํ์์ด ์ ๋ง๋ค์ด์ง๋์ง Test๋ฅผ ํด์ผ ํ๊ธฐ ๋๋ฌธ์ ์๋์ ๊ฐ์ด Test Code๋ฅผ ์์ฑํ ๊ฒ์ด์์. package com.hongga.repository; import com.hongga.entity.Member; import com.hongga.entity.MemberRole; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframewo..
2022.01.26 -
[Spring Framwork] DataIntegrityViolationException
๐ DataIntegrityViolationException โ ๋ฌธ์ ๋ฐ์! org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [null]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:276) at org.springfram..
2021.11.16 -
[Spring Framwork] LazyInitializationException / @EntityGraph
๐ LazyInitializationException โ ๋ฌธ์ ๋ฐ์! ๐ป Repository Code ๐ป Test Code โ ๋ฌธ์ ์ดํด ์ด๊ฒ์ Review Class์ Member์ ๋ํ Fetch ๋ฐฉ์์ด LAZY(์ง์ฐ ๋ก๋ฉ)์ด๊ธฐ ๋๋ฌธ์ ํ ๋ฒ์ Review ๊ฐ์ฒด์ Member ๊ฐ์ฒด๋ฅผ ์กฐํํ ์ ์๊ธฐ ๋๋ฌธ์ ๋ฐ์ํ Exception์ธ ๊ฒ์ด์์. @Transactional์ ์ ์ฉํ๋ค๊ณ ํด๋ ๊ฐ Review ๊ฐ์ฒด์ getMember().getEmail()์ ์ฒ๋ฆฌํ ๋๋ง๋ค Member ๊ฐ์ฒด๋ฅผ Lodingํด์ผ ํ๋ ๋ฌธ์ ๊ฐ ์๋ต๋๋ค! ์ด ๋ฌธ์ ๋ฅผ ํด๊ฒฐํ ์ ์๋ ๋ฐฉ๋ฒ์ผ๋ก๋ ์๋์ ๊ฐ์ด ํฌ๊ฒ ๋ ๊ฐ์ง๋ก ๋๋ ์ ์๋ ๊ฒ์ด์์. @Query๋ฅผ ์ด์ฉํด์ Join์ฒ๋ฆฌ @EntityGraph๋ฅผ ์ด์ฉํด์ Review ๊ฐ์ฒด๋ฅผ..
2021.11.16 -
[JPQL] Delete ์ ๋ฌธ์ : InvalidDataAccessApiUsageException
๐ InvalidDataAccessApiUsageException [์์ด์ฝ์ถํ]์คํ๋ง๊ณผ JPA๋ฅผ ํ์ฉํ ์๋ฐ ์ํฐํ๋ผ์ด์ฆ ์ ํ๋ฆฌ์ผ์ด์ ๊ฐ๋ฐ ์ธํธ - ์ 3๊ถ COUPANG www.coupang.com "์ด ํฌ์คํ ์ ์ฟ ํก ํํธ๋์ค ํ๋์ ์ผํ์ผ๋ก, ์ด์ ๋ฐ๋ฅธ ์ผ์ ์ก์ ์์๋ฃ๋ฅผ ์ ๊ณต๋ฐ์ต๋๋ค." โ ๋ฌธ์ ๋ฐ์! Test Code ์์ ๊ฐ์ด ๊ฒ์๊ธ๊ณผ ํด๋น ๊ฒ์๊ธ์ ๋ํ Delete๋ฅผ ์ํด JPQL์ ํตํด ์ญ์ ์ฒ๋ฆฌ๋ฅผ ํ๋ ค๊ณ ํ์๋ ๊ฒ์ด์์. ํ์ง๋ง, ์๋์ ๊ฐ์ด Exception์ด ๋นต! ํ๊ณ ํฐ์ ธ๋ฒ๋ ธ๋ต๋๋ค! org.springframework.dao.InvalidDataAccessApiUsageException: For queries with named parameters you need to use provid..
2021.11.02