无法远程使用neo4j shell

无法远程使用neo4j shell,neo4j,Neo4j,我无法使用neo4j shell远程连接到服务器。下面是发生的情况: amy@wombat$ neo4j-shell -host myserver.mycompany.com -port 1337 Welcome to the Neo4j Shell! Enter 'help' for a list of commands NOTE: Remote Neo4j graph database service 'shell' at port 1337 neo4j-sh (0)$ help Conn

我无法使用neo4j shell远程连接到服务器。下面是发生的情况:

amy@wombat$ neo4j-shell -host myserver.mycompany.com -port 1337
Welcome to the Neo4j Shell! Enter 'help' for a list of commands
NOTE: Remote Neo4j graph database service 'shell' at port 1337

neo4j-sh (0)$ help
Connection refused to host: 127.0.1.1; nested exception is: 
        java.net.ConnectException: Connection refused
neo4j-sh (0)$ 
我正在跑步: neo4j-community-2.0.0-M06 Red Hat Enterprise Linux服务器(2.6.32-358.23.2.el6.x86_64)

我可以在端口1337上远程登录此服务器。我还能够在服务器上运行Neo4JShell

我读过,但没有一本有用

似乎建议将其放入neo4j-server.properties中。但是,表示它应该进入neo4j.properties。我把它都放进去了,但还是不起作用。
启用\u remote\u shell=true

请粘贴您的
/etc/hosts
?127.0.1.1听起来可疑。这就是问题所在!我在客户端的/etc/hosts文件中有一个输入错误。请在下面的链接中发布解决方案