On 11-08-11 08:48 AM, Madhurima Bandyopadhyay wrote: > Hi Greg, > > Thanks for your reply. > I am now able to capture camera and vga signal properly. > > But still facing problem with the Core server. > When I am trying to schedule capture (in the admin tool) it is not > giving option of capture agents, also in the upload recording page > showing HTTP Error 404. > > I am attaching a small part of log file > > 2011-08-11 08:01:29 INFO (AgentStateJob:191) - #8065 - State push to > org.opencastproject.capture.impl.jobs.AgentStateJob@4439b5 to > http://localhost:8080/capture-admin/agents/demo_capture_agent failed > with code 503. > 2011-08-11 08:01:29 INFO (AgentCapabilitiesJob:110) - #8065 - > Capabilities push to > http://localhost:8080/capture-admin/agents/demo_capture_agent/capabilities > failed with code 503. > 2011-08-11 08:01:39 INFO (AgentStateJob:104) - #8066 - Sending agent > demo_capture_agent's state: idle > 2011-08-11 08:01:39 INFO (AgentStateJob:191) - #8066 - State push to > org.opencastproject.capture.impl.jobs.AgentStateJob@1b4cb2e to > http://localhost:8080/capture-admin/agents/demo_capture_agent failed > with code 503. > 2011-08-11 08:01:39 INFO (AgentCapabilitiesJob:110) - #8066 - > Capabilities push to > http://localhost:8080/capture-admin/agents/demo_capture_agent/capabilities > failed with code 503. > 2011-08-11 08:01:49 INFO (AgentStateJob:104) - #8067 - Sending agent > demo_capture_agent's state: idle > 2011-08-11 08:01:49 INFO (AgentStateJob:191) - #8067 - State push to > org.opencastproject.capture.impl.jobs.AgentStateJob@fd92f5 to > http://localhost:8080/capture-admin/agents/demo_capture_agent failed > with code 503.
These are logs from the capture agent? Then the agent is mis-configured. When you installed the agent it asked for the core's URL, and I suspect you hit enter by mistake. This means the agent thinks the core is at localhost:8080, when in fact it should be <your core url including port>. This is easy enough to change. 1) Open the configuration file at /opt/matterhorn/felix/conf/services/org.opencastproject.capture.impl.ConfigurationManager.properties 2) At the top of the file you will find the line org.opencastproject.capture.core.url=<something> 3) Change that line to read org.opencastproject.capture.core.url=<your core url including port> 4) Restart Matterhorn G > I have restarted the core server but it is not fixing things. > If a reinstall the core server can it fixed the problem. > > When I have installed the capture agent I have entered the URL of > Ingest service as the URL of the core server, please let me know is it > correct?? > > Thanks, > Madhurima > > > > ------------------------------------------------------------------------ > *From:* Greg Logan <[email protected]> > *To:* [email protected] > *Sent:* Wednesday, August 10, 2011 8:08 PM > *Subject:* Re: [Matterhorn-users] Matterhorn Capture agent > > On 11-08-10 12:21 PM, Madhurima Bandyopadhyay wrote: >> Hi, >> >> >> I have installed the core server and the capture agent into two >> different Ubuntu machine. >> >> When I am browsing to http://<<capture_agent_servername>>/capture it >> brings a page with start and stop capture option. >> >> I am able to start and stop capturing but when I am trying to open any >> media file it is showing me two different error message; >> sometimes it is showing "Could not determine type of stream" and >> sometimes "The required software to play this file is not installed. You >> need to install suitable plugins to play media files." > > This sounds like your browser is attempting to play the files using > whatever plugins you have installed. It should be able to play it, but > perhaps you don't have the appropriate codecs installed. I suggest > downloading the file manually and playing it in VLC. > >> Another problem I am facing when I am trying to upload any media file >> manually to the core server. >> Before installing the capture agent I was able to do so, but now it is >> showing HTTP 404 error, and under schedule recording tab no capture >> agent name is visible. >> Also when I am trying to go to Admin tool by browsing URL >> http://<<lecture_capture_agent_server>>:8080 and getting HTTP error 404. > > Obviously there's something wrong with your core. Are there errors in > the logs? Have you tried restarting (this sounds lame, but it does fix > things sometimes...). > > G > > > _______________________________________________ > Matterhorn-users mailing list > [email protected] > <mailto:[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
