I am now using version 1.3.0, and it is an all-in-one installation, the error
messages appears after I scheduled a record which failed and the error messages
is as follows:
org.opencastproject.workflow.api.WorkflowOperationException:
org.opencastproject.workflow.api.WorkflowOperationException: Multiple tracks
with competing audio/video streams and flavor 'presenter/source' found
and here is the error messages when I stop the matterhorn service:
2012-11-01 02:19:32 ERROR (ServiceRegistryJpaImpl:1403) - Unable to put job
back into queue
java.lang.IllegalStateException: Attempting to execute an operation on a closed
EntityManagerFactory.
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.verifyOpen(EntityManagerFactoryImpl.java:223)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManagerImpl(EntityManagerFactoryImpl.java:206)
at
org.eclipse.persistence.internal.jpa.EntityManagerFactoryImpl.createEntityManager(EntityManagerFactoryImpl.java:195)
at
org.opencastproject.serviceregistry.impl.ServiceRegistryJpaImpl.updateJob(ServiceRegistryJpaImpl.java:462)
at
org.opencastproject.serviceregistry.impl.ServiceRegistryJpaImpl.dispatchJob(ServiceRegistryJpaImpl.java:1401)
at
org.opencastproject.serviceregistry.impl.ServiceRegistryJpaImpl$JobDispatcher.run(ServiceRegistryJpaImpl.java:1499)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)
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)
2012-11-01 02:19:32 INFO (Activator:38) - Stopped admin ui
2012-11-01 02:19:33 WARN (ServiceRegistryJpaImpl$JobDispatcher:1522) - Error
dispatching jobs
java.lang.IllegalStateException: Attempting to execute an operation on a closed
EntityManager.
at
org.eclipse.persistence.internal.jpa.EntityManagerImpl.verifyOpen(EntityManagerImpl.java:1516)
at
org.eclipse.persistence.internal.jpa.EntityManagerImpl.close(EntityManagerImpl.java:1380)
at
org.opencastproject.userdirectory.jpa.JpaUserAndRoleProvider.loadUser(JpaUserAndRoleProvider.java:157)
at
org.opencastproject.userdirectory.jpa.JpaUserAndRoleProvider.loadUser(JpaUserAndRoleProvider.java:169)
at
org.opencastproject.kernel.userdirectory.UserAndRoleDirectoryServiceImpl.loadUser(UserAndRoleDirectoryServiceImpl.java:150)
at
org.opencastproject.serviceregistry.impl.ServiceRegistryJpaImpl$JobDispatcher.run(ServiceRegistryJpaImpl.java:1487)
at
java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
at
java.util.concurrent.FutureTask$Sync.innerRunAndReset(FutureTask.java:351)
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:178)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:165)
at
java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:267)
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)
2012-11-02
zengshan
发件人:Tobias Wunden
发送时间:2012-11-01 18:08
主题:Re: [Matterhorn-users] matterhorn server distirbute error
收件人:"Matterhorn Users"<[email protected]>
抄送:
Hi,
first off it would be great to know what installation we are looking at (1.3,
1.4?) and is this an all-in-one installation or a distributed setup?
It seems that what we see here is the output of the service registry trying to
dispatch a job to the streaming distribution service. That service is for some
reason throwing an error, which is being reported back to the service registry,
eventually leading to the given log output. The strange thing is that this
seems to be an all-in-one installation (judging from the @http://localhost:8080
in the streaming service uri), but there is nothing in the logs about the
failure of that service. Is it possible that you are really running a
distributed setup, but have not configured the server.url property in the
individual node's config.properties to reflect the actual ip addresses or host
names?
Tobias
On 31.10.2012, at 09:45, zengshan <[email protected]> wrote:
> This warning messages make the cpu usage up to 60%, can anybody helps me out?
>
> 2012-10-31
> zengshan
> 发件人:zengshan
> 发送时间:2012-10-31 11:08
> 主题:matterhorn server distirbute error
> 收件人:"matterhorn-users"<[email protected]>
> 抄送:
>
> Hi all,
> I encountered the following error messages in my matterhorn server log file,
> is there anybody know what can I do to solve it? Thank you very much!
> 23:02:32 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20584, version:278}
> 2012-10-30 23:02:32 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20585, version:278}
> 2012-10-30 23:02:32 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20586, version:278}
> 2012-10-30 23:02:32 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20587, version:278
> }2012-10-30 23:02:32 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20588, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20589, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20590, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20591, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20592, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20593, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20594, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20595, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20596, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20597, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20598, version:278}
> 2012-10-30 23:02:33 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20599, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20600, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20601, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20602, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20603, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20604, version:278}
> 2012-10-30 23:02:34 WARN (ServiceRegistryJpaImpl:1385) - Service
> org.opencastproject.distribution.streaming@http://localhost:8080 failed (500)
> accepting Job {id:20605, version:277}
>
> 2012-10-31
>
> --------------------------------------------------------------------------------
>
>
> zengshan
> _______________________________________________
> 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 _______________________________________________
Matterhorn-users mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn-users