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
Hi team
I am working on seata sample file for testing and deploying microservices and ensure consistency between Seata and Dubbo Microservices by following this reference .
I have tried to startup seata-server by $ docker run --name seata-server -p 8091:8091 seataio/seata-server:1.4.2
And also I tried it by downloded seatarelease version ,then ran ||sh ./bin/seata-server.sh||
Output:
apm-skywalking not enabled
./bin/seata-server.sh: 138: [[: not found
seata-server is starting, you can check the /home/ubuntu/ARM_FAAS_Project/abhay/seata-samples/seata/logs/start.out
After that, I tried to execute these services
“DubboStockServiceStarter”,”DubboAccountServiceStarter”,”DubboOrderServiceStarter”,”DubboBusinessTester”
Under the seata-samples\dubbo\src\main\resources\sql but couldn’t able to start above service .
Please share some pointer on it how to deploy these microservices in seata.
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi team
I am working on seata sample file for testing and deploying microservices and ensure consistency between Seata and Dubbo Microservices by following this reference .
I have tried to startup seata-server by
$ docker run --name seata-server -p 8091:8091 seataio/seata-server:1.4.2
Log startup seata-server: seata-server_startup.txt
And also I tried it by downloded seata release version ,then ran
||sh ./bin/seata-server.sh||
Output:
After that, I tried to execute these services
“DubboStockServiceStarter”,”DubboAccountServiceStarter”,”DubboOrderServiceStarter”,”DubboBusinessTester”
Under the seata-samples\dubbo\src\main\resources\sql but couldn’t able to start above service .
Please share some pointer on it how to deploy these microservices in seata.
Thanks in advance.
The text was updated successfully, but these errors were encountered: