• Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • greenballs-plugin
    • None
    • Hudson ver. 1.381

      Only the word "Success" appears on the job listing. Placing the image's URL in my browser reveals this stacktrace:

      java.lang.IllegalStateException: getWriter() has already been called for this response
      net.bull.javamelody.FilterServletResponseWrapper.getOutputStream(FilterServletResponseWrapper.java:106)
      javax.servlet.ServletResponseWrapper.getOutputStream(ServletResponseWrapper.java:102)
      org.kohsuke.stapler.ResponseImpl.getOutputStream(ResponseImpl.java:59)
      org.kohsuke.stapler.Stapler.serveStaticResource(Stapler.java:380)
      org.kohsuke.stapler.Stapler.serveStaticResource(Stapler.java:217)
      org.kohsuke.stapler.Stapler.service(Stapler.java:125)
      javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
      hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:94)
      hudson.plugins.audit_trail.AuditTrailFilter.doFilter(AuditTrailFilter.java:64)
      hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:97)
      hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:56)
      hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:97)
      net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:420)
      org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:43)
      hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:97)
      hudson.util.PluginServletFilter.doFilter(PluginServletFilter.java:86)
      hudson.security.csrf.CrumbFilter.doFilter(CrumbFilter.java:47)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:84)
      hudson.security.UnwrapSecurityExceptionFilter.doFilter(UnwrapSecurityExceptionFilter.java:51)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.ui.ExceptionTranslationFilter.doFilter(ExceptionTranslationFilter.java:166)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.providers.anonymous.AnonymousProcessingFilter.doFilter(AnonymousProcessingFilter.java:125)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.ui.rememberme.RememberMeProcessingFilter.doFilter(RememberMeProcessingFilter.java:142)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.ui.AbstractProcessingFilter.doFilter(AbstractProcessingFilter.java:271)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.ui.basicauth.BasicProcessingFilter.doFilter(BasicProcessingFilter.java:173)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      org.acegisecurity.context.HttpSessionContextIntegrationFilter.doFilter(HttpSessionContextIntegrationFilter.java:249)
      hudson.security.HttpSessionContextIntegrationFilter2.doFilter(HttpSessionContextIntegrationFilter2.java:66)
      hudson.security.ChainedServletFilter$1.doFilter(ChainedServletFilter.java:87)
      hudson.security.ChainedServletFilter.doFilter(ChainedServletFilter.java:76)
      hudson.security.HudsonFilter.doFilter(HudsonFilter.java:164)

          [JENKINS-7846] No green balls rendered

          jobybett added a comment -

          Hi, I'm having problems too, here is the log you asked for

          Oct 21, 2010 10:49:36 AM hudson.plugins.greenballs
          FINE: Redirecting /hudson/static/9632d56d/images/16x16/blue.gif to /hudson/plugin/greenballs/16x16/green.gif
          Oct 21, 2010 10:49:36 AM hudson.plugins.greenballs
          FINE: Redirecting /hudson/static/9632d56d/images/16x16/blue.gif to /hudson/plugin/greenballs/16x16/green.gif

          In my installation its /hudson/plugins with an S I think thats the issue

          Joby

          jobybett added a comment - Hi, I'm having problems too, here is the log you asked for Oct 21, 2010 10:49:36 AM hudson.plugins.greenballs FINE: Redirecting /hudson/static/9632d56d/images/16x16/blue.gif to /hudson/plugin/greenballs/16x16/green.gif Oct 21, 2010 10:49:36 AM hudson.plugins.greenballs FINE: Redirecting /hudson/static/9632d56d/images/16x16/blue.gif to /hudson/plugin/greenballs/16x16/green.gif In my installation its /hudson/plugins with an S I think thats the issue Joby

          sthomps added a comment -

          Having the same issue as well. Seeing the same stracktrace listed above when trying to access the referenced img.

          sthomps added a comment - Having the same issue as well. Seeing the same stracktrace listed above when trying to access the referenced img.

          asgeirn added a comment -

          I've worked some more on this. Could you all try the updated snapshot .hpi and report back?

          The issue seems particularly related to servlet engine deployments with a context path enabled.

          asgeirn added a comment - I've worked some more on this. Could you all try the updated snapshot .hpi and report back? The issue seems particularly related to servlet engine deployments with a context path enabled.

          pafo added a comment -

          Latest snapshot got green balls visible here.

          pafo added a comment - Latest snapshot got green balls visible here.

          jherbst added a comment -

          Latest snapshot works on tomcat/linux.

          jherbst added a comment - Latest snapshot works on tomcat/linux.

          lbarral added a comment -

          Latest snapshot also got green balls visible here (Tomcat).

          lbarral added a comment - Latest snapshot also got green balls visible here (Tomcat).

          lenaic added a comment -

          I confirm that the latest snapshot fixes the green balls issue also with the embedded Winstone server provided within Hudson itself.

          lenaic added a comment - I confirm that the latest snapshot fixes the green balls issue also with the embedded Winstone server provided within Hudson itself.

          Code changed in hudson
          User: : asgeirn
          Path:
          trunk/hudson/plugins/greenballs/pom.xml
          trunk/hudson/plugins/greenballs/src/main/java/hudson/plugins/greenballs/GreenBallFilter.java
          http://jenkins-ci.org/commit/36301
          Log:
          Fix for JENKINS-7846.

          SCM/JIRA link daemon added a comment - Code changed in hudson User: : asgeirn Path: trunk/hudson/plugins/greenballs/pom.xml trunk/hudson/plugins/greenballs/src/main/java/hudson/plugins/greenballs/GreenBallFilter.java http://jenkins-ci.org/commit/36301 Log: Fix for JENKINS-7846 .

          asgeirn added a comment -

          Fixed in 1.8.

          asgeirn added a comment - Fixed in 1.8.

          I have updated the plugin to 1.8 on our Hudson 1.382 and it now works OK again.

          Per Arnold Blaasmo added a comment - I have updated the plugin to 1.8 on our Hudson 1.382 and it now works OK again.

            asgeirn asgeirn
            hopfrog238 hopfrog238
            Votes:
            15 Vote for this issue
            Watchers:
            15 Start watching this issue

              Created:
              Updated:
              Resolved: