> > hi >> > May 19, 2017 10:05:33 AM org.eclipse.jetty.util.log.JavaUtilLog warn WARNING: Header is too large >8192
I added such options in jenkins.xml and it is resolved issue: <arguments>-Xrs -Xmx256m -Dhudson.lifecycle=hudson.lifecycle.WindowsServiceLifecycle -Dorg.eclipse.jetty.server.HttpConfiguration.requestHeaderSize=32768 -Dorg.eclipse.jetty.server.HttpConfiguration.responseHeaderSize=32768 -Dorg.eclipse.jetty.server.Request.maxFormContentSize=500000 -jar "%BASE%\jenkins.war" --httpPort=8080 --requestHeaderSize=32768 --webroot="%BASE%\war"</arguments> -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/e7ae0d61-5b1f-401e-a30f-d3b54be8522e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
