Unexpected shutdown after a while #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
2019/06/21 15:04:26 MQGetMsgWorker[7] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[8] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[4] : Closing.
2019/06/21 15:04:26 MQKeepAliveWorker : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[6] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[11] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[5] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[2] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[12] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[3] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[1] : Closing.
2019/06/21 15:04:26 MQGetMsgWorker[9] : Closing.
2019/06/21 15:04:27 MQGetMsgWorker[10] : Closing.
2019/06/21 15:04:28 clientKeepAlive : Channel.QueuePurge(): Exception (501) Reason: "read tcp 172.16.0.10:34910->62.210.86.24:5672: read: connection reset by peer"
2019/06/21 15:04:28 clientKeepAlive : Channel.Close(): Exception (504) Reason: "channel/connection is not open"
2019/06/21 15:04:28 clientKeepAlive : Connection.Close(): Exception (504) Reason: "channel/connection is not open"
2019/06/21 15:04:28 clientKeepAlive : Channel.QueuePurge(): Exception (504) Reason: "channel/connection is not open"
2019/06/21 15:04:28 clientKeepAlive : Channel.Close(): Exception (504) Reason: "channel/connection is not open"
2019/06/21 15:04:28 clientKeepAlive : Connection.Close(): Exception (504) Reason: "channel/connection is not open"
2019/07/16 16:22:01 clientKeepAlive : Channel.QueuePurge(): Exception (501) Reason: "read tcp 172.16.0.10:56994->62.210.86.24:5672: i/o timeout"
2019/07/16 16:22:01 clientKeepAlive : Channel.Close(): Exception (504) Reason: "channel/connection is not open"
2019/07/16 16:22:01 clientKeepAlive : Connection.Close(): Exception (504) Reason: "channel/connection is not open"
2019/07/16 16:22:02 clientKeepAlive : Channel.QueuePurge(): Exception (501) Reason: "read tcp 172.16.0.10:56996->62.210.86.24:5672: i/o timeout"
2019/07/16 16:22:02 clientKeepAlive : Channel.Close(): Exception (504) Reason: "channel/connection is not open"
2019/07/16 16:22:02 clientKeepAlive : Connection.Close(): Exception (504) Reason: "channel/connection is not open"
2019/07/16 16:22:21 TGCmdWorker[1] : SendMsg User: http.Post failed: Post https://api.telegram.org/bot725809138:AAGp5hGQ7KQHxWtXZH93JUAxaHlJKtbXjlE/sendMessage: dial tcp: lookup api.telegram.org on 172.16.0.1:53: read udp 172.16.0.10:38210->172.16.0.1:53: i/o timeout
2019/07/16 16:22:21 TGCmdWorker[2] : SendMsg User: http.Post failed: Post https://api.telegram.org/bot725809138:AAGp5hGQ7KQHxWtXZH93JUAxaHlJKtbXjlE/sendMessage: dial tcp: lookup api.telegram.org on 172.16.0.1:53: read udp 172.16.0.10:38210->172.16.0.1:53: i/o timeout
2019/07/16 16:22:21 TGCmdWorker[3] : SendMsg User: http.Post failed: Post https://api.telegram.org/bot725809138:AAGp5hGQ7KQHxWtXZH93JUAxaHlJKtbXjlE/sendMessage: dial tcp: lookup api.telegram.org on 172.16.0.1:53: read udp 172.16.0.10:38210->172.16.0.1:53: i/o timeout
2019/07/16 16:22:30 MQKeepAliveWorker : Cannot open MQ connection: dial tcp 62.210.86.24:5672: i/o timeout
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x0 pc=0x7c14f0]
goroutine 857 [running]:
github.com/streadway/amqp.(*Connection).IsClosed(0x0, 0x6)
/tank/home/shoopea/go/src/github.com/streadway/amqp/connection.go:355 +0x30
github.com/streadway/amqp.(*Connection).Close(0x0, 0x0, 0x0)
/tank/home/shoopea/go/src/github.com/streadway/amqp/connection.go:323 +0x45
main.MQKeepAliveWorker()
/tank/home/shoopea/go/src/gogs.siteop.biz/shoopea/chirpnest/workers.go:112 +0x28e
created by main.main
/tank/home/shoopea/go/src/gogs.siteop.biz/shoopea/chirpnest/main.go:180 +0xf3b