Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
75b3c55
Payara 7 updates
qqmyers Dec 11, 2025
bf642c8
restore merge operation in test
qqmyers Dec 11, 2025
92e0aa5
Java 21 as well
qqmyers Dec 12, 2025
3cf6e90
doc updates/release note
qqmyers Dec 12, 2025
48dcc18
Merge remote-tracking branch 'IQSS/develop' into IQSS/12020-Payara7_J…
qqmyers Jan 28, 2026
82b4249
7.2026.1
qqmyers Jan 28, 2026
df2fd0a
Merge remote-tracking branch 'IQSS/develop' into IQSS/12020-Payara7_J…
qqmyers Jan 28, 2026
df214fd
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
qqmyers Feb 10, 2026
5320532
Merge remote-tracking branch 'IQSS/develop' into
qqmyers Feb 23, 2026
8c607d1
Merge branch 'IQSS/12020-Payara7_Java21_update' of https://github.com…
qqmyers Feb 23, 2026
64b6187
explain `sdk use`
pdurbin Feb 24, 2026
24cad02
build the base image yourself for new Payara versions
pdurbin Feb 24, 2026
e096994
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Feb 24, 2026
527f07a
remove this Payaya file until we have scripts like Solr
pdurbin Feb 24, 2026
a809c76
Update doc/sphinx-guides/source/developers/dev-environment.rst
qqmyers Feb 24, 2026
455759e
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Feb 25, 2026
f5b77ea
fix role assign, add logging for revoke debugging
qqmyers Feb 25, 2026
aae1cbd
fix for revoke
qqmyers Feb 25, 2026
657320b
make Payara 7 upgrade instructions much more detailed #12020
pdurbin Feb 27, 2026
f5f470e
comment out jsp servlet mappings
pdurbin Feb 27, 2026
07e05ab
upgrade from Payara 7.2026.1 to .2 and other tweaks #12020
pdurbin Mar 2, 2026
2b996dc
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Mar 2, 2026
525a6f7
remove Java version from Temurin link and text #11585
pdurbin Mar 2, 2026
ab99c33
revert to correct version of postgres (17)
pdurbin Mar 2, 2026
be7f26a
fix formatting
pdurbin Mar 2, 2026
946a7e5
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Mar 4, 2026
9176f57
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Mar 9, 2026
50acabb
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Mar 10, 2026
639f4c9
Merge branch 'develop' into IQSS/12020-Payara7_Java21_update
pdurbin Mar 10, 2026
c8d74ca
careful
pdurbin Mar 12, 2026
4234b99
Apply suggestion from @landreev
pdurbin Mar 12, 2026
87ffbaa
Apply suggestion from @landreev
pdurbin Mar 12, 2026
7e5b553
Apply suggestion from @landreev
pdurbin Mar 12, 2026
791f617
Apply suggestion from @landreev
pdurbin Mar 12, 2026
329b167
small tweaks and fix step numbering
pdurbin Mar 12, 2026
ed0b1e9
keep domain.xml editing together
pdurbin Mar 12, 2026
05c503e
copy over sitemap
pdurbin Mar 12, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/container_app_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
ref: 'refs/pull/${{ github.event.client_payload.pull_request.number }}/merge'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't have a good place to hang this comment off of so I'll just put it here. I know @qqmyers is already looking at stuff in this area.

I'm on 455759e and when I click "Assign Roles to Users/Groups", I get an error:

Image Image

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW: It appears that the rules for JSF have been tightened with Payara 7. Changes are needed in the xhtml for the assign role and revoke role calls, tweaking what's processed and when the dialog is shown to avoid the validation error and to assure that the assign/revoke calls are made. Whether we have similar errors elsewhere is unknown. These pages are somewhat unique in that they have multiple different panes that trigger changes, whereas most of our code has one save button that updates everything.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, I re-tested as of aae1cbd and don't see the validation error any more. Thanks, @qqmyers! We can probably resolve this comment soon but I'll leave it open for now.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm leaving this comment open to remind us that we might need to tweak xhtml pages, adding process="@this" or similar. See aae1cbd.

- uses: actions/setup-java@v5
with:
java-version: "17"
java-version: "21"
distribution: 'adopt'
- uses: actions/cache@v5
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy_beta_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/setup-java@v5
with:
distribution: 'zulu'
java-version: '17'
java-version: '21'

- name: Enable API Session Auth feature flag
working-directory: src/main/resources/META-INF
Expand Down Expand Up @@ -79,11 +79,11 @@ jobs:
envs: INPUT_WAR_FILE
script: |
APPLICATION_NAME=dataverse-backend
ASADMIN='/usr/local/payara6/bin/asadmin --user admin'
ASADMIN='/usr/local/payara7/bin/asadmin --user admin'
$ASADMIN undeploy $APPLICATION_NAME
#$ASADMIN stop-domain
#rm -rf /usr/local/payara6/glassfish/domains/domain1/generated
#rm -rf /usr/local/payara6/glassfish/domains/domain1/osgi-cache
#rm -rf /usr/local/payara7/glassfish/domains/domain1/generated
#rm -rf /usr/local/payara7/glassfish/domains/domain1/osgi-cache
#$ASADMIN start-domain
$ASADMIN deploy --name $APPLICATION_NAME $INPUT_WAR_FILE
#$ASADMIN stop-domain
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven_unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [ '17' ]
jdk: [ '21' ]
experimental: [false]
status: ["Stable"]
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
strategy:
fail-fast: false
matrix:
jdk: [ '17' ]
jdk: [ '21' ]
experimental: [ false ]
status: [ "Stable" ]
#
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '17'
java-version: '21'
distribution: temurin
cache: maven

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/spi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
server-id: central
server-username: MAVEN_USERNAME
Expand All @@ -66,7 +66,7 @@ jobs:
- uses: actions/checkout@v6
- uses: actions/setup-java@v5
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
- uses: actions/cache@v5
with:
Expand All @@ -78,7 +78,7 @@ jobs:
- name: Set up Maven Central Repository
uses: actions/setup-java@v5
with:
java-version: '17'
java-version: '21'
distribution: 'adopt'
server-id: central
server-username: MAVEN_USERNAME
Expand Down
2 changes: 1 addition & 1 deletion conf/jhove/jhove.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://hul.harvard.edu/ois/xml/ns/jhove/jhoveConfig"
xsi:schemaLocation="http://hul.harvard.edu/ois/xml/ns/jhove/jhoveConfig
file:///usr/local/payara6/glassfish/domains/domain1/config/jhoveConfig.xsd">
file:///usr/local/payara7/glassfish/domains/domain1/config/jhoveConfig.xsd">
<jhoveHome>/usr/local/src/jhove</jhoveHome>
<defaultEncoding>utf-8</defaultEncoding>
<tempDirectory>/tmp</tempDirectory>
Expand Down
284 changes: 284 additions & 0 deletions doc/release-notes/12020-Payara-and-Java-updates.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,284 @@
## Release Highlights

This release contains major upgrades to core components. Detailed upgrade instructions can be found below.

- Infrastructure updates
- Payara has been upgraded from version 6 to 7
- Java has been upgraded from version 17 to 21

## Upgrade Instructions

### Upgrade from Java 17 to Java 21

Java 21 is now required to run Dataverse. Solr can run under Java 17 or Java 21 but the latter is recommended and the switch is shown below. In preparation for the Java upgrade, the steps below instruct you to stop both Dataverse (Payara) and Solr.

1. Undeploy Dataverse from Payara 6, if deployed, using the unprivileged service account ("dataverse", by default).

`sudo -u dataverse /usr/local/payara6/bin/asadmin list-applications`

`sudo -u dataverse /usr/local/payara6/bin/asadmin undeploy dataverse-6.9`

1. Stop Payara 6.

`sudo -u dataverse /usr/local/payara6/bin/asadmin stop-domain`

1. Stop Solr.

`sudo systemctl stop solr.service`

1. Install Java 21.

Assuming you are using RHEL or a derivative such as Rocky Linux:

`sudo dnf install java-21-openjdk`

1. Set Java 21 as the default.

Assuming you are using RHEL or a derivative such as Rocky Linux:

`sudo alternatives --config java`

1. Test that Java 21 is the default.

`java -version`

### Upgrade from Payara 6 to Payara 7

If you are running Payara as a non-root user (and you should be!), **remember not to execute the commands below as root**. Use `sudo` to change to that user first. For example, `sudo -i -u dataverse` if `dataverse` is your dedicated application user.

The steps below involve carefully transferring your configuration settings from your existing Payara 6 domain directory into the brand new domain from the Payara 7 distribution. You may also want to review the Payara upgrade instructions as it could be helpful during any troubleshooting:
[Payara Release Notes](https://docs.payara.fish/community/docs/Release%20Notes/Release%20Notes%207.2026.2.html).
We also recommend you ensure you followed all update instructions from the past releases regarding Payara.
(The most recent Payara update was for [Dataverse 6.9](https://github.com/IQSS/dataverse/releases/tag/v6.9).)

1. Download Payara 7.2026.2.

`curl -L -O https://nexus.payara.fish/repository/payara-community/fish/payara/distributions/payara/7.2026.2/payara-7.2026.2.zip`

1. Unzip it to /usr/local (or your preferred location).

`sudo unzip payara-7.2026.2.zip -d /usr/local/`

1. Set permission for the service account ("dataverse" by default).

`sudo chown -R root:root /usr/local/payara7`
`sudo chown dataverse /usr/local/payara7/glassfish/lib`
`sudo chown -R dataverse:dataverse /usr/local/payara7/glassfish/domains/domain1`

1. Undeploy Dataverse, if deployed, using the unprivileged service account.

`sudo -u dataverse /usr/local/payara6/bin/asadmin list-applications`

`sudo -u dataverse /usr/local/payara6/bin/asadmin undeploy dataverse-6.9`

1. Stop Payara 6, if running.

Payara 6 should already be stopped because of the Java upgrade above.
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If payara should be stopped, it needs to be started to undeploy v6.9. Maybe the undeploy step could happen ealier, or sudo -u dataverse /usr/local/payara6/bin/asadmin start-domain could be added in the previous step?


`sudo -u dataverse /usr/local/payara6/bin/asadmin stop-domain`

1. Start and stop Payara 7 to let it reformat its domain.xml file.

When Payara starts, it will reformat its domain.xml file, which we will be backing up and editing. By stopping and starting Payara, the `diff` between the backup and the edited file will be easier to read.

`sudo -u dataverse /usr/local/payara7/bin/asadmin start-domain`
`sudo -u dataverse /usr/local/payara7/bin/asadmin stop-domain`

1. Copy Dataverse-related lines from Payara 6 to Payara 7 domain.xml.

First, back up the Payara 7 domain.xml file we will be editing.

`sudo -u dataverse cp -a /usr/local/payara7/glassfish/domains/domain1/config/domain.xml /usr/local/payara7/glassfish/domains/domain1/config/domain.xml.orig`

Save the Dataverse-related lines from Payara 6 to a text file. Note that "doi" is for legacy settings like "doi.baseurlstring" that should be [converted](https://guides.dataverse.org/en/6.10/installation/config.html#legacy-single-pid-provider-dataverse-pid-datacite-mds-api-url) to modern equivalents if they are still present.

`sudo egrep 'dataverse|doi' /usr/local/payara6/glassfish/domains/domain1/config/domain.xml > lines.txt`

Edit the Payara 7 domain.xml and insert the Dataverse-related lines. More details are below.

`sudo vi /usr/local/payara7/glassfish/domains/domain1/config/domain.xml`

If any JVM options reference the old payara6 path (`/usr/local/payara6`) be sure to change it to payara7.

The lines will appear in two sections, examples shown below (but your content will vary).

Section 1: system properties (under `<server name="server" config-ref="server-config">`)

```
<system-property name="dataverse.db.user" value="dvnuser"></system-property>
<system-property name="dataverse.db.host" value="localhost"></system-property>
<system-property name="dataverse.db.port" value="5432"></system-property>
<system-property name="dataverse.db.name" value="dvndb"></system-property>
<system-property name="dataverse.mail.system-email" value="noreply@dev1.dataverse.org"></system-property>
<system-property name="dataverse.mail.mta.host" value="localhost"></system-property>
```

Please note that if your existing `domain.xml` file contains the old-style mail configuration entry that looks like the following...

`<mail-resource auth="false" host="localhost" from="do-not-reply@yourschool.edu" user="dataversenotify" jndi-name="mail/notifyMailSession"></mail-resource>`

... this may be a good time to replace it with new-style `system-property` entries, using the lines in the example above as a model. See also the section on [SMTP configuration](https://guides.dataverse.org/en/6.10/installation/config.html#smtp-email-configuration) in the guides.

Note: If you used the Dataverse installer, you won't have a `dataverse.db.password` property. See "Create password aliases" below.

Section 2: JVM options (under `<java-config classpath-suffix="" system-classpath="" debug-options="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=9009">`, the one under `<config name="server-config">`, not under `<config name="default-config">`)

As an example, the following jvm options were encountered and transferred when upgrading a local test server:

```
<jvm-options>-Ddataverse.files.directory=/usr/local/dvn/data</jvm-options>
<jvm-options>-Ddataverse.files.file.type=file</jvm-options>
<jvm-options>-Ddataverse.files.file.label=file</jvm-options>
<jvm-options>-Ddataverse.files.file.directory=/usr/local/dvn/data</jvm-options>
<jvm-options>-Ddataverse.rserve.host=localhost</jvm-options>
<jvm-options>-Ddataverse.rserve.port=6311</jvm-options>
<jvm-options>-Ddataverse.rserve.user=rserve</jvm-options>
<jvm-options>-Ddataverse.rserve.password=rserve</jvm-options>
<jvm-options>-Ddataverse.fqdn=dev1.dataverse.org</jvm-options>
<jvm-options>-Ddataverse.siteUrl=https://dev1.dataverse.org</jvm-options>
<jvm-options>-Ddataverse.auth.password-reset-timeout-in-minutes=60</jvm-options>
<jvm-options>-Ddataverse.pid.providers=fake</jvm-options>
<jvm-options>-Ddataverse.pid.fake.type=FAKE</jvm-options>
<jvm-options>-Ddataverse.pid.fake.label=Fake DOI Provider</jvm-options>
<jvm-options>-Ddataverse.pid.fake.authority=10.5072</jvm-options>
<jvm-options>-Ddataverse.pid.fake.shoulder=FK2/</jvm-options>
<jvm-options>-Ddataverse.pid.default-provider=fake</jvm-options>
<jvm-options>-Ddataverse.timerServer=true</jvm-options>
<jvm-options>-Ddataverse.files.storage-driver-id=file</jvm-options>
<jvm-options>-Ddataverse.mail.system-email=noreply@dev1.dataverse.org</jvm-options>
<jvm-options>-Ddataverse.files.uploads=/tmp</jvm-options>
<jvm-options>-Ddataverse.feature.api-session-auth=0</jvm-options>
<jvm-options>-Ddataverse.spi.exporters.directory=/var/lib/dataverse/exporters</jvm-options>
```

1. Check the `Xmx` setting in `domain.xml`.

Under `/usr/local/payara7/glassfish/domains/domain1/config/domain.xml`, check the `Xmx` setting under `<config name="server-config">`, where you put the Dataverse-related JVM options, not the one under `<config name="default-config">`. This sets the JVM heap size; a good rule of thumb is half of your system's total RAM. You may specify the value in MB (`8192m`) or GB (`8g`).

1. **Please make sure** to check for any other custom configuration you may have in your current `domain.xml` that are not explicitly covered in the sections above. As an example, for Harvard Dataverse we have the thread pool size configured as follows for the main http listener:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
1. **Please make sure** to check for any other custom configuration you may have in your current `domain.xml` that are not explicitly covered in the sections above. As an example, for Harvard Dataverse we have the thread pool size configured as follows for the main http listener:
1. **Please make sure** to check for any other custom configuration settings you may have in your current `domain.xml` that are not explicitly covered in the sections above. As an example, for Harvard Dataverse we have the thread pool size configured as follows for the main http listener:

I must have missed the word in my suggested change


`<thread-pool name="http-thread-pool" max-thread-pool-size="400"></thread-pool>`

1. Comment out JSP servlet mappings.

First, backup the file you'll be editing.

`sudo cp -a /usr/local/payara7/glassfish/domains/domain1/config/default-web.xml /usr/local/payara7/glassfish/domains/domain1/config/default-web.xml.orig`

Then, edit the file and follow the instructions below.

`sudo vi /usr/local/payara7/glassfish/domains/domain1/config/default-web.xml`

Comment out the following section and save the file.

```
<servlet-mapping>
<servlet-name>jsp</servlet-name>
<url-pattern>*.jsp</url-pattern>
<url-pattern>*.jspx</url-pattern>
</servlet-mapping>
```

1. Copy `jhove.conf` and `jhoveConfig.xsd` from Payara 6, edit and change `payara6` to `payara7`.

`sudo bash -c 'cp /usr/local/payara6/glassfish/domains/domain1/config/jhove* /usr/local/payara7/glassfish/domains/domain1/config'`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should probably stick to suggesting sudo -u dataverse consistently.
Also, (just curious) why not just
sudo -u dataverse cp /usr/local/payara6/glassfish/domains/domain1/config/jhove* /usr/local/payara7/glassfish/domains/domain1/config?
... is something crazy going to happen if the current user can't read domain1/config, and the sudo account uses tcsh?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, the craziness is due to the wildcard, the jhove*. This is what I got to work.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FWIW, I would just go with 2 simple cp lines, 1 for each file. But, whatever works/don't fix what ain't broke, etc.
But Iet's add -u dataverse to that sudo.


`sudo bash -c 'chown dataverse /usr/local/payara7/glassfish/domains/domain1/config/jhove*'`

`sudo -u dataverse vi /usr/local/payara6/glassfish/domains/domain1/config/jhove.conf`

1. Copy logos from Payara 6 to Payara 7.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In addition to logos, we now have docroot/featuredItems/ as well. (I don't think this is an HDV-specific thing, is it?)
Sitemap usually lives in docroot, on most instances. Should probably transfer that as well, to be used until the new one is generated.
Should we just tell them to move the entire docroot?

sudo -u dataverse mv  /usr/local/payara7/glassfish/domains/domain1/docroot /usr/local/payara7/glassfish/domains/domain1/docroot.orig
sudo -u dataverse mv /usr/local/payara6/glassfish/domains/domain1/docroot /usr/local/payara7/glassfish/domains/domain1/docroot

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(unless are aware of anything uniquely useful in the docroot shipped with Payara 7)

Copy link
Member

@pdurbin pdurbin Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Featured items are only visible from the SPA, which I think only we are running, so I think I'd prefer to leave it out.

For the sitemap, the cron job they set up at https://guides.dataverse.org/en/6.9/installation/config.html#creating-a-sitemap-and-submitting-it-to-search-engines should continue to work but I'll add a note. Update: added in 05c503e.

Of course, if you think we should transfer the entire docroot, we can. No strong option.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was wondering if it was SPA-specific (didn't see any references to it in our code), but wasn't sure.
As for the sitemap, I did say to be used until the new one is generated - i.e., yes, the next time the crontab run it'll fix itself.
Saw the commit where you mentioned the crontab - 👍; it may be worth adding a generic warning that they need to make sure any scripts outside of Dataverse proper, such as crontabs, that have the domain directory hard-coded may need to be updated (or they can create a symlink from payara6 domain to the new one, to be safe).
Unless you already have it spelled out - ?


These logos are for collections (dataverses).

`sudo -u dataverse cp -r /usr/local/payara6/glassfish/domains/domain1/docroot/logos /usr/local/payara7/glassfish/domains/domain1/docroot`

1. Copy sitemap from Payara 6 to Payara 7.

It's a good practice to set up a sitemap, but you can skip this step if you don't want one.

If you already have a cron job in place as [recommended](https://guides.dataverse.org/en/6.10/installation/config.html#creating-a-sitemap-and-submitting-it-to-search-engines) by the guides, you could run that cron job manually as a final step, but we recommend copying over your existing sitemap.

`sudo -u dataverse cp -r /usr/local/payara6/glassfish/domains/domain1/docroot/sitemap /usr/local/payara7/glassfish/domains/domain1/docroot`

1. If you are using Make Data Count (MDC), make various updates.

Your `:MDCLogPath` database setting might be pointing to a Payara 6 directory such as `/usr/local/payara6/glassfish/domains/domain1/logs`. If so, use the settings API to change it to point to the payara7 location (once Dataverse is running again):

`curl -X PUT -d '/usr/local/payara7/glassfish/domains/domain1/logs' http://localhost:8080/api/admin/settings/:MDCLogPath`

You'll probably want to copy your logs over as well.

Update Counter Processer to put payara7 in the counter-processor-config.yaml and counter_daily.sh. See https://guides.dataverse.org/en/6.10/admin/make-data-count.html

1. If you've enabled access logging or any other site-specific configuration, be sure to preserve them. For instance, the default domain.xml includes

```
<http-service>
<access-log></access-log>
```

but you may wish to include

```
<http-service access-logging-enabled="true">
<access-log format="%client.name% %datetime% %request% %status% %response.length% %header.user-agent% %header.referer% %cookie.JSESSIONID% %header.x-forwarded-for%"></access-log>
```

Be sure to keep a previous copy of your domain.xml for reference.

1. Update systemd unit file (or other init system) from `/usr/local/payara6` to `/usr/local/payara7`, if applicable.

This example is for systemd:

`sudo vi /usr/lib/systemd/system/payara.service`

See also https://guides.dataverse.org/en/6.10/installation/prerequisites.html#launching-payara-on-system-boot

1. Start Payara 7.

`sudo -u dataverse /usr/local/payara7/bin/asadmin start-domain`

1. Create password aliases for your database, rserve and datacite jvm-options, if you're using them.

`echo "AS_ADMIN_ALIASPASSWORD=yourDBpassword" > /tmp/dataverse.db.password.txt`

`sudo -u dataverse /usr/local/payara7/bin/asadmin create-password-alias --passwordfile /tmp/dataverse.db.password.txt`

When you are prompted "Enter the value for the aliasname operand", enter `dataverse.db.password`

You should see "Command create-password-alias executed successfully."

You'll want to perform similar commands for `rserve_password_alias` and `doi_password_alias` if you're using Rserve and/or DataCite.

1. Create the network listener on port 8009.

`sudo -u dataverse /usr/local/payara7/bin/asadmin create-network-listener --protocol http-listener-1 --listenerport 8009 --jkenabled true jk-connector`

1. Deploy the Dataverse 6.10 war file.

`wget https://github.com/IQSS/dataverse/releases/download/v6.10/dataverse-6.10.war`

`sudo -u dataverse /usr/local/payara7/bin/asadmin deploy dataverse-6.10.war`

1. Check that you get a version number from Dataverse.

This is just a sanity check that Dataverse has been deployed properly.

`curl http://localhost:8080/api/info/version`

1. Perform one final Payara restart to ensure that timers are initialized properly.

`sudo -u dataverse /usr/local/payara7/bin/asadmin stop-domain`

`sudo -u dataverse /usr/local/payara7/bin/asadmin start-domain`

1. Start Solr under Java 21 now that it's the default.

`sudo systemctl start solr.service`

1. For installations with internationalization or text customizations:

Please remember to update translations via [Dataverse language packs](https://github.com/GlobalDataverseCommunityConsortium/dataverse-language-packs).

If you have text customizations you can get the latest English files from <https://github.com/IQSS/dataverse/tree/v6.10/src/main/java/propertyFiles>.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# currently no other option but to have daily logs and have year-month-day format in the name with
# 4-digit year and 2-digit month and day
# /usr/local/payara6/glassfish/domains/domain1/logs/counter_2019-01-11.log
# /usr/local/payara7/glassfish/domains/domain1/logs/counter_2019-01-11.log
#log_name_pattern: sample_logs/counter_(yyyy-mm-dd).log
log_name_pattern: /usr/local/payara6/glassfish/domains/domain1/logs/mdc/counter_(yyyy-mm-dd).log
log_name_pattern: /usr/local/payara7/glassfish/domains/domain1/logs/mdc/counter_(yyyy-mm-dd).log

# path_types regular expressions allow matching to classify page urls as either an investigation or request
# based on specific URL structure for your system.
Expand Down
Loading
Loading