[midPoint] Task not running

Pavol Mederly mederly at evolveum.com
Wed Sep 2 20:12:23 CEST 2015


MiSo,

very probably you've run out of worker threads. By default, there is 10 
of them. Of course, this number can be easily increased in config.xml, 
but...

Are you sure you need all those "Synchronization:" tasks running at once?
Are you sure you need them to be tightly-bound? This means such a task 
permanently occupies one thread.
It is recommended to use loosely-bound tasks when the schedule interval 
is greater than a couple of seconds.

See 
https://wiki.evolveum.com/display/midPoint/Task+Manager#TaskManager-TightlyandLooselyBoundTasks

Best regards,
Pavol


> Hi,
>
> I have DB resource and task for this resource. When I import resource 
> and task in midpoint then task nothing doing. This is behavior on 
> production environment. On other environments (3 environments) it 
> works well. One difference is hostname where DB run. Other it is same 
> for all environments
> In attachment I send screenshot from midpoint how I see task.
> This is my task definition
> <task oid="4a204a0a-1853-41b3-914c-6059a06d6d71">
>     <name>Synchronization: PTCA DBTable</name>
>     <description>Synchronization: PTCA DBTable</description>
> <taskIdentifier>4a204a0a-1853-41b3-914c-6059a06d6d71</taskIdentifier>
>     <ownerRef oid="00000000-0000-0000-0000-000000000002"/>
>     <executionStatus>runnable</executionStatus>
>     <category>Reconciliation</category>
>     
> <handlerUri>http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/reconciliation/handler-3< 
> <http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/reconciliation/handler-3%3C>/handlerUri>
>     <objectRef oid="7e0761c8-d07d-4d3f-a819-3067371ba29c" 
> type="c:ResourceType"/>
>     <recurrence>recurring</recurrence>
>     <binding>tight</binding>
>     <schedule>
>         <interval>3600</interval>
>     </schedule>
> </task>
>
>
> I found no error in log. I use midpoint 3.0. Can you help me, how can 
> I find where it is problem??
>
> thanks & regards
> MiSo
>
>
> _______________________________________________
> midPoint mailing list
> midPoint at lists.evolveum.com
> http://lists.evolveum.com/mailman/listinfo/midpoint

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.evolveum.com/pipermail/midpoint/attachments/20150902/0ed16aa4/attachment.htm>


More information about the midPoint mailing list