Replies: 1 comment
-
Cromwell 50 is over two years old at this point, I would suggest trying the current version to get the latest improvements. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
version:50
use mode;run
question:
[WARN] [06/30/2022 19:47:22.164] [main] [EventStream(akka://cromwell-system)] Logger log1-Slf4jLogger did not respond within Timeout(5000 milliseconds) to InitializeLogger(bus)
error while starting up loggers
akka.ConfigurationException: Logger specified in config can't be loaded [akka.event.slf4j.Slf4jLogger] due to [akka.event.Logging$LoggerInitializationException: Logger log1-Slf4jLogger did not respond with LoggerInitialized, sent instead [TIMEOUT]]
at akka.event.LoggingBus$$anonfun$$nestedInanonfun$startDefaultLoggers$3$1.applyOrElse(Logging.scala:133)
at akka.event.LoggingBus$$anonfun$$nestedInanonfun$startDefaultLoggers$3$1.applyOrElse(Logging.scala:128)
at scala.runtime.AbstractPartialFunction.apply(AbstractPartialFunction.scala:38)
at scala.util.Failure.recover(Try.scala:234)
at akka.event.LoggingBus.$anonfun$startDefaultLoggers$3(Logging.scala:128)
at scala.collection.TraversableLike$WithFilter.$anonfun$map$2(TraversableLike.scala:827)
at scala.collection.Iterator.foreach(Iterator.scala:941)
at scala.collection.Iterator.foreach$(Iterator.scala:941)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1429)
at scala.collection.IterableLike.foreach(IterableLike.scala:74)
at scala.collection.IterableLike.foreach$(IterableLike.scala:73)
at scala.collection.AbstractIterable.foreach(Iterable.scala:56)
at scala.collection.TraversableLike$WithFilter.map(TraversableLike.scala:826)
at akka.event.LoggingBus.startDefaultLoggers(Logging.scala:120)
at akka.event.LoggingBus.startDefaultLoggers$(Logging.scala:105)
at akka.event.EventStream.startDefaultLoggers(EventStream.scala:25)
at akka.actor.LocalActorRefProvider.init(ActorRefProvider.scala:678)
at akka.actor.ActorSystemImpl.liftedTree2$1(ActorSystem.scala:912)
at akka.actor.ActorSystemImpl._start$lzycompute(ActorSystem.scala:908)
at akka.actor.ActorSystemImpl._start(ActorSystem.scala:908)
at akka.actor.ActorSystemImpl.start(ActorSystem.scala:930)
at akka.actor.ActorSystem$.apply(ActorSystem.scala:258)
at akka.actor.ActorSystem$.apply(ActorSystem.scala:302)
at akka.actor.ActorSystem$.apply(ActorSystem.scala:276)
at cromwell.server.CromwellSystem.newActorSystem(CromwellSystem.scala:34)
at cromwell.server.CromwellSystem.newActorSystem$(CromwellSystem.scala:33)
at cromwell.CromwellEntryPoint$$anon$1.newActorSystem(CromwellEntryPoint.scala:122)
at cromwell.server.CromwellSystem.actorSystem(CromwellSystem.scala:41)
at cromwell.server.CromwellSystem.actorSystem$(CromwellSystem.scala:41)
at cromwell.CromwellEntryPoint$$anon$1.actorSystem$lzycompute(CromwellEntryPoint.scala:122)
at cromwell.CromwellEntryPoint$$anon$1.actorSystem(CromwellEntryPoint.scala:122)
at cromwell.CromwellEntryPoint$.runSingle(CromwellEntryPoint.scala:66)
at cromwell.CromwellApp$.runCromwell(CromwellApp.scala:14)
at cromwell.CromwellApp$.delayedEndpoint$cromwell$CromwellApp$1(CromwellApp.scala:25)
at cromwell.CromwellApp$delayedInit$body.apply(CromwellApp.scala:3)
at scala.Function0.apply$mcV$sp(Function0.scala:39)
at scala.Function0.apply$mcV$sp$(Function0.scala:39)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
at scala.App.$anonfun$main$1$adapted(App.scala:80)
at scala.collection.immutable.List.foreach(List.scala:392)
at scala.App.main(App.scala:80)
at scala.App.main$(App.scala:78)
at cromwell.CromwellApp$.main(CromwellApp.scala:3)
at cromwell.CromwellApp.main(CromwellApp.scala)
Caused by: akka.event.Logging$LoggerInitializationException: Logger log1-Slf4jLogger did not respond with LoggerInitialized, sent instead [TIMEOUT]
at akka.event.LoggingBus.addLogger(Logging.scala:214)
at akka.event.LoggingBus.$anonfun$startDefaultLoggers$4(Logging.scala:126)
at scala.util.Success.$anonfun$map$1(Try.scala:255)
at scala.util.Success.map(Try.scala:213)
at akka.event.LoggingBus.$anonfun$startDefaultLoggers$3(Logging.scala:125)
Who knows what's going on,can anyone help me?
Beta Was this translation helpful? Give feedback.
All reactions