pjfanning commented on issue #1854: URL: https://github.com/apache/pekko/issues/1854#issuecomment-2905304394
You could disable the compatibility check. In theory, you shouldn't need to but it makes like a bit simpler in a secure network to disable it in this case. The line that is failing seems to be a lookup of the config `pekko.cluster.downing-provider-class`. There is a default setting for that in the reference.conf of pekko-cluster.jar which is the same jar that the JoinConfigCompatCheckCluster class is in. Is there a chance that you are not using the pekko jars directly but are doing some sort of bundling them that might mangle the reference.conf files in the jars? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org