You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. Startup Zookeeper docker run --name zookeeper -p 2181:2181 -p 2888:2888 -p 3888:3888 -d zookeeper this command is running successfully for me.
3.Execute SQL under seata-samples\dubbo\src\main\resources\sql
I am stuck on how to execute microservices under above mentioned path step, I also tried to run these .java files (AccountService.java, BusinessService.java, OrderService.java, StockService.java) directly by using javac filename.java but not able to start them and failed with this error Error_logs:error.txt
Could you please have a look and provide your feedback regarding the same.
The text was updated successfully, but these errors were encountered:
Hi team,
I am trying deployment of Dubbo microservices for seata using following steps:
1. Startup Seata Server
docker run --name seata-server -p 8091:8091 -p 7091:7091 seataio/seata-server:1.5.0
logs_startup_seata_server: seata-sample.txt
UI interface for seata-server:
2. Startup Zookeeper
docker run --name zookeeper -p 2181:2181 -p 2888:2888 -p 3888:3888 -d zookeeper
this command is running successfully for me.3.Execute SQL under seata-samples\dubbo\src\main\resources\sql
I am stuck on how to execute microservices under above mentioned path step, I also tried to run these .java files (AccountService.java, BusinessService.java, OrderService.java, StockService.java) directly by using
javac filename.java
but not able to start them and failed with this errorError_logs: error.txt
Could you please have a look and provide your feedback regarding the same.
The text was updated successfully, but these errors were encountered: