Closed dlukes closed 9 years ago
It looks like the SQL query to get the list of annotations resulted in a time-out. This should not happen even if not caching the results, since there is a pre-calculated table in the database which is optimized for exactly this use case (and should get results pretty fast).
If you could provide me a (if necessary confidential) link to the relANNIS corpus files in question that would be very helpful to debug the problem.
Thanks a lot! Our server's down at the moment, but I'll send you a link as soon as we're back on-line :) It will indeed need to be confidential, as the data are not ready for public disclosure (no anonymization yet etc.).
When I try to open the corpus information window (by clicking in the open corpus browser field in the Example Queries section) for one of the corpora I've compiled myself, the GUI hangs for a while, then displays a 504 error and an empty window:
("no metadata" is fine, I haven't added any, but "No Node Annotations" is weird -- there obviously are annotations, but ANNIS isn't keeping record of them...? BTW, this particular corpus was compiled from EXMARaLDA sources using the standard procedure from the multiple segmentation corpora guide.)
The frontend log shows this:
A possibly related issue: adding a node in the graphical query builder takes a substantial amount of time (no 504 this time though nor errors in the log, and the action completes eventually). In both cases, it seems as if ANNIS were missing a cache of the types of annotations available in my corpora, but I'm not sure how to generate it.
None of the demo corpora I've imported for testing have either of these issues.
Any ideas on what might be causing this? I'd be grateful for any hints to pursue :)