-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Benign java.io.IOException from JGit on startup #2028
Comments
Interesting, IDK what we can do about it as it appears to be something JGit is doing. Does everything still work despite the exception? |
Having found myself in a similar situation, it would appear that everything is working as expected. |
Thanks @mpkorstanje. I will try and take a look at it, but it will be low priority since everything is working. |
No problem! I don't think this a problem for Spring to solve. It's up to the OS that runs the application to set In my case this variable was set correctly but the filesystem was mounted as read-only and so the user dir was not writable. I'll file an issue with JGit to more gracefully handle read-only file systems. |
Could you post a comment to the JGit issue here? |
It already existed: https://bugs.eclipse.org/bugs/show_bug.cgi?id=560555
Sounds like a doc fix to me. |
Thanks! |
We probably need to document this |
I just added a note to the docs |
Upgrading our Spring Cloud Config server from Spring Cloud 2020.0.3 to 2021.0.0 caused a seemingly benign error reported in the logs when deploying to kubernetes.
I found this stackoverflow describing the problem and solution. I can add the
XDG_CONFIG_HOME
environment variable, however I think it would be great if a solution was provided in SCC.The text was updated successfully, but these errors were encountered: