You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
throwing org.jdom2.input.JDOMParseException: Error in building: FWK005 parse may not be called while parsing
Not sure what's the problem -- maybe jdom2 is not thread-safe?
The "good" thing is, that you can call the trigger multiple times and it will fail on different documents... Thus, we can work around that by triggering a few more times.. ;-)
The text was updated successfully, but these errors were encountered:
When triggering the diff computation at the
/diff/service/trigger
endpoint of https://github.com/SemsProject/masymos-diff-rest many of the tasks fail withNot sure what's the problem -- maybe
jdom2
is not thread-safe?The "good" thing is, that you can call the trigger multiple times and it will fail on different documents... Thus, we can work around that by triggering a few more times.. ;-)
The text was updated successfully, but these errors were encountered: