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
While running appendFulltextTei, I've encountered this exception:
[ERROR] fr.inria.anhalytics.commons.managers.MongoFileManager: No corresponding fulltext TEI was found for BiblioObject{anhalyticsId=5b2b35c82d0eac1ef1ff03ad,metadataURL=https://hal.archives-ouvertes.fr/hal-01789422/tei,metadata=,teiCorpus=,doi=10.2516/ogst/2018004,publicationType=ART_Journal articles,isWithFulltext=true,domains=[ "phys_Physics [physics]"]}
fr.inria.anhalytics.commons.exceptions.DataException: java.lang.NullPointerException
at fr.inria.anhalytics.commons.managers.MongoFileManager.getTei(MongoFileManager.java:329)
at fr.inria.anhalytics.commons.managers.MongoFileManager.getGrobidTei(MongoFileManager.java:311)
at fr.inria.anhalytics.harvest.teibuild.TeiBuilderWorker.run(TeiBuilderWorker.java:105)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NullPointerException
at fr.inria.anhalytics.commons.managers.MongoFileManager.getTei(MongoFileManager.java:325)
... 5 more
however the data in mongodb says otherwise (and the fulltext is in HAL):
While running
appendFulltextTei
, I've encountered this exception:however the data in mongodb says otherwise (and the fulltext is in HAL):
Any idea where the issue might be?
The text was updated successfully, but these errors were encountered: