Hi everyone,
I鈥檇 like to report a small issue in installUtils.py when installing Dataverse with newer versions of Payara. When attempting to install Dataverse using Payara 7.2026.2 (as recommended in the documentation), running python install.py always results in the following error: Invalid Payara directory!
This is because the function "test_appserver_directory" in installUtils.py is checking for Payara 6 and not 7.
![]()
Updating the condition to allow Payara 7 resolves the issue.
Hope this helps anyone facing the same issue!
Juan
Hmm, I see what you mean: https://github.com/IQSS/dataverse/blob/v6.10.1/scripts/installer/installUtils.py#L60
@Juan L贸pez good catch! Would you mind creating an issue?
Issue created :+1: https://github.com/IQSS/dataverse/issues/12321
@Juan L贸pez thanks!! Are you also interested in making a pull request? :smile:
@Don Sizemore just made a PR: #12321 (thanks!). And I just approved it.
Last updated: May 30 2026 at 09:11 UTC