Hi Claus, > Thank you for your answer! I tried it again changing the maven commands as > you wrote. Now I get an earlier exception displayed in the worker log. The > exception is below. > As maven commands I now used the following: > > Admin: > mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn > -Padmin,dist-stub,engage-stub,worker-stub,workspace,serviceregistry > > Worker: > mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn > -Pworker,serviceregistry,workspace > > Engage: > mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn > -Pengage,dist,serviceregistry,workspace > > Did I use the right maven commands now or am I doing something wrong again?
You did (at least I don't see anything strange in there). If you take a close look at the stack trace, it reads "Keine Berechtigung", which means that there is a permission problem in your disk setup. Maybe Felix on one machine has a different user than on the others? Maybe check the permissions on the directories indicated. What kind of shared storage are you using? Tobias > 15:43:10 INFO (AbstractCmdlineEncoderEngine:253) - Audio track > metaU_presenter.mp3 and video track metaU_presenter.mp4 successfully encoded > using profile 'mux-av.work' > 15:43:33 WARN (ComposerServiceImpl:249) - Error encoding > http://{ADMIN-IP}/files/mediapackage/c8a664c8-8141-42a6-93ef-1900750dc3df/8760dcbe-b902-4ac8-b0a6-05ce7769cb3e/metau_presenter.mp4 > and > http://{ADMIN-IP}/files/mediapackage/c8a664c8-8141-42a6-93ef-1900750dc3df/8bdfb4cd-4722-4b62-8054-b13414dd6c83/metau_presenter.mp3 > org.opencastproject.composer.api.EncoderException: Unable to put the encoded > file into the workspace > at > org.opencastproject.composer.impl.ComposerServiceImpl.encode(ComposerServiceImpl.java:226) > at > org.opencastproject.composer.impl.ComposerServiceImpl.mux(ComposerServiceImpl.java:410) > at > org.opencastproject.composer.impl.ComposerServiceImpl.process(ComposerServiceImpl.java:934) > at > org.opencastproject.job.api.AbstractJobProducer$JobRunner.call(AbstractJobProducer.java:184) > at > org.opencastproject.job.api.AbstractJobProducer$JobRunner.call(AbstractJobProducer.java:156) > at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334) > at java.util.concurrent.FutureTask.run(FutureTask.java:166) > at > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) > at > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) > at java.lang.Thread.run(Thread.java:636) > Caused by: java.io.FileNotFoundException: > /mnt/netapp/matterhorn/content/workspace/collection/composer/65.mp4 (Keine > Berechtigung) > at java.io.FileOutputStream.open(Native Method) > at java.io.FileOutputStream.<init>(FileOutputStream.java:209) > at java.io.FileOutputStream.<init>(FileOutputStream.java:160) > at org.opencastproject.util.FileSupport.copy(FileSupport.java:165) > at org.opencastproject.util.FileSupport.link(FileSupport.java:440) > at > org.opencastproject.workspace.impl.WorkspaceImpl.putInCollection(WorkspaceImpl.java:417) > at > org.opencastproject.composer.impl.ComposerServiceImpl.encode(ComposerServiceImpl.java:217) > ... 9 more _______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
