Re: ghostly config issues

2015-09-10 Thread Mark Fenbers
On 9/7/2015 4:52 PM, Shawn Heisey wrote: The only files that should be in server/lib is jetty and servlet jars. The only files that should be in server/lib/ext is logging jars (slf4j, log4j, etc). In the server/lib directory on Solr 5.3.0: ext/ javax.servlet-api-3.1.0.jar jetty-continuation-9.

Re: ghostly config issues

2015-09-07 Thread Shawn Heisey
On 9/7/2015 5:31 AM, Mark Fenbers wrote: > On 9/6/2015 4:25 PM, Shawn Heisey wrote: > I did as you prescribed. Being my solr.xml did not have a "sharedLib" > line in it, I added > > libtest > > between the and the tags because I'm not running in > cloud mode -- at least, not yet. > > I also

Re: ghostly config issues

2015-09-07 Thread Mark Fenbers
On 9/6/2015 4:25 PM, Shawn Heisey wrote: If we assume that it cannot be a problem with multiple jar versions, which sounds pretty reasonable, then I think SOLR-6188 is probably to blame. https://issues.apache.org/jira/browse/SOLR-6188 I think you should try this as a troubleshooting step: Ren

Re: ghostly config issues

2015-09-06 Thread Shawn Heisey
On 9/6/2015 11:27 AM, Mark Fenbers wrote: > This issue still persists. :-(( > > I have moved all the jars to /lib. I have commented out > all references in solrconfig.xml. I have moved all jars to > /lib and removed them from /lib. But nothing has > changed with any of these steps. > > I only

Re: ghostly config issues

2015-09-06 Thread Mark Fenbers
On 9/6/2015 12:00 PM, Shawn Heisey wrote: It looks like you have jars in the solrhome/lib directory, which is good. You probably don't need the dataimporthandler jar for -extras if you just want to load from a database. It does appear that you also have directives in your solrconfig.xml, which

Re: ghostly config issues

2015-09-06 Thread Shawn Heisey
On 9/6/2015 5:28 AM, Mark Fenbers wrote: > Yes, indeed. Moving core.properties up to the parent directory did the > trick. I also created a lib subdir and copied the postgres jar file and > the Solr import handlers into it -- according to the advice from Kevin > Lee responding to my "Config error

Re: ghostly config issues

2015-09-06 Thread Mark Fenbers
On 9/5/2015 10:40 PM, Shawn Heisey wrote: Your solr home is /localapps/dev/EventLog ... Solr automatically loads any jar found in the lib directory in the solr home, so it is attempting to use /localapps/dev/EventLog/lib for the classloader. For the other things you noticed, I believe I know why

Re: ghostly config issues

2015-09-05 Thread Shawn Heisey
On 9/5/2015 1:56 PM, Mark Fenbers wrote: > The log data is from solr.log. There are a couple of puzzling items. > > 1. On line 2015-09-05 19:19:56.678, it shows a "lib" subdir >(/localapps/dev/EventLog/lib) which doesn't exist and isn't >specified anywhere that I can find (lots of "find |