APM Server accidentally stop after about 1 day running (Binary running tar.gz)

APM Java Agent 1.52
Elastic Stack 8.15.1

I am deploy APM Server 8.15.1 on centos 7 using tar.gz file
APM Server was working well, but after about 1 days, APM Server accidentally stop. Some one can help me!
APM server log:

{"log.level":"info","@timestamp":"2024-10-01T01:48:56.691+0700","log.logger":"beater","log.origin":{"function":"github.com/elastic/apm-server/internal/beater.server.run","file.name":"beater/server.go","file.line":235},"message":"Server stopped","service.name":"apm-server","ecs.version":"1.6.0"} {"log.level":"info","@timestamp":"2024-10-01T01:48:56.691+0700","log.logger":"aggregator","log.origin":{"function":"github.com/elastic/apm-aggregation/aggregators.(*Aggregator).Close","file.name":"aggregators/aggregator.go","file.line":293},"message":"stopping aggregator","service.name":"apm-server","ecs.version":"1.6.0"} {"log.level":"info","@timestamp":"2024-10-01T01:48:56.691+0700","log.logger":"beater","log.origin":{"function":"main.runServerWithProcessors.func1","file.name":"apm-server/main.go","file.line":210},"message":"LSM aggregator stopped","service.name":"apm-server","ecs.version":"1.6.0"} {"log.level":"info","@timestamp":"2024-10-01T01:48:56.691+0700","log.logger":"aggregator","log.origin":{"function":"github.com/elastic/apm-aggregation/aggregators.(*Aggregator).Close","file.name":"aggregators/aggregator.go","file.line":305},"message":"running final aggregation","service.name":"apm-server","ecs.version":"1.6.0"}

Added server and removed java

Hello @TCT,

Can you share the full logs from the APM-Server? In the current logs, I cannot see anything before the server stopped message is logged which doesn't give me any information on why it could have stopped.