Are you using the example solrconfig.xml? The stack trace looks like an error finding the solr.home index directory, that is configured in solrconfig.xml, not schema.xml
If the example schema.xml works, can you try adding a little bit of your schema at a time? On 4/11/07, Andrew Nagy <[EMAIL PROTECTED]> wrote:
Andrew Nagy wrote: > Ryan McKinley wrote: >> What errors are you getting? Are there exceptions in the log when it >> starts up? > Just a null pointer exception. > > I added a few fields to my schema, and then replaced my solr war file > with the latest build (see my message from a week ago). It wouldn't > work, so I assumed something wrong with the latest build. I then > reverted back to my 1.1.0 copy and am getting these errors. The XML > is valid, but that is all I can test. I just installed SOLR-75 patch and the "schema browser" is able to view the schema perfectly. When I used the default schema with SOLR, everything is fine, but when I replace my schema ... it's throws this NullPointerException .... Any ideas? Andrew