I just did a pull and attempted to start solr with the following command: bin/solr start -c
The following error is printed to the console on startup? Anyone else seeing this? INFO - 2017-09-07 14:57:41.803; org.apache.solr.util.configuration.SSLCredentialProviderFactory; Processing SSL Credential Provider chain: env;sysprop Exception in thread "main" java.lang.NullPointerException at org.apache.solr.util.configuration.providers.EnvSSLCredentialProvider.getCredential(EnvSSLCredentialProvider.java:57) at org.apache.solr.util.configuration.providers.AbstractSSLCredentialProvider.getCredential(AbstractSSLCredentialProvider.java:53) at org.apache.solr.util.configuration.SSLConfigurations.getPassword(SSLConfigurations.java:123) at org.apache.solr.util.configuration.SSLConfigurations.getClientKeyStorePassword(SSLConfigurations.java:109) at org.apache.solr.util.configuration.SSLConfigurations.init(SSLConfigurations.java:62) at org.apache.solr.util.SolrCLI.main(SolrCLI.java:273) Joel Bernstein http://joelsolr.blogspot.com/
