-
Notifications
You must be signed in to change notification settings - Fork 25
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
Temporally error 500 #155
Comments
Won't do before migration to the new infrastructure. |
Probably related. During ingestion we have sometimes also 500 errors accessing to the collectory API:
In the proxy:
And in tomcat:
Testing with
Only on 500 error. If I continue testing with thousands of petitions I don't get this error anymore:
This sounds to me something like a mysql reconnection issue. |
Maybe this can be used to get more info about these errors https://stackoverflow.com/a/33589241/642847 and https://stackoverflow.com/questions/5491065/how-to-know-from-where-was-thrown-error-500-grails |
On new collectory deployments, when try to access initially to access the index, I get:
I can see a 500 error in js console and in nginx:
In
catalina.out
I only see:Refreshing the page, the error goes away. It sounds like a lazy initialization that fails.
Sites affected & versions:
v1.5.4
v1.5.1
v1.5.1
Although we have
collectory_version = LATEST
in all of our inventories and this was recently deployed.cc @geonb @jloomisVCE
The text was updated successfully, but these errors were encountered: