ziqizhang / jate

NEWS: JATE2.0 Beta.11 Released, see details below.
GNU Lesser General Public License v3.0
81 stars 29 forks source link

solr did not shut down cleanly #36

Closed jamestch closed 7 years ago

jamestch commented 7 years ago

I have downloaded the sourcecode of JATE from github, and import it into eclipse. When I use "maven clean install" command, it met some problem as below:

[INFO] Scanning for projects... [INFO] Inspecting build with total of 1 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Java Automatic Term Extraction Toolkit (JATE) 2.0-beta.1 [INFO] ------------------------------------------------------------------------ [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] [INFO] --- maven-compiler-plugin:3.5.1:compile (default-compile) @ jate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 119 source files to F:\maven-projects\jate-2.0-beta.1\target\classes [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jate --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- maven-compiler-plugin:3.5.1:testCompile (default-testCompile) @ jate --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 7 source files to F:\maven-projects\jate-2.0-beta.1\target\test-classes [INFO] /F:/maven-projects/jate-2.0-beta.1/src/test/java/uk/ac/shef/dcs/jate/util/JATEUtilTest.java: 某些输入文件使用或覆盖了已过时的 API。 [INFO] /F:/maven-projects/jate-2.0-beta.1/src/test/java/uk/ac/shef/dcs/jate/util/JATEUtilTest.java: 有关详细信息, 请使用 -Xlint:deprecation 重新编译。 [INFO] [INFO] --- maven-surefire-plugin:2.12.4:test (default-test) @ jate --- [INFO] Surefire report directory: F:\maven-projects\jate-2.0-beta.1\target\surefire-reports


T E S T S

Running uk.ac.shef.dcs.jate.app.AppATEGENIATest Sun Mar 05 17:15:33 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:33 CST 2017 loading done Sun Mar 05 17:15:35 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:35 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:35 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:35 CST 2017 loading done Sun Mar 05 17:15:35 CST 2017 loading done Sun Mar 05 17:15:35 CST 2017 loading done Sun Mar 05 17:15:36 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:36 CST 2017 loading done Sun Mar 05 17:15:36 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:36 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:15:36 CST 2017 loading done Sun Mar 05 17:15:36 CST 2017 loading done 2017-03-05 17:15:54 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:16:08 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:16:21 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:16:35 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:16:35 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55574] milliseconds 2017-03-05 17:16:37 INFO AppATEGENIATest:93 - <> 2017-03-05 17:16:37 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:16:37 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:16:37 INFO TermComponentIndexFBMaster:31 - Beginning building features (TermComponentIndex). Total terms=38850, cpu cores=8, max per core=4856 2017-03-05 17:16:37 INFO TermComponentIndexFBMaster:39 - Complete building features. Total processed terms = 38850 2017-03-05 17:16:37 INFO ContainmentFBMaster:42 - Building features using cpu cores=8, total terms=38850, max per worker=4856 2017-03-05 17:16:37 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:37 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:37 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:37 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:37 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:40 INFO ContainmentFBWorker:49 - Total terms to process=4856 2017-03-05 17:16:40 INFO ContainmentFBWorker:49 - Total terms to process=2428 2017-03-05 17:16:40 INFO ContainmentFBWorker:49 - Total terms to process=2428 2017-03-05 17:16:40 INFO ContainmentFBWorker:49 - Total terms to process=2429 2017-03-05 17:16:41 INFO ContainmentFBWorker:49 - Total terms to process=2429 2017-03-05 17:16:43 INFO ContainmentFBMaster:51 - Complete building features. Total=38850 success=38850 2017-03-05 17:16:43 INFO CValue:39 - Beginning computing CValue, cores=8, total terms=10582, max terms per worker thread=1322 2017-03-05 17:16:43 INFO CValue:46 - Complete 2017-03-05 17:16:43 INFO AppCValue:109 - Complete CValue term extraction. 2017-03-05 17:16:43 INFO AppATEGENIATest:269 - appCValue ranking took [6482] milliseconds 2017-03-05 17:17:01 INFO AppATEGENIATest:282 - =============CVALUE GENIA Benchmarking Results================== 2017-03-05 17:17:01 INFO AppATEGENIATest:349 - top 50 Precision:0.94 2017-03-05 17:17:01 INFO AppATEGENIATest:350 - top 100 Precision:0.91 2017-03-05 17:17:01 INFO AppATEGENIATest:351 - top 300 Precision:0.9 2017-03-05 17:17:01 INFO AppATEGENIATest:352 - top 500 Precision:0.86 2017-03-05 17:17:01 INFO AppATEGENIATest:353 - top 800 Precision:0.84 2017-03-05 17:17:01 INFO AppATEGENIATest:354 - top 1000 Precision:0.82 2017-03-05 17:17:01 INFO AppATEGENIATest:355 - top 1500 Precision:0.79 2017-03-05 17:17:01 INFO AppATEGENIATest:356 - top 2000 Precision:0.77 2017-03-05 17:17:01 INFO AppATEGENIATest:357 - top 3000 Precision:0.74 2017-03-05 17:17:01 INFO AppATEGENIATest:358 - top 4000 Precision:0.71 2017-03-05 17:17:01 INFO AppATEGENIATest:359 - top 5000 Precision:0.65 2017-03-05 17:17:01 INFO AppATEGENIATest:360 - top 6000 Precision:0.64 2017-03-05 17:17:01 INFO AppATEGENIATest:361 - top 7000 Precision:0.65 2017-03-05 17:17:01 INFO AppATEGENIATest:362 - top 8000 Precision:0.65 2017-03-05 17:17:01 INFO AppATEGENIATest:363 - top 9000 Precision:0.64 2017-03-05 17:17:01 INFO AppATEGENIATest:364 - top 10000 Precision:0.63 2017-03-05 17:17:01 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:17:01 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:17:02 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:17:02 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:17:02 CST 2017 loading exception data for lemmatiser... 2017-03-05 17:17:03 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@73060617 (GENIA) has a reference count of 1 Sun Mar 05 17:17:03 CST 2017 loading done Sun Mar 05 17:17:03 CST 2017 loading done Sun Mar 05 17:17:03 CST 2017 loading done Sun Mar 05 17:17:03 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:17:03 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:17:03 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:17:03 CST 2017 loading done Sun Mar 05 17:17:03 CST 2017 loading done Sun Mar 05 17:17:03 CST 2017 loading done 2017-03-05 17:17:21 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:17:33 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:17:47 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:18:02 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:18:02 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55354] milliseconds 2017-03-05 17:18:03 INFO AppATEGENIATest:93 - <> 2017-03-05 17:18:03 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:18:03 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBMaster:61 - Building features using cpu cores=8, total docs=2000, max per worker=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBWorker:61 - Total docs to process=250 2017-03-05 17:18:03 INFO FrequencyCtxSentenceBasedFBMaster:66 - Complete building features. Total sentence ctx=18275, from total processed docs=2000 2017-03-05 17:18:03 INFO FrequencyCtxBasedCopier:37 - Copying features using 1 core, filtering 38850 terms. 2017-03-05 17:18:03 INFO FrequencyCtxBasedCopier:52 - Complete filtering, copying for 4206 terms. 2017-03-05 17:18:04 INFO FrequencyCtxBasedCopier:70 - Complete copying features. 2017-03-05 17:18:04 INFO CooccurrenceFBMaster:84 - Building features using cpu cores=8, total ctx where reference terms appear =18275, max per worker=2284 2017-03-05 17:18:04 INFO CooccurrenceFBMaster:86 - Filtering candidates with min.ttf=2 min.tcf=2 2017-03-05 17:18:04 INFO CooccurrenceFBMaster:104 - Beginning building features. Total terms=10430, total contexts=18275 2017-03-05 17:18:04 INFO CooccurrenceFBWorker:62 - Total ctx to process=18275, total ref terms=4206 2017-03-05 17:18:04 INFO CooccurrenceFBMaster:179 - Complete building features, total contexts processed=18275; total indexed candidate terms=10429; total indexed reference terms=4204 2017-03-05 17:18:04 INFO ChiSquareFrequentTermsFBMaster:44 - Beginning building features (ChiSquare frequent terms). Total terms=4206, cpu cores=8, max per core=525 2017-03-05 17:18:04 INFO ChiSquareFrequentTermsFBMaster:52 - Complete building features. Total processed terms = 4206 2017-03-05 17:18:04 INFO ChiSquare:44 - Beginning computing ChiSquare, cores=8, total terms=10430, max terms per worker thread=1303 2017-03-05 17:18:04 INFO ChiSquare:52 - Complete 2017-03-05 17:18:04 INFO AppATEGENIATest:228 - appChiSquare ranking took [1543] milliseconds 2017-03-05 17:18:22 INFO AppATEGENIATest:240 - =============CHISQUARE GENIA Benchmarking Results================== 2017-03-05 17:18:22 INFO AppATEGENIATest:349 - top 50 Precision:0.96 2017-03-05 17:18:22 INFO AppATEGENIATest:350 - top 100 Precision:0.89 2017-03-05 17:18:22 INFO AppATEGENIATest:351 - top 300 Precision:0.84 2017-03-05 17:18:22 INFO AppATEGENIATest:352 - top 500 Precision:0.8 2017-03-05 17:18:22 INFO AppATEGENIATest:353 - top 800 Precision:0.79 2017-03-05 17:18:22 INFO AppATEGENIATest:354 - top 1000 Precision:0.78 2017-03-05 17:18:22 INFO AppATEGENIATest:355 - top 1500 Precision:0.76 2017-03-05 17:18:22 INFO AppATEGENIATest:356 - top 2000 Precision:0.75 2017-03-05 17:18:22 INFO AppATEGENIATest:357 - top 3000 Precision:0.73 2017-03-05 17:18:22 INFO AppATEGENIATest:358 - top 4000 Precision:0.71 2017-03-05 17:18:22 INFO AppATEGENIATest:359 - top 5000 Precision:0.69 2017-03-05 17:18:22 INFO AppATEGENIATest:360 - top 6000 Precision:0.67 2017-03-05 17:18:22 INFO AppATEGENIATest:361 - top 7000 Precision:0.66 2017-03-05 17:18:22 INFO AppATEGENIATest:362 - top 8000 Precision:0.65 2017-03-05 17:18:22 INFO AppATEGENIATest:363 - top 9000 Precision:0.64 2017-03-05 17:18:22 INFO AppATEGENIATest:364 - top 10000 Precision:0.63 2017-03-05 17:18:22 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:18:22 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading done Sun Mar 05 17:18:23 CST 2017 loading done Sun Mar 05 17:18:23 CST 2017 loading done Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:18:23 CST 2017 loading done Sun Mar 05 17:18:23 CST 2017 loading done Sun Mar 05 17:18:23 CST 2017 loading done 2017-03-05 17:18:24 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@4211655 (GENIA) has a reference count of 1 2017-03-05 17:18:41 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:18:54 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:19:08 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:19:22 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:19:22 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55523] milliseconds 2017-03-05 17:19:23 INFO AppATEGENIATest:93 - <> 2017-03-05 17:19:23 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:19:23 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:19:24 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=18630, max per worker=2328 2017-03-05 17:19:24 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=18630 success=18630 2017-03-05 17:19:24 INFO FrequencyCtxDocBasedFBMaster:49 - Beginning building features. Total terms=38850, cpu cores=8, max per core=4856 2017-03-05 17:19:24 INFO FrequencyCtxDocBasedFBMaster:59 - Complete building features. Total processed terms = 38850/38850 2017-03-05 17:19:24 INFO TermEx:76 - Beginning computing TermEx values,, total terms=10582 2017-03-05 17:19:25 INFO TermEx:143 - Complete 2017-03-05 17:19:25 INFO AppATEGENIATest:461 - appTermEx ranking took [1342] milliseconds 2017-03-05 17:19:41 INFO AppATEGENIATest:492 - =============TERMEX GENIA Benchmarking Results================== 2017-03-05 17:19:41 INFO AppATEGENIATest:349 - top 50 Precision:0.9 2017-03-05 17:19:41 INFO AppATEGENIATest:350 - top 100 Precision:0.93 2017-03-05 17:19:41 INFO AppATEGENIATest:351 - top 300 Precision:0.9 2017-03-05 17:19:41 INFO AppATEGENIATest:352 - top 500 Precision:0.88 2017-03-05 17:19:41 INFO AppATEGENIATest:353 - top 800 Precision:0.85 2017-03-05 17:19:41 INFO AppATEGENIATest:354 - top 1000 Precision:0.86 2017-03-05 17:19:41 INFO AppATEGENIATest:355 - top 1500 Precision:0.87 2017-03-05 17:19:41 INFO AppATEGENIATest:356 - top 2000 Precision:0.86 2017-03-05 17:19:41 INFO AppATEGENIATest:357 - top 3000 Precision:0.84 2017-03-05 17:19:41 INFO AppATEGENIATest:358 - top 4000 Precision:0.84 2017-03-05 17:19:41 INFO AppATEGENIATest:359 - top 5000 Precision:0.83 2017-03-05 17:19:41 INFO AppATEGENIATest:360 - top 6000 Precision:0.81 2017-03-05 17:19:41 INFO AppATEGENIATest:361 - top 7000 Precision:0.79 2017-03-05 17:19:41 INFO AppATEGENIATest:362 - top 8000 Precision:0.77 2017-03-05 17:19:41 INFO AppATEGENIATest:363 - top 9000 Precision:0.72 2017-03-05 17:19:41 INFO AppATEGENIATest:364 - top 10000 Precision:0.65 2017-03-05 17:19:41 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:19:41 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:19:41 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:41 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:41 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:41 CST 2017 loading done Sun Mar 05 17:19:41 CST 2017 loading done Sun Mar 05 17:19:41 CST 2017 loading done Sun Mar 05 17:19:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:42 CST 2017 loading done Sun Mar 05 17:19:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:19:42 CST 2017 loading done Sun Mar 05 17:19:42 CST 2017 loading done 2017-03-05 17:19:47 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@6612a1a2 (GENIA) has a reference count of 1 2017-03-05 17:20:00 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:20:13 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:20:27 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:20:41 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:20:41 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [56176] milliseconds 2017-03-05 17:20:42 INFO AppATEGENIATest:93 - <> 2017-03-05 17:20:42 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:20:42 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:20:42 INFO TTF:25 - Beginning computing TTF values,, total terms=10582 2017-03-05 17:20:42 INFO TTF:32 - Complete 2017-03-05 17:20:42 INFO AppATEGENIATest:542 - appTTF ranking took [246] milliseconds 2017-03-05 17:20:42 INFO AppATEGENIATest:547 - termList.size():10582 2017-03-05 17:21:00 INFO AppATEGENIATest:574 - =============TTF GENIA Benchmarking Results================== 2017-03-05 17:21:00 INFO AppATEGENIATest:349 - top 50 Precision:0.96 2017-03-05 17:21:00 INFO AppATEGENIATest:350 - top 100 Precision:0.88 2017-03-05 17:21:00 INFO AppATEGENIATest:351 - top 300 Precision:0.84 2017-03-05 17:21:00 INFO AppATEGENIATest:352 - top 500 Precision:0.82 2017-03-05 17:21:00 INFO AppATEGENIATest:353 - top 800 Precision:0.82 2017-03-05 17:21:00 INFO AppATEGENIATest:354 - top 1000 Precision:0.82 2017-03-05 17:21:00 INFO AppATEGENIATest:355 - top 1500 Precision:0.8 2017-03-05 17:21:00 INFO AppATEGENIATest:356 - top 2000 Precision:0.79 2017-03-05 17:21:00 INFO AppATEGENIATest:357 - top 3000 Precision:0.77 2017-03-05 17:21:00 INFO AppATEGENIATest:358 - top 4000 Precision:0.74 2017-03-05 17:21:00 INFO AppATEGENIATest:359 - top 5000 Precision:0.72 2017-03-05 17:21:00 INFO AppATEGENIATest:360 - top 6000 Precision:0.7 2017-03-05 17:21:00 INFO AppATEGENIATest:361 - top 7000 Precision:0.68 2017-03-05 17:21:00 INFO AppATEGENIATest:362 - top 8000 Precision:0.66 2017-03-05 17:21:00 INFO AppATEGENIATest:363 - top 9000 Precision:0.65 2017-03-05 17:21:00 INFO AppATEGENIATest:364 - top 10000 Precision:0.63 2017-03-05 17:21:00 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:21:00 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:21:00 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:00 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:00 CST 2017 loading done Sun Mar 05 17:21:00 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:00 CST 2017 loading done Sun Mar 05 17:21:00 CST 2017 loading done Sun Mar 05 17:21:01 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:01 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:01 CST 2017 loading done Sun Mar 05 17:21:01 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:21:01 CST 2017 loading done Sun Mar 05 17:21:01 CST 2017 loading done 2017-03-05 17:21:18 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:21:31 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:21:44 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:21:59 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:21:59 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55418] milliseconds 2017-03-05 17:22:00 INFO AppATEGENIATest:93 - <> 2017-03-05 17:22:00 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:22:00 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:22:00 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=18630, max per worker=2328 2017-03-05 17:22:00 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=18630 success=18630 2017-03-05 17:22:02 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@2b01b2df (GENIA) has a reference count of 1 2017-03-05 17:22:02 INFO GlossEx:60 - Calculating GlossEx for 10582 candidate terms. 2017-03-05 17:22:02 INFO GlossEx:92 - Complete 2017-03-05 17:22:02 INFO AppGlossEx:111 - complete GlossEx term extraction. 2017-03-05 17:22:02 INFO AppATEGENIATest:313 - appGlossEx ranking took [2077] milliseconds 2017-03-05 17:22:02 INFO AppATEGENIATest:315 - termList.size():10582 2017-03-05 17:22:19 INFO AppATEGENIATest:323 - =============GLOSSEX GENIA Benchmarking Results================== 2017-03-05 17:22:19 INFO AppATEGENIATest:349 - top 50 Precision:0.94 2017-03-05 17:22:19 INFO AppATEGENIATest:350 - top 100 Precision:0.84 2017-03-05 17:22:19 INFO AppATEGENIATest:351 - top 300 Precision:0.78 2017-03-05 17:22:19 INFO AppATEGENIATest:352 - top 500 Precision:0.71 2017-03-05 17:22:19 INFO AppATEGENIATest:353 - top 800 Precision:0.7 2017-03-05 17:22:19 INFO AppATEGENIATest:354 - top 1000 Precision:0.68 2017-03-05 17:22:19 INFO AppATEGENIATest:355 - top 1500 Precision:0.67 2017-03-05 17:22:19 INFO AppATEGENIATest:356 - top 2000 Precision:0.68 2017-03-05 17:22:19 INFO AppATEGENIATest:357 - top 3000 Precision:0.7 2017-03-05 17:22:19 INFO AppATEGENIATest:358 - top 4000 Precision:0.7 2017-03-05 17:22:19 INFO AppATEGENIATest:359 - top 5000 Precision:0.7 2017-03-05 17:22:19 INFO AppATEGENIATest:360 - top 6000 Precision:0.7 2017-03-05 17:22:19 INFO AppATEGENIATest:361 - top 7000 Precision:0.69 2017-03-05 17:22:19 INFO AppATEGENIATest:362 - top 8000 Precision:0.68 2017-03-05 17:22:19 INFO AppATEGENIATest:363 - top 9000 Precision:0.67 2017-03-05 17:22:19 INFO AppATEGENIATest:364 - top 10000 Precision:0.65 2017-03-05 17:22:19 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:22:19 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading done Sun Mar 05 17:22:20 CST 2017 loading done Sun Mar 05 17:22:20 CST 2017 loading done Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:22:20 CST 2017 loading done Sun Mar 05 17:22:20 CST 2017 loading done Sun Mar 05 17:22:20 CST 2017 loading done 2017-03-05 17:22:37 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:22:50 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:23:04 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:23:19 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:23:19 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [56100] milliseconds 2017-03-05 17:23:20 INFO AppATEGENIATest:93 - <> 2017-03-05 17:23:20 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:23:20 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:23:21 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=18630, max per worker=2328 2017-03-05 17:23:21 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=18630 success=18630 2017-03-05 17:23:21 INFO Weirdness:43 - Beginning computing Weirdness values,, total terms=10582 2017-03-05 17:23:21 INFO Weirdness:77 - Complete 2017-03-05 17:23:21 INFO AppATEGENIATest:586 - appTTF ranking took [954] milliseconds 2017-03-05 17:23:21 INFO AppATEGENIATest:591 - termList.size():10582 2017-03-05 17:23:38 INFO AppATEGENIATest:618 - =============WEIRDNESS GENIA Benchmarking Results================== 2017-03-05 17:23:38 INFO AppATEGENIATest:349 - top 50 Precision:0.88 2017-03-05 17:23:38 INFO AppATEGENIATest:350 - top 100 Precision:0.91 2017-03-05 17:23:38 INFO AppATEGENIATest:351 - top 300 Precision:0.91 2017-03-05 17:23:38 INFO AppATEGENIATest:352 - top 500 Precision:0.89 2017-03-05 17:23:38 INFO AppATEGENIATest:353 - top 800 Precision:0.89 2017-03-05 17:23:38 INFO AppATEGENIATest:354 - top 1000 Precision:0.89 2017-03-05 17:23:38 INFO AppATEGENIATest:355 - top 1500 Precision:0.86 2017-03-05 17:23:38 INFO AppATEGENIATest:356 - top 2000 Precision:0.85 2017-03-05 17:23:38 INFO AppATEGENIATest:357 - top 3000 Precision:0.81 2017-03-05 17:23:38 INFO AppATEGENIATest:358 - top 4000 Precision:0.78 2017-03-05 17:23:38 INFO AppATEGENIATest:359 - top 5000 Precision:0.76 2017-03-05 17:23:38 INFO AppATEGENIATest:360 - top 6000 Precision:0.73 2017-03-05 17:23:38 INFO AppATEGENIATest:361 - top 7000 Precision:0.72 2017-03-05 17:23:38 INFO AppATEGENIATest:362 - top 8000 Precision:0.69 2017-03-05 17:23:38 INFO AppATEGENIATest:363 - top 9000 Precision:0.67 2017-03-05 17:23:38 INFO AppATEGENIATest:364 - top 10000 Precision:0.64 2017-03-05 17:23:38 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:23:38 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:23:39 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:23:39 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:23:39 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:23:39 CST 2017 loading done Sun Mar 05 17:23:39 CST 2017 loading done Sun Mar 05 17:23:39 CST 2017 loading done Sun Mar 05 17:23:41 CST 2017 loading exception data for lemmatiser... 2017-03-05 17:23:41 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@271ec556 (GENIA) has a reference count of 1 2017-03-05 17:23:41 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@6f200838 (GENIA) has a reference count of 1 Sun Mar 05 17:23:41 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:23:41 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:23:41 CST 2017 loading done Sun Mar 05 17:23:41 CST 2017 loading done Sun Mar 05 17:23:41 CST 2017 loading done 2017-03-05 17:23:58 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:24:11 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:24:26 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:24:40 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:24:40 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [56501] milliseconds 2017-03-05 17:24:41 INFO AppATEGENIATest:93 - <> 2017-03-05 17:24:41 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ Sun Mar 05 17:24:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:42 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:43 CST 2017 loading done Sun Mar 05 17:24:43 CST 2017 loading done Sun Mar 05 17:24:43 CST 2017 loading done Sun Mar 05 17:24:44 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:44 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:44 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:24:46 CST 2017 loading done Sun Mar 05 17:24:46 CST 2017 loading done Sun Mar 05 17:24:46 CST 2017 loading done 2017-03-05 17:25:02 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:25:15 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:25:29 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:25:43 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:25:43 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [54984] milliseconds 2017-03-05 17:25:44 INFO AppATEGENIATest:93 - <> 2017-03-05 17:25:44 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:25:45 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:25:45 INFO ATTF:19 - Calculating ATTF for 10582 candidate terms. 2017-03-05 17:25:45 INFO ATTF:38 - Complete calculating ATTF 2017-03-05 17:25:45 INFO AppATTF:109 - Complete ATTF term extraction. 2017-03-05 17:25:45 INFO AppATEGENIATest:183 - appATTF ranking took [238] milliseconds 2017-03-05 17:26:04 INFO AppATEGENIATest:196 - =============ATTF GENIA Benchmarking Results================== 2017-03-05 17:26:04 INFO AppATEGENIATest:349 - top 50 Precision:0.84 2017-03-05 17:26:04 INFO AppATEGENIATest:350 - top 100 Precision:0.85 2017-03-05 17:26:04 INFO AppATEGENIATest:351 - top 300 Precision:0.77 2017-03-05 17:26:04 INFO AppATEGENIATest:352 - top 500 Precision:0.78 2017-03-05 17:26:04 INFO AppATEGENIATest:353 - top 800 Precision:0.77 2017-03-05 17:26:04 INFO AppATEGENIATest:354 - top 1000 Precision:0.77 2017-03-05 17:26:04 INFO AppATEGENIATest:355 - top 1500 Precision:0.76 2017-03-05 17:26:04 INFO AppATEGENIATest:356 - top 2000 Precision:0.72 2017-03-05 17:26:04 INFO AppATEGENIATest:357 - top 3000 Precision:0.69 2017-03-05 17:26:04 INFO AppATEGENIATest:358 - top 4000 Precision:0.7 2017-03-05 17:26:04 INFO AppATEGENIATest:359 - top 5000 Precision:0.7 2017-03-05 17:26:04 INFO AppATEGENIATest:360 - top 6000 Precision:0.71 2017-03-05 17:26:04 INFO AppATEGENIATest:361 - top 7000 Precision:0.69 2017-03-05 17:26:04 INFO AppATEGENIATest:362 - top 8000 Precision:0.66 2017-03-05 17:26:04 INFO AppATEGENIATest:363 - top 9000 Precision:0.65 2017-03-05 17:26:04 INFO AppATEGENIATest:364 - top 10000 Precision:0.63 2017-03-05 17:26:04 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:26:04 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:26:04 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:04 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:04 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:04 CST 2017 loading done Sun Mar 05 17:26:04 CST 2017 loading done Sun Mar 05 17:26:05 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:05 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:05 CST 2017 loading done Sun Mar 05 17:26:06 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:26:06 CST 2017 loading done Sun Mar 05 17:26:06 CST 2017 loading done Sun Mar 05 17:26:07 CST 2017 loading done 2017-03-05 17:26:10 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@1450ed35 (GENIA) has a reference count of 1 2017-03-05 17:26:26 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:26:39 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:26:52 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:27:06 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:27:06 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [54343] milliseconds 2017-03-05 17:27:08 INFO AppATEGENIATest:93 - <> 2017-03-05 17:27:08 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:27:08 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:27:08 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=18630, max per worker=2328 2017-03-05 17:27:08 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=18630 success=18630 2017-03-05 17:27:08 INFO TermComponentIndexFBMaster:31 - Beginning building features (TermComponentIndex). Total terms=38850, cpu cores=8, max per core=4856 2017-03-05 17:27:08 INFO TermComponentIndexFBMaster:39 - Complete building features. Total processed terms = 38850 2017-03-05 17:27:08 INFO RAKE:50 - Beginning computing RAKE values, cores=8 total terms=10582, max terms per worker thread=1322 2017-03-05 17:27:09 INFO RAKEWorker:101 - done =2000/10582 2017-03-05 17:27:10 INFO RAKEWorker:101 - done =4000/10582 2017-03-05 17:27:10 INFO RAKEWorker:101 - done =6000/10582 2017-03-05 17:27:11 INFO RAKEWorker:101 - done =8000/10582 2017-03-05 17:27:12 INFO RAKEWorker:101 - done =10000/10582 2017-03-05 17:27:12 INFO RAKE:58 - Complete 2017-03-05 17:27:12 INFO AppATEGENIATest:374 - appRAKE ranking took [4096] milliseconds 2017-03-05 17:27:31 INFO AppATEGENIATest:388 - =============RAKE GENIA Benchmarking Results================== 2017-03-05 17:27:31 INFO AppATEGENIATest:349 - top 50 Precision:0.82 2017-03-05 17:27:31 INFO AppATEGENIATest:350 - top 100 Precision:0.81 2017-03-05 17:27:31 INFO AppATEGENIATest:351 - top 300 Precision:0.72 2017-03-05 17:27:31 INFO AppATEGENIATest:352 - top 500 Precision:0.67 2017-03-05 17:27:31 INFO AppATEGENIATest:353 - top 800 Precision:0.71 2017-03-05 17:27:31 INFO AppATEGENIATest:354 - top 1000 Precision:0.7 2017-03-05 17:27:31 INFO AppATEGENIATest:355 - top 1500 Precision:0.69 2017-03-05 17:27:31 INFO AppATEGENIATest:356 - top 2000 Precision:0.68 2017-03-05 17:27:31 INFO AppATEGENIATest:357 - top 3000 Precision:0.66 2017-03-05 17:27:31 INFO AppATEGENIATest:358 - top 4000 Precision:0.67 2017-03-05 17:27:31 INFO AppATEGENIATest:359 - top 5000 Precision:0.68 2017-03-05 17:27:31 INFO AppATEGENIATest:360 - top 6000 Precision:0.68 2017-03-05 17:27:31 INFO AppATEGENIATest:361 - top 7000 Precision:0.67 2017-03-05 17:27:31 INFO AppATEGENIATest:362 - top 8000 Precision:0.67 2017-03-05 17:27:31 INFO AppATEGENIATest:363 - top 9000 Precision:0.66 2017-03-05 17:27:31 INFO AppATEGENIATest:364 - top 10000 Precision:0.64 2017-03-05 17:27:31 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:27:31 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:27:31 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:31 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:31 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:31 CST 2017 loading done Sun Mar 05 17:27:31 CST 2017 loading done Sun Mar 05 17:27:31 CST 2017 loading done Sun Mar 05 17:27:32 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:32 CST 2017 loading done Sun Mar 05 17:27:32 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:32 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:27:32 CST 2017 loading done Sun Mar 05 17:27:32 CST 2017 loading done 2017-03-05 17:27:49 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:28:02 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:28:16 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:28:30 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:28:30 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55141] milliseconds 2017-03-05 17:28:31 INFO AppATEGENIATest:93 - <> 2017-03-05 17:28:31 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:28:31 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:28:31 INFO RIDF:28 - Beginning computing RIDF values,, total terms=10582 2017-03-05 17:28:31 INFO RIDF:54 - Complete 2017-03-05 17:28:31 INFO AppATEGENIATest:417 - appRIDF ranking took [249] milliseconds 2017-03-05 17:28:49 INFO AppATEGENIATest:448 - =============RIDF GENIA Benchmarking Results================== 2017-03-05 17:28:49 INFO AppATEGENIATest:349 - top 50 Precision:0.92 2017-03-05 17:28:49 INFO AppATEGENIATest:350 - top 100 Precision:0.91 2017-03-05 17:28:49 INFO AppATEGENIATest:351 - top 300 Precision:0.88 2017-03-05 17:28:49 INFO AppATEGENIATest:352 - top 500 Precision:0.87 2017-03-05 17:28:49 INFO AppATEGENIATest:353 - top 800 Precision:0.83 2017-03-05 17:28:49 INFO AppATEGENIATest:354 - top 1000 Precision:0.83 2017-03-05 17:28:49 INFO AppATEGENIATest:355 - top 1500 Precision:0.83 2017-03-05 17:28:49 INFO AppATEGENIATest:356 - top 2000 Precision:0.82 2017-03-05 17:28:49 INFO AppATEGENIATest:357 - top 3000 Precision:0.8 2017-03-05 17:28:49 INFO AppATEGENIATest:358 - top 4000 Precision:0.75 2017-03-05 17:28:49 INFO AppATEGENIATest:359 - top 5000 Precision:0.72 2017-03-05 17:28:49 INFO AppATEGENIATest:360 - top 6000 Precision:0.71 2017-03-05 17:28:49 INFO AppATEGENIATest:361 - top 7000 Precision:0.7 2017-03-05 17:28:49 INFO AppATEGENIATest:362 - top 8000 Precision:0.68 2017-03-05 17:28:49 INFO AppATEGENIATest:363 - top 9000 Precision:0.65 2017-03-05 17:28:49 INFO AppATEGENIATest:364 - top 10000 Precision:0.64 2017-03-05 17:28:49 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:28:49 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Sun Mar 05 17:28:49 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:49 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:49 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:49 CST 2017 loading done Sun Mar 05 17:28:49 CST 2017 loading done Sun Mar 05 17:28:49 CST 2017 loading done Sun Mar 05 17:28:50 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:50 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:50 CST 2017 loading exception data for lemmatiser... Sun Mar 05 17:28:50 CST 2017 loading done Sun Mar 05 17:28:50 CST 2017 loading done Sun Mar 05 17:28:50 CST 2017 loading done 2017-03-05 17:28:52 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@17b16c61 (GENIA) has a reference count of 1 2017-03-05 17:28:52 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@7083bc1c (GENIA) has a reference count of 1 2017-03-05 17:29:08 INFO AppATEGENIATest:142 - 500 documents indexed. 2017-03-05 17:29:21 INFO AppATEGENIATest:142 - 1000 documents indexed. 2017-03-05 17:29:35 INFO AppATEGENIATest:142 - 1500 documents indexed. 2017-03-05 17:29:50 INFO AppATEGENIATest:142 - 2000 documents indexed. 2017-03-05 17:29:50 INFO AppATEGENIATest:156 - Indexing and candidate extraction took [55408] milliseconds 2017-03-05 17:29:51 INFO AppATEGENIATest:93 - <> 2017-03-05 17:29:51 INFO FrequencyTermBasedFBMaster:55 - Building features using cpu cores=8, total=38850, max per worker=4856 2017-03-05 17:29:51 INFO FrequencyTermBasedFBMaster:64 - Complete building features. Total=38850 success=38850 2017-03-05 17:29:51 INFO TFIDF:27 - Beginning computing TermEx values,, total terms=10582 2017-03-05 17:29:51 INFO TFIDF:38 - Complete 2017-03-05 17:29:51 INFO AppATEGENIATest:504 - appTFIDF ranking took [249] milliseconds 2017-03-05 17:30:08 INFO AppATEGENIATest:531 - =============TFIDF GENIA Benchmarking Results================== 2017-03-05 17:30:08 INFO AppATEGENIATest:349 - top 50 Precision:0.96 2017-03-05 17:30:08 INFO AppATEGENIATest:350 - top 100 Precision:0.89 2017-03-05 17:30:08 INFO AppATEGENIATest:351 - top 300 Precision:0.85 2017-03-05 17:30:08 INFO AppATEGENIATest:352 - top 500 Precision:0.83 2017-03-05 17:30:08 INFO AppATEGENIATest:353 - top 800 Precision:0.83 2017-03-05 17:30:08 INFO AppATEGENIATest:354 - top 1000 Precision:0.83 2017-03-05 17:30:08 INFO AppATEGENIATest:355 - top 1500 Precision:0.81 2017-03-05 17:30:08 INFO AppATEGENIATest:356 - top 2000 Precision:0.8 2017-03-05 17:30:08 INFO AppATEGENIATest:357 - top 3000 Precision:0.77 2017-03-05 17:30:08 INFO AppATEGENIATest:358 - top 4000 Precision:0.75 2017-03-05 17:30:08 INFO AppATEGENIATest:359 - top 5000 Precision:0.73 2017-03-05 17:30:08 INFO AppATEGENIATest:360 - top 6000 Precision:0.71 2017-03-05 17:30:08 INFO AppATEGENIATest:361 - top 7000 Precision:0.69 2017-03-05 17:30:08 INFO AppATEGENIATest:362 - top 8000 Precision:0.68 2017-03-05 17:30:08 INFO AppATEGENIATest:363 - top 9000 Precision:0.65 2017-03-05 17:30:08 INFO AppATEGENIATest:364 - top 10000 Precision:0.64 2017-03-05 17:30:08 INFO AppATEGENIATest:365 - overall recall:0.1 2017-03-05 17:30:08 INFO BaseEmbeddedSolrTest:106 - shutting down core in :F:\maven-projects\jate-2.0-beta.1\testdata\solr-testbed\ solr did not shut down cleanly Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 875.721 sec Running uk.ac.shef.dcs.jate.nlp.opennlp.SentenceSplitterOpenNLPTest 2017-03-05 17:30:08 INFO SentenceSplitterOpenNLP:32 - Initializing OpenNLP sentence splitter... Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running uk.ac.shef.dcs.jate.util.JATEUtilTest Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec

Results :

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

[INFO] [INFO] --- maven-jar-plugin:2.6:jar (default-jar) @ jate --- [INFO] Building jar: F:\maven-projects\jate-2.0-beta.1\target\jate-2.0-beta.1.jar [INFO] [INFO] --- maven-source-plugin:2.2.1:jar-no-fork (attach-sources) @ jate --- [INFO] Building jar: F:\maven-projects\jate-2.0-beta.1\target\jate-2.0-beta.1-sources.jar [INFO] [INFO] --- maven-javadoc-plugin:2.9.1:jar (attach-javadocs) @ jate ---

[INFO] Building jar: F:\maven-projects\jate-2.0-beta.1\target\jate-2.0-beta.1-javadoc.jar [INFO] [INFO] --- maven-jar-plugin:2.6:test-jar (default) @ jate --- [INFO] Building jar: F:\maven-projects\jate-2.0-beta.1\target\jate-2.0-beta.1-tests.jar [INFO] [INFO] --- maven-shade-plugin:2.3:shade (default) @ jate --- [INFO] Including org.slf4j:slf4j-log4j12:jar:1.6.0 in the shaded jar. [INFO] Including org.slf4j:slf4j-api:jar:1.6.0 in the shaded jar. [INFO] Including log4j:log4j:jar:1.2.14 in the shaded jar. [INFO] Including org.apache.tika:tika-core:jar:1.10 in the shaded jar. [INFO] Including org.apache.tika:tika-parsers:jar:1.10 in the shaded jar. [INFO] Including org.gagravarr:vorbis-java-tika:jar:0.6 in the shaded jar. [INFO] Including com.healthmarketscience.jackcess:jackcess:jar:2.1.2 in the shaded jar. [INFO] Including commons-logging:commons-logging:jar:1.1.3 in the shaded jar. [INFO] Including com.healthmarketscience.jackcess:jackcess-encrypt:jar:2.1.0 in the shaded jar. [INFO] Including net.sourceforge.jmatio:jmatio:jar:1.0 in the shaded jar. [INFO] Including org.apache.james:apache-mime4j-core:jar:0.7.2 in the shaded jar. [INFO] Including org.apache.james:apache-mime4j-dom:jar:0.7.2 in the shaded jar. [INFO] Including org.apache.commons:commons-compress:jar:1.9 in the shaded jar. [INFO] Including org.tukaani:xz:jar:1.5 in the shaded jar. [INFO] Including commons-codec:commons-codec:jar:1.9 in the shaded jar. [INFO] Including org.apache.pdfbox:pdfbox:jar:1.8.10 in the shaded jar. [INFO] Including org.bouncycastle:bcmail-jdk15on:jar:1.52 in the shaded jar. [INFO] Including org.bouncycastle:bcpkix-jdk15on:jar:1.52 in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk15on:jar:1.52 in the shaded jar. [INFO] Including org.apache.poi:poi:jar:3.13-beta1 in the shaded jar. [INFO] Including org.apache.poi:poi-scratchpad:jar:3.13-beta1 in the shaded jar. [INFO] Including org.apache.poi:poi-ooxml:jar:3.13-beta1 in the shaded jar. [INFO] Including org.ccil.cowan.tagsoup:tagsoup:jar:1.2.1 in the shaded jar. [INFO] Including org.ow2.asm:asm-debug-all:jar:4.1 in the shaded jar. [INFO] Including com.googlecode.mp4parser:isoparser:jar:1.0.2 in the shaded jar. [INFO] Including com.drewnoakes:metadata-extractor:jar:2.8.0 in the shaded jar. [INFO] Including de.l3s.boilerpipe:boilerpipe:jar:1.1.0 in the shaded jar. [INFO] Including rome:rome:jar:1.0 in the shaded jar. [INFO] Including org.gagravarr:vorbis-java-core:jar:0.6 in the shaded jar. [INFO] Including com.googlecode.juniversalchardet:juniversalchardet:jar:1.0.3 in the shaded jar. [INFO] Including org.codelibs:jhighlight:jar:1.0.2 in the shaded jar. [INFO] Including com.pff:java-libpst:jar:0.8.1 in the shaded jar. [INFO] Including com.github.junrar:junrar:jar:0.7 in the shaded jar. [INFO] Including commons-logging:commons-logging-api:jar:1.1 in the shaded jar. [INFO] Including org.apache.commons:commons-vfs2:jar:2.0 in the shaded jar. [INFO] Including org.apache.maven.scm:maven-scm-api:jar:1.4 in the shaded jar. [INFO] Including org.codehaus.plexus:plexus-utils:jar:1.5.6 in the shaded jar. [INFO] Including org.apache.maven.scm:maven-scm-provider-svnexe:jar:1.4 in the shaded jar. [INFO] Including org.apache.maven.scm:maven-scm-provider-svn-commons:jar:1.4 in the shaded jar. [INFO] Including regexp:regexp:jar:1.3 in the shaded jar. [INFO] Including commons-io:commons-io:jar:2.4 in the shaded jar. [INFO] Including org.apache.commons:commons-exec:jar:1.3 in the shaded jar. [INFO] Including com.googlecode.json-simple:json-simple:jar:1.1.1 in the shaded jar. [INFO] Including edu.ucar:netcdf4:jar:4.5.5 in the shaded jar. [INFO] Including net.jcip:jcip-annotations:jar:1.0 in the shaded jar. [INFO] Including net.java.dev.jna:jna:jar:4.1.0 in the shaded jar. [INFO] Including edu.ucar:grib:jar:4.5.5 in the shaded jar. [INFO] Including org.jdom:jdom2:jar:2.0.4 in the shaded jar. [INFO] Including org.jsoup:jsoup:jar:1.7.2 in the shaded jar. [INFO] Including edu.ucar:jj2000:jar:5.2 in the shaded jar. [INFO] Including org.itadaki:bzip2:jar:0.9.1 in the shaded jar. [INFO] Including edu.ucar:cdm:jar:4.5.5 in the shaded jar. [INFO] Including edu.ucar:udunits:jar:4.5.5 in the shaded jar. [INFO] Including org.quartz-scheduler:quartz:jar:2.2.0 in the shaded jar. [INFO] Including c3p0:c3p0:jar:0.9.1.1 in the shaded jar. [INFO] Including net.sf.ehcache:ehcache-core:jar:2.6.2 in the shaded jar. [INFO] Including com.beust:jcommander:jar:1.35 in the shaded jar. [INFO] Including edu.ucar:httpservices:jar:4.5.5 in the shaded jar. [INFO] Including com.google.guava:guava:jar:11.0.2 in the shaded jar. [INFO] Including com.google.code.findbugs:jsr305:jar:1.3.9 in the shaded jar. [INFO] Including org.apache.commons:commons-csv:jar:1.0 in the shaded jar. [INFO] Including org.apache.sis.core:sis-utility:jar:0.5 in the shaded jar. [INFO] Including org.apache.sis.storage:sis-netcdf:jar:0.5 in the shaded jar. [INFO] Including org.apache.sis.storage:sis-storage:jar:0.5 in the shaded jar. [INFO] Including org.apache.sis.core:sis-referencing:jar:0.5 in the shaded jar. [INFO] Including org.apache.sis.core:sis-metadata:jar:0.5 in the shaded jar. [INFO] Including org.opengis:geoapi:jar:3.0.0 in the shaded jar. [INFO] Including javax.measure:jsr-275:jar:0.9.3 in the shaded jar. [INFO] Including org.apache.opennlp:opennlp-tools:jar:1.6.0 in the shaded jar. [INFO] Including edu.drexel:dragontool:jar:1.3.3 in the shaded jar. [INFO] Including org.apache.solr:solr-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-analyzers-common:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-analyzers-kuromoji:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-analyzers-phonetic:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-backward-codecs:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-codecs:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-core:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-expressions:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-grouping:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-highlighter:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-join:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-memory:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-misc:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-queries:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-queryparser:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-sandbox:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-spatial:jar:5.3.0 in the shaded jar. [INFO] Including org.apache.lucene:lucene-suggest:jar:5.3.0 in the shaded jar. [INFO] Including com.carrotsearch:hppc:jar:0.5.2 in the shaded jar. [INFO] Including com.fasterxml.jackson.core:jackson-core:jar:2.5.4 in the shaded jar. [INFO] Including com.fasterxml.jackson.dataformat:jackson-dataformat-smile:jar:2.5.4 in the shaded jar. [INFO] Including com.google.protobuf:protobuf-java:jar:2.5.0 in the shaded jar. [INFO] Including com.googlecode.concurrentlinkedhashmap:concurrentlinkedhashmap-lru:jar:1.2 in the shaded jar. [INFO] Including com.spatial4j:spatial4j:jar:0.4.1 in the shaded jar. [INFO] Including com.tdunning:t-digest:jar:3.1 in the shaded jar. [INFO] Including commons-cli:commons-cli:jar:1.2 in the shaded jar. [INFO] Including commons-collections:commons-collections:jar:3.2.1 in the shaded jar. [INFO] Including commons-configuration:commons-configuration:jar:1.6 in the shaded jar. [INFO] Including commons-fileupload:commons-fileupload:jar:1.2.1 in the shaded jar. [INFO] Including commons-lang:commons-lang:jar:2.6 in the shaded jar. [INFO] Including dom4j:dom4j:jar:1.6.1 in the shaded jar. [INFO] Including javax.servlet:javax.servlet-api:jar:3.1.0 in the shaded jar. [INFO] Including joda-time:joda-time:jar:2.2 in the shaded jar. [INFO] Including org.antlr:antlr-runtime:jar:3.5 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-annotations:jar:2.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-auth:jar:2.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-common:jar:2.6.0 in the shaded jar. [INFO] Including org.apache.hadoop:hadoop-hdfs:jar:2.6.0 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpclient:jar:4.4.1 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpcore:jar:4.4.1 in the shaded jar. [INFO] Including org.apache.httpcomponents:httpmime:jar:4.4.1 in the shaded jar. [INFO] Including org.apache.zookeeper:zookeeper:jar:3.4.6 in the shaded jar. [INFO] Including org.codehaus.woodstox:stax2-api:jar:3.1.4 in the shaded jar. [INFO] Including org.codehaus.woodstox:woodstox-core-asl:jar:4.4.1 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-continuation:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-deploy:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-http:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-io:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-jmx:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-rewrite:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-security:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-server:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-servlet:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-servlets:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-util:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-webapp:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.eclipse.jetty:jetty-xml:jar:9.2.11.v20150529 in the shaded jar. [INFO] Including org.htrace:htrace-core:jar:3.0.4 in the shaded jar. [INFO] Including org.noggit:noggit:jar:0.6 in the shaded jar. [INFO] Including org.ow2.asm:asm:jar:4.1 in the shaded jar. [INFO] Including org.ow2.asm:asm-commons:jar:4.1 in the shaded jar. [INFO] Including org.restlet.jee:org.restlet:jar:2.3.0 in the shaded jar. [INFO] Including org.restlet.jee:org.restlet.ext.servlet:jar:2.3.0 in the shaded jar. [INFO] Including org.apache.solr:solr-cell:jar:5.3.0 in the shaded jar. [INFO] Including com.adobe.xmp:xmpcore:jar:5.1.2 in the shaded jar. [INFO] Including com.ibm.icu:icu4j:jar:54.1 in the shaded jar. [INFO] Including jdom:jdom:jar:1.0 in the shaded jar. [INFO] Including org.apache.pdfbox:fontbox:jar:1.8.8 in the shaded jar. [INFO] Including org.apache.pdfbox:jempbox:jar:1.8.8 in the shaded jar. [INFO] Including org.apache.poi:poi-ooxml-schemas:jar:3.11 in the shaded jar. [INFO] Including org.apache.tika:tika-java7:jar:1.7 in the shaded jar. [INFO] Including org.apache.tika:tika-xmp:jar:1.7 in the shaded jar. [INFO] Including org.apache.xmlbeans:xmlbeans:jar:2.6.0 in the shaded jar. [INFO] Including org.aspectj:aspectjrt:jar:1.8.0 in the shaded jar. [INFO] Including org.bouncycastle:bcmail-jdk15:jar:1.45 in the shaded jar. [INFO] Including org.bouncycastle:bcprov-jdk15:jar:1.45 in the shaded jar. [INFO] Including xerces:xercesImpl:jar:2.9.1 in the shaded jar. [INFO] Including org.apache.solr:solr-langid:jar:5.3.0 in the shaded jar. [INFO] Including com.cybozu.labs:langdetect:jar:1.1-20120112 in the shaded jar. [INFO] Including net.arnx:jsonic:jar:1.2.7 in the shaded jar. [INFO] Including com.google.code.gson:gson:jar:2.3.1 in the shaded jar. [INFO] Including org.apache.solr:solr-solrj:jar:5.3.0 in the shaded jar. [INFO] Including com.googlecode.matrix-toolkits-java:mtj:jar:1.0.5-SNAPSHOT in the shaded jar. [INFO] Skipping pom dependency com.github.fommil.netlib:all:pom:1.1.2 in the shaded jar. [INFO] Including net.sourceforge.f2j:arpack_combined_all:jar:0.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:core:jar:1.1.2 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-osx-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:native_ref-java:jar:1.1 in the shaded jar. [INFO] Including com.github.fommil:jniloader:jar:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-linux-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-linux-i686:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-win-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-win-i686:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_ref-linux-armhf:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-osx-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:native_system-java:jar:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-linux-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-linux-i686:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-linux-armhf:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-win-x86_64:jar:natives:1.1 in the shaded jar. [INFO] Including com.github.fommil.netlib:netlib-native_system-win-i686:jar:natives:1.1 in the shaded jar. [INFO] Including junit:junit:jar:4.12 in the shaded jar. [INFO] Including org.hamcrest:hamcrest-core:jar:1.3 in the shaded jar. [INFO] Including mysql:mysql-connector-java:jar:5.1.40 in the shaded jar. [WARNING] bcmail-jdk15-1.45.jar, bcmail-jdk15on-1.52.jar define 55 overlappping classes: [WARNING] - org.bouncycastle.mail.smime.SMIMEEnvelopedGenerator$EnvelopedGenerator [WARNING] - org.bouncycastle.mail.smime.validator.SignedMailValidatorException [WARNING] - org.bouncycastle.mail.smime.examples.ReadLargeCompressedMail [WARNING] - org.bouncycastle.mail.smime.SMIMESigned [WARNING] - org.bouncycastle.mail.smime.handlers.PKCS7ContentHandler [WARNING] - org.bouncycastle.mail.smime.util.FileBackedMimeBodyPart [WARNING] - org.bouncycastle.mail.smime.CMSProcessableBodyPartOutbound [WARNING] - org.bouncycastle.mail.smime.examples.ValidateSignedMail [WARNING] - org.bouncycastle.mail.smime.examples.ReadEncryptedMail [WARNING] - org.bouncycastle.mail.smime.SMIMESignedGenerator [WARNING] - 45 more... [WARNING] asm-debug-all-4.1.jar, asm-4.1.jar define 23 overlappping classes: [WARNING] - org.objectweb.asm.Type [WARNING] - org.objectweb.asm.AnnotationVisitor [WARNING] - org.objectweb.asm.MethodVisitor [WARNING] - org.objectweb.asm.Attribute [WARNING] - org.objectweb.asm.FieldWriter [WARNING] - org.objectweb.asm.signature.SignatureWriter [WARNING] - org.objectweb.asm.MethodWriter [WARNING] - org.objectweb.asm.Edge [WARNING] - org.objectweb.asm.Handler [WARNING] - org.objectweb.asm.ByteVector [WARNING] - 13 more... [WARNING] bcpkix-jdk15on-1.52.jar, bcmail-jdk15-1.45.jar define 58 overlappping classes: [WARNING] - org.bouncycastle.cms.CMSSignedDataStreamGenerator$CmsSignedDataOutputStream [WARNING] - org.bouncycastle.cms.RecipientInformationStore [WARNING] - org.bouncycastle.cms.CMSEnvelopedDataParser [WARNING] - org.bouncycastle.cms.CMSAuthenticatedData [WARNING] - org.bouncycastle.cms.CMSAuthenticatedDataParser [WARNING] - org.bouncycastle.cms.CMSSignedGenerator [WARNING] - org.bouncycastle.cms.KeyTransRecipientInformation [WARNING] - org.bouncycastle.cms.CMSException [WARNING] - org.bouncycastle.cms.SignerInformationStore [WARNING] - org.bouncycastle.cms.CMSRuntimeException [WARNING] - 48 more... [WARNING] commons-logging-1.1.3.jar, commons-logging-api-1.1.jar define 19 overlappping classes: [WARNING] - org.apache.commons.logging.LogSource [WARNING] - org.apache.commons.logging.impl.SimpleLog$1 [WARNING] - org.apache.commons.logging.LogFactory$4 [WARNING] - org.apache.commons.logging.Log [WARNING] - org.apache.commons.logging.impl.WeakHashtable$1 [WARNING] - org.apache.commons.logging.LogFactory$3 [WARNING] - org.apache.commons.logging.LogFactory$2 [WARNING] - org.apache.commons.logging.impl.SimpleLog [WARNING] - org.apache.commons.logging.impl.WeakHashtable$Entry [WARNING] - org.apache.commons.logging.impl.Jdk14Logger [WARNING] - 9 more... [WARNING] asm-commons-4.1.jar, asm-debug-all-4.1.jar define 22 overlappping classes: [WARNING] - org.objectweb.asm.commons.CodeSizeEvaluator [WARNING] - org.objectweb.asm.commons.TryCatchBlockSorter$1 [WARNING] - org.objectweb.asm.commons.RemappingSignatureAdapter [WARNING] - org.objectweb.asm.commons.JSRInlinerAdapter$Instantiation [WARNING] - org.objectweb.asm.commons.InstructionAdapter [WARNING] - org.objectweb.asm.commons.SimpleRemapper [WARNING] - org.objectweb.asm.commons.SerialVersionUIDAdder [WARNING] - org.objectweb.asm.commons.LocalVariablesSorter [WARNING] - org.objectweb.asm.commons.JSRInlinerAdapter [WARNING] - org.objectweb.asm.commons.SerialVersionUIDAdder$Item [WARNING] - 12 more... [WARNING] bcprov-jdk15-1.45.jar, bcpkix-jdk15on-1.52.jar define 9 overlappping classes: [WARNING] - org.bouncycastle.openssl.PasswordException [WARNING] - org.bouncycastle.openssl.PEMUtilities [WARNING] - org.bouncycastle.openssl.EncryptionException [WARNING] - org.bouncycastle.voms.VOMSAttribute [WARNING] - org.bouncycastle.openssl.PasswordFinder [WARNING] - org.bouncycastle.voms.VOMSAttribute$FQAN [WARNING] - org.bouncycastle.openssl.PEMException [WARNING] - org.bouncycastle.mozilla.SignedPublicKeyAndChallenge [WARNING] - org.bouncycastle.openssl.PEMWriter [WARNING] bcprov-jdk15-1.45.jar, bcprov-jdk15on-1.52.jar define 927 overlappping classes: [WARNING] - org.bouncycastle.crypto.modes.gcm.Tables8kGCMMultiplier [WARNING] - org.bouncycastle.asn1.cmp.CRLAnnContent [WARNING] - org.bouncycastle.i18n.MissingEntryException [WARNING] - org.bouncycastle.asn1.tsp.TimeStampResp [WARNING] - org.bouncycastle.asn1.pkcs.PBKDF2Params [WARNING] - org.bouncycastle.asn1.x509.CRLNumber [WARNING] - org.bouncycastle.asn1.x509.TBSCertList$1 [WARNING] - org.bouncycastle.asn1.ASN1SequenceParser [WARNING] - org.bouncycastle.crypto.agreement.DHBasicAgreement [WARNING] - org.bouncycastle.asn1.cmp.CertResponse [WARNING] - 917 more... [WARNING] maven-shade-plugin has detected that some .class files [WARNING] are present in two or more JARs. When this happens, only [WARNING] one single version of the class is copied in the uberjar. [WARNING] Usually this is not harmful and you can skeep these [WARNING] warnings, otherwise try to manually exclude artifacts [WARNING] based on mvn dependency:tree -Ddetail=true and the above [WARNING] output [WARNING] See http://docs.codehaus.org/display/MAVENUSER/Shade+Plugin [INFO] Attaching shaded artifact. [INFO] [INFO] --- maven-gpg-plugin:1.5:sign (sign-artifacts) @ jate --- 'gpg.exe' [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 14:56 min [INFO] Finished at: 2017-03-05T17:30:25+08:00 [INFO] Final Memory: 137M/851M [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-gpg-plugin:1.5:sign (sign-artifacts) on project jate: Exit code: 1 -> [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/MojoExecutionException

