-
-
Notifications
You must be signed in to change notification settings - Fork 61
Ebean error in productive use #53
Comments
Related to playframework/play-ebean#457 |
Solved the problem after hours of investigation. There were wrong versions of different libs in the dist package. |
Recently I had the same problem, sbt update and then sbt dist didn't helped, but when I changed part of logback.xml |
If you re-enable logging, does the error appear again? |
No, now error disappeared. I'm tried original logback.xml from play-java-seed template, very strange behaviour... |
This exception still occurs with Play 2.6.11. |
Yes. I can confirm the error does appear again with Play 2.6.11. My solution as mentioned above seems to work only randomly. The final solution for me (now) was the comment from @rowanl @ playframework/play-ebean#457 But it seems to be a workaround and not a proper solution. |
check your GuiceConfig module configuration. |
When the application is build with the dist command for productive use there is an exception during startup.
The only change that has been made was adding the "play.http.secret.key" to the application.conf.
This error is reproducable.
The text was updated successfully, but these errors were encountered: