I tried for several times making idrepo identity application to run but I failed.
I used different Helm chart versions, even changed Docker images, adjusted liveness/startup probes, increase/decrease resources and other usual fix to this issue, Unfortunately no success in making it run without encountering errors.
I look at the logs and I see errors on them, but I do not know how to fix them.
Here is an extract =
“@timestamp”:“2023-03-12T14:42:00.010Z”,“@version”:“1”,“message”:“\n\nError starting ApplicationContext. To display the conditions report re-run your application with ‘debug’ enabled.”,“logger_name”:“org.springframework.boot.autoconfigure.logging.ConditionEvaluationReportLoggingListener”,“thread_name”:“main”,“level”:“INFO”,“level_value”:20000,“appName”:“id-repository”}
{“@timestamp”:“2023-03-12T14:42:00.014Z”,“@version”:“1”,“message”:“Application run failed”,“logger_name”:“org.springframework.boot.SpringApplication”,“thread_name”:“main”,“level”:“ERROR”,“level_value”:40000,“stack_trace”:"org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘idRepoProxyServiceImpl’: Unsatisfied dependency expressed through field ‘objectStoreHelper’; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘objectStoreHelper’: Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder ‘s3.pretext.value’ in value "${s3.pretext.value}idrepo"\n\tat org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject
…