zhuyifeiRuichuang commented on issue #8150:
URL: 
https://github.com/apache/incubator-seata/issues/8150#issuecomment-4805917884

   遇到了类似问题  
   ```bash
   root@test:/data/seata# docker logs seata-server 
   apm-skywalking not enabled
   [INFO] Auto set JVM heap to 11989m (total memory: 15986MB, heap%: 75%)
   JMX disabled
   Affected JVM parameters: -Dlog.home=/root/logs/seata -server 
-Dloader.path=/seata-server/libs/ -Xmx11989m -Xms11989m -Xss640k 
-XX:SurvivorRatio=10 -XX:MetaspaceSize=128m -XX:MaxMetaspaceSize=256m 
-XX:MaxDirectMemorySize=1024m -XX:-OmitStackTraceInFastThrow 
-XX:-UseAdaptiveSizePolicy -XX:+HeapDumpOnOutOfMemoryError 
-XX:HeapDumpPath=/root/logs/seata/java_heapdump.hprof -XX:+DisableExplicitGC 
-Xloggc:/root/logs/seata/seata_gc.log -verbose:gc -XX:+PrintGCDetails  
-XX:+PrintGCDateStamps -XX:+PrintGCTimeStamps -XX:+UseGCLogFileRotation 
-XX:NumberOfGCLogFiles=10 -XX:GCLogFileSize=100M 
-XX:+UnlockExperimentalVMOptions -XX:+UseG1GC 
-Dio.netty.leakDetectionLevel=advanced -Dapp.name=seata-server -Dapp.home=/ 
-Dbasedir=/ 
   ███████╗███████╗ █████╗ ████████╗ █████╗
   ██╔════╝██╔════╝██╔══██╗╚══██╔══╝██╔══██╗
   ███████╗█████╗  ███████║   ██║   ███████║
   ╚════██║██╔══╝  ██╔══██║   ██║   ██╔══██║
   ███████║███████╗██║  ██║   ██║   ██║  ██║
   ╚══════╝╚══════╝╚═╝  ╚═╝   ╚═╝   ╚═╝  ╚═╝
   
   
   10:36:26.850  INFO --- [                     main] 
[der$InnerEnhancedServiceLoader] [lExtensionDefinition]  [] : Ignore load 
compatible class io.seata.config.ExtConfigurationProvider, because is not 
assignable from origin type org.apache.seata.config.ExtConfigurationProvider
   10:36:26.935  INFO --- [                     main] 
[ta.config.ConfigurationFactory] [                load]  [] : load 
Configuration from :FileConfiguration$$EnhancerByCGLIB$$6e15d955
   10:36:26.944  INFO --- [                     main] 
[der$InnerEnhancedServiceLoader] [lExtensionDefinition]  [] : Load compatible 
class io.seata.config.ConfigurationProvider
   10:36:26.955  INFO --- [                     main] 
[onfig.nacos.NacosConfiguration] [tNacosAuthProperties]  [] : Nacos check auth 
with userName/password.
   10:36:27.229  INFO --- [                     main] 
[seata.server.ServerApplication] [         logStarting]  [] : Starting 
ServerApplication using Java 1.8.0_422 on 49dff0bad914 with PID 1 
(/seata-server/classes started by root in /seata-server)
   10:36:27.230  INFO --- [                     main] 
[seata.server.ServerApplication] [ogStartupProfileInfo]  [] : No active profile 
set, falling back to 1 default profile: "default"
   10:36:28.053  WARN --- [                     main] 
[letWebServerApplicationContext] [             refresh]  [] : Exception 
encountered during context initialization - cancelling refresh attempt: 
org.springframework.context.ApplicationContextException: Unable to start web 
server; nested exception is 
org.springframework.boot.web.context.MissingWebServerFactoryBeanException: No 
qualifying bean of type 
'org.springframework.boot.web.servlet.server.ServletWebServerFactory' 
available: Unable to start AnnotationConfigServletWebServerApplicationContext 
due to missing ServletWebServerFactory bean
   10:36:28.062  INFO --- [                     main] 
[valuationReportLoggingListener] [          logMessage]  [] : 
   
   Error starting ApplicationContext. To display the conditions report re-run 
your application with 'debug' enabled.
   10:36:28.082 ERROR --- [                     main] 
[LoggingFailureAnalysisReporter] [              report]  [] : 
   
   ***************************
   APPLICATION FAILED TO START
   ***************************
   
   Description:
   
   Web application could not be started as there was no 
org.springframework.boot.web.servlet.server.ServletWebServerFactory bean 
defined in the context.
   
   Action:
   
   Check your application's dependencies for a supported servlet web server.
   Check the configured web application type.
   
   10:36:28.083  WARN --- [                 Thread-7] 
[mmon.http.HttpClientBeanHolder] [            shutdown]  [] : 
[HttpClientBeanHolder] Start destroying common HttpClient
   10:36:28.084  WARN --- [                 Thread-7] 
[mmon.http.HttpClientBeanHolder] [            shutdown]  [] : 
[HttpClientBeanHolder] Destruction of the end
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   root@test:/data/seata# 
   
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to