Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Dispatcher$ForwardAttributes.getAttribute loop

Hello.

With jetty-distribution-7.3.0.v20110203 behind a Apache httpd we sometimes see very high cpu %. Using jstack -l we see that Dispatcher$ForwardAttributes.getAttribute seem to call it self at Dispatcher.java:357.

	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)
	at org.eclipse.jetty.server.Dispatcher$ForwardAttributes.getAttribute(Dispatcher.java:357)

Is this a known problem or perhaps a configuration error at our end?

Regards,
 - Tore.

Back to the top