Error while starting the shard under Node1 as guided by documentation.
I am following the guidelines on http://docs.adobe.com/docs/en/aem/6-0/deploy/upgrade/queries-and-indexing.html to set up remote solr search server.
I have set up the recommended configuration and after creating aemsolr1/node1 and aemsolr2/node2 folders I am trying to start the first shard by using
java -Xmx2g -Dbootstrap_confdir=./cfg/oak/conf -Dcollection.configName=myconf -DzkRun -DnumShards=2 -jar start.jar |
However this gives error "
[coreLoadExecutor-6-thread-1] ERROR org.apache.solr.core.CoreContainer û Error creating core [
oak]: Could not load conf for core oak: Plugin init failure for [schema.xml] fieldType "pint": Error
loading class 'solr.IntField'. Schema file is /configs/myconf/schema.xml
org.apache.solr.common.SolrException: Could not load conf for core oak: Plugin init failure for [sch
ema.xml] fieldType "pint": Error loading class 'solr.IntField'. Schema file is /configs/myconf/schem
a.xml
I have attached the entire log.
Kindly let me know what I am doing incorrectly.
