Hi Ok, I will try to use jstack the next time the issue occurs.
I definitely can say that it is not a network nor a windows problem. The application has run without problems when we where using Jetty 6 and Java 6. And there where the same number of users and usage at that time. Peter -----Ursprüngliche Nachricht----- Von: [email protected] [mailto:[email protected]] Im Auftrag von Simone Bordet Gesendet: Sonntag, 8. Januar 2012 15:04 An: JETTY user mailing list Betreff: Re: [jetty-users] Jetty refuses to accept new request Hi, On Sat, Jan 7, 2012 at 07:53, Peter Henzler <[email protected]> wrote: > Hi Joakim > > The problem is that there are no stacktraces. You can take a stack trace by using the JDK tool "jstack", see http://docs.oracle.com/javase/7/docs/webnotes/tsg/TSG-VM/html/tooldescr.html#gblfh. That should give some hint on what's going on. Do connection land directly to Jetty, or they pass through some other network element (such as Apache, nginx, firewalls) ? Have you double checked that Windows is not "protecting" you by limiting the number of concurrent connections ? Simon -- http://cometd.org http://intalio.com http://bordet.blogspot.com ---- Finally, no matter how good the architecture and design are, to deliver bug-free software with optimal performance and reliability, the implementation technique must be flawless. Victoria Livschitz _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
