Hi, you log message is related to spring not tomee.
Can you share a stack trace when it hangs? I think you can monitor stateless pool through JMX (at least on the snapshot - here is the repo https://repository.apache.org/content/groups/snapshots/org/apache/openejb/apache-tomee/1.5.1-SNAPSHOT/ ) *Romain Manni-Bucau* *Twitter: @rmannibucau* *Blog: http://rmannibucau.wordpress.com* *LinkedIn: http://www.linkedin.com/pub/romain-manni-bucau/43/544/956* 2012/9/21 almos <[email protected]> > Hello, > > I have a question on tomee.xml configuration for highly loaded system. > In my application all business logic is implemented in stateless EJB > components. When load starts to grow, particular components stop responding > to client requests, however others do fine and container continues working > - > for me it looks like pool of particular EJB components exceeded some max > size and requests are hanging waiting for free resources. > > In logs there are no exceptions just this line each time I request "hanged" > EJB: > INFO: JSR-330 'javax.inject.Inject' annotation found and supported for > autowiring > > This happens on TomEE v1.0 and ob nightly builds of Sep 9-10. > The only way to restore operation is kill <tomee pid> because it's even > impossible to stop it. > > Any comments/recommendations? > > Thanks, > Alex > > > > -- > View this message in context: > http://openejb.979440.n4.nabble.com/tomee-xml-configuration-for-high-load-tp4657577.html > Sent from the OpenEJB User mailing list archive at Nabble.com. >
