PS: you use @Dependent JAXRS endpoint. Maybe you should use @RequestScoped (or something else depending your need)
Romain Manni-Bucau Twitter: @rmannibucau Blog: http://rmannibucau.wordpress.com/ LinkedIn: http://fr.linkedin.com/in/rmannibucau Github: https://github.com/rmannibucau 2014-05-26 9:20 GMT+02:00 Romain Manni-Bucau <[email protected]>: > Hmm, > > would be great if you can reproduce it and share the code on github. If it > needs a high load maybe using ab can be easy enough? > > BTW this failling code has been rewritten on trunk so testing on > 1.7.0-SNAPSHOT would be great (wait ~ 30mn to let snapshot be uploaded) > > > > Romain Manni-Bucau > Twitter: @rmannibucau > Blog: http://rmannibucau.wordpress.com/ > LinkedIn: http://fr.linkedin.com/in/rmannibucau > Github: https://github.com/rmannibucau > > > 2014-05-26 8:51 GMT+02:00 zmirc <[email protected]>: > > Hi! >> >> I can. I removed a big part from the original project, but I can >> currently reproduce the error by exposing it to high load in JMeter. >> Anyway, it should still stay private, so I can't put it online. >> I'll send it to you in a private way, as long as you give me an option. >> >> Thanks. >> >> >> ________________________________ >> From: Romain Manni-Bucau [via OpenEJB] < >> [email protected]> >> To: zmirc <[email protected]> >> Sent: Monday, May 26, 2014 7:35 AM >> Subject: Re: webbeans on high load: java.util.EmptyStackException >> >> >> >> and you can't reproduce it ina smaller project? >> >> PS: not sure why you mails go to my spam folder :s >> >> >> >> Romain Manni-Bucau >> Twitter: @rmannibucau >> Blog: http://rmannibucau.wordpress.com/ >> LinkedIn: http://fr.linkedin.com/in/rmannibucau >> Github: https://github.com/rmannibucau >> >> >> 2014-05-25 23:02 GMT+02:00 zmirc <[hidden email]>: >> >> >> > Hi! >> > >> > Not like that, but I have prepared a sample (Tomee + war + JMeter + >> source >> > code). >> > It is part of a commercial product, so I can send it to you only in >> > private. >> > Let me know how to send it to you, and I'll do it immediately. >> > >> > Thanks a lot, Romain! >> > >> > >> > ________________________________ >> > From: Romain Manni-Bucau [via OpenEJB] < >> > [hidden email]> >> > To: zmirc <[hidden email]> >> > Sent: Sunday, May 25, 2014 5:59 PM >> > Subject: Re: webbeans on high load: java.util.EmptyStackException >> > >> > >> > >> > Hi >> > >> > do you have a working sample (mvn package tomee:run to start it)? >> > >> > >> > >> > Romain Manni-Bucau >> > Twitter: @rmannibucau >> > Blog: http://rmannibucau.wordpress.com/ >> > LinkedIn: http://fr.linkedin.com/in/rmannibucau >> > Github: https://github.com/rmannibucau >> > >> > >> > 2014-05-25 15:41 GMT+02:00 zmirc <[hidden email]>: >> > >> > >> > > I've just load tested with 1.6.0.2 JAX-RS. The error still happens. >> > > >> > > I've tried 1.7.0 JAX-RS build 20140525.041153, but I couldn't even >> deploy >> > > the app on that one, because it couldn't map a ServletFilter to a >> > specific >> > > path in web.xml. That filter has the name declared with the >> annotation, >> > and >> > > the mapping is made in web.xml, in order to keep all the config in 1 >> > file. >> > > >> > > Some help would be really appreciated. >> > > PS. The 1.6.0 version mentioned above was JAX-RS as well >> > > >> > > >> > > >> > > -- >> > > View this message in context: >> > > >> > >> http://openejb.979440.n4.nabble.com/webbeans-on-high-load-java-util-EmptyStackException-tp4669631p4669650.html >> > > Sent from the OpenEJB User mailing list archive at Nabble.com. >> > > >> > >> > >> > ________________________________ >> > >> > If you reply to this email, your message will be added to the discussion >> > below: >> > >> http://openejb.979440.n4.nabble.com/webbeans-on-high-load-java-util-EmptyStackException-tp4669631p4669651.html >> > >> > >> > To unsubscribe from webbeans on high load: >> java.util.EmptyStackException, >> > click here. >> > NAML >> > >> > >> > >> > -- >> > View this message in context: >> > >> http://openejb.979440.n4.nabble.com/webbeans-on-high-load-java-util-EmptyStackException-tp4669631p4669652.html >> > Sent from the OpenEJB User mailing list archive at Nabble.com. >> > >> >> >> ________________________________ >> >> If you reply to this email, your message will be added to the discussion >> below: >> http://openejb.979440.n4.nabble.com/webbeans-on-high-load-java-util-EmptyStackException-tp4669631p4669654.html >> >> >> To unsubscribe from webbeans on high load: java.util.EmptyStackException, >> click here. >> NAML >> >> >> >> -- >> View this message in context: >> http://openejb.979440.n4.nabble.com/webbeans-on-high-load-java-util-EmptyStackException-tp4669631p4669658.html >> Sent from the OpenEJB User mailing list archive at Nabble.com. >> > >
