-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
noClassDefFoundError io.ebean.Ebean #145
Comments
I have the same problem. Have you found out anything more about it? |
Nope :( |
Hi @Flo354, Could you please provide a sample project that reproduces the error? Best. |
I found a solution to my problem, it seems to be related to a wrong statement in the documentation. I wrote it here: #457 I have two databases, While, this page https://www.playframework.com/documentation/2.6.x/JavaEbean tells: The property to define is not Found this here: https://stackoverflow.com/a/31070658 |
Thank you, @Flo354. Do you want to submit a PR to fix the docs? The file for that page is here: Best. |
I am experiencing the same error. Versions used:
I just have just one DB, configured via `db.default.url=mysql://user:pw@localhost/dbname. In DEV mode everything works OK, the error only appears in PROD mode :-/ Did anyone find the root cause of this error? |
The solution proposed by @Flo354 worked in our case, in which we had the same problem.
|
It turns out that these settings didn't solve the issue. Right now it's not possible to effectively reproduce the issue or come to a lasting solution. 😞 |
Hey guys, is this still a problem with newer Play and play-ebean releases? btw, I think #457 is a duplicate (?) |
Hi,
I can't start play 2.6.11 with sbt 0.13.16, scala 2.12.4 and play-ebean 4.1.0.
I get the following stack trace :
There is no error with play-ebean 4.0.6.
The text was updated successfully, but these errors were encountered: