Hi Jack,

I just want to double check but have you set your core address in its 
config.properties to be org.opencastproject.server.url=http://132.66.11.4:8080 
? If so I think you have forgot to set on your capture agent in a few places 
with the IP and the 8080 on the end of it (setting it to http://132.66.11.4 
instead of http://132.66.11.4:8080).

There are a couple of places on the capture agent where the core address might 
be misconfigured.

The #1 place would be in the /opt/matterhorn/felix/conf/config.properties file. 
There is an entry called org.opencastproject.serviceregistry.url that should be 
(if I am reading your logs right)

org.opencastproject.serviceregistry.url= http://132.66.11.4:8080/services

The next places would be in 
/opt/matterhorn/felix/conf/services/org.opencastproject.capture.impl.CaptureAgentImpl.properties
 file. The org.opencastproject.capture.core.url should be:
org.opencastproject.capture.core.url=http://132.66.11.4:8080/

Hope this help!
Adam

From: [email protected] 
[mailto:[email protected]] On Behalf Of Jack Barokas
Sent: Sunday, October 02, 2011 11:01 AM
To: Matterhorn Matterhorn ([email protected])
Subject: [Opencast Matterhorn] 1.2 recording scheduling problem

Dear all,


I recently upgraded our Matterhorn installation to version 1.2 towards the new 
academic year and I am facing some problems. No matter which workflow I use 
when I schedule a recording it starts  recording successfully on time but it 
remains in this status  (capturing)  and never proceeds to processing phase.
I probably fail to configure some files, here are the core and capture agent 
logs:

Any help will be appreciated


All in One installation log

2011-10-02 18:37:16  INFO (RestPublisher:215) - Registered REST endpoint at 
/analysis/text
2011-10-02 18:37:16  INFO (RestPublisher:215) - Registered REST endpoint at 
/composer/ffmpeg
2011-10-02 18:37:16  INFO (UserAndSeriesLoader$Loader:104) - Adding sample 
series...
2011-10-02 18:37:16  INFO (CaptionUploadWorkflowOperationHandler:65) - 
Registering caption upload hold state ui from classpath 
/ui/operation/caption/index.h$
2011-10-02 18:37:17  INFO (DownloadDVDWorkflowOperationHandler:66) - 
Registering download-DVD hold state ui from classpath 
/ui/operation/download-dvd/index.$
2011-10-02 18:37:17  INFO (ReviewWorkflowOperationHandler:67) - Registering 
review hold state ui from classpath /ui/operation/review/index.html
2011-10-02 18:37:17  INFO (TrimWorkflowOperationHandler:91) - Registering 
review / trim hold state ui from classpath /ui/operation/trim/index.html
2011-10-02 18:37:18  INFO (RestPublisher:215) - Registered REST endpoint at 
/analysis/videosegmenter
2011-10-02 18:37:18  INFO (UserTrackingRestService:112) - configured server url 
is http://132.66.11.4:8080
2011-10-02 18:37:18  INFO (RestPublisher:215) - Registered REST endpoint at 
/usertracking
2011-10-02 18:37:18  INFO (DownloadDistributionService:111) - Download 
distribution directory is $/opencast/downloads
2011-10-02 18:37:19  INFO (RestPublisher:215) - Registered REST endpoint at 
/distribution/download
2011-10-02 18:37:19  INFO (AnnotationRestService:96) - configured server url is 
http://132.66.11.4:8080
2011-10-02 18:37:19  INFO (RestPublisher:215) - Registered REST endpoint at 
/annotation
2011-10-02 18:37:19  INFO (UserAndSeriesLoader:164) - Adding sample students, 
usernames and passwords are student1/student1... student200/student200
2011-10-02 18:37:20  INFO (UserAndSeriesLoader:164) - Adding sample 
instructors, usernames and passwords are instructor1/instructor1... 
instructor20/instruc$
2011-10-02 18:37:20  INFO (UserAndSeriesLoader:164) - Adding sample admins, 
usernames and passwords are admin1/admin1... admin10/admin10
2011-10-02 18:37:20  INFO (UserAndSeriesLoader$Loader:148) - Finished loading 
sample series and users
2011-10-02 18:37:37  WARN (OrganizationFilter:96) - No organization is mapped 
to handle http://132.66.11.4/
2011-10-02 18:38:24  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:soc1\-agent AND event_start:[1970-01-01T00:00:00Z TO 
2011-10-02T16:43:00Z$
2011-10-02 18:39:35  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:soc1\-agent
2011-10-02 18:39:35  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:soc1\-agent
2011-10-02 18:42:07  INFO (CaptureAgentStateServiceImpl:438) - Recording status 
changed to 'capturing', resuming workflow '301'
2011-10-02 18:42:13  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:demo_capture_agent
2011-10-02 18:42:13  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:demo_capture_agent
2011-10-02 18:42:13  WARN (SchedulerServiceImpl:930) - Could not validate 
Calendar: Calendar must contain at least one component
2011-10-02 18:42:37  WARN (OrganizationFilter:96) - No organization is mapped 
to handle http://132.66.11.4/
2011-10-02 18:44:35  INFO (SchedulerServiceSolrIndex:681) - Solr query: 
dc_spatial:soc1\-agent



Capture agent log:

2011-10-02 18:50:00  INFO (IngestJob:140) - Proceeding to try ingest
2011-10-02 18:50:00 ERROR (IngestJob:146) - Ingestion failed with a value of -4
2011-10-02 18:50:00  INFO (CaptureAgentImpl:749) - Ingesting recording: 301
2011-10-02 18:50:00  WARN (CaptureAgentImpl:771) - Unable to ingest media 
because communication with the remote service registry failed.
org.opencastproject.serviceregistry.api.ServiceRegistryException: Unable to get 
service registrations (404)
        at 
org.opencastproject.serviceregistry.remote.ServiceRegistryRemoteImpl.getServiceRegistrationsByLoad(ServiceRegistryRemoteImpl.java:529)
        at 
org.opencastproject.capture.impl.CaptureAgentImpl.ingest(CaptureAgentImpl.java:761)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.retryIngest(IngestJob.java:141)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.execute(IngestJob.java:80)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
2011-10-02 18:50:00  WARN (CaptureAgentImpl:771) - Unable to ingest media 
because communication with the remote service registry failed.
org.opencastproject.serviceregistry.api.ServiceRegistryException: Unable to get 
service registrations (404)
        at 
org.opencastproject.serviceregistry.remote.ServiceRegistryRemoteImpl.getServiceRegistrationsByLoad(ServiceRegistryRemoteImpl.java:529)
        at 
org.opencastproject.capture.impl.CaptureAgentImpl.ingest(CaptureAgentImpl.java:761)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.retryIngest(IngestJob.java:141)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.execute(IngestJob.java:80)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
2011-10-02 18:50:00 ERROR (IngestJob:146) - Ingestion failed with a value of -4
2011-10-02 18:50:00 ERROR (IngestJob:146) - Ingestion failed with a value of -4
2011-10-02 18:50:00  WARN (CaptureAgentImpl:771) - Unable to ingest media 
because communication with the remote service registry failed.
org.opencastproject.serviceregistry.api.ServiceRegistryException: Unable to get 
service registrations (404)
        at 
org.opencastproject.serviceregistry.remote.ServiceRegistryRemoteImpl.getServiceRegistrationsByLoad(ServiceRegistryRemoteImpl.java:529)
        at 
org.opencastproject.capture.impl.CaptureAgentImpl.ingest(CaptureAgentImpl.java:761)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.retryIngest(IngestJob.java:141)
        at 
org.opencastproject.capture.impl.jobs.IngestJob.execute(IngestJob.java:80)
        at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
        at 
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:534)
2011-10-02 18:50:00 ERROR (IngestJob:146) - Ingestion failed with a value of -4

Best and thanks in advance

Jack Barokas
Educational Digital Media Applications
Tel Aviv University Computing Division
Tel: 972522443288 97236407848
[email protected]<mailto:[email protected]>

_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to