Description
Creating a new collection using CollectionAPI results in following error:
2023-03-31T08:22:34.574888544Z 2023-03-31 08:22:34.573 WARN (httpShardExecutor-5-thread-3) [] o.e.j.i.ManagedSelector Could not accept java.nio.channels.SocketChannel[closed]: java.lang.ClassCastException: class org.eclipse.jetty.alpn.client.ALPNClientConnection cannot be cast to class org.eclipse.jetty.alpn.client.ALPNClientConnection (org.eclipse.jetty.alpn.client.ALPNClientConnection is in unnamed module of loader org.eclipse.jetty.start.Classpath$Loader @1f89ab83; org.eclipse.jetty.alpn.client.ALPNClientConnection is in unnamed module of loader org.eclipse.jetty.webapp.WebAppClassLoader @757f675c)
Tested with:
Red Hat, Inc. OpenJDK 64-Bit Server VM 17.0.6 17.0.6+10-LTS
Solr started in cloude mode with one node and embedded zookeeper
/opt/solr/bin/solr start -c -Dsolr.ssl.checkPeerName=false
Attachments
Issue Links
- relates to
-
SOLR-16158 Simplify solr-core dependencies, remove duplicate jars
- Closed
-
SOLR-15955 Update Jetty dependency to 10
- Closed
- links to