-
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
[4.1.2.173] payara-embedded-all unable to start #1862
Comments
Yes, I think this is a packaging issue, we'll look into it. Thanks for the report! |
Thanks for the fix ! |
Backported fixes are part of our Enterprise and Professional tier support plans: We make all fixes available to our customers monthly. You can either buy support online, or email [email protected] for more information. |
OK thanks for your quick response ! |
So this makes 173 not usable. You should not have released it. |
@fcaputo Unfortunately, we do not have the resources to check all the possible use cases. |
We did actually release Payara Embedded 173.0.1 which should have fixed this issue. |
Wow, that's fast. Thank you. Everything is working again! |
Description
When calling
glassfish.start();
, payara crashes because of a NoClassDefFoundError of the classfish/payara/nucleus/healthcheck/stuck/StuckThreadsStore
.Here is the full stacktrace obtained just after the startup:
Steps to reproduce (Only for bug reports)
I'm using this simple piece of code to start the server:
After searching for this class, i found it here, but it is not packaged at all with the payara-embedded-all distribution. Moreover, I coudn't find it in any other payara distribution ?
IMHO there are two cases:
It doesn't seems to be our code, since it works well in 4.1.1.171.1. However it also crashes in version 4.1.2.172 (but the reason is different and seems unrelated with this issue:
NoClassDefFoundError: fish/payara/notification/eventbus/EventbusMessage
).Context (Optional)
We are using Payara to run test within a maven deployment, but also as a full embedded server. In both maven tests and the server, it crashes with the same error.
Tested with this dependency.
Note, there was no change in our code and it worked with Payara-4.1.1.171.1.
Environment
The text was updated successfully, but these errors were encountered: