Re: solr IOException

2009-10-14 Thread Elaine Li
Hi Yonik,

I tried the POST method in my ajax request in javascript. It does not
work. I still get the same error message.

Elaine

On Tue, Oct 13, 2009 at 5:12 PM, Yonik Seeley ysee...@gmail.com wrote:
 Jetty has a maximum request size for HTTP-GET... can you use POST instead?

 -Yonik
 http://www.lucidimagination.com

 On Tue, Oct 13, 2009 at 4:33 PM, Elaine Li elaine.bing...@gmail.com wrote:
 Hi,

 In my query, i have around 80 boolean clauses. I don't know if it is
 because the number of boolean clauses are too big, so I got into this
 problem.
 My solr config file actually says the max number to be 1024.

 Can any one help?

 _header=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
 CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
 DEFAULTFORMAT=specific;
 BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
 _buffer=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
 CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
 DEFAULTFORMAT=specific;
 BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
 2009-10-13 16:20:28.800::WARN:  handle failed
 java.io.IOException: FULL
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:274)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:202)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378)
        at 
 org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226)
        at 
 org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
 Thanks.

 Elaine




solr IOException

2009-10-13 Thread Elaine Li
Hi,

In my query, i have around 80 boolean clauses. I don't know if it is
because the number of boolean clauses are too big, so I got into this
problem.
My solr config file actually says the max number to be 1024.

Can any one help?

_header=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
DEFAULTFORMAT=specific;
BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
_buffer=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
DEFAULTFORMAT=specific;
BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
2009-10-13 16:20:28.800::WARN:  handle failed
java.io.IOException: FULL
at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:274)
at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:202)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378)
at 
org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226)
at 
org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
Thanks.

Elaine


Re: solr IOException

2009-10-13 Thread Yonik Seeley
Jetty has a maximum request size for HTTP-GET... can you use POST instead?

-Yonik
http://www.lucidimagination.com

On Tue, Oct 13, 2009 at 4:33 PM, Elaine Li elaine.bing...@gmail.com wrote:
 Hi,

 In my query, i have around 80 boolean clauses. I don't know if it is
 because the number of boolean clauses are too big, so I got into this
 problem.
 My solr config file actually says the max number to be 1024.

 Can any one help?

 _header=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
 CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
 DEFAULTFORMAT=specific;
 BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
 _buffer=[1515632954,1939520811,m=3653,g=4096,p=4096,c=4096]={sauidp=U601264301252517927557;
 CoreID6=01421694673512525179481ci=90130510,90175093,90175119,90175106;
 DEFAULTFORMAT=specific;
 BUGLIST=5%3A11%3A12%3A36%3A39%3A63%3A77%3A80%3A100%3A106%3A109%3A111%3A114%3A119%3A122%3A125%3A127%3A138%3A142%3A152%3A153%3A154%3A155%3A156%3A157%3A158%3A169%3A178%3A180%3A182%3A183%3A186%3A188%3A190%3A194%3A198%3A199%3A200%3A202%3A206%3A209%3A211%3A212%3A213%3A217%3A219%3A220%3A233%3A236%3A242%3A243%3A249%3A255%3}{}
 2009-10-13 16:20:28.800::WARN:  handle failed
 java.io.IOException: FULL
        at org.mortbay.jetty.HttpParser.parseNext(HttpParser.java:274)
        at org.mortbay.jetty.HttpParser.parseAvailable(HttpParser.java:202)
        at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:378)
        at 
 org.mortbay.jetty.bio.SocketConnector$Connection.run(SocketConnector.java:226)
        at 
 org.mortbay.thread.BoundedThreadPool$PoolThread.run(BoundedThreadPool.java:442)
 Thanks.

 Elaine