-
Notifications
You must be signed in to change notification settings - Fork 2
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
Payara Managed testing failed upgrade to 5.2021.2 #25
Comments
Same error here when upgraded to 5.2021.2. |
Hi, the reason for failed tests is that Payara Server can't start because:
Later, when the tests want to shut down Payara Server, it's not running:
Please make sure that no Payara Server is running before you start the tests and that the port 4848 isn't occupied on your machine. Then run the tests. |
Check the latest error link on Github actions. https://github.com/hantsy/cargotracker/runs/2341810423 It worked in before versions. Check my workflow file. Not sure if it is the problem of setup-java v2, after upgraded to setup-java@v2 and the latest Payara, several Payara workflow failed in my Github projects. |
Not sure if there are some changes in the Github actions infra, all arquilllian tests against Payara/Glassfish adapters failed now. |
In https://github.com/hantsy/cargotracker/ , I removed other Payara-related workflow, only left Payara managed adapter to run the testing codes, still failed. I am afraid there are some changes from Github actions to affect this. In the https://github.com/hantsy/jakartaee9-starter-boilerplate, the Glassfish managed and remote adapter also failed now, either setup-java v1 or v2. |
Till now, almost all Payara/GlassFish related workflows which worked well in the past months or years are failed in all of my repositories. |
@OndroMih I can confirm it could be 100% a problem related to Github actions environment. actions/setup-java#158 (comment), but can not find why it happened. I created a new Circle CI config using the same scripts, it is always successful. Not sure if there are some specific behaviors in the Payara/GlassFish adapters. And if there is some approaches to fix this. |
@OndroMih The |
This PR caused Payara Manged testing codes failed.
hantsy/cargotracker#43
See the details:
https://github.com/hantsy/cargotracker/pull/43/checks?check_run_id=2337517128#step:6:4091
The text was updated successfully, but these errors were encountered: