oxdrove
oxdrove
Now with the timeout fixed I can progressively undeploy and prune to find a cause. I find that that including the Square payment dependencies makes a difference. In pom.xml: ```...
Thank you for the suggestion. I have run the above command during deployment. In the phase it appears to take the time this is the output: ``` "admin-listener(1)" #68 daemon...
Change for 7.0.6: [https://github.com/eclipse-ee4j/glassfish/pull/24480](https://github.com/eclipse-ee4j/glassfish/pull/24480)
Deployment is a part of useful startup which was tripping a timeout causing failure, but yes, we have narrowed it to deployment and I have amended the title accordingly.
I swapped the weld jars from 5 and 6, no change. I have tried to build from source with a view to using Weld 5.1.0 not 5.1.1. I have read...
``` $ java -version openjdk version "11.0.19" 2023-04-18 OpenJDK Runtime Environment (build 11.0.19+7-omnios-151038) OpenJDK 64-Bit Server VM (build 11.0.19+7-omnios-151038, mixed mode) ``` From README.md: ``` ### Prerequisites * JDK11+, we...
Maven: My fault. The build server has to have an environment that uses the freshly built software before the installed packages, that is how a new package links to a...
7.0.7 is as slow as 7.0.6. Building gives errors, ``` $ mvn -X clean install -Pfastest ... [ERROR] Failed to execute goal io.github.git-commit-id:git-commit-id-maven-plugin:5.0.0:revision (get-the-git-infos) on project glassfish-common: .git directory is...
It would help if it was clearer on what "your" pom.xml file is. ``` $ find . -name pom.xml | wc 562 562 27066 ``` Plenty from which to choose...
...and fails. I either fudge it, get a git commit id or give up. I only know how to do the later.