-
Notifications
You must be signed in to change notification settings - Fork 80
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
null pointer exception when transforming pftaps file to a bulk of jsons #96
Comments
I am not able to reproduce the error. Instead the software throws an warning for the record. The code was last edited July 2019, have you updated and rebuilt since then? 2019-12-23 08:18:40,074 INFO [ main] pftaps19760203_wk05.zip:200:US3935790A RecordReader - ... mark pftaps19760203_wk05.zip:200 |
I pulled the repo a week ago and use the master branch as the source. and I just retried it with pulling from master and build the .jar anew. could you please affirm my building steps are right?
|
After pulling the repo run "maven clean package" from the top level directory (not from within BulkDownloader). If test are failing, you can skip test with "maven clean package -DskipTests=true". |
The build was successful, the snapshot file has been created. But the same .jar creation algorithm leads to the same null pointer exception.
|
The exception is being thrown at a concrete file point. In this case (file pftaps19760203_wk05.zip), it's 238-th (see --skip and --limit flags) patent info:
Wherein 236 and 238 documents are being parsed successfully.
The same error happens also when parsing 373-rd patent in the same file:
Sure there are more such cases.
The text was updated successfully, but these errors were encountered: