You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running mvn spring-boot:run -Dspring.profiles.active=local
post mvn clean install -Dgpg.skip=true -Dmaven.javadoc.skip=true -DskipTests=true
is giving the following error
`Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through field 'authProvider': Error creating bean with name 'authHandler': Unsatisfied dependency expressed through field 'validationHelper': Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:787) ~[spring-beans-6.1.4.jar:6.1.4]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authHandler': Unsatisfied dependency expressed through field 'validationHelper': Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'keycloak.internal.url' in value "${keycloak.internal.url}/auth/realms/"`
can I please get help for this. what do I set as keycloak internal URL?
I am trying to set up inji web locally. for which I suppose mimoto setup is a dependency
The text was updated successfully, but these errors were encountered:
Running
mvn spring-boot:run -Dspring.profiles.active=local
post mvn clean install -Dgpg.skip=true -Dmaven.javadoc.skip=true -DskipTests=true
is giving the following error
`Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'securityConfig': Unsatisfied dependency expressed through field 'authProvider': Error creating bean with name 'authHandler': Unsatisfied dependency expressed through field 'validationHelper': Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:787) ~[spring-beans-6.1.4.jar:6.1.4]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'authHandler': Unsatisfied dependency expressed through field 'validationHelper': Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'tokenValidationHelper': Unsatisfied dependency expressed through field 'validateTokenHelper': Error creating bean with name 'validateTokenHelper': Injection of autowired dependencies failed
Caused by: java.lang.IllegalArgumentException: Could not resolve placeholder 'keycloak.internal.url' in value "${keycloak.internal.url}/auth/realms/"`
can I please get help for this. what do I set as keycloak internal URL?
I am trying to set up inji web locally. for which I suppose mimoto setup is a dependency
The text was updated successfully, but these errors were encountered: