connect solace to kafka (not confluent)

Eddie:
The first thing a Connector checks is the Kafka access. As you reported this failed, so it never gets to try the Solace connection. The error you received usually is a result of failing to authenticate to the Broker. Have you enabled any authentication or secure transport for your Kafka Brokers? If so, then the connect-standalone.properties file must be updated to reflect the security requirements from the Connect Cluster.
Heinz