It was the heap space. I had entered a value but forgot to put the "m" after it. So, I guess it was allocating 512 bytes. No wonder it failed.
Thanks for your help! Dave On Fri, May 8, 2009 at 6:31 AM, Mark Thomas <ma...@apache.org> wrote: > dave massie wrote: > > I do not know how to determine where the problem is. > > > > Can anyone suggest something? I would be most grateful for any ideas or > > help. > > INFO: Starting Servlet Engine: Apache Tomcat/6.0.18 > > 16:44:34.315 [main] ERROR o.s.web.context.ContextLoader - Context > > initialization failed > > org.springframework.beans.factory.BeanDefinitionStoreException: > Unexpected > > exception parsing XML document from URL > > [file:/var/services/shibboleth-idp/conf/internal.xml]; nested exception > is > > java.lang.OutOfMemoryError: Java heap space > > Increasing the allocated heap space would be the first place to start. > > Mark > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org > For additional commands, e-mail: users-h...@tomcat.apache.org > >