1

The problem is similar to Glassfish There is a process already using the admin port 4848, but my case is on Github actions.

I followed the migrate guide, after upgrading to v2, all my workflow using Glassfish failed due to an error 4848 port is already in use,

https://github.com/hantsy/jakartaee9-starter-boilerplate/blob/b3e51fcd857768c05e6104ea940f0ecd283c4698/.github/workflows/it-with-arq-glassfish-managed.yml#L22

But switch back to v1, works again.

https://github.com/hantsy/jakartaee9-starter-boilerplate/blob/master/.github/workflows/it-with-arq-glassfish-managed.yml#L22

Not sure why in @actions/setup-java@v2, port 4848 is used by some process.

Update: Return to v1, in the latest days occured the same problem.

I never encountered this issue before on Github actions. Now all workflow using Payara/Glassfish adapters failed.

Hantsy
  • 8,006
  • 7
  • 64
  • 109

0 Answers0