Giter Site home page Giter Site logo

Comments (5)

bgfeldm avatar bgfeldm commented on August 12, 2024
  • log4j.properties is usually placed within the classpath, in the same directory as your jar files. But can also be specified on the command line -Dlog4j.configuration=file://log4j.properties

    java -cp ${CLASSPATH} -Dlog4j.configuration=file:${PROJECTPATH}/conf/log4j.properties

  • Updated docs changed outDir to outdir

  • Checked in a fix for the NullPointerException thrown when Examiner values are missing or null.

from patentpublicdata.

patricknee avatar patricknee commented on August 12, 2024

Brian:

Thanks - log4j fixed and give some helpful info. I'm still getting runtime errors.

I then did a fresh git clone for the entire repository, and then ran mvn clean package.

It has numerous failures of testing, and PatentDocument cannot build (PatentPublicData & Common are OK, BulkDownloader is skipped).

Here is the mvn clean package output:

ghrepos patrick$ git clone https://github.com/USPTO/PatentPublicData.git
Cloning into 'PatentPublicData'...
remote: Counting objects: 2030, done.
remote: Compressing objects: 100% (233/233), done.
remote: Total 2030 (delta 87), reused 0 (delta 0), pack-reused 1766
Receiving objects: 100% (2030/2030), 1.03 MiB | 874.00 KiB/s, done.
Resolving deltas: 100% (925/925), done.
Checking connectivity... done.
ghrepos patrick$ cd PatentPublicData/
PatentPublicData patrick$ mvn clean package
[INFO] Scanning for projects...
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] PatentPublicData
[INFO] Common
[INFO] PatentDocument
[INFO] BulkDownloader
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PatentPublicData 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ PatentPublicData ---
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.10.3:aggregate (aggregate) > generate-sources @ PatentPublicData >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.10.3:aggregate (aggregate) < generate-sources @ PatentPublicData <<<
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o gov.uspto:Common:jar:0.0.1-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o gov.uspto:Common:jar:0.0.1-SNAPSHOT (compile)
[WARNING] o gov.uspto:PatentDocument:jar:0.0.1-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:aggregate (aggregate) @ PatentPublicData ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ PatentPublicData ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-dependencies) @ PatentPublicData ---
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (default) @ PatentPublicData ---
[INFO] Building zip: /Users/patrick/ghrepos/PatentPublicData/target/PatentPublicData-0.0.1-SNAPSHOT.zip
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Common 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ Common ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/patrick/ghrepos/PatentPublicData/Common/src/main/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ Common ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 24 source files to /Users/patrick/ghrepos/PatentPublicData/Common/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Common ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ Common ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 3 source files to /Users/patrick/ghrepos/PatentPublicData/Common/target/test-classes
[INFO] /Users/patrick/ghrepos/PatentPublicData/Common/src/test/java/gov/uspto/common/text/StopWordTest.java: Some input files use or override a deprecated API.
[INFO] /Users/patrick/ghrepos/PatentPublicData/Common/src/test/java/gov/uspto/common/text/StopWordTest.java: Recompile with -Xlint:deprecation for details.
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ Common ---
[INFO] Surefire report directory: /Users/patrick/ghrepos/PatentPublicData/Common/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running gov.uspto.common.text.StopWordTest
Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.181 sec
Running gov.uspto.common.text.StringCaseTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0 sec
Running gov.uspto.common.text.WordUtilTest
Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec

Results :

Tests run: 44, Failures: 0, Errors: 0, Skipped: 0

[INFO] 
[INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ Common ---
[INFO] Building jar: /Users/patrick/ghrepos/PatentPublicData/Common/target/Common-0.0.1-SNAPSHOT.jar
[INFO] 
[INFO] >>> maven-javadoc-plugin:2.10.3:aggregate (aggregate) > generate-sources @ Common >>>
[INFO] 
[INFO] <<< maven-javadoc-plugin:2.10.3:aggregate (aggregate) < generate-sources @ Common <<<
[WARNING] The following dependencies could not be resolved at this point of the build but seem to be part of the reactor:
[WARNING] o gov.uspto:PatentDocument:jar:0.0.1-SNAPSHOT (compile)
[WARNING] Try running the build up to the lifecycle phase "package"
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:aggregate (aggregate) @ Common ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-javadoc-plugin:2.10.3:jar (attach-javadocs) @ Common ---
[INFO] Skipping javadoc generation
[INFO] 
[INFO] --- maven-dependency-plugin:2.10:copy-dependencies (copy-dependencies) @ Common ---
[INFO] Copying commons-compress-1.11.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/commons-compress-1.11.jar
[INFO] Copying jopt-simple-5.0.2.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/jopt-simple-5.0.2.jar
[INFO] Copying commons-io-2.5.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/commons-io-2.5.jar
[INFO] Copying slf4j-api-1.7.21.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/slf4j-api-1.7.21.jar
[INFO] Copying slf4j-log4j12-1.7.21.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/slf4j-log4j12-1.7.21.jar
[INFO] Copying log4j-1.2.17.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/log4j-1.2.17.jar
[INFO] Copying guava-19.0.jar to /Users/patrick/ghrepos/PatentPublicData/Common/target/dependency-jars/guava-19.0.jar
[INFO] 
[INFO] --- maven-assembly-plugin:2.2-beta-5:single (default) @ Common ---
[INFO] Building zip: /Users/patrick/ghrepos/PatentPublicData/Common/target/Common-0.0.1-SNAPSHOT.zip
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building PatentDocument 0.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ PatentDocument ---
[INFO] 
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ PatentDocument ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] Copying 17 resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ PatentDocument ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 187 source files to /Users/patrick/ghrepos/PatentPublicData/PatentDocument/target/classes
[ERROR] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/model/NplCitation.java:[8,69] unmappable character for encoding UTF8
[ERROR] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/model/NplCitation.java:[8,81] unmappable character for encoding UTF8
[ERROR] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/model/NplCitation.java:[8,91] unmappable character for encoding UTF8
[ERROR] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/model/CountryCodeHistory.java:[116,61] unmappable character for encoding UTF8
[INFO] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/doc/sgml/fragments/ClaimNode.java: Some input files use unchecked or unsafe operations.
[INFO] /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/main/java/gov/uspto/patent/doc/sgml/fragments/ClaimNode.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ PatentDocument ---
[WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] skip non existing resourceDirectory /Users/patrick/ghrepos/PatentPublicData/PatentDocument/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ PatentDocument ---
[INFO] Changes detected - recompiling the module!
[WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] Compiling 15 source files to /Users/patrick/ghrepos/PatentPublicData/PatentDocument/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ PatentDocument ---
[INFO] Surefire report directory: /Users/patrick/ghrepos/PatentPublicData/PatentDocument/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running gov.uspto.document.model.classification.cpc.CpCClassificationTest
[0/D, 1/D/D07, 2/D/D07/D07B, 3/D/D07/D07B/D07B2201, 4/D/D07/D07B/D07B2201/D07B22012051]
Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.08 sec
Running gov.uspto.document.model.classification.ipc.IpcClassificationTest
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec
Running gov.uspto.document.model.classification.uspc.UspcClassificationTest
Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.093 sec
Running gov.uspto.document.model.DocumentIdTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.174 sec
Running gov.uspto.document.parser.dom4j.PatentParserTest
2016-11-08 15:42:25,077 WARN  [       main] UNDEFINED1234567     AbstractTextNode - Patent does not have an Abstract.
2016-11-08 15:42:25,080 WARN  [       main] UNDEFINED1234567     DescriptionNode - Patent does not have a Description.
2016-11-08 15:42:25,143 WARN  [       main] UNDEFINED1234567     DescriptionNode - Patent does not have a Description.
2016-11-08 15:42:25,185 WARN  [       main] UNDEFINED1234567     DescriptionNode - Patent does not have a Description.
2016-11-08 15:42:25,191 WARN  [       main] UNDEFINED1234567     DocumentIdNode - Invalid document-id can not be Null.
2016-11-08 15:42:25,193 WARN  [       main] UNDEFINED1234567     ApplicationIdNode - Invalid document-id can not be Null.
2016-11-08 15:42:25,204 WARN  [       main] UNDEFINED1234567     AbstractTextNode - Patent does not have an Abstract
Tests run: 6, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.49 sec <<< FAILURE!
parsePatentPAP(gov.uspto.document.parser.dom4j.PatentParserTest)  Time elapsed: 0.015 sec  <<< ERROR!
java.lang.NullPointerException
    at gov.uspto.patent.doc.pap.PatentAppPubParser.parse(PatentAppPubParser.java:84)
    at gov.uspto.patent.PatentReader.read(PatentReader.java:75)
    at gov.uspto.document.parser.dom4j.PatentParserTest.parsePatentPAP(PatentParserTest.java:60)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running gov.uspto.patent.doc.greenbook.FormattedTextTest
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec
Running gov.uspto.patent.doc.greenbook.GreenbookTest
2016-11-08 15:42:25,562 WARN  [       main] US3937375            ClassificationNode - Failed to Parse IPC Classification: 'B60R  900' from : <CLAS><OCL>224 4207</OCL><XCL>214450</XCL><EDF>2</EDF><ICL>B60R  900</ICL><FSC>280</FSC><FSS>500;501;502;505</FSS><FSC>293</FSC><FSS>60;69</FSS><FSC>224</FSC><FSS>24.07;42.03 R;42.1 H</FSS><FSC>214</FSC><FSS>450</FSS><FSC>248</FSC><FSS>43;226 R;214</FSS></CLAS>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.204 sec
Running gov.uspto.patent.doc.pap.PatentAppPubParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.399 sec
Running gov.uspto.patent.doc.sgml.SgmlTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.257 sec
Running gov.uspto.patent.doc.xml.ApplicationParserTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.357 sec
Running gov.uspto.patent.doc.xml.FormattedTextTest
Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec
Running gov.uspto.patent.doc.xml.GrantParserTest
2016-11-08 15:42:26,675 WARN  [       main] US6859910B2          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2004(GrantParserTest.java:25)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-08 15:42:26,812 WARN  [       main] US6970935B1          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2004(GrantParserTest.java:25)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-08 15:42:27,023 WARN  [       main] US7272630B2          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2006(GrantParserTest.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-08 15:42:27,025 WARN  [       main] US7272630B2          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2006(GrantParserTest.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-08 15:42:27,027 WARN  [       main] US7272630B2          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2006(GrantParserTest.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
2016-11-08 15:42:27,029 WARN  [       main] US7272630B2          InventorNode - Invalid Nationality Country Code
gov.uspto.patent.InvalidDataException: Invalid Code: omitted
    at gov.uspto.patent.model.CountryCode.fromString(CountryCode.java:304)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readInventor(InventorNode.java:111)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.readApplicantInventors(InventorNode.java:82)
    at gov.uspto.patent.doc.xml.fragments.InventorNode.read(InventorNode.java:48)
    at gov.uspto.patent.doc.xml.GrantParser.parse(GrantParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:84)
    at gov.uspto.parser.dom4j.Dom4JParser.parse(Dom4JParser.java:49)
    at gov.uspto.patent.doc.xml.GrantParserTest.readSamples2006(GrantParserTest.java:37)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.287 sec
Running gov.uspto.patent.mathml.MathMLTest
mrow(mi(a)mo(/)mi(b))
Tests run: 2, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.006 sec <<< FAILURE!
short2Mathml(gov.uspto.patent.mathml.MathMLTest)  Time elapsed: 0.004 sec  <<< ERROR!
java.lang.NullPointerException
    at gov.uspto.patent.mathml.MathMLTest.short2Mathml(MathMLTest.java:30)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:252)
    at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:141)
    at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:112)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:497)
    at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
    at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
    at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
    at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:115)
    at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:75)

Running gov.uspto.patent.serialize.JsonMapperTest
{"patentCorpus":"PGPUB","patentType":"UTILITY","productionDate":{"raw":"20160101","iso":"2016-01-01T00:00:00Z"},"publishedDate":{"raw":"20160202","iso":"2016-02-02T00:00:00Z"},"documentId":"US123456789","documentDate":{"raw":"","iso":""},"applicationId":"","applicationDate":{"raw":"","iso":""},"relatedIds":[],"otherIds":[],"agent":[],"applicant":[],"inventors":[{"sequence":"","name":{"type":"person","raw":"Inventee, Bob","prefix":"","firstName":"Bob","middleName":"","lastName":"Inventee","suffix":"","abbreviated":"Inventee","synonyms":[]},"address":{"street":"123 Main St","city":"Alexandria","state":"VA","zipCode":"22314","country":"US","email":"","fax":"","phone":""},"residency":"","nationality":""}],"assignees":[{"name":{"type":"org","raw":"Inventee Inc.","suffix":"","synonyms":[]},"address":{"street":"123 Main St","city":"Alexandria","state":"VA","zipCode":"22314","country":"US","email":"","fax":"","phone":""},"role":"","roleDefinition":""}],"examiners":[],"title":"Test Patent","abstract":{"raw":"This is the Abstract Section.","normalized":"   This is the Abstract Section. \n","plain":"   This is the Abstract Section. \n"},"description":{"full_raw":"Drawing Desc Text\nRell App Desc Text\nBrief Summar Desc Text\nDetailed Description Text\n","REL_APP_DESC":{"raw":"Rell App Desc Text","normalized":"   Rell App Desc Text \n","plain":"   Rell App Desc Text \n"},"DRAWING_DESC":{"raw":"Drawing Desc Text","normalized":"   Drawing Desc Text \n","plain":"   Drawing Desc Text \n"},"BRIEF_SUMMARY":{"raw":"Brief Summar Desc Text","normalized":"   Brief Summar Desc Text \n","plain":"   Brief Summar Desc Text \n"},"DETAILED_DESC":{"raw":"Detailed Description Text","normalized":"   Detailed Description Text \n","plain":"   Detailed Description Text \n"}},"claims":[],"citations":[],"classification":{"ipc":[],"uspc":[],"cpc":[]}}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec

