Skip to content
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

Deployment of Dubbo microservices for seata. #580

Open
odidev opened this issue Nov 7, 2022 · 2 comments
Open

Deployment of Dubbo microservices for seata. #580

odidev opened this issue Nov 7, 2022 · 2 comments

Comments

@odidev
Copy link

odidev commented Nov 7, 2022

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: seata-s

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.

@odidev
Copy link
Author

odidev commented Dec 20, 2022

@a364176773 Could you please share some pointers for this?
Thanks in advance.

@leizhiyuan
Copy link
Contributor

Use mvn instead of javac to compile the project. It is recommended to directly use an IDE.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants