-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is the problem with installing console errors? #170
Comments
@Aiee do you have more ideas on this please, it seems version verification failed even when 3.0 console talking to 3.0 nebula graphD. @AbelRubick could you help double-check its server-side version?
|
@wey-gu This seems to be the typical error due to the version mismatch between the client-side and server-side. |
I've tested it and the version is 3.0.0
I've tested it and all of the version is 3.0.0 |
@Aiee where could go wrong then, please? Anything that @AbelRubick could provide to look into this? Is it possible to be a network issue just with the wrong error being raised by the console? |
Sorry for the late reply. The information you provided has not been reproduced locally. Do you have any new information you can provide us to reproduce? Thanks a lot for your contribution. |
We have noticed that the issue you created hasn’t been updated for nearly a month, so we have to close it for now. If you have any new updates, you are welcome to reopen this issue anytime. Thanks a lot for your contribution. |
How to solve this problem? |
Have you encountered this, too? this error refers to version-hand-shake failure, which normally could be caused by two reasons:
could you double-check against the above cases? |
root@1f69b77c5572:/usr/local/nebula/bin# ./nebula-graphd --version nebula-console-linux-amd64-v3.4.0 |
@fxb392 could you help double confirm:
|
[INFO] nebula-metad(db3c1b3): Exited
2023/05/08 06:16:38 Fail to initialize the connection pool, host: 192.168.8.128, port: 9669, failed to open connection, error: failed to open transport, error: dial tcp 192.168.8.128:9669: i/o timeout goroutine 1 [running]: |
root@1f69b77c5572:/nebula# ss -plunt | grep 9669 |
Is there a problem with my installation? |
It's related the metad not being up and running, could you check metad's log?
|
Three error logs: 2、nebula-graphd.ERROR 3、nebula-storaged.ERROR what should i do next? |
@fxb392 it's a known issue vesoft-inc/nebula#4205 may I know what OS are you using?
For now, I suggest using one with a newer version of the linux kernel. |
The root cause is the upstream |
Thank you very much for your help. |
No, it's been there for more than one year as I observed, sorry about this, could you spawn some VM with a higher version of kernel? |
Ok.If i want upgrade the kernal version,which kernal version is suitable. |
According to similar issues
It's strange enough that someone with a 4.15 kernel is with this issue, but I could see one of my machines with an old kernel worked fine It's highly recommended to try spawning a new VM, which should be working fine. |
I used version 3.0.2 and successfully installed it. But i encountered another problem... |
ok, that's a quite outdated version though :) |
ERROR:systemctl: dbus.service: Executable path is not absolute, ignoring: @/usr/bin/dbus-daemon @dbus-daemon --system --address=systemd: --nofork --nopidfile --systemd-activation --syslog-only |
This is a problem with systemd's dependency on dbus. Perhaps you don't have dbus installed. You can manually start the studio process without using systemd. -- |
好的,不是nebula studio的问题就行,我现在能打开nebula studio的ui界面。非常感谢您这两天的帮助!!! |
My version of nebula is:3.0.0
My version of console is:3.0.0 and 2.6.0(Have tested for the same error to occur)
error:
2022/06/03 22:11:29 Fail to initialize the connection pool, host: 127.0.0.1, port: 9669, failed to open connection, error: failed to verify client version: verifyClientVersion failed: wrong method name
panic: Fail to initialize the connection pool, host: 127.0.0.1, port: 9669, failed to open connection, error: failed to verify client version: verifyClientVersion failed: wrong method name
goroutine 1 [running]:
log.Panicf(0xc0003a6000, 0xb6, 0x0, 0x0, 0x0)
/opt/hostedtoolcache/go/1.16.4/x64/src/log/log.go:361 +0xc5
main.main()
/home/runner/work/nebula-console/nebula-console/main.go:535 +0xb10
The text was updated successfully, but these errors were encountered: