[ https://issues.apache.org/jira/browse/CASSJAVA-96?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Abe Ratnofsky updated CASSJAVA-96: ---------------------------------- Status: Awaiting Feedback (was: Triage Needed) There isn't enough information here to diagnose or reproduce the problem. Do you have any additional warning or error logs indicating any earlier issues with connectivity? What version of C* are you testing against? It is suspicious that the log line indicates port 9042 but you're expecting to only connect over 9142 - is it possible your cluster is advertising that instance listening on 9042? > Driver throws warning on nodes not configured > --------------------------------------------- > > Key: CASSJAVA-96 > URL: https://issues.apache.org/jira/browse/CASSJAVA-96 > Project: Apache Cassandra Java driver > Issue Type: Bug > Components: Core > Reporter: Marcel > Priority: Normal > > I have recently switched our application from the datastax 4.17.0 java driver > to the Cassandra 4.19.0 java driver. I kept the configuration as before and > had no issues using the driver locally on a docker single node instance of > datastax. However when I use the new driver with our production datastax > cluster with three nodes I get warnings: > {code:java} > [s0|/xxx.xxx.xxx.xxx:9042] Error while opening new channel > (ConnectionInitException: [s0|connecting...] Protocol initialization request, > step 1 (STARTUP {CQL_VERSION=3.0.0, COMPRESSION=lz4, DRIVER_NAME=Apache > Cassandra Java Driver, DRIVER_VERSION=4.19.0, > CLIENT_ID=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx}): failed to send request > (java.nio.channels.NotYetConnectedException)) {code} > On the cluster we use SSL connections configured on port 9142. These are also > the only ports that the CQLSession is configured to connect to via > addContactPoints(). > Is there something I need to change in the configuration? -- This message was sent by Atlassian Jira (v8.20.10#820010) --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cassandra.apache.org For additional commands, e-mail: commits-h...@cassandra.apache.org