[
https://issues.apache.org/jira/browse/SOLR-8182?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14972585#comment-14972585
]
Uwe Schindler commented on SOLR-8182:
-------------------------------------
I think the problem is this test may be caused by changes in date parsing:
There were some bugs in Java 9, but they are fixed now. Maybe thats another
one. The reason for parsing failures maybe the change of timezone and locale
databases to use CLDR (Unicode Common Locale Data Repository). It could be that
the underlying library uses default locale... (which would explain why it does
not fail all the time).
> TestSolrCloudWithKerberosAlt fails consistently on JDK9
> -------------------------------------------------------
>
> Key: SOLR-8182
> URL: https://issues.apache.org/jira/browse/SOLR-8182
> Project: Solr
> Issue Type: Test
> Components: security, SolrCloud
> Reporter: Shalin Shekhar Mangar
> Priority: Minor
> Fix For: 5.4, Trunk
>
>
> The test fails consistently on JDK9 with the following initialization error:
> {code}
> FAILED: org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.testBasics
> Error Message:
> org.apache.directory.api.ldap.model.exception.LdapOtherException:
> ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value
> ERR_04473_NOT_VALID_VALUE Not a valid value '20090818022733Z' for the
> AttributeType 'ATTRIBUTE_TYPE ( 1.3.6.1.4.1.18060.0.4.1.2.35 NAME
> 'schemaModifyTimestamp' DESC time which schema was modified SUP
> modifyTimestamp EQUALITY generalizedTimeMatch ORDERING
> generalizedTimeOrderingMatch SYNTAX 1.3.6.1.4.1.1466.115.121.1.24 USAGE
> directoryOperation ) '
> Stack Trace:
> org.apache.directory.api.ldap.model.exception.LdapOtherException:
> org.apache.directory.api.ldap.model.exception.LdapOtherException:
> ERR_04447_CANNOT_NORMALIZE_VALUE Cannot normalize the wrapped value
> ERR_04473_NOT_VALID_VALUE Not a valid value '20090818022733Z' for the
> AttributeType 'ATTRIBUTE_TYPE ( 1.3.6.1.4.1.18060.0.4.1.2.35
> NAME 'schemaModifyTimestamp'
> DESC time which schema was modified
> SUP modifyTimestamp
> EQUALITY generalizedTimeMatch
> ORDERING generalizedTimeOrderingMatch
> SYNTAX 1.3.6.1.4.1.1466.115.121.1.24
> USAGE directoryOperation
> )
> '
> at
> __randomizedtesting.SeedInfo.seed([321A63D948BF59B7:FC2CDF5705107C7]:0)
> at
> org.apache.directory.server.core.api.partition.AbstractPartition.initialize(AbstractPartition.java:84)
> at
> org.apache.directory.server.core.DefaultDirectoryService.initialize(DefaultDirectoryService.java:1808)
> at
> org.apache.directory.server.core.DefaultDirectoryService.startup(DefaultDirectoryService.java:1248)
> at
> org.apache.hadoop.minikdc.MiniKdc.initDirectoryService(MiniKdc.java:383)
> at org.apache.hadoop.minikdc.MiniKdc.start(MiniKdc.java:319)
> at
> org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setupMiniKdc(TestSolrCloudWithKerberosAlt.java:105)
> at
> org.apache.solr.cloud.TestSolrCloudWithKerberosAlt.setUp(TestSolrCloudWithKerberosAlt.java:94)
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]