Hi Stephanie,

there's usually little you can do (I think) to reactivate an ingest server-side.

One way is to copy the respective file in MATTERHORN_HOME/opencast/files/collection/failed.zips/ to
MATTERHORN_HOME/felix/inbox/

This only makes sense if there is such a file in the mentioned directory, which I doubt in your case.

The other way is to start the re-ingest of the media.zip-File manually with curl, using a command line like:

curl -v -s -H "X-Requested-Auth: Digest" --digest -u matterhorn_system_account:CHANGE_ME --form-string "workflowDefinitionId=full" -F "[email protected]" http://mh-admin.url.here/ingest/addZippedMediaPackage &

Of course, one could also copy the media.zip file with
scp media.zip [email protected]:MATTERHORN_HOME/felix/inbox/
to the server directly, without the REST call.

MATTERHORN_HOME being something like "/opt/matterhorn/" in a standard install.

Regards, Andreas

Stephanie Fuller schrieb am Mon, 15 Oct 2012 betreff "[Matterhorn-users]...":
While processing the Presenter stream of a recording, my matterhorn server
filled up it's disk space.
I have cleaned up the disk to make room, and restarted matterhorn, but
still can't get the ingest to resume or restart.

Should I use a REST call for Ingest or Workflow? or is there a different
one I should use for this?

Stephanie


-----------------------
BSc [email protected]
01/58801 DW 41523
mobil: 0664/60 588 4523
TU Wien
DVR-Nummer: 0005886
-----------------------
_______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users

Reply via email to