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
> 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 that
> also showed no errors. Is there 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.

Checking your source code in the previous thread, I do not see how you
created your solr client object.  A bunch of questions follow:

Can you share your code that creates the client and the base URL that it
uses?  Feel free to hide the hostname, but leave the rest of it alone so
we can tell what's going on.  Are you using "collection1" or have you
created your own?  Is it SolrCloud or a traditional config?

Do you see anything in the Logging tab in the Solr UI?  It's not as
useful as the actual log, but if you aren't seeing anything elsewhere,
you might need to look there.

Thanks,
Shawn

Reply via email to