You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Jim Kellerman (JIRA)" <ji...@apache.org> on 2008/01/24 06:20:36 UTC

[jira] Created: (HADOOP-2697) Problems with Hudson

Problems with Hudson
--------------------

                 Key: HADOOP-2697
                 URL: https://issues.apache.org/jira/browse/HADOOP-2697
             Project: Hadoop Core
          Issue Type: Bug
          Components: build
            Reporter: Jim Kellerman
            Assignee: Nigel Daley



Build 1657 failed after 9 minutes and failed to run the tests
Build 1656 completed normally (build failed due to findbugs errors)

When I try to look at the test results for builds 1655 and 1658 I get::
{code}
HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception
	hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:52)
	hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:28)
	hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:55)
	org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
	hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:55)
	org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
	hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:55)
	hudson.security.BasicAuthenticationFilter.doFilter(BasicAuthenticationFilter.java:89)
	hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:55)
	hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:44)
	hudson.security.HudsonFilter.doFilter(HudsonFilter.java:69)

root cause

java.lang.OutOfMemoryError: Java heap space

note The full stack trace of the root cause is available in the Apache Tomcat/5.5.25 logs.
Apache Tomcat/5.5.25
{code}

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.