abhay@master-node:~/seata-samples$ sudo docker run --name seata-server -p 8091:8091 -p 7091:7091 seataio/seata-server:latest ███████╗███████╗ █████╗ ████████╗ █████╗ ██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔══██╗ ███████╗█████╗ ███████║ ██║ ███████║ ╚════██║██╔══╝ ██╔══██║ ██║ ██╔══██║ ███████║███████╗██║ ██║ ██║ ██║ ██║ ╚══════╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═╝ 05:15:36.649 INFO --- [ main] io.seata.server.ServerApplication : Starting ServerApplication using Java 1.8.0_345 on 97a5d40387f2 with PID 1 (/seata-server/classes started by root in /seata-server) 05:15:36.661 INFO --- [ main] io.seata.server.ServerApplication : No active profile set, falling back to default profiles: default 05:15:38.595 INFO --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7091 (http) 05:15:38.606 INFO --- [ main] o.a.coyote.http11.Http11NioProtocol : Initializing ProtocolHandler ["http-nio-7091"] 05:15:38.607 INFO --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 05:15:38.608 INFO --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.55] 05:15:38.735 INFO --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 05:15:38.735 INFO --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 1993 ms 05:15:39.572 INFO --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html] 05:15:39.891 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/'] with [] 05:15:39.896 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.css'] with [] 05:15:39.896 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.js'] with [] 05:15:39.897 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.html'] with [] 05:15:39.917 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.map'] with [] 05:15:39.918 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.svg'] with [] 05:15:39.918 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.png'] with [] 05:15:39.920 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/**/*.ico'] with [] 05:15:39.920 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/console-fe/public/**'] with [] 05:15:39.920 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/api/v1/auth/login'] with [] 05:15:39.986 INFO --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@26d5a317, org.springframework.security.web.context.SecurityContextPersistenceFilter@11f23203, org.springframework.security.web.header.HeaderWriterFilter@34c53688, org.springframework.security.web.authentication.logout.LogoutFilter@7ca492d9, io.seata.console.filter.JwtAuthenticationTokenFilter@70b6db83, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@60dc1a4e, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@38029686, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5a090f62, org.springframework.security.web.session.SessionManagementFilter@f723cdb, org.springframework.security.web.access.ExceptionTranslationFilter@19ae2ee5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4a6c0f38] 05:15:40.044 INFO --- [ main] o.a.coyote.http11.Http11NioProtocol : Starting ProtocolHandler ["http-nio-7091"] 05:15:40.075 INFO --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7091 (http) with context path '' 05:15:40.090 INFO --- [ main] io.seata.server.ServerApplication : Started ServerApplication in 4.577 seconds (JVM running for 6.076) 05:15:40.433 INFO --- [ main] i.s.core.rpc.netty.NettyServerBootstrap : Server started, service listen port: 8091 05:15:40.446 INFO --- [ main] io.seata.server.ServerRunner : seata server started in 354 millSeconds