[JIRA] (JENKINS-15714) HTTP 500 Internal Exception accessing Maven Repository URL for specific builds
dmeibusch commented on JENKINS-15714 HTTP 500 Internal Exception accessing Maven Repository URL for specific builds Is there anyway we can move this issue forward? This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira -- You received this message because you are subscribed to the Google Groups "Jenkins Issues" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/groups/opt_out.
[JIRA] (JENKINS-15714) HTTP 500 Internal Exception accessing Maven Repository URL for specific builds
Victor Bronstein commented on JENKINS-15714 HTTP 500 Internal Exception accessing Maven Repository URL for specific builds Initiated pull request for the fix: https://github.com/magnayn/Jenkins-Repository/pull/11 This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira
[JIRA] (JENKINS-15714) HTTP 500 Internal Exception accessing Maven Repository URL for specific builds
dmeibusch created JENKINS-15714 HTTP 500 Internal Exception accessing Maven Repository URL for specific builds Issue Type: Bug Affects Versions: current Assignee: magnayn Components: repository Created: 05/Nov/12 1:01 AM Description: Upgraded to Jenkins 1.487 and Jenkins Maven Repository Server plugin 0.9. The plugin/repository/project/XXX/Build URL now fails. plugin/repository/project/XXX/LastSuccessful still works fine. Browsing to the URL I get: HTTP Status 500 - type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request. exception java.lang.IllegalStateException: getOutputStream() has already been called for this response org.apache.catalina.connector.Response.getWriter(Response.java:610) org.apache.catalina.connector.ResponseFacade.getWriter(ResponseFacade.java:198) javax.servlet.ServletResponseWrapper.getWriter(ServletResponseWrapper.java:112) org.kohsuke.stapler.compression.CompressionServletResponse.getWriter(CompressionServletResponse.java:58) org.kohsuke.stapler.compression.CompressionFilter.reportException(CompressionFilter.java:68) org.kohsuke.stapler.compression.CompressionFilter.doFilter(CompressionFilter.java:56) hudson.util.CharacterEncodingFilter.doFilter(CharacterEncodingFilter.java:81) note The full stack trace of the root cause is available in the Apache Tomcat/6.0.24 logs. Apache Tomcat/6.0.24 More usefully, the stacktrace in the log: INFO: Disconnecting computer brilxv01_idedev1 as it has been idle for 1 hr 0 min com.nirima.jenkins.webdav.interfaces.MethodException: Exception at com.nirima.jenkins.webdav.impl.methods.Head.invoke(Head.java:101) at com.nirima.jenkins.webdav.impl.methods.MethodBase.invoke(MethodBase.java:67) at com.nirima.jenkins.RepositoryPlugin.serveRequest(RepositoryPlugin.java:120) at com.nirima.jenkins.RepositoryPlugin.doDynamic(RepositoryPlugin.java:104) at sun.reflect.GeneratedMethodAccessor837.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:597) at org.kohsuke.stapler.Function$InstanceFunction.invoke(Function.java:288) at org.kohsuke.stapler.Function.bindAndInvoke(Function.java:151) at org.kohsuke.stapler.Function.bindAndInvokeAndServeResponse(Function.java:90) at org.kohsuke.stapler.MetaClass$11.dispatch(MetaClass.java:363) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:574) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659) at org.kohsuke.stapler.MetaClass$6.doDispatch(MetaClass.java:241) at org.kohsuke.stapler.NameBasedDispatcher.dispatch(NameBasedDispatcher.java:53) at org.kohsuke.stapler.Stapler.tryInvoke(Stapler.java:574) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:659) at org.kohsuke.stapler.Stapler.invoke(Stapler.java:488) at org.kohsuke.stapler.Stapler.service(Stapler.java:162) at javax.servlet.http.HttpServlet.service(HttpServlet.java:717) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:95) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:206) at net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.java:179) at net.bull.javamelody.PluginMonitoringFilter.doFilter(PluginMonitoringFilter.java:86) at org.jvnet.hudson.plugins.monitoring.HudsonMonitoringFilter.doFilter(HudsonMonitoringFilter.java:84) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilter.java:98) at hudson.plugins.greenballs.GreenBallFilter.doFilter(GreenBallFilter.java:58) at hudson.util.PluginServletFilter$1.doFilter(PluginServletFilte