Re: Jetty rerturning HTTP error code 413

2012-05-22 Thread Sai
Hi Alexandre,

Can you please let me know how did you fix this issue. I am also getting this
error when I pass very large query to Solr.

An reply is highly appreciated.

Thanks,
Sai



Re: Jetty rerturning HTTP error code 413

2010-08-19 Thread Alexandre Rocco
Hi diddier,

I have updated my etc/jetty.xml and updated my headerBufferSize to 2x as:
Set name='headerBufferSize'16384/Set

But the error persists. Do you know if there is any other config that should
be updated so this setting works?
Also, is there any way to check if jetty is use this config inside Solr
admin pages? I know that we can check the Java properties but I haven't
found any way to locate the jetty config there.

Thanks!
Alexandre

On Wed, Aug 18, 2010 at 4:58 PM, didier deshommes dfdes...@gmail.comwrote:

 Hi Alexandre,
 Have you tried setting a higher headerBufferSize?  Look in
 etc/jetty.xml and search for 'headerBufferSize'; I think it controls
 the size of the url. By default it is 8192.

 didier

 On Wed, Aug 18, 2010 at 2:43 PM, Alexandre Rocco alel...@gmail.com
 wrote:
  Guys,
 
  We are facing an issue executing very large query (~4000 bytes in the
 URL)
  in Solr.
  When we execute the query, Solr (probably Jetty) returns a HTTP 413 error
  (FULL HEAD).
 
  I guess that this is related to the very big query being executed, and
  currently we can't make it short.
  Is there any configuration that need to be tweaked on Jetty or other
  component to make this query work?
 
  Any advice is really appreciated.
 
  Thanks!
  Alexandre Rocco
 



Re: Jetty rerturning HTTP error code 413

2010-08-19 Thread Alexandre Rocco
Hi diddier,

Nevermind.
I figured it out. There was some miscommunication between me and our IT guy.

Thanks for helping. It's fixed now.

Alexandre

On Thu, Aug 19, 2010 at 9:59 AM, Alexandre Rocco alel...@gmail.com wrote:

 Hi diddier,

 I have updated my etc/jetty.xml and updated my headerBufferSize to 2x as:
 Set name='headerBufferSize'16384/Set

 But the error persists. Do you know if there is any other config that
 should be updated so this setting works?
 Also, is there any way to check if jetty is use this config inside Solr
 admin pages? I know that we can check the Java properties but I haven't
 found any way to locate the jetty config there.

 Thanks!
 Alexandre

 On Wed, Aug 18, 2010 at 4:58 PM, didier deshommes dfdes...@gmail.comwrote:

 Hi Alexandre,
 Have you tried setting a higher headerBufferSize?  Look in
 etc/jetty.xml and search for 'headerBufferSize'; I think it controls
 the size of the url. By default it is 8192.

 didier

 On Wed, Aug 18, 2010 at 2:43 PM, Alexandre Rocco alel...@gmail.com
 wrote:
  Guys,
 
  We are facing an issue executing very large query (~4000 bytes in the
 URL)
  in Solr.
  When we execute the query, Solr (probably Jetty) returns a HTTP 413
 error
  (FULL HEAD).
 
  I guess that this is related to the very big query being executed, and
  currently we can't make it short.
  Is there any configuration that need to be tweaked on Jetty or other
  component to make this query work?
 
  Any advice is really appreciated.
 
  Thanks!
  Alexandre Rocco
 





Re: Jetty rerturning HTTP error code 413

2010-08-18 Thread didier deshommes
Hi Alexandre,
Have you tried setting a higher headerBufferSize?  Look in
etc/jetty.xml and search for 'headerBufferSize'; I think it controls
the size of the url. By default it is 8192.

didier

On Wed, Aug 18, 2010 at 2:43 PM, Alexandre Rocco alel...@gmail.com wrote:
 Guys,

 We are facing an issue executing very large query (~4000 bytes in the URL)
 in Solr.
 When we execute the query, Solr (probably Jetty) returns a HTTP 413 error
 (FULL HEAD).

 I guess that this is related to the very big query being executed, and
 currently we can't make it short.
 Is there any configuration that need to be tweaked on Jetty or other
 component to make this query work?

 Any advice is really appreciated.

 Thanks!
 Alexandre Rocco



Re: Jetty rerturning HTTP error code 413

2010-08-18 Thread Yonik Seeley
Yep, or you can submit the query via POST, which has a much bigger
limit on the size of the body.

-Yonik
http://www.lucidimagination.com


On Wed, Aug 18, 2010 at 3:58 PM, didier deshommes dfdes...@gmail.com wrote:
 Hi Alexandre,
 Have you tried setting a higher headerBufferSize?  Look in
 etc/jetty.xml and search for 'headerBufferSize'; I think it controls
 the size of the url. By default it is 8192.

 didier

 On Wed, Aug 18, 2010 at 2:43 PM, Alexandre Rocco alel...@gmail.com wrote:
 Guys,

 We are facing an issue executing very large query (~4000 bytes in the URL)
 in Solr.
 When we execute the query, Solr (probably Jetty) returns a HTTP 413 error
 (FULL HEAD).

 I guess that this is related to the very big query being executed, and
 currently we can't make it short.
 Is there any configuration that need to be tweaked on Jetty or other
 component to make this query work?

 Any advice is really appreciated.

 Thanks!
 Alexandre Rocco