-
Notifications
You must be signed in to change notification settings - Fork 49
Description
Hi,
I was trying to setup Helpline 104 api locally. It is failing with the following error
rror starting Tomcat context. Exception: org.springframework.beans.factory.UnsatisfiedDependencyException. Message: Error creating bean with name 'jwtUserIdValidationFilter' defined in class path resource [com/iemr/helpline104/utils/FilterConfig.class]: Unsatisfied dependency expressed through method 'jwtUserIdValidationFilter' parameter 0: Error creating bean with name 'jwtAuthenticationUtil' defined in file [/home/ramnar/Documents/amrit/Helpline104-API/target/classes/com/iemr/helpline104/utils/JwtAuthenticationUtil.class]: Unsatisfied dependency expressed through constructor parameter 1: Error creating bean with name 'jwtUtil': Unsatisfied dependency expressed through field 'tokenDenylist': Error creating bean with name 'tokenDenylist': Unsatisfied dependency expressed through field 'redisTemplate': No qualifying bean of type 'org.springframework.data.redis.core.RedisTemplate<java.lang.String, java.lang.Object>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {@org.springframework.beans.factory.annotation.Autowired(required=true)}