-
Notifications
You must be signed in to change notification settings - Fork 615
-
下载好tar 包后 没有改任何配置文件
操作
1、./bin/init-store.sh
image
2、./bin/start-hugegraph.sh
报错
Starting HugeGraphServer in daemon mode...
Connecting to HugeGraphServer (http://127.0.0.1:8080/graphs)................The operation timed out(30s) when attempting to connect to http://127.0.0.1:8080/graphs
See /home/xiaofeng/apache-hugegraph-incubating-1.2.0/logs/hugegraph-server.log for HugeGraphServer log output.
各位大佬有遇到过这种问题吗?
Beta Was this translation helpful? Give feedback.
All reactions
Replies: 1 comment
-
Two point u could check first:
jps -vto check if the server process already under running status? (if yes, trycurl localhost:8080to test it)- check the
hugegraph*.logto see if there are any Exception/Errors?
And also we have met same issue before, u could search the issue history~
@dosu-bot seems u don't show in the discussion area? Is it because you need to manually turn this configuration on? Try to call u manually~
Beta Was this translation helpful? Give feedback.