NCBI-Hackathons / seqr

Creative Commons Zero v1.0 Universal
12 stars 2 forks source link

Working Embedded Solr #13

Closed averagehat closed 9 years ago

averagehat commented 9 years ago

Deleted old EmbeddedSolr/ directory. Basic (working) test of Lianyi's Solr Configuration

michaelpanciera@michaelpanciera-Lenovo-Z580:~/clones/seqr_hackathon_v002$ mvn clean test
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building seqr-application 4.10.4-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ seqr ---
[INFO] Deleting /home/michaelpanciera/clones/seqr_hackathon_v002/target
[INFO] 
[INFO] --- maven-resources-plugin:2.3:resources (default-resources) @ seqr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:compile (default-compile) @ seqr ---
[INFO] Compiling 8 source files to /home/michaelpanciera/clones/seqr_hackathon_v002/target/classes
[WARNING] /home/michaelpanciera/clones/seqr_hackathon_v002/src/main/java/gov/nih/nlm/ncbi/seqr/solr/SeqrController.java:[2,51] Mod is internal proprietary API and may be removed in a future release

[INFO] 
[INFO] --- maven-resources-plugin:2.3:testResources (default-testResources) @ seqr ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/michaelpanciera/clones/seqr_hackathon_v002/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.0.2:testCompile (default-testCompile) @ seqr ---
[INFO] Compiling 1 source file to /home/michaelpanciera/clones/seqr_hackathon_v002/target/test-classes
[INFO] 
[INFO] --- maven-surefire-plugin:2.10:test (default-test) @ seqr ---
[INFO] Surefire report directory: /home/michaelpanciera/clones/seqr_hackathon_v002/target/surefire-reports

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running gov.nih.nlm.ncbi.seqr.TestMain
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/home/michaelpanciera/.m2/repository/org/slf4j/slf4j-log4j12/1.7.1/slf4j-log4j12-1.7.1.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/home/michaelpanciera/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.2/log4j-slf4j-impl-2.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.Log4jLoggerFactory]
log4j:WARN No appenders could be found for logger (org.apache.solr.core.SolrResourceLoader).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
loading sequences.json....
SolrDocument{id=131090, acxn=P00744, taxid=9913, blastname=even-toed ungulates, sciname=Bos taurus, defline=RecName: Full=Vitamin K-dependent protein Z , seqlen=396, sequence=AGSYLLEELFEGHLEKECWEEICVYEEAREVFEDDETTDEFWRTYMGGSPCASQPCLNNGSCQDSIRGYACTCAPGYEGPNCAFAESECHPLRLDGCQHFCYPGPESYTCSCARGHKLGQDRRSCLPHDRCACGTLGPECCQRPQGSQQNLLPFPWQVKLTNSEGKDFCGGVLIQDNFVLTTATCSLLYANISVKTRSHFRLHVRGVHVHTRFEADTGHNDVALLDLARPVRCPDAGRPVCTADADFADSVLLPQPGVLGGWTLRGREMVPLRLRVTHVEPAECGRALNATVTTRTSCERGAAAGAARWVAGGAVVREHRGAWFLTGLLGAAPPEGPGPLLLIKVPRYALWLRQVTQQPSRASPRGDRGQGRDGEPVPGDRGGRWAPTALPPGPLV, geneid=617946, genesymbol=PROZ, md5=3d2c1c0ef5b945aeea58ff45a0dd2fd3, matchlen=392, _version_=1508781336035328000}
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.981 sec

Results :

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

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 7.170s
[INFO] Finished at: Thu Aug 06 14:33:30 EDT 2015
[INFO] Final Memory: 34M/217M
[INFO] ------------------------------------------------------------------------