
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/21394330-09ad-4304-bc8c-2d1ee2f9f82cn%40googlegroups.com.
The problem with the query is probably https://github.com/IQSS/dataverse/issues/11980 - Dataverse <6.9 isn’t compatible with Payara 6.2025.10+, https://github.com/IQSS/dataverse/pull/11827 contains the required fixes. The work-around would be to go back to an earlier version of Payara, e.g. 6.2025.9.
-- Jim
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/21394330-09ad-4304-bc8c-2d1ee2f9f82cn%40googlegroups.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/CAPfMOazBSGCbmjBMTxM8f29q_XAcAbYFn%3D%3DV7fsdPvoEVGuBZw%40mail.gmail.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/1552294883.3720498.1765417050244%40mail.yahoo.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/1530133852.3699797.1765421292126%40mail.yahoo.com.
--
You received this message because you are subscribed to the Google Groups "Dataverse Users Community" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
dataverse-commu...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/1141190107.3087087.1765434139259%40mail.yahoo.com.
. In https://github.com/IQSS/dataverse/releases/v6.0 , upgrade to following are suggested:
1. Payara-6.2023.8
In the latest Dataverse 6.8, following are used:
1. Payara 6.2025.3 (since Dataverse 6.7)
.png?part=0.2&view=1)
Jeya,
Unfortunately, I don’t think we know – someone in the community might have tried upgrading those components and be able to give you some info, but there’s no comprehensive testing of forward compatibility with newer Payara, Solr, etc. that I know of.
One clue might be to look at the pull requests in which Dataverse updated the recommended Payara or Solr and see if there were code changes (beyond just updating the versions of those components.) If there were code changes in those PRs, earlier Dataverse releases are probably not compatible. For example, the issue Payara 6.2025.10 was their upgrade to a newer version of “EclipseLink” which had some backward incompatibilities and both the query that you saw fail and some mime-type related files had to be changed for Dataverse 6.9 which are in the #11827 PR I linked in the last email. However, no code changes in those PRs does not guarantee that earlier Dataverses are compatible.
FWIW: at QDR, we’ve been running ~v6.8 with Payara 6.2025.9 and Solr 9.9, but as QDR is a slight fork, I don’t know for sure that 6.8 or earlier Dataverses can run with those.
To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/1572720745.4316.1765498821080%40mail.yahoo.com.
From: 'jeyala...@yahoo.com' via Dataverse Users Community <dataverse...@googlegroups.com>
Sent: Friday, December 12, 2025 6:03 AM
To: Dataverse Users Community <dataverse...@googlegroups.com>
Subject: Re: [Dataverse-Users] v6.0 upgrade: few datasets indexing failure - throws jakarta.persistence.NoResultException: getSingleResult()
Jeya,
As Don said, datasets should have an entry in the dataset table and the dvobject table and, if they don’t, things will break. As far as I know, Dataverse should never get into this state, but a manual deletion of the dataset rows from the database would (I know QDR had some of these from early testing.). In any case, I think the only way to remove those datasets is to fully delete them in the database. Deleting the relevant rows from the dvobject table can be complex as there are foreign key relations to other tables, but it is possible to delete all the datasetversion, datasetfield and other entries tied to those datasets. Another approach might be to restore rows to the dataset table with those ids. If that was the only change, adding those rows could restore the datasets which you could then delete via the Dataverse UI if you don’t want them.
W.r.t. just being able to reindex – if you run reindexing with the /continue option, Dataverse will only index things that don’t have the lastindextime set. So – I think you might be able to just set the lastindex time on your failing datasets and use /continue to get past them.
And – the usual general caution – I don’t have full information and could be wrong, db editing is always risky, so definitely back-up before hand.
Hope that helps,
-- Jim
Hello Jim,
Thank you for your suggestion.
According to your advice, we restored snapshot of v5.14 instance and upgraded our DEV env to v6.0 with again with:
Payara-6.2025.9
Solr-8.10.0
Java 17
Now the application can come up. The Internal Exception: org.postgresql.util.PSQLException: ERROR: estimateguestbookresponsetablesize() is not a procedure" is gone.
All dataverses were indexed.
But the indexing stopped at the same problematic dataset 4089250 throwing attached exceptions.
The issue is : an entry is present in dvobject table for 4089250, but not in dataset table.
There are 3 such datasets: 4089250, 4089253 and 4089252
Before upgrade, I tried to delete the owner dataverse of these entries, but we can't delete it as it says, the contents are not empty.

To view this discussion visit https://groups.google.com/d/msgid/dataverse-community/151c8941-7e7e-4ce9-b1ef-e5c6acaff633n%40googlegroups.com.