It ended up that I just needed to restart Tomcat. Once you mentioned the
logging, it sounded like something somewhere just got stuck, so
rebooting took care of it. I should have just done that in the first place.
Brian
On 10/4/2013 1:43 AM, Shawn Heisey wrote:
On 10/3/2013 8:03 PM, Brian Robin
Thanks for the guidance, Shawn. I am in fact using Tomcat instead of
Jetty, but the logging was working OK at one point, so I'm not sure what
changed to make it not work. I'll have to investigate that. I'll check
out your other suggestions as well.
Brian
On 10/4/2013 1:43 AM, Shawn Heisey wrot
On 10/3/2013 8:03 PM, Brian Robinson wrote:
> Hi Shawn,
> Thanks for responding. Just saw this email. I did go to the logging tab
> in the admin page, but it never finished loading. I'm using collection1,
> and I'm using the traditional config. Here is my complete code, with
> $options omitted for
ing Solr version 4.3.1.
I know I'm supposed to provide the log errors, but strangely, I checked
solr.log in the apache-tomcat/logs/ directory, and the
apache-tomcat/logs/logs/ directory, and neither had an entry for the
errors I saw today. I also checked the catalina.2013-10-03.log, and
th
#x27;m using Solr version 4.3.1.
I know I'm supposed to provide the log errors, but strangely, I checked
solr.log in the apache-tomcat/logs/ directory, and the
apache-tomcat/logs/logs/ directory, and neither had an entry for the
errors I saw today. I also checked the catalina.2013-10-03.log, and t
re another log I should be checking?
The way I'm triggering this is by having my browser hit a PHP page
with the code. When I do that, a "Filter execution threw an exception"
error is shown on the page. Please let me know if I need to give
further information. Any help I can get would be appreciated.
Thanks,
Brian
this is by having my browser hit a PHP page with
> the code. When I do that, a "Filter execution threw an exception" error
> is shown on the page. Please let me know if I need to give further
> information. Any help I can get would be appreciated.
Checking your source code in the
a PHP page with
the code. When I do that, a "Filter execution threw an exception" error
is shown on the page. Please let me know if I need to give further
information. Any help I can get would be appreciated.
Thanks,
Brian
#x27;ve verified
that the database query is pulling in data correctly, and the $solrDocs
array has the expected number of items, but I'm getting an error thrown
by the addDocuments method.
and the error is "Filter execution threw an exception"
When starting a new discussio
cted number of items, but I'm getting an error thrown
by the addDocuments method.
and the error is "Filter execution threw an exception"
When starting a new discussion on a mailing list, please create a new
message rather than replying to one that you have received.
pdate']."T00:00:00Z";
$doc->addField('lastUpdate', $tmpUpdate);
$solrDocs[] = $doc;
}
foreach (array_chunk($solrDocs, 500) AS $solrChunk) {
$client->addDocuments($solrChunk);
}
and the error is "Filter execution threw an exception"
Does anyone know what this error might mean?
Thanks,
Brian
11 matches
Mail list logo