-
Notifications
You must be signed in to change notification settings - Fork 75
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
急!手动组网添加默认账户时一直拒绝连接 8250 #582
Labels
Comments
是不是有多机部署?看看router是不是监听的是127.0.0.1 |
说明你的router没有部署在本地。是在其他机器中部署的。 要远程访问router必须要将router的RPC监听到0.0.0.0,例如: [rpc] # rpc ip & port
address = '0.0.0.0' # router监听IP
port = 8250
caCert = 'classpath:ca.crt'
sslCert = 'classpath:ssl.crt'
sslKey = 'classpath:ssl.key'
sslSwitch = 2 # disable ssl:2, SSL without client auth:1 , SSL with client and server auth: 0
webRoot = 'classpath:pages'
mimeTypesFile = 'classpath:conf/mime.types' # set the content-types of a file |
是不是修改之后wecross router没有启动?有按照下面的资料做吗?https://wecross.readthedocs.io/zh_CN/latest/docs/tutorial/deploy/basic_env.html#id4 |
是的。所有的步骤都是按照文档来进行的,但是就是拒绝访问,也查不到8250节点,好郁闷 |
如果telnet不通127.0.0.1 8250端口,那么就说明有以下几个可能:没有启动router、router IP端口不对。你可以看看demo中的部署脚本例子。 |
感谢kyonRay大佬的帮助与指导,错误已经成功解决,感谢 大佬! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
在手动组网环节
1重启跨链路由加载已配置的跨链资源以后,按照文档 使用“tail -f logs/info.log |grep "active resources”命令无法加载出活跃的跨链资源。
2.配置跨链账户中,启动控制台后使用默认的跨链账户登录:org1-admin,密码:123456(默认账户在WeCross-Account-Manager/conf/application.toml配置),显示拒绝连接127.0.0.1:8250
从网上找了很多关于这方面的解决办法仍无法解决,特此求助各位大佬
The text was updated successfully, but these errors were encountered: