jn-se

Results 9 comments of jn-se

Related to playframework/play-ebean#457

Solved the problem after hours of investigation. There were wrong versions of different libs in the dist package. Needed to run _sbt update_ to refresh dependencies. This fixed the issue....

If you re-enable logging, does the error appear again?

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...

Try to use _sbt update_ before _sbt dist_. Maybe that is a cleaner solution instead of the dependencyOverrides approach. That solved it for me. Reproducible on two environments with the...

I expected it too, but it seems the update is not performed. When you change the dependency versions the files are not copied into the bundle in the correct version...

@dimonok The error appeared again in my system after updating Play. But the advice by @rowanl solved the problem (for me).

Could this issue be related to macOS version? Does not work for us with simulator on macOS Catalina. Same project seems to work properly with simulator on macOS Mojave. (Xcode...

> Could this issue be related to macOS version? Does not work for us with simulator on macOS Catalina. Same project seems to work properly with simulator on macOS Mojave....