On 6/1/2012 1:25 PM, Solomon Melchizedek wrote: > Hello Greg, > > Thank you for your help!!!! I have run them, matterhorn can find > CA. But when it run, CA can not capture. Matterhorn Web page shows that > Warning: Recording may have failed to start or ingest!
Two issues. First and foremost, the CA does not appear to be communicating with the core correctly. The error code 503 implies to me that the core has not started successfully: that code means that the service the CA is trying to talk to is not available. Try restarting the core to fix this. The CA at this point is not successfully registering itself with the core. This, I suspect, has led to some confusion on your part: the 'demo_capture_agent' is actually a piece of example code that runs on the *core* for people who do not have access to real CA hardware (eg: setup a core for demonstration purposes). When you schedule a capture with it it merely copies some static files and waits for the appropriate length of time. You can see your demo_capture_agent try (and fail) to start a capture where the StartCaptureJob.java:108 lines appear. If you are to the point where you are testing with real capture hardware I would just ignore the demo_capture_agent for now. Most production systems would not have the demo CA code deployed, so this issue is not terribly common. In short, your CA is configured correctly but you have misinterpreted what the demo_capture_agent actually is. Restarting your core should hopefully clear up the issue (the error messages on the CA will stop appearing), but if not then there was likely a failure during the build process. G > I saved the screen of Core server and CA in the attachments. > > Thanks > On Thu, May 31, 2012 at 7:46 PM, Greg Logan [via Opencast] < > [email protected]> wrote: > >> Yep, that should work. Let us know if there are any further issues! >> >> G >> >> Solomon Melchizedek <[hidden >> email]<http://user/SendEmail.jtp?type=node&node=7580219&i=0>> >> wrote: >> >>>> >>>> Hello Greg, >>>> >>>> Now, my config file like this: >>>> >>>> Matterhorn core server: >>>> >>>> $FELIX_HOME/conf/config.properties >>>> org.opencastproject.server.url=http://192.168.0.225:8080 >>>> >>>> >>>> >> >> $FELIX_HOME/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties >> >>>> org.opencastproject.capture.core.url=${org.opencastproject.server.url} >>>> >>>> >>>> CA: >>>> >>>> $FELIX_HOME/conf/config.properties >>>> org.opencastproject.server.url=http://192.168.0.94:8080 >>>> >>>> >>>> >> >> $FELIX_HOME/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties >> >>>> org.opencastproject.capture.core.url=http://192.168.0.225:8080 >>>> --> This address will tell CA to connect with Server, right? >>>> >>>> There will be ok for all my config? or have another things that I need >> to >>>> deal with? >>>> >>>> Thanks >>>> >> > > > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
