-
Notifications
You must be signed in to change notification settings - Fork 243
App start problem #4
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
Comments
Can you try to run |
In fact, I've needed to adjust some network settings to be able to run
|
Looks like Maven is unable to download & run the Spring Boot Maven Plugin. Do you have other Spring Boot projects that work fine on that machine? Are you working on company hardware? As I can see the obfuscated Maven repository |
Well, this is starting to be interesting. :-D All small Spring Boot projects are working fine on this machine, which is not mine (you're right that this is company hardware). However, I've tried to run Maven as |
That's a big step forward :D Java 15 should also work, but can you run The Docker Compose environment is up and running prior to starting the Spring Boot application? What do you see inside the Network Tab of Chrome, 404 for the |
Maven locates Java version, which is set to my JAVA_HOME system variable. Everything is up and running, but Console in Google Chrom Developer Tools shows me this error, when I try to access localhost:
It seems like I will need to do some port configuration, since I've already set application.yaml server.port to 80 due to some reasons. And I'm not even able to login with valid application users (duke or mike) to Keycloack Admin Interface. |
Ah, if you override the default port of the Spring Boot application, you have to adjust the Keycloak OAuth2 client configuration as this expects the frontend to be served on 8080. Can you try to run everything with the default settings on port 8080? For the Keycloak Admin login you need |
Aye, I've stopped my service on 8080 and now the app is working correctly. Thank you, Philip, I'm closing this issue and I'm eager to start the course! |
That's perfect 🚀 |
When I run .\mvnw -e spring-boot:run in PowerShell, I'll get this error:
The text was updated successfully, but these errors were encountered: