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
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
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' =>
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
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
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