Re: Got error: Filter execution threw an exception

2013-10-04 Thread Brian Robinson
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

Re: Got error: Filter execution threw an exception

2013-10-04 Thread Brian Robinson
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

Re: Got error: Filter execution threw an exception

2013-10-03 Thread Shawn Heisey
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

Re: Got error: Filter execution threw an exception

2013-10-03 Thread Brian Robinson
Also, if it sheds any light, before this error started appearing, I was running into some OOM errors with PHP. Before that, I had reloaded Solr a couple of times, since I updated schema.xml. All I did in schema.xml was remove some fields, though. On 10/3/2013 9:03 PM, Brian Robinson wrote: Hi

Re: Got error: Filter execution threw an exception

2013-10-03 Thread Brian Robinson
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 security: $options = array ( 'hostname' =>

Re: Got error: Filter execution threw an exception

2013-10-03 Thread Brian Robinson
Something else strange...I pinged Solr with PHP in my desktop browser and didn't get a response back, neither a success nor a failure. But when I navigate to /solr/admin/ping on the server, it shows a status of "OK". I can also execute a deleteByQuery command without error, but both addDocumen

Re: Got error: Filter execution threw an exception

2013-10-03 Thread Shawn Heisey
On 10/3/2013 6:02 PM, Brian Robinson wrote: > I'm using PHP Pecl to create my index, and am getting an error that I > can't figure out. I'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

Got error: Filter execution threw an exception

2013-10-03 Thread Brian Robinson
Hello, Starting a new thread on this problem... I'm using PHP Pecl to create my index, and am getting an error that I can't figure out. I'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