I have installed Matterhorn 1.1 on ubuntu 10.4. When i was uploading videos i was getting text from slides which was not synchronised with time so i juggled a lot with the code. Then I got a problem with TextAnalysisWorkflowOperationHandler.java in matterhorn-conductor module. In TextAnalysisWorkflowOperationHandler.java on line 306. if you replace HashMap by TreeMap the problem gets solved. The reason is simple as HashMap is not sorted so Jobs run in arbitrary fashion but when you use TreeMap (which implements SortedMap) Jobs run in ascending order. I don't know whether you have fixed this bug already or not but i just wanted to help you so i have posted this.
-- *regards* * * sandy
_______________________________________________ Community mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/community To unsubscribe please email [email protected] _______________________________________________
