Closed chenejac closed 4 years ago
Benjamin Gross said:
I believe the problem lies here: https://github.com/vivo-project/jenatools/blob/master/jena3tools/src/main/java/org/vivoweb/tools/ApplicationStores.java#L244
This line is attempting to get information about the SDB data source without first checking whether it is an SDB database at all. We could simply add an if statement that checks if the value for contentConnection is null (as in the readContent method).
Benjamin Gross said:
Pull request: https://github.com/vivo-project/jenatools/pull/13
Andrew Woods said:
I am able to both reproduce the error and fix. Looks good.
Benjamin Gross (Migrated from VIVO-1732) said:
jena3tools works fine with exporting SDB databases, but not TDB databases. The configuration triples are written successfully, but the content triples are not. Instead, it throws an error.