Centralized discovery service throwing exception on access
Wessel, Keith William
kwessel at illinois.edu
Wed Feb 20 14:58:02 EST 2013
All,
As usual, I believe I'm overlooking something obvious here. I've brought up centralized discovery service instances in the past with no problem, and as far as I can tell, I'm doing everything I'm supposed to here. Whenever I try to access a centralized discovery service instance that I just brought up on its own Tomcat server, I get the following exception every time I try to access it:
exception
javax.servlet.ServletException: Servlet.init() for servlet WAYF threw exception
org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103)
org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:293)
org.apache.jk.server.JkCoyoteHandler.invoke(JkCoyoteHandler.java:190)
org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:311)
org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:776)
org.apache.jk.common.ChannelSocket.processConnection(ChannelSocket.java:705)
org.apache.jk.common.ChannelSocket$SocketConnection.runIt(ChannelSocket.java:898)
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:690)
java.lang.Thread.run(Thread.java:662)
root cause
java.lang.StackOverflowError
java.util.LinkedHashMap$LinkedHashIterator.<init>(LinkedHashMap.java:345)
java.util.LinkedHashMap$KeyIterator.<init>(LinkedHashMap.java:383)
java.util.LinkedHashMap$KeyIterator.<init>(LinkedHashMap.java:383)
...and so on. I've never encountered a stack overflow error like this before in Tomcat. I suspected a memory issue in my Tomcat Java heap, but I have 1 GB allocated for the heap... that should be more than enough for a light-weight servlet like this.
Any thoughts?
Thanks,
Keith
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://shibboleth.net/pipermail/users/attachments/20130220/586eb5c8/attachment.html
More information about the users
mailing list