Hello Tobias, 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? Thanks in advance! Claus 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 2012/3/21 Tobias Wunden-2 [via Opencast] < [email protected]> > Claus, > > please try with "workspace" instead of "workspace-stub" on all machines. > There used to be a mistake in the documentation which has been corrected a > few weeks ago. > > Tobias > > On 21.03.2012, at 14:46, Claus Bayer <[hidden > email]<http://user/SendEmail.jtp?type=node&node=7392294&i=0>> > wrote: > > > Hello Tobias, > > > > thank you for your answer! > > I used the following maven commandlines: > > > > 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-stub > > > > Engage: > > mvn clean install -DdeployTo=/opt/matterhorn/felix/matterhorn > -Pengage,dist,serviceregistry,workspace-stub > > > > Did I use wrong maven commands? Can you please tell me what I can do to > get it working? > > > > Thanks again! > > Claus > > > > <quote author='Tobias Wunden-2'> > > Hi Claus, > > > > do you mind posting the Maven commandlines per server that you used to > > install the systems? I am especially interested to see the part the > follows > > the -P option. Chances are that actual service instances vs. remote > services > > have been mixed up. > > > > Tobias > > > > On 20.03.2012, at 17:46, Claus Bayer <[hidden > > email]<http://user/SendEmail.jtp?type=node&node=7392294&i=1>> > wrote: > > > > > Hello, > > > > > > I installed Matterhorn 1.3 across three servers (admin, worker and > engage) > > > following the instructions for installing Matterhorn across multiple > > > servers. After uploading a sample recording which consists of three > files > > > (presentation, presenter, audio), Matterhorn throws an exception when > > > segmenting the presentation (worker). The exception is shown below. I > > > could not find out what's wrong so I made a clean new install of > > > Matterhorn but the exception is still thrown. In the admin ui the > > > recording has the status "Finished" but there are no segments and > segment > > > text shown in the player. > > > > > > Can please anybody help me? I'm not able to find out what's wrong with > my > > > Matterhorn installation. Thank's so much in advance! > > > Claus > > > > > > > > > 17:04:52 INFO (VideoSegmenterServiceImpl:317) - Starting video > > > segmentation of > > > file:/mnt/netapp/opencast/content/workspace/collection/composer/77.mov > > > 17:04:54 INFO (VideoSegmenterServiceImpl:502) - Found new scene at 0 > s > > > 17:04:57 INFO (VideoSegmenterServiceImpl:502) - Found new scene at 8 > s > > > 17:05:01 INFO (VideoSegmenterServiceImpl:502) - Found new scene at 25 > s > > > 17:05:07 INFO (VideoSegmenterServiceImpl:502) - Found new scene at 86 > s > > > 17:05:10 INFO (VideoSegmenterServiceImpl:502) - Found new scene at > 109 s > > > 17:05:15 INFO (VideoSegmenterServiceImpl:502) - Found new scene at > 163 s > > > 17:05:20 INFO (VideoSegmenterServiceImpl:502) - Found new scene at > 220 s > > > 17:05:22 INFO (VideoSegmenterServiceImpl:329) - Segmentation of > > > file:/mnt/netapp/opencast/content/workspace/collection/composer/77.mov > > > yields 7 segments > > > > > > 17:05:23 WARN (RemoteBase:155) - {DELETE > > > http://{ADMIN-SERVER-IP}/files/collection/composer/77.mov=HTTP/1.1 > 204 No > > > Content} > > > 17:05:23 WARN (VideoSegmenterServiceImpl:353) - Error segmenting > > > http://{ADMIN-SERVER-IP}/files/mediapackage/ee414c02-8626-4b1b-9f9d-e1a70f8628ec/cb20e815-e9cf-4e08-9099-2869caa53e2a/metau_presentation.mp4 > > > > java.lang.RuntimeException: Error removing file > > > at > > > > org.opencastproject.workingfilerepository.remote.WorkingFileRepositoryRemoteImpl.deleteFromCollection(WorkingFileRepositoryRemoteImpl.java:387) > > > > at > > > > org.opencastproject.workspace.impl.WorkspaceImpl.delete(WorkspaceImpl.java:307) > > > > at > > > > org.opencastproject.videosegmenter.impl.VideoSegmenterServiceImpl.segment(VideoSegmenterServiceImpl.java:343) > > > > at > > > > org.opencastproject.videosegmenter.impl.VideoSegmenterServiceImpl.process(VideoSegmenterServiceImpl.java:377) > > > > 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) > > > _______________________________________________ > > > Matterhorn mailing list > > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=2> > > > http://lists.opencastproject.org/mailman/listinfo/matterhorn > > > > > > > > > To unsubscribe please email > > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=3> > > > _______________________________________________ > > > > _______________________________________________ > > Matterhorn mailing list > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=4> > > http://lists.opencastproject.org/mailman/listinfo/matterhorn > > > > > > To unsubscribe please email > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=5> > > _______________________________________________ > > > > </quote> > > Quoted from: > > > http://opencast.3480289.n2.nabble.com/Error-segmenting-removing-file-in-Matterhorn-1-3-tp7389726p7390555.html > > _______________________________________________ > > Matterhorn mailing list > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=6> > > http://lists.opencastproject.org/mailman/listinfo/matterhorn > > > > > > To unsubscribe please email > > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=7> > > _______________________________________________ > > _______________________________________________ > Matterhorn mailing list > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=8> > http://lists.opencastproject.org/mailman/listinfo/matterhorn > > > To unsubscribe please email > [hidden email] <http://user/SendEmail.jtp?type=node&node=7392294&i=9> > _______________________________________________ > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://opencast.3480289.n2.nabble.com/Error-segmenting-removing-file-in-Matterhorn-1-3-tp7389726p7392294.html > To unsubscribe from Error segmenting / removing file in Matterhorn 1.3, click > here<http://opencast.3480289.n2.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=7389726&code=Y2xhdXMuYmF5ZXJAZ21haWwuY29tfDczODk3MjZ8LTg3NzUxODA4NA==> > . > NAML<http://opencast.3480289.n2.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- Claus Bayer, M.Sc. Blütenallee 12 64291 Darmstadt Tel: 06151 906 88 86 Handy: 0176 103 22 560 Fax: 01803 622 229 14590 [email protected]
_______________________________________________ Matterhorn mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn To unsubscribe please email [email protected] _______________________________________________
