Você precisa adicionar o endereço IP no firewall (por exemplo, iptables em máquinas CentOS). Depois de configurar o IP nessa tabela, você poderá acessar a máquina.
Estou usando o CentOs-6.7 (versão mais recente do Java instalado) e baixei o solr-5.3.2.tgz
do link . Então eu descompactei para o meu diretório
/opt/solr-5.3.2
e então eu iniciei o solr usando o comando
bin/solr start -e cloud -noprompt
Depois que solr começou bem sem qualquer problema e, em seguida, eu verifiquei com porta estão ouvindo bem e estabelecido. Abaixo minha impressão depois de iniciar o solr.
Welcome to the SolrCloud example!
Starting up 2 Solr nodes for your example SolrCloud cluster.
Creating Solr home directory /opt/solr-5.3.2/example/cloud/node1/solr
Cloning /opt/solr-5.3.2/example/cloud/node1 into
/opt/solr-5.3.2/example/cloud/node2
Starting up Solr on port 8983 using command:
bin/solr start -cloud -p 8983 -s "example/cloud/node1/solr"
Waiting up to 30 seconds to see Solr running on port 8983 [\]
Started Solr server on port 8983 (pid=8560). Happy searching!
Starting up Solr on port 7574 using command:
bin/solr start -cloud -p 7574 -s "example/cloud/node2/solr" -z localhost:9983
Waiting up to 30 seconds to see Solr running on port 7574 [\]
Started Solr server on port 7574 (pid=8776). Happy searching!
Connecting to ZooKeeper at localhost:9983 ...
Uploading /opt/solr-5.3.2/server/solr/configsets/data_driven_schema_configs/conf for config gettingstarted to ZooKeeper at localhost:9983
Creating new collection 'gettingstarted' using command:
http://localhost:8983/solr/admin/collections?action=CREATE&name=gettingstarted&numShards=2&replicationFactor=2&maxShardsPerNode=2&collection.configName=gettingstarted
{
"responseHeader":{
"status":0,
"QTime":22130},
"success":{"":{
"responseHeader":{
"status":0,
"QTime":20693},
"core":"gettingstarted_shard2_replica2"}}}
Enabling auto soft-commits with maxTime 3 secs using the Config API
POSTing request to Config API: http://localhost:8983/solr/gettingstarted/config
{"set-property":{"updateHandler.autoSoftCommit.maxTime":"3000"}}
Successfully set-property updateHandler.autoSoftCommit.maxTime to 3000
SolrCloud example running, please visit: http://localhost:8983/solr
Agora, o problema é quando eu tentei abrir o console solr usando link ou link , estou recebendo o erro
"SolrCore Initialization Failures"
e também perdendo a conexão.
Nota : lista de verificação
Porto está escutando
núcleos são criados usando o comando
Reiniciado muitas vezes
Tags configuration