LuceneQueryParserException: 092912913
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2017 11:08 AM
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
- Labels:
-
Alfresco Content Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2017 06:23 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2017 03:24 AM
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)
