Jboss AS 7.1.1 ejb 3 : EJB pool error

前端 未结 1 1303
悲哀的现实
悲哀的现实 2020-12-21 15:21

We have an application running on Jboss AS 7.1.1 and uses EJB 3. We are intermittently seeing the following errors

javax.ejb.EJBException: JBAS014516

相关标签:
1条回答
  • 2020-12-21 15:38

    This happens, when the configured EJB pool is exhausted - means that all EJBs are currently "in use" (=processing). Look for long running invocations within your EJBs. It seems that the invocations take longer than 5 minutes in your case.

    0 讨论(0)
提交回复
热议问题