jerrygaoLondon commented 7 years ago

Sorry about that. This happens since you don't have permission to release the JATE2. We have disabled the gbp plugin in pom file.

If it does not work for you for some reason, can you try to disable it at runtime by mvn clean install -Dgpg.skip=true ?

jamestch commented 7 years ago

Thank you very much for help. I have tried the command mvn clean install -Dgpg.skip=true as you told me(or replaced 'false' with 'true' in pom file), but the same error occurred as mentioned above.

solr did not shut down cleanly

2017-03-05 17:28:52 ERROR SolrCore:1300 - REFCOUNT ERROR: unreferenced org.apache.solr.core.SolrCore@17b16c6 (GENIA) has a reference count of 1

jerrygaoLondon commented 7 years ago

Can you build the project successfully now ?

You can ignore the warning message and the Solr error log.

jamestch commented 7 years ago

Sorry to reply late. I have tried the command mvn clean install -Dgpg.skip=true, and I have met the BUILD FAILURE error as the same

ziqizhang commented 7 years ago

Hi If you still have this problem, as a quick-and-dirty solution can you try to comment out lines 244-261 i.e., the gpg plugin in your original pom?

Also you can skip the test with -Dmaven.test.skip=true.

Thanks

jerrygaoLondon commented 7 years ago

a fix for erroneous unit test is pushed in 3f3223f7a6099ae1a79dc59e67bb58c13bd6343b

Please create a new issue if it happens again.