Hi,
We are on the process of migrating our dvn 3.6.2 to Dataverse 4.3 (http://henry2.ub.uit.no:8080/dataverse/root). We met some problems on resolving pointers to dataset’s datafiles with existing handles
created in 3.6.2.
We generated the list of the database IDs (from table dataset) of all our *released* datasets with Handle global ids and saved it as “list_of_db_ids.txt”
We run a script containing the following:
------
#!/bin/bash
cat list_of_db_ids.txt | while read dbid
do
echo
done
------
But, the datafiles in Dataverse 4.3 are showing 0 bytes after migrating. Metadata,
Terms and Version information are OK.
We used packlist.txt to pack the v3.x directories/files :
/usr/local/glassfish3/glassfish/domains/domain1/config/files/studies/10037.1/...
We unpacked the datafiles and moved the directory /10037.1 to
/usr/local/glassfish4/glassfish/domains/domain1/config/files/
We can see in Glassfish4's domain.xml file that the
filepath is configured to be: /usr/local/glassfish4/glassfish/domains/domain1/config/files/
We have restarted Glassfish4 and re-indexed Solr. Any other post-migration
tasks we have to perform before the datafiles can be viewed/downloaded and the size
displayed on a browser?
Ofuuzo