funky-eyes commented on issue #6723: URL: https://github.com/apache/incubator-seata/issues/6723#issuecomment-2275056286
这个日志是打release包不小心打进去的,你应该关注/root/logs/seata/ 路径下的日志。 或者你直接使用打印出来的启动脚本,手动启动看下异常原因 This log was accidentally entered by the release package. You should pay attention to the log in the/root/logs/seata/path. Or you can directly use the printed startup script and start it manually to see the cause of the exception. `/usr/java/jdk-21.0.4/bin/java -Dlog.home=/root/logs/seata -server -Dloader.path=/usr/seata/seata/lib -Xmx2048m -Xms2048m -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 -Xlog:gc*:file=/root/logs/seata/seata_gc.log:time,tags:filecount=10,filesize=102400 -Dio.netty.leakDetectionLevel=advanced -Dapp.name=seata-server -Dapp.pid=19059 -Dapp.home=/usr/seata/seata -Dbasedir=/usr/seata/seata -Dspring.config.additional-location=/usr/seata/seata/conf/ -Dspring.config.location=/usr/seata/seata/conf/application.yml -Dlogging.config=/usr/seata/seata/conf/logback-spring.xml -jar /usr/seata/seata/target/seata-server.jar` -- 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]
