I just tested this using some tweaks to the example Schema and I cannot reproduce ... as Shalin described i get an expected "Error loading class" message logged on startup, and when attempting to load the admin screen i get a 500 page informing me there were errors in my config with the full details as well (as expected because of the <abortOnConfigurationError> config option)
If you are seeing something differnet, can you post the full stack trace of the exception you are seeing (not just those three lines) ... actually can you post all the log messages you get on startup with your bad config? : No, I'm talking about solr token filters. I implemented my own token filter : (org.apache.lucene.analysis.TokenFilter and : org.apache.solr.analysis.BaseTokenFilterFactory) but I misspelled the : classname in the schema.xml and I got that exception. The solr webinterface : didn't respond as well, just a white page, no http response. ... : > > SEVERE: Error finishing response : > > java.lang.ArrayIndexOutOfBoundsException : > > at java.lang.System.arraycopy(Native Method) : > > at : > > : > > org.apache.coyote.http11.InternalOutputBuffer.write(InternalOutputBu : > > ff : > > er.jav : > > a:690) -Hoss