-
Notifications
You must be signed in to change notification settings - Fork 821
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
CrashLoopBackOff #53
Comments
Hello, Richard. For your assistance please |
rror starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug) 2024-08-13 03:09:09.432 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'journeySimulator': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'fleetman.position.queue' in string value "${fleetman.position.queue}" |
@DickChesterwood for assistance please. getting error on the application side. 2024-08-13 03:09:09.432 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'journeySimulator': Injection of autowired dependencies failed; nested exception is java.lang.IllegalArgumentException: Could not resolve placeholder 'fleetman.position.queue' in string value "${fleetman.position.queue}" |
Hi, it looks like an environment variable isn't set - "${fleetman.position.queue}" This would normally be set in the kubernetes yaml - can you post up a copy of that please? (If you're on a platform like Udemy, it might be quicker if you go through their Q&A board, I tend to monitor those more regularly - here is fine though, but might be slower). |
Hello, Richard. Thank you for your reply. it looks the pods are now running without looping back to the error. it might be the root caused of error is the formatting of YAML file which is case sensitive. Appreciate your support and will contact you again if there is any issue that will happen. Thanks, |
Hello, Chester.
Hope you are doing well.
Please help the attached screenshot getting subject above.
The text was updated successfully, but these errors were encountered: