allenai / science-parse

Science Parse parses scientific papers (in PDF form) and returns them in structured form.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error at gazetteer-v5.json-84292700.gazetteerCache.bin

matt-erhart opened this issue · comments

Exception in thread "main" java.nio.file.FileSystemException: C:\Users\merha\AppData\Local\Temp\gazetteer-v5.json-84292700.gazetteerCache.bin: The process cannot access the file because it is being used by another process.

Get this error on windows 10 with the newest sbt and java sdk 8.

I would guess this happens when you start up two processes at the same time? Is that right?

If you start them one at a time, does it work then?

I found out that this is a problem on Windows. Version 1.3.2 fixes it. Thanks for reporting it!