Seems like you have set the configuration such that the port will accept connections only if SASL encryption is used. To solve this error, you can run the command in the Spark shell:
val sc = new SparkContext(new SparkConf())
./bin/spark-submit <all your existing options> --spark.network.sasl.serverAlwaysEncrypt=false