regiskuckaertz commented on PR #1866: URL: https://github.com/apache/pekko/pull/1866#issuecomment-2921873189
progress, the pekko node is now starting up and keeps accepting nodes: ``` 2025-05-30 09:53:20,849 INFO [PTS-pekko.actor.default-dispatcher-11] org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://***:1600] - Received InitJoin message from [Actor[akka.ssl.tcp://***:1603/system/cluster/core/daemon/joinSeedNodeProcess-1#493235525]] to [akka.ssl.tcp://***:1600] 2025-05-30 09:53:20,850 INFO [PTS-pekko.actor.default-dispatcher-11] org.apache.pekko.cluster.Cluster Cluster(pekko://PTS) - Cluster Node [akka.ssl.tcp://***:1600] - Sending InitJoinAck message from node [akka.ssl.tcp://***:1600] to [Actor[akka.ssl.tcp://***:1603/system/cluster/core/daemon/joinSeedNodeProcess-1#493235525]] (version [2.6.21]) ``` however, the akka node is rejecting the received config, I think it needs some more translation back to `akka.*`: ``` 2025-05-30 09:56:28,813 INFO [PTS-akka.actor.default-dispatcher-42] akka.cluster.Cluster Cluster(akka://PTS) - Cluster Node [akka.ssl.tcp://***:1603] - Received InitJoinAck message from [Actor[akka.ssl.tcp://***:1600/system/cluster/core/daemon#-1897469515]] to [akka.ssl.tcp://***:1603] 2025-05-30 09:56:28,814 ERROR [PTS-akka.actor.default-dispatcher-42] akka.actor.OneForOneStrategy akka://PTS/system/cluster/core/daemon/joinSeedNodeProcess-1 - String: 1: No configuration setting found for key 'akka' com.typesafe.config.ConfigException$Missing: String: 1: No configuration setting found for key 'akka' at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:157) at com.typesafe.config.impl.SimpleConfig.findKey(SimpleConfig.java:150) at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:177) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:189) at com.typesafe.config.impl.SimpleConfig.find(SimpleConfig.java:194) at com.typesafe.config.impl.SimpleConfig.getString(SimpleConfig.java:251) at akka.cluster.JoinConfigCompatCheckCluster.check(JoinConfigCompatCheckCluster.scala:35) ``` -- 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