-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Application fails to start when an environment variable named SERVER is present #10945
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
Your environment variable named |
Thanks Andy for responding to my SOS. Unfortunately, this environment variable is implicitly set by the system at startup for the Novell and I do not have any flexibility to remove it. Is there any other solution to resolve this issue?
From: Andy Wilkinson [mailto:[email protected]]
Sent: Monday, November 06, 2017 5:47 PM
To: spring-projects/spring-boot <[email protected]>
Your environment variable named SERVER is causing the problem. Can you remove it?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#10945 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGOhPgcfjtRkptjwaDh6_OTVktr-__eDks5sz4x5gaJpZM4QT-jR>.
|
Unfortunately not, no. This is a bug in the binder in Spring Boot 2.0 which we'll have to fix. |
Similar problem with Spring Boot 1.5.3.RELEASE and |
@Bessonov You shouldn't be binding any configuration properties of your own from the |
This happens with my own namespace and I can control passed environment variables. But I think that isn't always possible and |
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled. |
|
@MahmoudAlzoghbi this error has nothing to do with the scope of this issue. Please ask questions on StackOverflow. |
Uh oh!
There was an error while loading. Please reload this page.
I have created a small "Hello word" kind of an application to integrate JAX-RS (Jersey) with Spring Boot 2.05M on Spring STS running 3.9.1 release. When I try to run as Spring Boot application, it immediately throws this error:
The text was updated successfully, but these errors were encountered: