Hi Shawn, Thank you for responding and informing me about the attachments. Here is the log file details.. 016-04-01 18:24:08.191 INFO (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CachingDirectoryFactory looking to close <mypath>solr-5.5.0\server\solr\myDatabase\data\index [CachedDir<<refCount=0;path=<mypath>solr-5.5.0\server\solr\myDatabase\data\index;done=false>>] 2016-04-01 18:24:08.192 INFO (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CachingDirectoryFactory Closing directory: <mypath>solr-5.5.0\server\solr\myDatabase\data\index 2016-04-01 18:24:08.192 INFO (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CachingDirectoryFactory looking to close <mypath>solr-5.5.0\server\solr\myDatabase\data [CachedDir<<refCount=0;path=<mypath>solr-5.5.0\server\solr\myDatabase\data;done=false>>] 2016-04-01 18:24:08.192 INFO (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CachingDirectoryFactory Closing directory: <mypath>solr-5.5.0\server\solr\myDatabase\data 2016-04-01 18:24:08.193 ERROR (coreLoadExecutor-6-thread-1) [ x:myDatabase] o.a.s.c.CoreContainer Error creating core [myDatabase]: fieldType 'booleans' not found in the schema org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema at org.apache.solr.core.SolrCore.<init>(SolrCore.java:820) at org.apache.solr.core.SolrCore.<init>(SolrCore.java:658) at org.apache.solr.core.CoreContainer.create(CoreContainer.java:814) at org.apache.solr.core.CoreContainer.access$000(CoreContainer.java:87) at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:467) at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:458) at java.util.concurrent.FutureTask.run(Unknown Source) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema at org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$TypeMapping.populateValueClasses(AddSchemaFieldsUpdateProcessorFactory.java:247) at org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory.inform(AddSchemaFieldsUpdateProcessorFactory.java:173) at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:697) at org.apache.solr.core.SolrCore.<init>(SolrCore.java:800) ... 10 more 2016-04-01 18:24:08.196 ERROR (coreContainerWorkExecutor-2-thread-1) [ ] o.a.s.c.CoreContainer Error waiting for SolrCore to be created java.util.concurrent.ExecutionException: org.apache.solr.common.SolrException: Unable to create core [myDatabase] at java.util.concurrent.FutureTask.report(Unknown Source) at java.util.concurrent.FutureTask.get(Unknown Source) at org.apache.solr.core.CoreContainer$2.run(CoreContainer.java:496) at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at org.apache.solr.common.util.ExecutorUtil$MDCAwareThreadPoolExecutor$1.run(ExecutorUtil.java:231) at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.apache.solr.common.SolrException: Unable to create core [myDatabase] at org.apache.solr.core.CoreContainer.create(CoreContainer.java:828) at org.apache.solr.core.CoreContainer.access$000(CoreContainer.java:87) at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:467) at org.apache.solr.core.CoreContainer$1.call(CoreContainer.java:458) ... 5 more Caused by: org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema at org.apache.solr.core.SolrCore.<init>(SolrCore.java:820) at org.apache.solr.core.SolrCore.<init>(SolrCore.java:658) at org.apache.solr.core.CoreContainer.create(CoreContainer.java:814) ... 8 more Caused by: org.apache.solr.common.SolrException: fieldType 'booleans' not found in the schema at org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory$TypeMapping.populateValueClasses(AddSchemaFieldsUpdateProcessorFactory.java:247) at org.apache.solr.update.processor.AddSchemaFieldsUpdateProcessorFactory.inform(AddSchemaFieldsUpdateProcessorFactory.java:173) at org.apache.solr.core.SolrResourceLoader.inform(SolrResourceLoader.java:697) at org.apache.solr.core.SolrCore.<init>(SolrCore.java:800) ... 10 more 2016-04-01 18:24:10.176 INFO (qtp7980742-15) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json} status=0 QTime=3426 2016-04-01 18:24:17.394 INFO (qtp7980742-15) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/cores params={indexInfo=false&wt=json&_=1459535057377} status=0 QTime=2 2016-04-01 18:24:17.494 INFO (qtp7980742-16) [ ] o.a.s.s.HttpSolrCall [admin] webapp=null path=/admin/info/system params={wt=json&_=1459535057440} status=0 QTime=41
Regards, GNT On Sat, Apr 2, 2016 at 12:01 AM, Shawn Heisey <apa...@elyograg.org> wrote: > On 4/1/2016 12:11 PM, Girish Tavag wrote: > > I copied schema.xml from solr-5.5.0\example\example-DIH\solr\db\conf\ > > to \solr-5.5.0\server\solr\myDatabase\conf\ > > I've attached the file too. > > > > @Shawn > > The file does not have any field which defined as <field > > name="somefield" type="booleans" indexed="true" stored="true"/> > > You are correct, "booleans" does not show up in that file. > > Either the schema you sent is not the schema that's actually being used, > or the error message that you sent is not a precise copy/paste of what > you are seeing. You may need to let us see the entire stacktrace for > any error messages in your logfile, as well as several lines before and > after each error. If you can share the entire logfile, that would be > helpful. > > FYI -- attaching files often does not work. You got lucky -- typically > such attachments do not make it to the list. > > Thanks, > Shawn > >