-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DatasetPage.jsonLd java.lang.NullPointerException #5141
Comments
@lmaylein hi https://github.com/IQSS/dataverse/blob/v4.9.4/src/main/java/edu/harvard/iq/dataverse/export/ExportService.java#L282 seems to indicate that a temp file may not have been created. Is there any more to the stack trace? |
Yes, there is more (see above). Ok. I've tested the migration without the files mounted (but the temp directory is available). As part of the upgrade procedure we change the virtual machine. I could not switch
|
Ok, the error makes sense, then. Dataverse is trying to write the "export" formats to the directory where files for the dataset are stored. For example: /usr/local/glassfish4/glassfish/domains/domain1/files/10.5072/FK2/HCPTZG/export_schema.org.cached |
Yes, you are right. If if fake the corresponding directory, everything is okay. |
After upgrading from 4.8.6 to 4.9.4 we get the following error for each dataset:
The text was updated successfully, but these errors were encountered: