-
Notifications
You must be signed in to change notification settings - Fork 306
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
When deployed an application containing Dozer, the java.lang.ClassCastException was thrown. /FISH-743 #4952
Comments
I am seeing the same issue without dozer with the Payara full version. It does not appear on 5 2020.4. Could be related to #4865 when H2K types are being discarded? |
Hi @otukatigayim I was able to reproduce this easily, I have raised an internal issue |
I also have tons of Can I safely ignore these exceptions or should I better go back to |
Same exceptions for me in Payara Micro 5.2020.5, where the deployed project uses Hibernate and MariaDB. |
We are also having the same issue on payara enterprise 5.23.0 and JDK 11. As @Slartibartfast27 mentioned, we are getting tons of ClassCastExceptions: java.lang.ClassCastException: class org.glassfish.hk2.classmodel.reflect.impl.InterfaceModelImpl cannot be cast to class org.glassfish.hk2.classmodel.reflect.impl.AnnotationTypeImpl |
Hi @asgreflexx, if you have purchased Payara Enterprise, please feel free to raise a ticket to our Zendesk or ask your named contact to do it for you. We can provide workarounds and we can escalate this issue directly to the engineering team to expedite a solution. Thank you, |
Hi All, I will be closing this issue as the solution has been merged and will be included in the next Payara Community and Payara Enterprise releases in January time. Thank you, |
Description
When deployed an application containing Dozer, the following Exception was thrown.
Expected Outcome
No exceptions will be thrown.
Current Outcome
An exception was thrown.
Steps to reproduce (Only for bug reports)
Environment
The text was updated successfully, but these errors were encountered: