我试着运行Hive-分散思想和信息在我的服务器上的交流。
docker示例正在正常运行,运行以下命令:
docker run \
--env USE_WAY_TOO_MUCH_RAM=1 --env USE_FULL_WEB_NODE=1 \
-d -p 2001:2001 -p 8090:8090 --name hived-full \
openhive-network/hive
在等待服务器3天后,当我访问我的ip时,对于端口8090,我可以看到:
{"jsonrpc":"2.0","error":{"code":-32000,"message":"End Of File:stringstream","data":{"code":11,"name":"eof_exception","message":"End Of File","stack":[{"context":{"level":"error","file":"sstream.cpp","line":109,"method":"peek","hostname":"","timestamp":"2020-07-06T22:09:42"},"format":"stringstream","data":{}},{"context":{"level":"warn","file":"json.cpp","line":489,"method":"from_string","hostname":"","timestamp":"2020-07-06T22:09:42"},"format":"","data":{"str":""}}]}},"id":null}
但是,每次我尝试为port 2001使用web浏览器时,我都会得到:
此页不工作
通过文档,这应该足以创建一个类似于hive.io的站点有人知道如何使用http/tcp使其工作吗?
暂无答案!
目前还没有任何答案,快来回答吧!