Never mind, I think that last one is because I ran from a src unpack and not a bin unpack like I thought I was running. Probably could have a better error message instead of that CNFE.
On Tue, Mar 29, 2022 at 3:41 PM Mike Drob <[email protected]> wrote: > -1: > > Java 11 Only - SUCCESS! [0:35:46.949352] > > Java 11 + 17 via python3 -u dev-tools/scripts/smokeTestRelease.py > --test-java17 /Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home > https://dist.apache.org/... > > run tests w/ Java 17 and testArgs='-Dtests.nightly=false > -Dtests.badapples=false '... > > command "export > JAVA_HOME="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home" > PATH="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin:$PATH" > JAVACMD="/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home/bin/java"; > ./gradlew --no-daemon clean test -Dtests.nightly=false > -Dtests.badapples=false " failed: > sh: ./gradlew: No such file or directory > > Attempted to follow the tutorial exercises in the ref guide, got this error > right at the start: > > mdrob-imp:/tmp/smoke_solr_9.0.0_4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf_2/unpack/solr-9.0.0/solr > $ bin/solr start -e cloud > > *** [WARN] *** Your open file limit is currently 256. > It should be set to 65000 to avoid operational disruption. > If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false > in your profile or solr.in.sh > *** [WARN] *** Your Max Processes Limit is currently 11136. > It should be set to 65000 to avoid operational disruption. > If you no longer wish to see this warning, set SOLR_ULIMIT_CHECKS to false > in your profile or solr.in.sh > Error: Could not find or load main class org.apache.solr.util.SolrCLI > Caused by: java.lang.ClassNotFoundException: org.apache.solr.util.SolrCLI > > > On Tue, Mar 29, 2022 at 1:18 PM Jan Høydahl <[email protected]> wrote: > >> Please vote for release candidate 1 for Solr 9.0.0 >> >> The artifacts can be downloaded from: >> >> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf >> >> You can run the smoke tester directly with this command: >> >> python3 -u dev-tools/scripts/smokeTestRelease.py \ >> >> https://dist.apache.org/repos/dist/dev/solr/solr-9.0.0-RC1-rev-4ea6ecc35c0f6585c76e0713acfe917ccfe3b8cf >> >> NB: Make sure to do a 'git pull' on branch_9_0 to get the latest >> smoketester version. >> >> Since this is a major release I encourage a more thorough manual >> inspection and test of the artifacts than the smoke tester alone. >> >> A Docker image is available at docker hub as "cominvent/solr:9.0.0-rc1" >> >> The vote will be open for at least 72 hours i.e. until 2022-04-01 19:00 >> UTC. >> >> [ ] +1 approve >> [ ] +0 no opinion >> [ ] -1 disapprove (and reason why) >> >> Here is my +1 >> >> SUCCESS! [0:51:42.777256] >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >>
