-
Notifications
You must be signed in to change notification settings - Fork 18
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
Errors on creation of resources with huge Richtext value #1293
Comments
When I run
It's because the file contains this line, which should be a comment but isn't:
After commenting out that line, I can still reproduce your error. Trying to figure it out now. |
oups sorry, didn't see that comment. thx |
This is because of the same problem as #913. The error happens because of the configured limit on the maximum number of rows in a query result in GraphDB: As a workaround, you can comment out the line with |
You might find that it will be more efficient to split a long text into smaller pieces (e.g. chapters of a book). |
Fine, it works now with |
Don't really know if it is errors in my data/standoff mapping or bugs?
Could you give some help by trying to reproduce these errors:
All tests are described in the README of FailedImportTrans.zip
The text was updated successfully, but these errors were encountered: