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

Getting weird issue with email sending #606

Closed
praveeny1986 opened this issue May 3, 2017 · 0 comments
Closed

Getting weird issue with email sending #606

praveeny1986 opened this issue May 3, 2017 · 0 comments

Comments

@praveeny1986
Copy link

Hi,

We are using securesocial 3.0-M5, and play version 2.4.3. And we get the following exception(weird that it occurs only sometimes not always).
Any guidance/resolution will be much appreciated.

play.api.UnexpectedException: Unexpected exception[IllegalStateException: cannot enqueue after timer shutdown]
at play.api.http.HttpErrorHandlerExceptions$.throwableToUsefulException(HttpErrorHandler.scala:261) ~[com.typesafe.play.play_2.11-2.4.6.jar:2.4.6]
at play.api.http.DefaultHttpErrorHandler.onServerError(HttpErrorHandler.scala:191) ~[com.typesafe.play.play_2.11-2.4.6.jar:2.4.6]
at play.api.GlobalSettings$class.onError(GlobalSettings.scala:179) [com.typesafe.play.play_2.11-2.4.6.jar:2.4.6]
at play.core.j.JavaGlobalSettingsAdapter.play$core$j$JavaGlobalSettingsAdapter$$super$onError(JavaGlobalSettingsAdapter.scala:36) [com.typesafe.play.play_2.11-2.4.6.jar:2.4.6]
at play.core.j.JavaGlobalSettingsAdapter$$anonfun$onError$2.apply(JavaGlobalSettingsAdapter.scala:36) [com.typesafe.play.play_2.11-2.4.6.jar:2.4.6]
Caused by: java.lang.IllegalStateException: cannot enqueue after timer shutdown
at akka.actor.LightArrayRevolverScheduler.scheduleOnce(Scheduler.scala:277) ~[com.typesafe.akka.akka-actor_2.11-2.3.13.jar:na]
at akka.actor.Scheduler$class.scheduleOnce(Scheduler.scala:117) ~[com.typesafe.akka.akka-actor_2.11-2.3.13.jar:na]
at akka.actor.LightArrayRevolverScheduler.scheduleOnce(Scheduler.scala:182) ~[com.typesafe.akka.akka-actor_2.11-2.3.13.jar:na]
at securesocial.core.providers.utils.Mailer$Default.sendEmail(Mailer.scala:98) ~[ws.securesocial.securesocial_2.11-3.0-M5.jar:3.0-M5]
at securesocial.core.providers.utils.Mailer$Default.sendAlreadyRegisteredEmail(Mailer.scala:60) ~[ws.securesocial.securesocial_2.11-3.0-M5.jar:3.0-M5]
[[[31merror[[0m] application -

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