-
Notifications
You must be signed in to change notification settings - Fork 180
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
Profile java.lang.ClassNotFoundException with Play 2.8.2 #484
Comments
I'm having the same issue: after an update from play 2.8.1 to 2.8.2 I get the same error when running the application via |
Thanks @arteme I'll in production config as well. I didn't get that far. |
Are you using different versions of java in dev vs production? |
No, I have the same java 8u262 in both. I did more experimenting and running the application in dev mode but outside |
This appears to be a Play Dev.mode classloading issue. If I add my custom profile as an unmanaged library, everything works as expected. |
My Profile works fine in Play 2.8.1 but I get a Class Not Found exception once I upgrade to 2.8.2.
The only change is the play plugin version.
Profile
Application.conf
Stacktrace
The text was updated successfully, but these errors were encountered: