Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Keycloak.internal.url error #498

Open
shivankar-p opened this issue Oct 27, 2024 · 0 comments
Open

Keycloak.internal.url error #498

shivankar-p opened this issue Oct 27, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@shivankar-p
Copy link

shivankar-p commented Oct 27, 2024

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

@shivankar-p shivankar-p added the bug Something isn't working label Oct 27, 2024
@shivankar-p shivankar-p changed the title Springboot errors on running release-0.14.x locally Keycloak.internal.url error Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants