Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Solr upgrading from 4.4 to 5.5.0 |
|
Author |
|
Usha
Joined: 18 Jul 2016 Posts: 1
|
Posted: Mon 18 Jul '16 11:57 Post subject: Solr upgrading from 4.4 to 5.5.0 |
|
|
Hi all,
i am working on solr migration. as part of this i am facing the below error. kindly help me to resolve this.
i am using zookeeper for solr migration.
command:
bin/solr create -c mycollection -d /home/a63f5zz/solr5.5/solr-5.5.0/server/solr/people_core/conf -shards 2 -replicationFactor 2 -p 8985
Error:
[root@arcqa02 solr-5.5.0]# bin/solr create -c mycollection -d /home/a63f5zz/solr5.5/solr-5.5.0/server/solr/people_core/conf -shards 2 -replicationFactor 2 -p 8985
Connecting to ZooKeeper at arcqa02.mmm.com:2181 ...
Uploading /home/a63f5zz/solr5.5/solr-5.5.0/server/solr/people_core/conf for config mycollection to ZooKeeper at arcqa02.mmm.com:2181
Creating new collection 'mycollection' using command:
http://localhost:8985/solr/admin/collections?action=CREATE&name=mycollection&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=mycollection
ERROR: Failed to create collection 'mycollection' due to: org.apache.solr.client.solrj.impl.HttpSolrClient$RemoteSolrException:Error from server at http://169.10.64.222:8986/solr: Error CREATEing SolrCore 'mycollection_shard1_replica2': Unable to create core [mycollection_shard1_replica2] Caused by: No system property or default value specified for dataDir value:${dataDir}
Thanks in advance
Usha. |
|
Back to top |
|
|
|
|
|
|