Hi,

thanks to Tobias' bug report http://opencast.jira.com/browse/MH-9163 our system is now active again, ie. I can upload recordings and they get processed fine.

All I did was to copy the mentioned file from the sources to felix:
cp ./matterhorn_1.3.1/docs/felix/conf/services/org.opencastproject.serviceregistry.impl.ServiceRegistryJpaImpl.properties felix/conf/services/

... and restart the server.

I'm still having the trouble, that a normal scheduled recording with trim hold state set will get paused:

2012-09-05 09:32:37 INFO (WorkflowServiceImpl:772) - Workflow state for Workflow {10051} was changed to 'PAUSED' from the outside

... right after the inspection. But that might be a different problem. I can resume it with the REST interface, so I'm happy with that atm.

Regards, Andreas
PS: mysql job states vs java constants:
0 QUEUED
1 PAUSE
2 RUNNING
3 FINISHED
4 FAILED
5 DELETED
6 INSTANTIATED
(I could not find them anywhere on the web, so I extracted them via the REST interface and include them here for future reference with database handling)

Andreas Krieger schrieb am Tue, 4 Sep 2012 betreff "[Matterhorn-users] MH...":
Hi,

we upgraded MH 1.3.0 to MH 1.3.1 following Gregs recommendations on http://opencast.jira.com/wiki/display/MHDOC/Upgrading+Matterhorn+v+1.3 .

Now we have a stalled system, any upload/ingest will hang forever with status "Initializing"; if I suspend and resume the workflow, it goes to "Inspecting Media Package" but stalls there also (no log entry about inspecting).

The log files dont show much; just these 2 lines when ingesting an mp4 file:
2012-09-04 12:28:44 INFO (IngestServiceImpl:829) - Adding element of type Track to mediapackage f6160b6b-d65f-40a7-ba34-8e98db23cf81 2012-09-04 12:28:44 INFO (IngestServiceImpl:829) - Adding element of type Catalog to mediapackage f6160b6b-d65f-40a7-ba34-8e98db23cf81

On the Statistics tab I see that there are 6 jobs queued, so one of the suspects is that there is something wrong with the db-entries;

So my question: what is the sql-command to find those 6 jobs in the database? The command "select id from job where status=0" shows 13 jobs, and modifying their status does not change the "6 jobs queued" in the UI.

Any help/experiences appreciated on where to push/pull to get the system running again.

Regards, Andreas
-----------------------
[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


-----------------------
[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