LuceneQueryParserException: 092912913

cancel
Showing results for 
Search instead for 
Did you mean: 
mcyoda
Member II

LuceneQueryParserException: 092912913

Hi everybody

Just installed latest Alfresco community version and more or less configured it.

But every day I have the same error several times in the log file.

Did not find any solution in the forums or googling it... No idea, what this error is about really...

Any hints anybody?

(Logfile attached)

Thanks

2 Replies
andy1
Senior Member

Re: LuceneQueryParserException: 092912913

Hi

This just looks like an IO/connectivity issue.

Caused by: java.net.SocketException: Software caused connection abort: recv failed

Please check the other logs.

Andhy

mcyoda
Member II

Re: LuceneQueryParserException: 092912913

Hi and thanks for helping

I looked at

  • solr.log
  • share.log
  • catalina.<date>.log

I cound find following in catalina log, not sure if it is connected to above error:

Nov 13, 2017 9:47:36 AM org.apache.coyote.http11.AbstractHttp11Processor process
INFORMATION: Error parsing HTTP request header
 Note: further occurrences of HTTP header parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name. HTTP method names must be tokens
    at org.apache.coyote.http11.InternalAprInputBuffer.parseRequestLine(InternalAprInputBuffer.java:182)
    at org.apache.coyote.http11.AbstractHttp11Processor.process(AbstractHttp11Processor.java:1028)
    at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:637)
    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.doRun(AprEndpoint.java:2549)
    at org.apache.tomcat.util.net.AprEndpoint$SocketProcessor.run(AprEndpoint.java:2538)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
    at java.lang.Thread.run(Unknown Source)