Open fillies opened 8 months ago
hello @fillies,
You can remove the /var/log/messages
, /var/log/httpd/error_log
, as they are not useful in this case.
For /srv/ontoportal/ontologies_api/shared/log/unicorn.stderr.log
it should not be empty. Try to check maybe /srv/ontoportal/ontologies_api/current/log/unicorn.stderr.log
and /srv/ontoportal/ontologies_api/current/log/appliance.log
The /var/log/rails/appliance.log
, is good, but shows the wrong error. The part of the log that you shared, shows an error in the homepage (by this line /releases/20220602203400/app/controllers/home_controller.rb:5:in 'index'
), you should search for something like this: /app/controllers/concept_controller.rb:5:in 'show'
that does the display of the tree children (in the code this https://github.com/biodivportal/ontoportal_web_ui/blob/master/app/controllers/concepts_controller.rb#L30)
Have you experienced this issue with other Ontologies? or only related to ITIS as it is a big resource
Hello @syphax-bouazzouni,
thank you for your quick response! I removed the unuseful logs. And added some for /srv/ontoportal/ontologies_api/shared/log/unicorn.stderr.log. It sadly seems that /var/log/rails/appliance.log has not been updated since last year. Therefore, not displaying the error. But there was a pointer set to srv/ontoportal/bioportal_web_ui/shared/log/ which has been updated and contains an error regarding at least the ontologies_controler. I attach it above.
The Error persist also in other ontologies: Link But I do think it has to do with the size and the set timeout.
Thank you very much.
Errors when I try to display the hierarchy: https://biodivportal.gfbio.org/ontologies/BOHLMANN/?p=classes
https://biodivportal.gfbio.org/ontologies/IOC/?p=classes
With 50K and 10K concepts
Hi everyone,
we are facing the issue that for certain classes of ontologies, when extended by pressing the plus in the hierarchy view, a long loading time and an error due to empty responses appears. Example: https://biodivportal.gfbio.org/ontologies/ITIS/?p=classes. It seems like the requested resource was not found. I am quite new to the application, our first idea was a lack of compuational resources but it seems not to be the issues. Do you have any inside on this?
Logs /var/log/rails/appliance.log:
/srv/ontoportal/ontologies_api/shared/log/unicorn.stderr.log
srv/ontoportal/bioportal_web_ui/shared/log/