-
Notifications
You must be signed in to change notification settings - Fork 2
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
problems with database #452
Comments
Tübingen worked for a while then went down again. |
I checked with my colleagues there is no capacity problem, but both prod & tue show this error:
|
@LauraErhard I think there is no problem in the database. Maybe due to the large amount of data you want to retrieve from the database caused this error. I am not sure, but perhaps this is the reason for that error. |
FYI it is possible to access an individual resource, e.g. https://locdb.bib.uni-mannheim.de/locdb/bibliographicResources/5cc2f8676fe387398c588dda |
@LauraErhard The last error says "JavaScript heap out of memory" and this could be possible as the heap memory in node is limited, see e.g. https://stackoverflow.com/questions/38558989/node-js-heap-out-of-memory . |
@zuphilip Can I only access an individual resource if I have the key, or can I search somewhere with title/author? |
FYI we started all instances with more JS memory now. |
The backend is loading fine now, but the issue that we can't find our newly migrated entries via browse/in the internal suggestions while linking references still exists. |
CC'ing @JKamlah. |
Let us open a new issue #454 for that. |
We noticed that we can't find our newly migrated entries via browse/in the internal suggestions while linking references. I wanted to check the backend: https://locdb.bib.uni-mannheim.de/locdb/bibliographicResources to see if our data is even correctly imported, but I always get an error message:
I checked the Tübinger backend https://locdb.bib.uni-mannheim.de/locdb-tue/bibliographicResources and this doesn't work either.
The dev seems to work.
Is our newly migrated data properly saved? What is the issue with checking all resources in the backend?
The text was updated successfully, but these errors were encountered: