<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">MiSo,<br>
      <br>
      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...<br>
      <br>
      Are you sure you need all those "Synchronization:" tasks running
      at once?<br>
      Are you sure you need them to be tightly-bound? This means such a
      task permanently occupies one thread.<br>
      It is recommended to use loosely-bound tasks when the schedule
      interval is greater than a couple of seconds.<br>
      <br>
      See <a
href="https://wiki.evolveum.com/display/midPoint/Task+Manager#TaskManager-TightlyandLooselyBoundTasks"><a class="moz-txt-link-freetext" href="https://wiki.evolveum.com/display/midPoint/Task+Manager#TaskManager-TightlyandLooselyBoundTasks">https://wiki.evolveum.com/display/midPoint/Task+Manager#TaskManager-TightlyandLooselyBoundTasks</a></a><br>
      <br>
      Best regards,<br>
      Pavol<br>
      <br>
      <br>
    </div>
    <blockquote cite="mid:1441216588.6042.4.camel@steky" type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <meta name="GENERATOR" content="GtkHTML/4.6.6">
      Hi,<br>
      <br>
      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<br>
      In attachment I send screenshot from midpoint how I see task.<br>
      This is my task definition<br>
      <task oid="4a204a0a-1853-41b3-914c-6059a06d6d71"><br>
          <name>Synchronization: PTCA DBTable</name><br>
          <description>Synchronization: PTCA
      DBTable</description><br>
         
<taskIdentifier>4a204a0a-1853-41b3-914c-6059a06d6d71</taskIdentifier><br>
          <ownerRef oid="00000000-0000-0000-0000-000000000002"/><br>
          <executionStatus>runnable</executionStatus><br>
          <category>Reconciliation</category><br>
          <handlerUri><a moz-do-not-send="true"
href="http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/reconciliation/handler-3%3C">http://midpoint.evolveum.com/xml/ns/public/model/synchronization/task/reconciliation/handler-3<</a>/handlerUri><br>
          <objectRef oid="7e0761c8-d07d-4d3f-a819-3067371ba29c"
      type="c:ResourceType"/><br>
          <recurrence>recurring</recurrence><br>
          <binding>tight</binding><br>
          <schedule><br>
              <interval>3600</interval><br>
          </schedule><br>
      </task><br>
      <br>
      <br>
      I found no error in log. I use midpoint 3.0. Can you help me, how
      can I find where it is problem??<br>
      <br>
      thanks & regards<br>
      MiSo
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
midPoint mailing list
<a class="moz-txt-link-abbreviated" href="mailto:midPoint@lists.evolveum.com">midPoint@lists.evolveum.com</a>
<a class="moz-txt-link-freetext" href="http://lists.evolveum.com/mailman/listinfo/midpoint">http://lists.evolveum.com/mailman/listinfo/midpoint</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>