Hi Greg, > Up until recently I had my clusters setup to share everything (eg: > $FELIX_HOME/work/opencast was on an NFS share). I was recently informed > that this is problematic for Solr, however I don't see any clear > documentation about which directories can or cannot be shared safely.
the only directories that may be shared are the working file directory and the workspace. All the other directories should be kept on a per node basis. > Does this documentation exist? I looked around in the wiki and did not > find anything concrete, but it's possible that I missed it somehow. I don't think this is explicitly documented. > Normally I would just revert to my old (incorrect) ways, but when I try > that I get media inspection exceptions: > > 2012-05-02 14:47:15 INFO (WorkspaceImpl:246) - Downloading > http://testadmin.usask.ca:8080/files/mediapackage/Unscheduled-testca-1335991584526/track-3/audio_out.mp3 > to > /opt/matterhorn/felix/work/opencast/workspace/mediapackage/Unscheduled-testca-1335991584526/track-3/audio_out.mp3 > 2012-05-02 14:47:15 WARN (WorkspaceImpl:252) - Could not copy > http://testadmin.usask.ca:8080/files/mediapackage/Unscheduled-testca-1335991584526/track-3/audio_out.mp3 > to > /opt/matterhorn/felix/work/opencast/workspace/mediapackage/Unscheduled-testca-1335991584526/track-3/audio_out.mp3 > 2012-05-02 14:47:15 WARN (MediaInspectionServiceImpl:430) - Error > enriching track > http://testadmin.usask.ca:8080/files/mediapackage/unscheduled-testca-1335991584526/track-3/audio_out.mp3 > org.opencastproject.inspection.api.MediaInspectionException: File null > was not found and can therefore not be inspected This looks like the root directory to the working file directory is misconfigured. Another explanation may be that you have different values defined for the url of the working file repository. This url should be the same for all nodes. Tobias _______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
