DataConservancy / dcs-package-ingest

Ingests the contents of Data Conservancy Packages into a Fedora 4 repository.
1 stars 2 forks source link

Error ingesting package: http://192.168.99/100:8080/fcrepo/rest/tx:.... is not the topic of this RDF #1

Open emetsger opened 8 years ago

emetsger commented 8 years ago

When ingesting the attached package, I receive the following error as seen in the Fedora Jetty log file. The package is not ingested, and appears in the failed-packages directory:

ERROR 04:07:44.162 (JcrPropertyStatementListener) http://192.168.99.100:8080/fcrepo/rest/tx:900c4702-1efe-4ad4-8808-3bfccdea1faf/apache-maven-3.3.9/bin/mvn.cmd is not in the topic of this RDF, which is http://192.168.99.100:8080/fcrepo/rest/tx:900c4702-1efe-4ad4-8808-3bfccdea1faf/apache-maven-3.3.9/bin/mvn. INFO 04:07:44.251 (FedoraTransactions) Rollback transaction 'tx:900c4702-1efe-4ad4-8808-3bfccdea1faf'

The package was created by version 1.0.3 of the GUI. The contents of the package are a local installation of Apache Maven 3.3.9 (I selected /Users/esm/apache-maven-3.3.9 as the package content directory). I modified the files in the lib directory by selecting all of them and bulk-transforming them to a Datafile from Metadata File.

emetsger commented 8 years ago

Apache Maven.tar.zip

Note that I zipped this file using MacOS in order for GitHub to accept the upload. The bare tar file was the package submitted to the package ingest directory.

emetsger commented 8 years ago

2016_05_18.stderrout.log.zip

Full jetty log file.