[ https://issues.apache.org/jira/browse/GEODE-10238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17522886#comment-17522886 ]
ASF subversion and git services commented on GEODE-10238: --------------------------------------------------------- Commit 4f74e6de9d9768520a2282c0dc5b69c611779f7d in geode's branch refs/heads/develop from Darrel Schneider [ https://gitbox.apache.org/repos/asf?p=geode.git;h=4f74e6de9d ] GEODE-10238: add open for jetty9 on java 17 (#7593) * added open for sun.security.provider for jetty9 * test now expects stack to contain "Connection refused" instead of "Connection refused " > Jetty9CachingClientServerTest fails on java 17 > ---------------------------------------------- > > Key: GEODE-10238 > URL: https://issues.apache.org/jira/browse/GEODE-10238 > Project: Geode > Issue Type: Improvement > Components: tests > Reporter: Darrel Schneider > Assignee: Darrel Schneider > Priority: Major > Labels: Java17, pull-request-available > > {noformat} > Jetty9CachingClientServerTest > shouldCacheSessionOnClient FAILED > org.opentest4j.AssertionFailedError: > expected: "" > but was: "Error in servlet: > java.lang.reflect.InaccessibleObjectException: Unable to make field private > transient sun.security.provider.AbstractDrbg sun.security.provider.DRBG.impl > accessible: module java.base does not "opens sun.security.provider" to > unnamed module @47874b25" > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) > at > jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77) > at > jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) > at > java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) > at > org.apache.geode.session.tests.Jetty9CachingClientServerTest.shouldCacheSessionOnClient(Jetty9CachingClientServerTest.java:59) > {noformat} -- This message was sent by Atlassian Jira (v8.20.1#820001)