-
Notifications
You must be signed in to change notification settings - Fork 156
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
Exporting project fails if a curation CAS is missing or document state is wrong #4933
Comments
reckart
added a commit
that referenced
this issue
Jul 9, 2024
…ent state is wrong - Skip exporting curation CASes that are not there and log a warning - Backport github action configuration from main
reckart
added a commit
that referenced
this issue
Jul 9, 2024
…-project-fails-if-a-curation-CAS-is-missing-or-document-state-is-wrong #4933 - Exporting project fails if a curation CAS is missing or document state is wrong
reckart
added a commit
that referenced
this issue
Jul 9, 2024
* release/33.x: #4933 - Exporting project fails if a curation CAS is missing or document state is wrong % Conflicts: % .github/workflows/maven.yml
reckart
added a commit
that referenced
this issue
Jul 16, 2024
* main: (49 commits) #4940 - OAuth and SAML logins do not work if a servlet path is used #4942 - Clearing hidden feature does sometimes not work No issue: Minor cleaning [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-34.0-beta-1 #4935 - Incorrect repetitions of sentences [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.2 #4936 - Option to export project via remote API without any secondary format #4933 - Exporting project fails if a curation CAS is missing or document state is wrong No issue: Do not fail-fast No issue: Try caching the Maven repo #4916 - Support for MS SQL Server No issue: Formatting No issue: Small style fix No issue: Minor correction in format documentation #4929 - Unmergable annotations should be hidden in integrated curation mode #4843 - Promote sidebar curation mode to proper curation page #4925 - Retain ability to select users in curation sidebar in finished documents #4919 - Unable to import project with knowledge-based exported by INCEpTION 33.0 (again) ... % Conflicts: % pom.xml
reckart
added a commit
that referenced
this issue
Oct 1, 2024
…ases * main: No issue: Minor cleaning [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-34.0-beta-1 #4935 - Incorrect repetitions of sentences [maven-release-plugin] prepare for next development iteration [maven-release-plugin] prepare release inception-33.2 #4936 - Option to export project via remote API without any secondary format #4933 - Exporting project fails if a curation CAS is missing or document state is wrong No issue: Do not fail-fast No issue: Try caching the Maven repo #4916 - Support for MS SQL Server No issue: Formatting No issue: Small style fix No issue: Minor correction in format documentation #4916 - Support for MS SQL Server
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
If a curation CAS is missing (i.e. if a document is in curating state but the CAS file on disk is not present), then exporting the document fails. Probably the problem is less that the CAS is actually missing but rather that the curation state is not properly cleared in some situations. Anyway...
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Optimally, the export should complete even though the CAS is "missing" because a) it is probably rather the state that is wrong and b) it may still be necessary to salvage as much as possible and migrate it to another system / back it up.
Please complete the following information:
The text was updated successfully, but these errors were encountered: