Advertisement
Aliendreamer

pm 2

May 12th, 2021
654
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. APP not set => setting it to: app.js
  2. 2021-05-12T08:14:33.726Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  3. 2021-05-12T08:14:33.804Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  4.  
  5.                         -------------
  6.  
  7. __/\\\\\\\\\\\\\____/\\\\____________/\\\\____/\\\\\\\\\_____
  8.  _\/\\\/////////\\\_\/\\\\\\________/\\\\\\__/\\\///////\\\___
  9.   _\/\\\_______\/\\\_\/\\\//\\\____/\\\//\\\_\///______\//\\\__
  10.    _\/\\\\\\\\\\\\\/__\/\\\\///\\\/\\\/_\/\\\___________/\\\/___
  11.     _\/\\\/////////____\/\\\__\///\\\/___\/\\\________/\\\//_____
  12.      _\/\\\_____________\/\\\____\///_____\/\\\_____/\\\//________
  13.       _\/\\\_____________\/\\\_____________\/\\\___/\\\/___________
  14.        _\/\\\_____________\/\\\_____________\/\\\__/\\\\\\\\\\\\\\\_
  15.         _\///______________\///______________\///__\///////////////__
  16.  
  17.  
  18.                           Runtime Edition
  19.  
  20.         PM2 is a Production Process Manager for Node.js applications
  21.                      with a built-in Load Balancer.
  22.  
  23.                 Start and Daemonize any application:
  24.                 $ pm2 start app.js
  25.  
  26.                 Load Balance 4 instances of api.js:
  27.                 $ pm2 start api.js -i 4
  28.  
  29.                 Monitor in production:
  30.                 $ pm2 monitor
  31.  
  32.                 Make pm2 auto-boot at server restart:
  33.                 $ pm2 startup
  34.  
  35.                 To go further checkout:
  36.                 http://pm2.io/
  37.  
  38.  
  39.                         -------------
  40.  
  41. 2021-05-12T08:14:34.824Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  42. 2021-05-12T08:14:34.824Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  43. 2021-05-12T08:14:34.826Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  44. 2021-05-12T08:14:34.827Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  45. 2021-05-12T08:14:34.905Z pm2:client [PING PM2] Trying to connect to server
  46. 2021-05-12T08:14:34.906Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  47. 2021-05-12T08:14:34.909Z axon:sock error ENOENT
  48. 2021-05-12T08:14:34.909Z axon:sock ignored ENOENT
  49. 2021-05-12T08:14:34.910Z axon:sock error ENOENT
  50. 2021-05-12T08:14:34.910Z axon:sock ignored ENOENT
  51. 2021-05-12T08:14:35.011Z axon:sock attempting reconnect
  52. 2021-05-12T08:14:35.012Z axon:sock closing
  53. 2021-05-12T08:14:35.012Z axon:sock closing 0 connections
  54. 2021-05-12T08:14:35.012Z pm2:client Daemon not launched
  55. 2021-05-12T08:14:35.012Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  56. 2021-05-12T08:14:35.012Z axon:sock attempting reconnect
  57. 2021-05-12T08:14:35.012Z axon:sock closing
  58. 2021-05-12T08:14:35.012Z axon:sock closing 0 connections
  59. 2021-05-12T08:14:35.012Z interactor:client Interactor Daemon not launched
  60. 2021-05-12T08:14:35.012Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  61. [PM2] Spawning PM2 daemon with pm2_home=/opt/app/.pm2
  62. 2021-05-12T08:14:35.122Z axon:sock error ENOENT
  63. 2021-05-12T08:14:35.122Z axon:sock ignored ENOENT
  64. 2021-05-12T08:14:35.122Z axon:sock error ENOENT
  65. 2021-05-12T08:14:35.122Z axon:sock ignored ENOENT
  66. 2021-05-12T08:14:36.419Z pm2:client PM2 daemon launched with return message:  { online: true, success: true, pid: 15, pm2_version: '4.1.2' }
  67. 2021-05-12T08:14:36.422Z interactor:client Interaction file does not exists
  68. 2021-05-12T08:14:36.422Z interactor:client Secret key is not defined in configuration { version_management: { active: true },
  69.   public_key: undefined,
  70.   secret_key: undefined,
  71.   machine_name: 'config-service-5-vqw5m',
  72.   pm2_version: '4.1.2',
  73.   reverse_interact: true,
  74.   info_node: 'https://root.keymetrics.io',
  75.   agent_transport_websocket: 'false',
  76.   agent_transport_axon: 'true' }
  77. [PM2] PM2 Successfully daemonized
  78. 2021-05-12T08:14:36.422Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  79. 2021-05-12T08:14:36.423Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  80. 2021-05-12T08:14:36.423Z axon:sock connect
  81. 2021-05-12T08:14:36.427Z axon:sock add socket 0
  82. 2021-05-12T08:14:36.427Z axon:queue flush 0 messages
  83. 2021-05-12T08:14:36.427Z pm2:client RPC Connected to Daemon
  84. 2021-05-12T08:14:36.504Z pm2:cli Now connected to daemon
  85. 2021-05-12T08:14:36.505Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  86. 2021-05-12T08:14:36.640Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
  87. [PM2] Setting changed
  88. Module: pm2-logrotate
  89. $ pm2 set pm2-logrotate:max_size 5M
  90. 2021-05-12T08:14:36.643Z interactor:client Disconnect RPC
  91. 2021-05-12T08:14:36.643Z interactor:client RPC not launched
  92. 2021-05-12T08:14:36.643Z axon:sock closing
  93. 2021-05-12T08:14:36.643Z axon:sock closing 1 connections
  94. 2021-05-12T08:14:36.644Z axon:sock remove socket 0
  95. 2021-05-12T08:14:36.644Z pm2:client PM2 RPC cleanly closed
  96. 2021-05-12T08:14:36.644Z pm2:cli This command took 1.739s to execute
  97. 2021-05-12T08:14:37.104Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  98. 2021-05-12T08:14:37.107Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  99. 2021-05-12T08:14:38.125Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  100. 2021-05-12T08:14:38.125Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  101. 2021-05-12T08:14:38.127Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  102. 2021-05-12T08:14:38.205Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  103. 2021-05-12T08:14:38.209Z pm2:client [PING PM2] Trying to connect to server
  104. 2021-05-12T08:14:38.209Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  105. 2021-05-12T08:14:38.212Z axon:sock error ENOENT
  106. 2021-05-12T08:14:38.212Z axon:sock ignored ENOENT
  107. 2021-05-12T08:14:38.212Z axon:sock connect
  108. 2021-05-12T08:14:38.215Z axon:sock add socket 0
  109. 2021-05-12T08:14:38.215Z axon:queue flush 0 messages
  110. 2021-05-12T08:14:38.215Z axon:sock closing
  111. 2021-05-12T08:14:38.215Z axon:sock closing 1 connections
  112. 2021-05-12T08:14:38.215Z pm2:client Daemon alive
  113. 2021-05-12T08:14:38.216Z axon:sock remove socket 0
  114. 2021-05-12T08:14:38.216Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  115. 2021-05-12T08:14:38.216Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  116. 2021-05-12T08:14:38.217Z axon:sock connect
  117. 2021-05-12T08:14:38.217Z axon:sock add socket 0
  118. 2021-05-12T08:14:38.217Z axon:queue flush 0 messages
  119. 2021-05-12T08:14:38.217Z pm2:client RPC Connected to Daemon
  120. 2021-05-12T08:14:38.222Z pm2:cli Now connected to daemon
  121. 2021-05-12T08:14:38.222Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  122. 2021-05-12T08:14:38.317Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
  123. 2021-05-12T08:14:38.317Z axon:sock attempting reconnect
  124. 2021-05-12T08:14:38.317Z axon:sock closing
  125. 2021-05-12T08:14:38.317Z axon:sock closing 0 connections
  126. 2021-05-12T08:14:38.317Z interactor:client Interactor Daemon not launched
  127. 2021-05-12T08:14:38.318Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  128. 2021-05-12T08:14:38.318Z axon:sock error ENOENT
  129. 2021-05-12T08:14:38.318Z axon:sock ignored ENOENT
  130. [PM2] Setting changed
  131. Module: pm2-logrotate
  132. $ pm2 set pm2-logrotate:max_size 5M
  133. $ pm2 set pm2-logrotate:compress true
  134. 2021-05-12T08:14:38.322Z interactor:client Disconnect RPC
  135. 2021-05-12T08:14:38.322Z interactor:client RPC not launched
  136. 2021-05-12T08:14:38.323Z axon:sock closing
  137. 2021-05-12T08:14:38.323Z axon:sock closing 1 connections
  138. 2021-05-12T08:14:38.323Z axon:sock remove socket 0
  139. 2021-05-12T08:14:38.324Z pm2:client PM2 RPC cleanly closed
  140. 2021-05-12T08:14:38.324Z pm2:cli This command took 0.115s to execute
  141. 2021-05-12T08:14:38.726Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  142. 2021-05-12T08:14:38.803Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  143. 2021-05-12T08:14:39.825Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  144. 2021-05-12T08:14:39.825Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  145. 2021-05-12T08:14:39.903Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  146. 2021-05-12T08:14:39.905Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  147. 2021-05-12T08:14:39.908Z pm2:client [PING PM2] Trying to connect to server
  148. 2021-05-12T08:14:39.908Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  149. 2021-05-12T08:14:39.910Z axon:sock error ENOENT
  150. 2021-05-12T08:14:39.910Z axon:sock ignored ENOENT
  151. 2021-05-12T08:14:39.911Z axon:sock connect
  152. 2021-05-12T08:14:39.913Z axon:sock add socket 0
  153. 2021-05-12T08:14:39.914Z axon:queue flush 0 messages
  154. 2021-05-12T08:14:39.914Z axon:sock closing
  155. 2021-05-12T08:14:39.914Z axon:sock closing 1 connections
  156. 2021-05-12T08:14:39.914Z pm2:client Daemon alive
  157. 2021-05-12T08:14:39.915Z axon:sock remove socket 0
  158. 2021-05-12T08:14:39.916Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  159. 2021-05-12T08:14:39.916Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  160. 2021-05-12T08:14:39.917Z axon:sock connect
  161. 2021-05-12T08:14:39.917Z axon:sock add socket 0
  162. 2021-05-12T08:14:39.917Z axon:queue flush 0 messages
  163. 2021-05-12T08:14:39.917Z pm2:client RPC Connected to Daemon
  164. 2021-05-12T08:14:39.922Z pm2:cli Now connected to daemon
  165. 2021-05-12T08:14:39.922Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  166. 2021-05-12T08:14:40.016Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
  167. 2021-05-12T08:14:40.017Z axon:sock attempting reconnect
  168. 2021-05-12T08:14:40.017Z axon:sock closing
  169. 2021-05-12T08:14:40.017Z axon:sock closing 0 connections
  170. 2021-05-12T08:14:40.017Z interactor:client Interactor Daemon not launched
  171. 2021-05-12T08:14:40.017Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  172. 2021-05-12T08:14:40.017Z axon:sock error ENOENT
  173. 2021-05-12T08:14:40.017Z axon:sock ignored ENOENT
  174. [PM2] Setting changed
  175. Module: pm2-logrotate
  176. $ pm2 set pm2-logrotate:max_size 5M
  177. $ pm2 set pm2-logrotate:compress true
  178. $ pm2 set pm2-logrotate:retain 10
  179. 2021-05-12T08:14:40.019Z interactor:client Disconnect RPC
  180. 2021-05-12T08:14:40.019Z interactor:client RPC not launched
  181. 2021-05-12T08:14:40.020Z axon:sock closing
  182. 2021-05-12T08:14:40.020Z axon:sock closing 1 connections
  183. 2021-05-12T08:14:40.020Z axon:sock remove socket 0
  184. 2021-05-12T08:14:40.021Z pm2:client PM2 RPC cleanly closed
  185. 2021-05-12T08:14:40.021Z pm2:cli This command took 0.114s to execute
  186. 2021-05-12T08:14:40.426Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  187. 2021-05-12T08:14:40.429Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  188. 2021-05-12T08:14:41.515Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  189. 2021-05-12T08:14:41.515Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  190. 2021-05-12T08:14:41.517Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  191. 2021-05-12T08:14:41.518Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  192. 2021-05-12T08:14:41.520Z pm2:client [PING PM2] Trying to connect to server
  193. 2021-05-12T08:14:41.520Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  194. 2021-05-12T08:14:41.523Z axon:sock error ENOENT
  195. 2021-05-12T08:14:41.523Z axon:sock ignored ENOENT
  196. 2021-05-12T08:14:41.523Z axon:sock connect
  197. 2021-05-12T08:14:41.525Z axon:sock add socket 0
  198. 2021-05-12T08:14:41.526Z axon:queue flush 0 messages
  199. 2021-05-12T08:14:41.526Z axon:sock closing
  200. 2021-05-12T08:14:41.526Z axon:sock closing 1 connections
  201. 2021-05-12T08:14:41.526Z pm2:client Daemon alive
  202. 2021-05-12T08:14:41.603Z axon:sock remove socket 0
  203. 2021-05-12T08:14:41.603Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  204. 2021-05-12T08:14:41.603Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  205. 2021-05-12T08:14:41.604Z axon:sock connect
  206. 2021-05-12T08:14:41.604Z axon:sock add socket 0
  207. 2021-05-12T08:14:41.604Z axon:queue flush 0 messages
  208. 2021-05-12T08:14:41.604Z pm2:client RPC Connected to Daemon
  209. 2021-05-12T08:14:41.608Z pm2:cli Now connected to daemon
  210. 2021-05-12T08:14:41.608Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  211. 2021-05-12T08:14:41.704Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
  212. 2021-05-12T08:14:41.704Z axon:sock attempting reconnect
  213. 2021-05-12T08:14:41.704Z axon:sock closing
  214. 2021-05-12T08:14:41.704Z axon:sock closing 0 connections
  215. 2021-05-12T08:14:41.704Z interactor:client Interactor Daemon not launched
  216. 2021-05-12T08:14:41.704Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  217. 2021-05-12T08:14:41.705Z axon:sock error ENOENT
  218. 2021-05-12T08:14:41.705Z axon:sock ignored ENOENT
  219. [PM2] Setting changed
  220. Module: pm2-logrotate
  221. $ pm2 set pm2-logrotate:max_size 5M
  222. $ pm2 set pm2-logrotate:compress true
  223. $ pm2 set pm2-logrotate:retain 10
  224. $ pm2 set pm2-logrotate:rotateInterval */30 * * * *
  225. 2021-05-12T08:14:41.713Z interactor:client Disconnect RPC
  226. 2021-05-12T08:14:41.713Z interactor:client RPC not launched
  227. 2021-05-12T08:14:41.713Z axon:sock closing
  228. 2021-05-12T08:14:41.714Z axon:sock closing 1 connections
  229. 2021-05-12T08:14:41.714Z axon:sock remove socket 0
  230. 2021-05-12T08:14:41.714Z pm2:client PM2 RPC cleanly closed
  231. 2021-05-12T08:14:41.715Z pm2:cli This command took 0.195s to execute
  232. 2021-05-12T08:14:42.123Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  233. 2021-05-12T08:14:42.125Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  234. 2021-05-12T08:14:43.214Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  235. 2021-05-12T08:14:43.214Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  236. 2021-05-12T08:14:43.216Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  237. pm2 launched in no-daemon mode (you can add DEBUG="*" env variable to get more messages)
  238. 2021-05-12T08:14:43.217Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  239. 2021-05-12T08:14:43.221Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  240. 2021-05-12T08:14:43.221Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  241. 2021-05-12T08:14:43.222Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  242. 2021-05-12T08:14:43.222Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  243. 2021-05-12T08:14:43.222Z pm2:client [PING PM2] Trying to connect to server
  244. 2021-05-12T08:14:43.222Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  245. 2021-05-12T08:14:43.231Z axon:sock error ENOENT
  246. 2021-05-12T08:14:43.231Z axon:sock ignored ENOENT
  247. 2021-05-12T08:14:43.231Z axon:sock error ENOENT
  248. 2021-05-12T08:14:43.231Z axon:sock ignored ENOENT
  249. 2021-05-12T08:14:43.231Z axon:sock connect
  250. 2021-05-12T08:14:43.233Z axon:sock add socket 0
  251. 2021-05-12T08:14:43.234Z axon:queue flush 0 messages
  252. 2021-05-12T08:14:43.234Z axon:sock closing
  253. 2021-05-12T08:14:43.234Z axon:sock closing 1 connections
  254. 2021-05-12T08:14:43.234Z pm2:client Daemon alive
  255. 2021-05-12T08:14:43.303Z axon:sock remove socket 0
  256. 2021-05-12T08:14:43.303Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  257. 2021-05-12T08:14:43.303Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  258. 2021-05-12T08:14:43.304Z axon:sock connect
  259. 2021-05-12T08:14:43.304Z axon:sock add socket 0
  260. 2021-05-12T08:14:43.304Z axon:queue flush 0 messages
  261. 2021-05-12T08:14:43.304Z pm2:client RPC Connected to Daemon
  262. 2021-05-12T08:14:43.311Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  263. 2021-05-12T08:14:43.402Z pm2:client Calling daemon method pm2:getMonitorData on rpc socket:/opt/app/.pm2/rpc.sock
  264. 2021-05-12T08:14:43.405Z axon:sock attempting reconnect
  265. 2021-05-12T08:14:43.405Z axon:sock closing
  266. 2021-05-12T08:14:43.405Z axon:sock closing 0 connections
  267. 2021-05-12T08:14:43.405Z interactor:client Interactor Daemon not launched
  268. 2021-05-12T08:14:43.405Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  269. 2021-05-12T08:14:43.406Z axon:sock attempting reconnect
  270. 2021-05-12T08:14:43.406Z axon:sock closing
  271. 2021-05-12T08:14:43.406Z axon:sock closing 0 connections
  272. 2021-05-12T08:14:43.406Z interactor:client Interactor Daemon not launched
  273. 2021-05-12T08:14:43.406Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  274. 2021-05-12T08:14:43.406Z axon:sock error ENOENT
  275. 2021-05-12T08:14:43.406Z axon:sock ignored ENOENT
  276. 2021-05-12T08:14:43.406Z axon:sock error ENOENT
  277. 2021-05-12T08:14:43.406Z axon:sock ignored ENOENT
  278. [PM2] Starting /opt/app/app.js in cluster_mode (2 instances)
  279. 2021-05-12T08:14:43.518Z pm2:client Calling daemon method pm2:prepare on rpc socket:/opt/app/.pm2/rpc.sock
  280. [PM2][ERROR] Error while launching application Error: spawn E2BIG
  281.     at ChildProcess.spawn (internal/child_process.js:366:11)
  282.     at spawn (child_process.js:551:9)
  283.     at fork (child_process.js:113:10)
  284.     at createWorkerProcess (internal/cluster/master.js:132:10)
  285.     at EventEmitter.cluster.fork (internal/cluster/master.js:166:25)
  286.     at Object.nodeApp (/usr/lib/node_modules/pm2/lib/God/ClusterMode.js:48:21)
  287.     at Object.executeApp (/usr/lib/node_modules/pm2/lib/God.js:247:9)
  288.     at inject (/usr/lib/node_modules/pm2/lib/God.js:163:18)
  289.     at Object.injectVariables (/usr/lib/node_modules/pm2/lib/God.js:588:10)
  290.     at /usr/lib/node_modules/pm2/lib/God.js:161:9
  291. 2021-05-12T08:14:43.704Z interactor:client Disconnect RPC
  292. 2021-05-12T08:14:43.704Z interactor:client RPC not launched
  293. 2021-05-12T08:14:43.705Z axon:sock closing
  294. 2021-05-12T08:14:43.705Z axon:sock closing 1 connections
  295. 2021-05-12T08:14:43.705Z axon:sock remove socket 0
  296. 2021-05-12T08:14:43.705Z pm2:client PM2 RPC cleanly closed
  297. 2021-05-12T08:14:43.705Z pm2:cli This command took 0.483s to execute
  298. 2021-05-12T08:14:44.207Z pm2:paths pm2 home resolved to /opt/app/.pm2 /root
  299. 2021-05-12T08:14:44.209Z pm2:conf Using 2 parallelism (CONCURRENT_ACTIONS)
  300. 2021-05-12T08:14:45.302Z pm2:client Using RPC file /opt/app/.pm2/rpc.sock
  301. 2021-05-12T08:14:45.303Z pm2:client Using PUB file /opt/app/.pm2/pub.sock
  302. 2021-05-12T08:14:45.304Z interactor:client [PING INTERACTOR] Trying to connect to Interactor daemon
  303. 2021-05-12T08:14:45.306Z axon:sock connect attempt null:/opt/app/.pm2/interactor.sock
  304. 2021-05-12T08:14:45.308Z pm2:client [PING PM2] Trying to connect to server
  305. 2021-05-12T08:14:45.308Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  306. 2021-05-12T08:14:45.311Z axon:sock error ENOENT
  307. 2021-05-12T08:14:45.311Z axon:sock ignored ENOENT
  308. 2021-05-12T08:14:45.311Z axon:sock connect
  309. 2021-05-12T08:14:45.316Z axon:sock add socket 0
  310. 2021-05-12T08:14:45.316Z axon:queue flush 0 messages
  311. 2021-05-12T08:14:45.316Z axon:sock closing
  312. 2021-05-12T08:14:45.317Z axon:sock closing 1 connections
  313. 2021-05-12T08:14:45.317Z pm2:client Daemon alive
  314. 2021-05-12T08:14:45.317Z axon:sock remove socket 0
  315. 2021-05-12T08:14:45.317Z pm2:client Launching RPC client on socket file /opt/app/.pm2/rpc.sock
  316. 2021-05-12T08:14:45.318Z axon:sock connect attempt null:/opt/app/.pm2/rpc.sock
  317. 2021-05-12T08:14:45.318Z axon:sock connect
  318. 2021-05-12T08:14:45.318Z axon:sock add socket 0
  319. 2021-05-12T08:14:45.318Z axon:queue flush 0 messages
  320. 2021-05-12T08:14:45.318Z pm2:client RPC Connected to Daemon
  321. 2021-05-12T08:14:45.325Z pm2:cli Now connected to daemon
  322. 2021-05-12T08:14:45.325Z pm2:client Calling daemon method pm2:getVersion on rpc socket:/opt/app/.pm2/rpc.sock
  323. Reloading all logs...
  324. 2021-05-12T08:14:45.329Z pm2:client Calling daemon method pm2:reloadLogs on rpc socket:/opt/app/.pm2/rpc.sock
  325. All logs reloaded
  326. 2021-05-12T08:14:45.332Z interactor:client Disconnect RPC
  327. 2021-05-12T08:14:45.332Z interactor:client RPC not launched
  328. 2021-05-12T08:14:45.333Z axon:sock closing
  329. 2021-05-12T08:14:45.333Z axon:sock closing 1 connections
  330. 2021-05-12T08:14:45.333Z axon:sock remove socket 0
  331. 2021-05-12T08:14:45.403Z pm2:client PM2 RPC cleanly closed
  332. 2021-05-12T08:14:45.404Z pm2:cli This command took 0.095s to execute
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement