singhand 发表于 2024-6-6 09:29:54

系统自动停止

本帖最后由 singhand 于 2024-6-6 10:10 编辑




每天晚上系统自动停止,已经连续两次了
系统版本9.0.0

singhand 发表于 2024-6-6 09:51:42

这里还有部分日志
2024-06-05 21:16:10.988 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [189; 190) has no PAPX. Creating new one.
2024-06-05 21:16:10.989 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [3010; 3011) has no PAPX. Creating new one.
2024-06-05 21:16:12.514 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [8980; 8981) has no PAPX. Creating new one.
2024-06-05 21:16:12.515 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [9907; 9908) has no PAPX. Creating new one.
2024-06-05 21:16:12.515 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [10914; 10915) has no PAPX. Creating new one.
2024-06-05 21:16:12.516 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [11793; 11794) has no PAPX. Creating new one.
2024-06-05 21:16:12.520 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [24043; 24044) has no PAPX. Creating new one.
2024-06-05 21:16:12.520 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [24907; 24908) has no PAPX. Creating new one.
2024-06-05 21:16:12.521 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [25591; 25592) has no PAPX. Creating new one.
2024-06-05 21:16:12.521 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [25740; 25741) has no PAPX. Creating new one.
2024-06-05 21:16:12.521 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [25878; 25879) has no PAPX. Creating new one.
2024-06-05 21:16:12.521 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [26328; 26329) has no PAPX. Creating new one.
2024-06-05 21:16:12.522 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [26662; 26663) has no PAPX. Creating new one.
2024-06-05 21:16:12.522 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [27033; 27077) has no PAPX. Creating new one.
2024-06-05 21:16:12.522 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [27460; 27461) has no PAPX. Creating new one.
2024-06-05 21:16:12.523 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [28236; 28237) has no PAPX. Creating new one.
2024-06-05 21:16:12.523 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [28379; 28380) has no PAPX. Creating new one.
2024-06-05 21:16:12.523 WARN org.apache.poi.hwpf.model.PAPBinTable - Paragraph [28523; 28524) has no PAPX. Creating new one.
2024-06-05 21:16:18.303 WARN org.apache.poi.xssf.usermodel.XSSFDrawing - trying to parse AlternateContent, this unlinks the returned Shapes from the underlying xml content, so those shapes can't be used to modify the drawing, i.e. modifications will be ignored!
2024-06-05 21:16:18.330 WARN org.apache.poi.xssf.usermodel.XSSFDrawing - trying to parse AlternateContent, this unlinks the returned Shapes from the underlying xml content, so those shapes can't be used to modify the drawing, i.e. modifications will be ignored!
2024-06-05 21:16:18.360 WARN org.apache.poi.xssf.usermodel.XSSFDrawing - trying to parse AlternateContent, this unlinks the returned Shapes from the underlying xml content, so those shapes can't be used to modify the drawing, i.e. modifications will be ignored!
2024-06-05 21:16:18.360 WARN org.apache.poi.xssf.usermodel.XSSFDrawing - trying to parse AlternateContent, this unlinks the returned Shapes from the underlying xml content, so those shapes can't be used to modify the drawing, i.e. modifications will be ignored!
2024-06-05 21:16:18.386 WARN org.apache.poi.xssf.usermodel.XSSFDrawing - trying to parse AlternateContent, this unlinks the returned Shapes from the underlying xml content, so those shapes can't be used to modify the drawing, i.e. modifications will be ignored!

启蒙星 发表于 2024-6-7 10:40:06

操作系统内存有多少,除了o2还有其他业务在跑吗?自动停了应该是在内存不足时被操作系统杀进程了,你这里的警告是爬虫业务,你可以关闭附件爬虫(或者关闭爬虫附件),在系统配置——服务配置——索引配置中配置

singhand 发表于 2024-6-7 11:53:40

内存24GB,启动命令配置jvm参数是最大最小都是16GB,cpu8c不限制,出去OA还有一个oa的外置mysql5.7,程序宕机的时候,看了系统监控,内存整体只占用60%,CPU没这么吃。我先试试关闭爬虫xxx

singhand 发表于 2024-6-7 12:00:18

启蒙星 发表于 2024-6-7 10:40
操作系统内存有多少,除了o2还有其他业务在跑吗?自动停了应该是在内存不足时被操作系统杀进程了,你这里的 ...

没看在索引配置中找到爬虫相关的服务配置

启蒙星 发表于 2024-6-11 10:28:06

爬虫就是索引配置,关闭索引就是关闭爬虫,你的服务配置很好了,自动停就比较奇怪了,另外你用的是mysql5,需要更换驱动,我们有文章的可以到官网搜索数据库相关的文章

singhand 发表于 2024-7-2 10:32:17

启蒙星 发表于 2024-6-11 10:28
爬虫就是索引配置,关闭索引就是关闭爬虫,你的服务配置很好了,自动停就比较奇怪了,另外你用的是mysql5, ...

目前关闭了索引服务并重启了OA服务,但是昨天还是宕机了
页: [1]
查看完整版本: 系统自动停止