3.0平台服务器断电重启后报错,13030运维界面无法进入,重启服务也不好用
-
2026-07-26T06:33:56.419720771Z time="2026-07-26T14:33:56+08:00" level=info msg="服务启动,运行模式:release,版本号:0.1.8,进程号:1" tag=main version=0.1.8
2026-07-26T06:33:56.419762616Z {
2026-07-26T06:33:56.421863758Z "RunMode": "release",
2026-07-26T06:33:56.421866379Z "RunEnv": "docker",
2026-07-26T06:33:56.421868422Z "Repos": "http://air.htkjbjf.com:1337/repos/v3/latest",
2026-07-26T06:33:56.421870391Z "WWW": "/app/web",
2026-07-26T06:33:56.421872240Z "HTML": "/app/html",
2026-07-26T06:33:56.421874146Z "ComposeFile": "/app/compose/docker-compose.yml",
2026-07-26T06:33:56.421875929Z "ProjectName": "app",
2026-07-26T06:33:56.421877616Z "Media": "media",
2026-07-26T06:33:56.421879433Z "InternetAccess": true,
2026-07-26T06:33:56.421881286Z "Swagger": true,
2026-07-26T06:33:56.421883057Z "PrintConfig": true,
2026-07-26T06:33:56.421884711Z "DockerUrl": "unix:///var/run/docker.sock",
2026-07-26T06:33:56.421886544Z "Registry": "",
2026-07-26T06:33:56.421888255Z "JWTAuth": {
2026-07-26T06:33:56.421890151Z "Enable": true,
2026-07-26T06:33:56.421891848Z "SigningMethod": "HS512",
2026-07-26T06:33:56.421893589Z "SigningKey": "operation",
2026-07-26T06:33:56.421895325Z "Expired": 7200,
2026-07-26T06:33:56.421897063Z "Store": "file",
2026-07-26T06:33:56.421898944Z "FilePath": "data/jwt_auth.db",
2026-07-26T06:33:56.421900753Z "RedisDB": 10,
2026-07-26T06:33:56.421902447Z "RedisPrefix": "auth_"
2026-07-26T06:33:56.421904224Z },
2026-07-26T06:33:56.421905932Z "Captcha": {
2026-07-26T06:33:56.421907567Z "Store": "memory",
2026-07-26T06:33:56.421909400Z "Length": 4,
2026-07-26T06:33:56.421911181Z "Width": 400,
2026-07-26T06:33:56.421912852Z "Height": 160,
2026-07-26T06:33:56.421921625Z "RedisDB": 10,
2026-07-26T06:33:56.421923593Z "RedisPrefix": "captcha_"
2026-07-26T06:33:56.421925371Z },
2026-07-26T06:33:56.421927002Z "RateLimiter": {
2026-07-26T06:33:56.421928758Z "Enable": false,
2026-07-26T06:33:56.421930483Z "Count": 300,
2026-07-26T06:33:56.421932136Z "RedisDB": 10
2026-07-26T06:33:56.421933842Z },
2026-07-26T06:33:56.421935476Z "HTTP": {
2026-07-26T06:33:56.421937131Z "Host": "",
2026-07-26T06:33:56.421938838Z "Port": 10088,
2026-07-26T06:33:56.421940502Z "CertFile": "",
2026-07-26T06:33:56.421942198Z "KeyFile": "",
2026-07-26T06:33:56.421943912Z "ShutdownTimeout": 30,
2026-07-26T06:33:56.421945687Z "MaxContentLength": 67108864,
2026-07-26T06:33:56.421947389Z "MaxLoggerLength": 4096
2026-07-26T06:33:56.421949113Z },
2026-07-26T06:33:56.421950678Z "Log": {
2026-07-26T06:33:56.421952389Z "Level": 5,
2026-07-26T06:33:56.421954042Z "Format": "text",
2026-07-26T06:33:56.421955728Z "Output": "stdout",
2026-07-26T06:33:56.421957451Z "OutputFile": "log/operation.log",
2026-07-26T06:33:56.421959253Z "WinLogLineNum": 0,
2026-07-26T06:33:56.421960958Z "WinLogMaxSize": 0,
2026-07-26T06:33:56.421962616Z "WinLogMaxAge": 0,
2026-07-26T06:33:56.421964256Z "WinLogMaxBackups": 0
2026-07-26T06:33:56.421965958Z },
2026-07-26T06:33:56.421967528Z "Root": {
2026-07-26T06:33:56.421969188Z "UserName": "admin",
2026-07-26T06:33:56.421970888Z "Password": "admin"
2026-07-26T06:33:56.421972577Z },
2026-07-26T06:33:56.421974135Z "CORS": {
2026-07-26T06:33:56.421975759Z "Enable": true,
2026-07-26T06:33:56.421977440Z "AllowOrigins": [
2026-07-26T06:33:56.421979092Z "*"
2026-07-26T06:33:56.421980798Z ],
2026-07-26T06:33:56.421983149Z "AllowMethods": [
2026-07-26T06:33:56.421984807Z "GET",
2026-07-26T06:33:56.421986467Z "POST",
2026-07-26T06:33:56.421988126Z "PUT",
2026-07-26T06:33:56.421989863Z "DELETE",
2026-07-26T06:33:56.421991507Z "PATCH"
2026-07-26T06:33:56.421993150Z ],
2026-07-26T06:33:56.421994840Z "AllowHeaders": [
2026-07-26T06:33:56.421996471Z "Authorization",
2026-07-26T06:33:56.421998197Z "Origin, X-Requested-With, Content-Type, Accept"
2026-07-26T06:33:56.422001418Z ],
2026-07-26T06:33:56.422003262Z "AllowCredentials": true,
2026-07-26T06:33:56.422005151Z "MaxAge": 7200
2026-07-26T06:33:56.422006830Z },
2026-07-26T06:33:56.422008392Z "GZIP": {
2026-07-26T06:33:56.422010059Z "Enable": false,
2026-07-26T06:33:56.422011788Z "ExcludedExtentions": [
2026-07-26T06:33:56.422013587Z ".png",
2026-07-26T06:33:56.422015208Z ".gif",
2026-07-26T06:33:56.422016900Z ".jpeg",
2026-07-26T06:33:56.422018618Z ".jpg"
2026-07-26T06:33:56.422020245Z ],
2026-07-26T06:33:56.422021839Z "ExcludedPaths": null
2026-07-26T06:33:56.422023504Z },
2026-07-26T06:33:56.422025077Z "Bolt": {
2026-07-26T06:33:56.422026867Z "FilePath": "data/operation.db"
2026-07-26T06:33:56.422028667Z }
2026-07-26T06:33:56.422030274Z }
2026-07-26T06:33:56.422669038Z time="2026-07-26T14:33:56+08:00" level=info msg="HTTP server is running at :10088." tag=main version=0.1.8 -
2025-06-27T07:50:15.800170405Z ⇨ http server started on [::]:9000
2026-07-26T06:33:56.795826263Z 2026/07/26 14:33:56 版本: v2.0.6
2026-07-26T06:33:59.916667533Z time="2026-07-26T14:33:59+08:00" level=fatal msg="Redis 客户端创建错误: LOADING Redis is loading the dataset in memory"
2026-07-26T06:34:02.089582530Z 2026/07/26 14:34:02 版本: v2.0.6
2026-07-26T06:34:02.167055657Z time="2026-07-26T14:34:02+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:04.872168841Z 2026/07/26 14:34:04 版本: v2.0.6
2026-07-26T06:34:04.907361301Z time="2026-07-26T14:34:04+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:06.693614808Z 2026/07/26 14:34:06 版本: v2.0.6
2026-07-26T06:34:06.732713181Z time="2026-07-26T14:34:06+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:09.422034589Z 2026/07/26 14:34:09 版本: v2.0.6
2026-07-26T06:34:09.445874808Z time="2026-07-26T14:34:09+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:12.344712518Z 2026/07/26 14:34:12 版本: v2.0.6
2026-07-26T06:34:12.382012759Z time="2026-07-26T14:34:12+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:16.497476823Z 2026/07/26 14:34:16 版本: v2.0.6
2026-07-26T06:34:16.532329008Z time="2026-07-26T14:34:16+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:23.683663191Z 2026/07/26 14:34:23 版本: v2.0.6
2026-07-26T06:34:23.740296640Z time="2026-07-26T14:34:23+08:00" level=error msg="计划事件初始化失败:获取所有计划事件失败:Get "http://event:9000/event/event?query={"filter"%3A{"%24lookups"%3A[{"as"%3A"handlers"%2C"foreignField"%3A"event"%2C"from"%3A"eventhandler"%2C"localField"%3A"_id"}]%2C"type"%3A"计划事件"}}": dial tcp 172.19.0.10:9000: connect: connection refused"
2026-07-26T06:34:23.741080685Z
2026-07-26T06:34:23.741093992Z ____ __
2026-07-26T06:34:23.741097617Z / // / ___
2026-07-26T06:34:23.741100850Z / // / _ / _
2026-07-26T06:34:23.741104122Z //_////___/ v4.1.16
2026-07-26T06:34:23.741107509Z High performance, minimalist Go web framework
2026-07-26T06:34:23.741110846Z https://echo.labstack.com
2026-07-26T06:34:23.741114013Z _______________________O/
2026-07-26T06:34:23.741117071Z O
2026-07-26T06:34:23.741120257Z ⇨ http server started on [::]:9000
2026-07-27T03:54:24.344758866Z time="2026-07-27T11:54:23+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting"
2026-07-27T03:54:32.912922918Z 2026/07/27 11:54:32 版本: v2.0.6
2026-07-27T03:54:33.084798592Z time="2026-07-27T11:54:33+08:00" level=error msg="计划事件初始化失败:获取所有计划事件失败:Get "http://event:9000/event/event?query={"filter"%3A{"%24lookups"%3A[{"as"%3A"handlers"%2C"foreignField"%3A"event"%2C"from"%3A"eventhandler"%2C"localField"%3A"_id"}]%2C"type"%3A"计划事件"}}": dial tcp 172.19.0.10:9000: connect: connection refused"
2026-07-27T03:54:33.084830176Z
2026-07-27T03:54:33.084836112Z ____ __
2026-07-27T03:54:33.084840884Z / // / ___
2026-07-27T03:54:33.084845621Z / // / _ / _
2026-07-27T03:54:33.084850493Z //_////_/ v4.1.16
2026-07-27T03:54:33.084855342Z High performance, minimalist Go web framework
2026-07-27T03:54:33.084860035Z https://echo.labstack.com
2026-07-27T03:54:33.084877394Z _____________________________O/
2026-07-27T03:54:33.084882543Z O
2026-07-27T03:54:33.085286091Z ⇨ http server started on [::]:9000
2026-07-27T05:21:37.916303491Z time="2026-07-27T13:16:23+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting" -
2026-05-25T06:49:59.525711432Z 1 {"withoutBody":true}
2026-07-03T03:22:31.715877482Z 1 {"withoutBody":true}
2026-07-03T03:29:15.598617849Z 1 {"withoutBody":true}
2026-07-06T00:47:16.613271576Z 1 {"withoutBody":true}
2026-07-26T06:33:57.621637134Z 2026/07/26 14:33:57 版本: v2.0.12
2026-07-26T06:33:59.739747916Z time="2026-07-26T14:33:59+08:00" level=fatal msg="Redis 客户端创建错误: LOADING Redis is loading the dataset in memory"
2026-07-26T06:34:01.917771211Z 2026/07/26 14:34:01 版本: v2.0.12
2026-07-26T06:34:02.000661885Z time="2026-07-26T14:34:01+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:04.689649144Z 2026/07/26 14:34:04 版本: v2.0.12
2026-07-26T06:34:04.731502194Z time="2026-07-26T14:34:04+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:07.575395624Z 2026/07/26 14:34:07 版本: v2.0.12
2026-07-26T06:34:07.635870013Z time="2026-07-26T14:34:07+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:10.132698088Z 2026/07/26 14:34:10 版本: v2.0.12
2026-07-26T06:34:10.181264838Z time="2026-07-26T14:34:10+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:13.254672372Z 2026/07/26 14:34:13 版本: v2.0.12
2026-07-26T06:34:13.272594233Z time="2026-07-26T14:34:13+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:18.062358431Z 2026/07/26 14:34:18 版本: v2.0.12
2026-07-26T06:34:18.086802927Z time="2026-07-26T14:34:18+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:25.624264583Z 2026/07/26 14:34:25 版本: v2.0.12
2026-07-26T06:34:25.708241292Z
2026-07-26T06:34:25.708258167Z ____ __
2026-07-26T06:34:25.708260835Z / // / ___
2026-07-26T06:34:25.708263051Z / // / _ / _
2026-07-26T06:34:25.708265345Z //_////___/ v4.1.16
2026-07-26T06:34:25.708267717Z High performance, minimalist Go web framework
2026-07-26T06:34:25.708269948Z https://echo.labstack.com
2026-07-26T06:34:25.708271962Z _____________________________O/
2026-07-26T06:34:25.708274088Z O
2026-07-26T06:34:25.708276242Z ⇨ http server started on [::]:9000
2026-07-27T00:28:36.115621861Z time="2026-07-27T08:28:35+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting" -
2025-06-27T07:50:17.136624616Z ⇨ http server started on [::]:9000
2026-07-26T06:33:58.228647064Z 2026/07/26 14:33:58 版本: v2.0.9
2026-07-26T06:33:59.837232927Z time="2026-07-26T14:33:59+08:00" level=fatal msg="Redis 客户端创建错误: LOADING Redis is loading the dataset in memory"
2026-07-26T06:34:02.154686490Z 2026/07/26 14:34:02 版本: v2.0.9
2026-07-26T06:34:02.197675496Z time="2026-07-26T14:34:02+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:05.506821488Z 2026/07/26 14:34:05 版本: v2.0.9
2026-07-26T06:34:05.529942433Z time="2026-07-26T14:34:05+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:08.259456410Z 2026/07/26 14:34:08 版本: v2.0.9
2026-07-26T06:34:08.310007079Z time="2026-07-26T14:34:08+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:10.856907638Z 2026/07/26 14:34:10 版本: v2.0.9
2026-07-26T06:34:10.875092072Z time="2026-07-26T14:34:10+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:13.655975873Z 2026/07/26 14:34:13 版本: v2.0.9
2026-07-26T06:34:13.690175975Z time="2026-07-26T14:34:13+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:18.166814981Z 2026/07/26 14:34:18 版本: v2.0.9
2026-07-26T06:34:18.249150824Z time="2026-07-26T14:34:18+08:00" level=fatal msg="MQTT 客户端创建错误: Network Error : dial tcp 172.19.0.20:1883: connect: connection refused"
2026-07-26T06:34:25.870799275Z 2026/07/26 14:34:25 版本: v2.0.9
2026-07-26T06:34:25.923428100Z
2026-07-26T06:34:25.923450137Z ____ __
2026-07-26T06:34:25.923453071Z / // / ___
2026-07-26T06:34:25.923455383Z / // / _ / _
2026-07-26T06:34:25.923457608Z //_////___/ v4.1.16
2026-07-26T06:34:25.923459995Z High performance, minimalist Go web framework
2026-07-26T06:34:25.923462211Z https://echo.labstack.com
2026-07-26T06:34:25.923464245Z _______________________O/
2026-07-26T06:34:25.923466310Z O
2026-07-26T06:34:25.923468574Z ⇨ http server started on [::]:9000
2026-07-27T05:21:37.949638993Z time="2026-07-27T13:21:37+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting"
2026-07-27T05:21:39.695426607Z 2026/07/27 13:21:39 版本: v2.0.9
2026-07-27T05:21:39.830738548Z
2026-07-27T05:21:39.830755789Z ____ __
2026-07-27T05:21:39.830758418Z / // / ___
2026-07-27T05:21:39.830760510Z / // / _ / _
2026-07-27T05:21:39.830762701Z //_////_/ v4.1.16
2026-07-27T05:21:39.830764742Z High performance, minimalist Go web framework
2026-07-27T05:21:39.830766885Z https://echo.labstack.com
2026-07-27T05:21:39.830768893Z _______________________O/
2026-07-27T05:21:39.830770789Z O
2026-07-27T05:21:39.831499212Z ⇨ http server started on [::]:9000
2026-07-28T06:01:20.057625753Z time="2026-07-28T14:01:19+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting"
2026-07-28T06:02:08.451403723Z 2026/07/28 14:02:08 版本: v2.0.9
2026-07-28T06:02:08.550706173Z
2026-07-28T06:02:08.550713834Z ____ __
2026-07-28T06:02:08.550715882Z / // / ___
2026-07-28T06:02:08.550717874Z / // / _ / _
2026-07-28T06:02:08.550719986Z //_////_/ v4.1.16
2026-07-28T06:02:08.550722131Z High performance, minimalist Go web framework
2026-07-28T06:02:08.550724137Z https://echo.labstack.com
2026-07-28T06:02:08.550726133Z _____________________________O/
2026-07-28T06:02:08.550728142Z O
2026-07-28T06:02:08.552636342Z ⇨ http server started on [::]:9000
2026-07-31T09:01:58.742018585Z time="2026-07-31T17:01:58+08:00" level=fatal msg="MQTT Lost Handler错误: pingresp not received, disconnecting"



