FSM Setup: Error creating bean with name 'inboxController' #898
Replies: 2 comments
-
Hi root@upyog-stand-alone:~/UPYOG-DevOps/deploy-as-code/egov-deployer# kubectl logs -f inbox-77b77d6b6d-z8ldr -n egov . __ _ __ _ _ 2024-02-12 10:50:27.653+0000 INFO --- [ main] org.egov.InboxApplication -- : Starting InboxApplication v1.2.2-SNAPSHOT on inbox-77b77d6b6d-z8ldr with PID 7 (/opt/egov/inbox-1.2.2-SNAPSHOT.jar started by root in /opt/egov) Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inboxController': Unsatisfied dependency expressed through field 'inboxService'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'inboxService': Unsatisfied dependency expressed through field 'elasticSearchRepository'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticSearchRepository' defined in URL [jar:file:/opt/egov/inbox-1.2.2-SNAPSHOT.jar!/BOOT-INF/classes!/org/egov/inbox/repository/ElasticSearchRepository.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticSearchQueryBuilder' defined in URL [jar:file:/opt/egov/inbox-1.2.2-SNAPSHOT.jar!/BOOT-INF/classes!/org/egov/inbox/repository/ElasticSearchQueryBuilder.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encryptionServiceImpl': Unsatisfied dependency expressed through field 'encryptionPolicyConfiguration'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encryptionPolicyConfiguration': Invocation of init method failed; nested exception is java.lang.NullPointerException |
Beta Was this translation helpful? Give feedback.
-
Hi, kubectl logs -f inbox-5994d5f6bb-tgc5z -n egov . __ _ __ _ _ 2024-02-14 14:47:27.328+0000 INFO --- [ main] org.egov.InboxApplication -- : Starting InboxApplication v1.2.2-SNAPSHOT on inbox-5994d5f6bb-tgc5z with PID 8 (/opt/egov/inbox-1.2.2-SNAPSHOT.jar started by root in /opt/egov) Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticSearchRepository' defined in URL [jar:file:/opt/egov/inbox-1.2.2-SNAPSHOT.jar!/BOOT-INF/classes!/org/egov/inbox/repository/ElasticSearchRepository.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'elasticSearchQueryBuilder' defined in URL [jar:file:/opt/egov/inbox-1.2.2-SNAPSHOT.jar!/BOOT-INF/classes!/org/egov/inbox/repository/ElasticSearchQueryBuilder.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'encryptionServiceImpl': Unsatisfied dependency expressed through field 'encryptionPolicyConfiguration'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'encryptionPolicyConfiguration': Invocation of init method failed; nested exception is java.lang.NullPointerException |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
All reactions