Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/solr/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/cassandra/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
不在DSE 4.8.3单节点群集上启动Solr_Solr_Cassandra_Datastax Enterprise - Fatal编程技术网

不在DSE 4.8.3单节点群集上启动Solr

不在DSE 4.8.3单节点群集上启动Solr,solr,cassandra,datastax-enterprise,Solr,Cassandra,Datastax Enterprise,我已经创建了一个单节点DSE集群 在/etc/default/dse中 SPARK_ENABLED=1 SOLR_ENABLED=1 当我启动dse作为服务时,当使用dse Spark时,Spark shell很好。对于Solr,当我在web浏览器上键入ip_地址:8983/Solr/时,它会显示“无法打开页面”。早些时候,当我在web浏览器上执行相同操作时,它会下载一个空文本文件,并且不会打开Solr页面 我使用了浮动IP地址和内部IP地址。 日志/var/log/cassandra/sys

我已经创建了一个单节点DSE集群

在/etc/default/dse中

SPARK_ENABLED=1
SOLR_ENABLED=1
当我启动dse作为服务时,当使用dse Spark时,Spark shell很好。对于Solr,当我在web浏览器上键入ip_地址:8983/Solr/时,它会显示“无法打开页面”。早些时候,当我在web浏览器上执行相同操作时,它会下载一个空文本文件,并且不会打开Solr页面

我使用了浮动IP地址和内部IP地址。 日志/var/log/cassandra/system.log中没有报告错误 /var/log/cassandra和/var/lib/cassandra的所有者:组递归设置为cassandra:cassandra

我能解决这个问题吗