23.03.07
58일차
어제 발생한 게시글 조회 오류는 rds를 다시 연결해주면 해결되는 문제였습니다!
채팅을 만들고 있는데 계속 같은 오류가 뜨고 있어서 확인해보니…!!
Failed to start bean 'redisMessageListener'; nested exception is org.springframework.data.redis.listener.adapter.RedisListenerExecutionFailedException: org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost/<unresolved>:6379; nested exception is org.springframework.data.redis.RedisConnectionFailureException: Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException: Unable to connect to localhost/<unresolved>:6379
→ redis가 제데로 들어있지 않아 발생한 오류!
→ 영속성 전이 문제! 엔티티 관계를 확인해서 다시 설정해주면 된다! 연관관계가 제대로 되어 있지 않아 발생하는 문제!!