-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Minor
-
Component/s: core
-
Environment:Jenkins 1.654
about every 10 seconds, our Jenkins reports this error:
δΈζ 20, 2016 10:30:32 δΈε org.eclipse.jetty.util.log.JavaUtilLog warn
θ¦ε: HttpParser Full for SCEP@56cdbd4f
-{AsyncHttpConnection@3939270e,g=HttpGenerator
{s=0,h=-1,b=-1,c=-1},p=HttpParser
{s=-10,l=0,c=-3},r=0}
This error has been around for quite a while. I guess it happened since Jenkins introduced Jetty.
By reading from the Internet, it seems that I could fix this problem by adding below to jetty.xml:
<headerBufferSize>16384</headerBufferSize>
But I can't find where the file jetty.xml is in jenkins home.
Or is there any other way that this problem be fixed?
thanks