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 with a 'flat' structure #4

Closed emetsger closed 8 years ago

emetsger commented 8 years ago

When ingesting a package with a flat structure, that is, every domain object in the package having no parent, ingest will fail.

The Fedora log will contain:

INFO 13:17:25.594 (WildcardExceptionMapper) Exception intercepted by WildcardExceptionMapper: 
org.apache.jena.atlas.RuntimeIOException: org.eclipse.jetty.io.EofException: Early EOF
...
INFO 13:17:25.606 (FedoraTransactions) Rollback transaction 'tx:2589cd3b-c5b2-4e59-94c4-d0079829e750'

The Karaf log will contain:

I/O exception (java.io.IOException) caught when processing request to {}->http://localhost:8080: Stream Closed
...
Caused by: org.apache.http.client.NonRepeatableRequestException: Cannot retry request with a non-repeatable request entity
emetsger commented 8 years ago

Flat package: MyPackage.tar.zip

Karaf log: karaf.log.zip

Fedora jetty log: 2016_07_01.stderrout.log.zip