Hi everyone,
searching the basex rest-interface with a VERY long query ends in the following error-message:
In Terminal basexhttp: [qtp1513712028-21] WARN org.eclipse.jetty.http.HttpParser - HttpParser Full for SCEP@5be8c98d{l(/0:0:0:0:0:0:0:1:49641)<->r(/0:0:0:0:0:0:0:1:8984),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@5d928144,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-10,l=0,c=-3},r=0}
In the Browser: 413 (Request Entity Too Large: head)
Is there any way, to enhance the memory for the HttpParser or is the only way to limit the http-request params?
Here is the request, I know, it's a little bit crazy, but it's searching for synonyms and their wordforms for the german word "zahlen": http://localhost/rest?run=xqs/search_new.xq&$suche=zahlen&collect=al...
Alternativ perhaps I could use consecutive queries in xquery, but I can't figure out the right approach. Where and how to store the temporary sub-sequences?
Thanks for any help!
Best regards, Günter
Hi Günter,
This may help:
http://stackoverflow.com/questions/11914555/jetty-http-413-header-full-error... https://thebashline.wordpress.com/2013/08/21/increase-jetty-cookie-size-limi...
Cheers Christian Am 31.01.2016 6:43 nachm. schrieb "Günter Dunz-Wolff" < kleist@mail.dunzwolff.de>:
Hi everyone,
searching the basex rest-interface with a VERY long query ends in the following error-message:
In Terminal basexhttp: [qtp1513712028-21] WARN org.eclipse.jetty.http.HttpParser - HttpParser Full for SCEP@5be8c98d {l(/0:0:0:0:0:0:0:1:49641)<->r(/0:0:0:0:0:0:0:1:8984),s=1,open=true,ishut=false,oshut=false,rb=false,wb=false,w=true,i=0r}-{AsyncHttpConnection@5d928144 ,g=HttpGenerator{s=0,h=-1,b=-1,c=-1},p=HttpParser{s=-10,l=0,c=-3},r=0}
In the Browser: 413 (Request Entity Too Large: head)
Is there any way, to enhance the memory for the HttpParser or is the only way to limit the http-request params?
Here is the request, I know, it's a little bit crazy, but it's searching for synonyms and their wordforms for the german word "zahlen":
http://localhost/rest?run=xqs/search_new.xq&$suche=zahlen&collect=al...
Alternativ perhaps I could use consecutive queries in xquery, but I can't figure out the right approach. Where and how to store the temporary sub-sequences?
Thanks for any help!
Best regards, Günter
basex-talk@mailman.uni-konstanz.de