Skip to content
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

Fix Dataverse install scripts to handle Payara start and stop failures #10817

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

stevenwinship
Copy link
Contributor

@stevenwinship stevenwinship commented Aug 29, 2024

What this PR does / why we need it: Issues with starting and stoping Payara during Dataverse installation have effected beta.dataverse.org as well as UbuntuNet's server in Africa

Which issue(s) this PR closes:IQSS/dataverse-pm#320

Closes #IQSS/dataverse-pm#320

Special notes for your reviewer:

Suggestions on how to test this:

Does this PR introduce a user interface change? If mockups are available, please link/include them here:

Is there a release notes update needed for this change?:

Additional documentation:

@stevenwinship stevenwinship self-assigned this Aug 29, 2024
@stevenwinship stevenwinship added Type: Bug a defect Size: 10 A percentage of a sprint. 7 hours. FY25 Sprint 5 FY25 sprint 5 labels Aug 29, 2024
@stevenwinship stevenwinship added the Status: Needs Input Applied to issues in need of input from someone currently unavailable label Sep 4, 2024
@donsizemore
Copy link
Contributor

There are currently three copies of Payara running on beta.dataverse.org. I tried:

[rocky@ip-172-31-58-17 ~]$ sudo -u dataverse /usr/local/payara6/bin/asadmin stop-domain --force
Picked up JAVA_TOOL_OPTIONS: -Djdk.util.zip.disableZip64ExtraFieldValidation=true --add-opens=java.base/java.io=ALL-UNNAMED
CLI306: Warning - The server located at /usr/local/payara6/glassfish/domains/domain1 is not running. 
No domains are currently running.
Command stop-domain failed.

to no avail.

@cmbz cmbz added the FY25 Sprint 6 FY25 Sprint 6 label Sep 11, 2024
@stevenwinship stevenwinship added Size: 3 A percentage of a sprint. 2.1 hours. and removed Size: 10 A percentage of a sprint. 7 hours. labels Sep 12, 2024
@cmbz cmbz added the FY25 Sprint 7 FY25 Sprint 7 (2024-09-25 - 2024-10-09) label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
FY25 Sprint 5 FY25 sprint 5 FY25 Sprint 6 FY25 Sprint 6 FY25 Sprint 7 FY25 Sprint 7 (2024-09-25 - 2024-10-09) Size: 3 A percentage of a sprint. 2.1 hours. Status: Needs Input Applied to issues in need of input from someone currently unavailable Type: Bug a defect
Projects
Status: In Progress 💻
Development

Successfully merging this pull request may close these issues.

Fix Dataverse install scripts to handle Payara start and stop failures
3 participants