-
Notifications
You must be signed in to change notification settings - Fork 7
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
Webserver reports "Error reading from remote server returned by" #1862
Labels
Comments
This doesn't make the error (completely) disappear. |
The github lookup is substituted by using files via gitsubmodule, see #1902. |
This error appeared the last time at 2023-11-10 . As this is more than a month ago this issue seems to be resolved. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sometimes the webserver cannot serve. It logs "Error reading from remote server returned by ...". The can be caused by many things. These two are among them:
a) Could not create OPAC URL
java.net.UnknownHostException: raw.githubusercontent.com
b) play.api.UnexpectedException: Unexpected exception[UnknownHostException: lobid.org: Temporary failure in name resolution]
at play.api.http.HttpErrorHandlerExceptions
Solution might be to use the java option
-DpreferIPv4Stack
.Check all instances:
@quaoar[13]:~/git$ grep UnknownHostException */web/logs/application.log
The text was updated successfully, but these errors were encountered: