You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-user@lucene.apache.org by Ritesh <rv...@rediffmail.com> on 2017/12/19 12:36:13 UTC

Re: recurring Solr warning messages

Hello,Can you help on the below issue please?My solr box keep on giving warnings about every 30 seconds:
WARN null ServletHandler /solr/sitecore/select
org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key
Can you please provide more information/resolution on this?Regards,RiteshFrom: GitHub Staff &lt;support@github.com&gt;Sent: Thu, 14 Dec 2017 00:05:54To: Ritesh &lt;rvedsen@rediffmail.com&gt;Subject: Re: recurring Solr warning messages																														Hi Ritesh,
						I&#39;m sorry, but you&#39;ve reached Support for GitHub. It sounds like you may have been looking for support for a specific project that is hosted on GitHub.
						https://github.com/apache/lucene-solr
						We didn&#39;t build that project, so we&#39;re not able to support it. There are a few places we suggest you look when you need help with a project hosted on GitHub:
													its SUPPORT or README file, which may include contact information or an official website							its Issues tab, where you can report bugs							the owner&#39;s GitHub profile, which may include contact information						
						Of course, do let us know if you have any questions about GitHub itself!
						Thanks,						GitHub Staff
																		My solr box keep on giving warnings about every 30 seconds:
						WARN null ServletHandler /solr/sitecore/select
						org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key
						Can you please provide more information/resolution on this?																														

Re: recurring Solr warning messages

Posted by Shawn Heisey <ap...@elyograg.org>.
On 12/19/2017 5:36 AM, Ritesh wrote:
> Hello,Can you help on the below issue please?My solr box keep on giving warnings about every 30 seconds:
> WARN null ServletHandler /solr/sitecore/select
> org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key

It looks like something in your environment is sending a request to Solr 
with a Content-Type HTTP header set to application/www-form-urlencoded. 
The error message suggests that either the request body is empty, or 
that the request body contains something that the software cannot 
properly interpret according to that Content-Type.

Most likely the error message is significantly longer than what you have 
included here.  Can you share the entire thing?  It could be dozens of 
lines long, and may include one or more "Caused by" sections, each with 
their own stacktrace.  We will also need the Solr version in order to 
correctly decipher any line numbers in the error message.

This sounds like an error actually generated by a servlet container, not 
Solr itself.  The default servlet container is Jetty.

Thanks,
Shawn

Re: recurring Solr warning messages

Posted by Ritesh <rv...@rediffmail.com>.
Hi,Can someone respond on this please?Or, can you direct me to the right contact who may know about these issues.Regards,RiteshFrom: &quot;Ritesh&quot;&lt;rvedsen@rediffmail.com&gt;Sent: Tue, 19 Dec 2017 18:06:13To: &lt;solr-user@lucene.apache.org&gt;Subject: Re: recurring Solr warning messagesHello,Can you help on the below issue please?My solr box keep on giving warnings about every 30 seconds:
WARN null ServletHandler /solr/sitecore/select
org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key
Can you please provide more information/resolution on this?Regards,RiteshFrom: GitHub Staff &lt;support@github.com&gt;Sent: Thu, 14 Dec 2017 00:05:54To: Ritesh &lt;rvedsen@rediffmail.com&gt;Subject: Re: recurring Solr warning messages																														Hi Ritesh,
						I&#39;m sorry, but you&#39;ve reached Support for GitHub. It sounds like you may have been looking for support for a specific project that is hosted on GitHub.
						https://github.com/apache/lucene-solr
						We didn&#39;t build that project, so we&#39;re not able to support it. There are a few places we suggest you look when you need help with a project hosted on GitHub:
													its SUPPORT or README file, which may include contact information or an official website							its Issues tab, where you can report bugs							the owner&#39;s GitHub profile, which may include contact information						
						Of course, do let us know if you have any questions about GitHub itself!
						Thanks,						GitHub Staff
																		My solr box keep on giving warnings about every 30 seconds:
						WARN null ServletHandler /solr/sitecore/select
						org.apache.solr.common.SolrException: application/x-www-form-urlencoded invalid: missing key
						Can you please provide more information/resolution on this?