HTTP Status 503 - Server is shutting down or failed to initialize

HTTP Status 503 - Server is shutting down or failed to initialize


type Status report

message Server is shutting down or failed to initialize

description The requested service is not currently available.


Apache Tomcat/7.0.47

在liunx系统上做一套solr集群,出现了,503错误,Server is shutting down or failed to initialize。
上网查了不同的解决方法

解法一:

将解压后的solr下面的example/resources/下的log4j.properties复制到 solr项目下的 /WEB_INF/classes中。

解法二:

将解压后的solr/example/lib/ext下的所有 jar包,复制到 solr项目下的 /WEB_INF/下的lib文件夹中。

都没有成功!!!

解决方法三:

查看solr工程的web.xml中的/solr/home配置的注解有没有打开,<!-- 把注解打开 -->,重启tomcat问题解决了。
一个主节点,三个从节点。
再利用浏览器执行:

创建一个两片的collection,每片是一主一备。

http://ip:8080/solr/admin/collections?action=CREATE&name=collection2&numShards=2&replicationFactor=2

再删除之前的:

http://ip:8080/solr/admin/collections?action=DELETE&name=collection1


猜你喜欢

转载自blog.csdn.net/baidu_30744225/article/details/79082336