Docker - Mimoto - Unsatisfied dependency - cbeffutil

I am trying to run ‘docker-compose’ in ‘docker-compose-injistack’

I am stuck with an error starting ‘Mimoto Service’, bellow some error excerpts:

2025-03-06T18:06:45.302Z  WARN 1 --- [mimoto] [           main] [                                                 ] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'credentialShareServiceImpl': Unsatisfied dependency expressed through field 'util': Error creating bean with name 'cbeffToBiometricUtil': Unsatisfied dependency expressed through field 'cbeffutil': Error creating bean with name 'getCbeffUtil': Invocation of init method failed
2025-03-06T18:06:45.404Z ERROR 1 --- [mimoto] [           main] [                                                 ] o.s.boot.SpringApplication               : Application run failed
... 

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'credentialShareServiceImpl': Unsatisfied dependency expressed through field 'util': Error creating bean with name 'cbeffToBiometricUtil': Unsatisfied dependency expressed through field 'cbeffutil': Error creating bean with name 'getCbeffUtil': Invocation of init method failed
... 

Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'cbeffToBiometricUtil': Unsatisfied dependency expressed through field 'cbeffutil': Error creating bean with name 'getCbeffUtil': Invocation of init method failed
... 
        ... 25 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'getCbeffUtil': Invocation of init method failed

Hi @Marcilio,

Thank you for reaching out. We are looking into this issue and one of our experts will get back to you shortly.

Best Regards
Team MOSIP

Hi @Marcilio
It can be some intermittent issue with internet. To resolve CbeffUtil, this url need to be resolved inji-certify/docker-compose/docker-compose-injistack/config/mimoto-default.properties at master · mosip/inji-certify · GitHub
If we see this, the url becomes https://raw.githubusercontent.com/mosip/mosip-config/develop/mosip-cbeff.xsd, and it’s accessible.

Are you still facing the issue?