Results :

Tests in error: 
  parsePatentPAP(gov.uspto.document.parser.dom4j.PatentParserTest)
  short2Mathml(gov.uspto.patent.mathml.MathMLTest)

Tests run: 41, Failures: 0, Errors: 2, Skipped: 0

[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO] 
[INFO] PatentPublicData ................................... SUCCESS [  4.946 s]
[INFO] Common ............................................. SUCCESS [  4.288 s]
[INFO] PatentDocument ..................................... FAILURE [  9.068 s]
[INFO] BulkDownloader ..................................... SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 18.485 s
[INFO] Finished at: 2016-11-08T15:42:31+01:00
[INFO] Final Memory: 30M/278M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12.4:test (default-test) on project PatentDocument: There are test failures.
[ERROR] 
[ERROR] Please refer to /Users/patrick/ghrepos/PatentPublicData/PatentDocument/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <goals> -rf :PatentDocument

`

from patentpublicdata.

bgfeldm avatar bgfeldm commented on August 12, 2024

I also see the Unit test are failing, I am looking into this.

from patentpublicdata.

bgfeldm avatar bgfeldm commented on August 12, 2024

Should be fixed with current check in.

from patentpublicdata.

patricknee avatar patricknee commented on August 12, 2024

All files building successfully.

TransformerCli spot tested extracting from downloaded files from 1980, 1990, 2000, 2010, all with success.

Thanks for the fix!

from patentpublicdata.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.