Hey Team,
While getting Proteus and DRAT installed on drat-vm.apache.org (which is now up and running thanks to INFRA-15304 [1]), I found that the default installed Solr version 4.2.1 would not start on Tomcat. I’m running: ~/drat/deploy mattmann@drat-vm:~/drat/deploy$ java -version java version "1.8.0_151" Java(TM) SE Runtime Environment (build 1.8.0_151-b12) Java HotSpot(TM) 64-Bit Server VM (build 25.151-b12, mixed mode) mattmann@drat-vm:~/drat/deploy$ And Tomcat7 And Solr 4.2.1 But I just had to manually install Solr to get it running. We package a default 4.2.1 installation from Maven and then set Solr home via CATALNA_OPTS –Dsolr.solr.home=”$DRAT_HOME”/solr” This seems to work fine on Mac, but for whatever reason didn’t work natively on Ubuntu. Does anyone know why? Anyways Proteus is up and running at: http://drat-vm.apache.org/demo And DRAT stats is up at http://drat-vm.apache.org/asfgit (but there is no data in there yet) Feedback is welcomed! Chris [1] https://issues.apache.org/jira/browse/INFRA-15304
