We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fisco-bcos已经搭建好、监听5002端口 root@wujiyun-virtual-machine:~/fisco/webase-front# netstat -anlp|grep 5002 tcp6 0 0 :::5002 :::* LISTEN 4446/java
环境(本地虚拟机ubunut18.04搭建): root@wujiyun-virtual-machine:~/fisco/webase-front# java -version openjdk version "11.0.17" 2022-10-18 OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu218.04) OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu218.04, mixed mode, sharing)
root@wujiyun-virtual-machine:~/fisco/webase-front# mysql --version mysql Ver 14.14 Distrib 5.7.41, for Linux (x86_64) using EditLine wrapper
root@wujiyun-virtual-machine:~/fisco/webase-front# python3 --version Python 3.6.9
The text was updated successfully, but these errors were encountered:
端口已起来的话应该是服务启动成功了,可以贴上front的日志看看是否有报错信息。
Sorry, something went wrong.
No branches or pull requests
报错显示
Server com.webank.webase.front.Application Port 5002 is running PID(4446)
fisco-bcos已经搭建好、监听5002端口
root@wujiyun-virtual-machine:~/fisco/webase-front# netstat -anlp|grep 5002
tcp6 0 0 :::5002 :::* LISTEN 4446/java
环境(本地虚拟机ubunut18.04搭建):
root@wujiyun-virtual-machine:~/fisco/webase-front# java -version
openjdk version "11.0.17" 2022-10-18
OpenJDK Runtime Environment (build 11.0.17+8-post-Ubuntu-1ubuntu218.04)
OpenJDK 64-Bit Server VM (build 11.0.17+8-post-Ubuntu-1ubuntu218.04, mixed mode, sharing)
root@wujiyun-virtual-machine:~/fisco/webase-front# mysql --version
mysql Ver 14.14 Distrib 5.7.41, for Linux (x86_64) using EditLine wrapper
root@wujiyun-virtual-machine:~/fisco/webase-front# python3 --version
Python 3.6.9
The text was updated successfully, but these errors were encountered: