David, We put ingest on the admin node. What problem did you encounter when you did this?
Chris -----Original Message----- From: David Horwitz <[email protected]> Sender: [email protected] Date: Mon, 05 Sep 2011 16:27:56 To: Matterhorn Users<[email protected]> Reply-to: Matterhorn Users <[email protected]> Subject: [Matterhorn-users] Problems in clustered 1.2 setup Hi All, I'm busy setting up a test environment for our 1.2 role out and have hit a problem I can't get to the bottom of. OK we run as a cluster with admin and engage on 1 node and the worker on another. One change I had to make is that it seems in 1.2 ingest needs to go on the worker node otherwise services fail to start up. The relevant build line I'm using: mvn clean install -Pworker,serviceregistry,workspace,ingest -Dmaven.test.skip=false -DdeployTo=$DEPLOY_DIR/$WORKER_BUILD/matterhorn mvn clean install -Padmin,dist,engage,serviceregistry,worker-stub,workspace,directory-db -DdeployTo=$DEPLOY_DIR/$ADMIN_BUILD/matterhorn -Dmaven.test.skip=false; With this I can get the back end up on running on the 2 nodes and the stats tab seems to indicate all the required services are there. The trouble starts when I try send a recording to the back end from a capture agent. The capture agent registers itself correctly, gets a scheduled job correctly, however fails with a 404 when it tried to send the job to the back end: 2011-09-05 16:24: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-09-05 16:24:00 ERROR (IngestJob:146) - Ingestion failed with a value of -4 Nothing at all is visible in the front end logs. I have double and triple checked the urls in the capture agent config and can find no errors, which Is why I suspect I may have missed a service in the build process. Is this the case? Thanks in advance David Horwitz _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users _______________________________________________ Matterhorn-users mailing list [email protected] http://lists.opencastproject.org/mailman/listinfo/matterhorn-users
