Workpoller errors in Application server log

Hi All,

I observed since last two days there are few errors related to "ERROR com.appiancorp.ra.workpoller.WorkPoller - Could not obtain 3 thread(s) after 2370000 attempts in work poller", and during this time when we have created instances, they are taking lot of time to move to next step and sometimes instances is listed under task and waiting before start activity.
I have restarted the servers still find the issue. Appreciate if someone help me understand with the process to find which application is creating this issue with permanent fix for this.

Thanks,
Madhu

OriginalPostID-140369

OriginalPostID-140369

  Discussion posts and replies are publicly visible

Parents
  • Does this happen even after restarting JBoss? if that's the case you may have a process in an infinite loop or a custom plug-in leaking resources (e.g. not closing streams or connections, infinite loops, etc) which is preventing the other work from running.

    This message indicates your work poller has run out of threads therefore the engines won't be able to send work to the application server.
Reply
  • Does this happen even after restarting JBoss? if that's the case you may have a process in an infinite loop or a custom plug-in leaking resources (e.g. not closing streams or connections, infinite loops, etc) which is preventing the other work from running.

    This message indicates your work poller has run out of threads therefore the engines won't be able to send work to the application server.
Children
No Data