Stream: community

Topic: Small bug on dvinstall/installUtils.py for Dataverse 6.10.1


view this post on Zulip Juan L贸pez (Apr 10 2026 at 20:00):

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.
image.png

Updating the condition to allow Payara 7 resolves the issue.

Hope this helps anyone facing the same issue!

Juan

view this post on Zulip Philip Durbin 馃殌 (Apr 10 2026 at 20:02):

Hmm, I see what you mean: https://github.com/IQSS/dataverse/blob/v6.10.1/scripts/installer/installUtils.py#L60

view this post on Zulip Philip Durbin 馃殌 (Apr 10 2026 at 20:02):

@Juan L贸pez good catch! Would you mind creating an issue?

view this post on Zulip Juan L贸pez (Apr 10 2026 at 20:47):

Issue created :+1: https://github.com/IQSS/dataverse/issues/12321

view this post on Zulip Philip Durbin 馃殌 (Apr 10 2026 at 21:15):

@Juan L贸pez thanks!! Are you also interested in making a pull request? :smile:

view this post on Zulip Philip Durbin 馃殌 (Apr 13 2026 at 13:56):

@Don Sizemore just made a PR: #12321 (thanks!). And I just approved it.


Last updated: May 30 2026 at 09:11 UTC