Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FAILED] No configuration setting found for key 'pekko.loggers' #11

Open
He-Pin opened this issue Apr 12, 2023 · 1 comment
Open

[FAILED] No configuration setting found for key 'pekko.loggers' #11

He-Pin opened this issue Apr 12, 2023 · 1 comment
Assignees

Comments

@He-Pin
Copy link
Member

He-Pin commented Apr 12, 2023

https://github.com/apache/incubator-pekko-persistence-r2dbc/actions/runs/4675006706/jobs/8279690605#step:8:1763

Caused by: com.typesafe.config.ConfigException$Missing: system properties: No configuration setting found for key 'pekko.loggers'
	at com.typesafe.config.impl.SimpleConfig.findKeyOrNull(SimpleConfig.java:157)
	at com.typesafe.config.impl.SimpleConfig.findOrNull(SimpleConfig.java:175)
	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.getList(SimpleConfig.java:263)
	at com.typesafe.config.impl.SimpleConfig.getHomogeneousUnwrappedList(SimpleConfig.java:383)
	at com.typesafe.config.impl.SimpleConfig.getStringList(SimpleConfig.java:441)
	at org.apache.pekko.actor.ActorSystem$Settings$.amendSlf4jConfig(ActorSystem.scala:346)
	at org.apache.pekko.actor.ActorSystemImpl.<init>(ActorSystem.scala:834)
	at org.apache.pekko.actor.typed.ActorSystem$.createInternal(ActorSystem.scala:299)
	at org.apache.pekko.actor.typed.ActorSystem$.apply(ActorSystem.scala:214)
	at org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKit$.apply(ActorTestKit.scala:101)
	at org.apache.pekko.actor.testkit.typed.scaladsl.ActorTestKitBase.<init>(ActorTestKitBase.scala:46)
	... 30 more
@mdedetrich mdedetrich self-assigned this Apr 12, 2023
@mdedetrich
Copy link
Contributor

So the missing key is a red herring, the real cause appears to be a result of a flaky test with initialisation of the databases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants