[ https://issues.apache.org/jira/browse/SOLR-17783?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956774#comment-17956774 ]
Sanjay Dutt commented on SOLR-17783: ------------------------------------ I believe the issue that you are seeing on Windows is also related to SM. SecurityManager was causing issue when it comes to load keystore on Linux. Therefore I added (https://github.com/apache/solr/pull/2876/files#r2031139477), {code:java} permission java.io.FilePermission "${user.home}${/}.config${/}gcloud${/}properties", "read,readlink"; permission java.io.FilePermission "${user.home}${/}.config${/}gcloud${/}active_config", "read,readlink"; permission java.io.FilePermission "${user.home}${/}.config${/}gcloud${/}configurations${/}config_default", "read,readlink"; {code} > SSLTestConfig "Unable to locate keystore resource file in classpath" > -------------------------------------------------------------------- > > Key: SOLR-17783 > URL: https://issues.apache.org/jira/browse/SOLR-17783 > Project: Solr > Issue Type: Test > Environment: Windows > Reporter: David Smiley > Priority: Major > > org.apache.solr.gcs.GCSBackupRepositoryTest (classMethod / suite) and other > GCS tests have been failing, only on Windows only. The failures were > triggered by the Jetty 12 upgrade, which modified [SSLTestConfig > here|https://github.com/apache/solr/blob/7279b808628a9286def7aea8b3b00f626df23dec/solr/test-framework/src/java/org/apache/solr/util/SSLTestConfig.java#L112]. > {noformat} > java.lang.IllegalStateException: Unable to locate keystore resource file in > classpath: SSLTestConfig.hostname-and-ip-missmatch.keystore > at __randomizedtesting.SeedInfo.seed([E4ED041D25106216]:0) > at org.apache.solr.util.SSLTestConfig.<init>(SSLTestConfig.java:114) > at org.apache.solr.util.SSLTestConfig.<init>(SSLTestConfig.java:80) > at > org.apache.solr.util.RandomizeSSL$SSLRandomizer.createSSLTestConfig(RandomizeSSL.java:129) > at > org.apache.solr.SolrTestCaseJ4.buildSSLConfig(SolrTestCaseJ4.java:429) > at > org.apache.solr.SolrTestCaseJ4.setupTestCases(SolrTestCaseJ4.java:288) > {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org