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

RejectedExecutionException #101

Open
colin-scott opened this issue Aug 5, 2015 · 1 comment
Open

RejectedExecutionException #101

colin-scott opened this issue Aug 5, 2015 · 1 comment

Comments

@colin-scott
Copy link
Member

Found after lots of fuzzing:

Returned to main with events
Restarting system
Shutting down the actor system. 6
Exception in thread "main" java.util.concurrent.RejectedExecutionException: Must be called prior to system shutdown.
        at akka.actor.ActorSystemImpl$TerminationCallbacks.add(ActorSystem.scala:795)
        at akka.actor.ActorSystemImpl.registerOnTermination(ActorSystem.scala:641)
        at akka.actor.ActorSystemImpl.registerOnTermination(ActorSystem.scala:640)
        at akka.dispatch.verification.Instrumenter$$anonfun$shutdown_system$4.apply(Instrumenter.scala:481)
        at akka.dispatch.verification.Instrumenter$$anonfun$shutdown_system$4.apply(Instrumenter.scala:478)
        at scala.collection.TraversableLike$WithFilter$$anonfun$foreach$1.apply(TraversableLike.scala:778)
        at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
        at scala.collection.mutable.HashMap$$anonfun$foreach$1.apply(HashMap.scala:99)
        at scala.collection.mutable.HashTable$class.foreachEntry(HashTable.scala:230)
        at scala.collection.mutable.HashMap.foreachEntry(HashMap.scala:40)
        at scala.collection.mutable.HashMap.foreach(HashMap.scala:99)
        at scala.collection.TraversableLike$WithFilter.foreach(TraversableLike.scala:777)
        at akka.dispatch.verification.Instrumenter.shutdown_system(Instrumenter.scala:478)
        at akka.dispatch.verification.Instrumenter.restart_system(Instrumenter.scala:493)
        at akka.dispatch.verification.ExternalEventInjector$class.handle_shutdown(ExternalEventInjector.scala:561)
        at akka.dispatch.verification.RandomScheduler.handle_shutdown(RandomScheduler.scala:41)
        at akka.dispatch.verification.RandomScheduler.shutdown(RandomScheduler.scala:480)
        at akka.dispatch.verification.RunnerUtils$.fuzz(RunnerUtils.scala:54)
        at Main$.delayedEndpoint$Main$1(Runner.scala:189)
        at Main$delayedInit$body.apply(Runner.scala:133)
        at scala.Function0$class.apply$mcV$sp(Function0.scala:40)
        at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
        at scala.App$$anonfun$main$1.apply(App.scala:76)
        at scala.App$$anonfun$main$1.apply(App.scala:76)
        at scala.collection.immutable.List.foreach(List.scala:381)
        at scala.collection.generic.TraversableForwarder$class.foreach(TraversableForwarder.scala:35)
        at scala.App$class.main(App.scala:76)
        at Main$.main(Runner.scala:133)
        at Main.main(Runner.scala)
@colin-scott
Copy link
Member Author

Ah, this was because the disk ran out of space

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

1 participant