You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by "pjfanning (via GitHub)" <gi...@apache.org> on 2024/02/10 11:03:20 UTC

[I] very verbose logging for missing property [incubator-pekko]

pjfanning opened a new issue, #1111:
URL: https://github.com/apache/incubator-pekko/issues/1111

   An optional property in #765 is leading to lots of logging like this
   
   ```
   12-489: No configuration setting found for key 'pekko.cluster.akka'
   com.typesafe.config.ConfigException$Missing: merge of String: 2-7,system properties,reference.conf @ file:/home/runner/work/incubator-pekko/incubator-pekko/cluster/target/scala-2.13/classes/reference.conf: 12-489: No configuration setting found for key 'pekko.cluster.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.findOrNull(SimpleConfig.java:181)
   	at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:181)
   	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 org.apache.pekko.cluster.SeedNodeProcess.akkaVersion$lzycompute(SeedNodeProcess.scala:61)
   	at org.apache.pekko.cluster.SeedNodeProcess.akkaVersion(SeedNodeProcess.scala:56)
   	at org.apache.pekko.cluster.SeedNodeProcess.receiveJoinSeedNode(SeedNodeProcess.scala:84)
   	at org.apache.pekko.cluster.JoinSeedNodeProcess$$anonfun$receive$2.applyOrElse(SeedNodeProcess.sc
   ```


-- 
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-unsubscribe@pekko.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] very verbose logging for missing property [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning commented on issue #1111:
URL: https://github.com/apache/incubator-pekko/issues/1111#issuecomment-1940830024

   fixed in https://github.com/apache/incubator-pekko/pull/1112


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org


Re: [I] very verbose logging for missing property [incubator-pekko]

Posted by "pjfanning (via GitHub)" <gi...@apache.org>.
pjfanning closed issue #1111: very verbose logging for missing property
URL: https://github.com/apache/incubator-pekko/issues/1111


-- 
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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org