You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dev_dataverse> [#|2024-08-06T20:15:40.122+0000|WARNING|Payara 6.2024.6|edu.harvard.iq.dataverse.export.ExportService|_ThreadID=128;_ThreadName=http-thread-pool::http-listener-1(4);_TimeMillis=1722975340122;_LevelValue=900;| dev_dataverse> Exception thrown while creating export_rocrate_json.cached : java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.lang.String (java.util.LinkedHashMap and java.lang.String are in module java.base of loader 'bootstrap')|#]
As of 2927c37 I did a
mvn package
(after disabling the failing test in #1) and copied files into place:Then, once Dataverse was up (using Docker):
Then I tried to export a dataset as RO-Crate: http://localhost:8080/api/datasets/export?exporter=rocrate_json&persistentId=doi%3A10.5072/FK2/75OJSF
This is the error I'm seeing:
dev_dataverse> [#|2024-08-06T20:15:40.122+0000|WARNING|Payara 6.2024.6|edu.harvard.iq.dataverse.export.ExportService|_ThreadID=128;_ThreadName=http-thread-pool::http-listener-1(4);_TimeMillis=1722975340122;_LevelValue=900;|
dev_dataverse> Exception thrown while creating export_rocrate_json.cached : java.lang.ClassCastException: class java.util.LinkedHashMap cannot be cast to class java.lang.String (java.util.LinkedHashMap and java.lang.String are in module java.base of loader 'bootstrap')|#]
On the Dataverse side I'm running the tip of the develop branch: IQSS/dataverse@ac32b00
The text was updated successfully, but these errors were encountered: