jive_os_apps 0.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (60) hide show
  1. checksums.yaml +7 -0
  2. data/MIT-LICENSE +20 -0
  3. data/README.rdoc +3 -0
  4. data/Rakefile +37 -0
  5. data/app/assets/javascripts/jive_os_apps/application.js +13 -0
  6. data/app/assets/stylesheets/jive_os_apps/application.css +15 -0
  7. data/app/controllers/jive_os_apps/application_controller.rb +4 -0
  8. data/app/controllers/jive_os_apps/os_apps_controller.rb +13 -0
  9. data/app/helpers/jive_os_apps/application_helper.rb +4 -0
  10. data/app/views/jive_os_apps/os_apps/locale.xml.erb +5 -0
  11. data/app/views/jive_os_apps/os_apps/show.xml.erb +21 -0
  12. data/config/routes.rb +5 -0
  13. data/lib/jive_os_apps/engine.rb +20 -0
  14. data/lib/jive_os_apps/version.rb +3 -0
  15. data/lib/jive_os_apps.rb +4 -0
  16. data/lib/tasks/jive_os_apps_tasks.rake +4 -0
  17. data/test/dummy/README.rdoc +28 -0
  18. data/test/dummy/Rakefile +6 -0
  19. data/test/dummy/app/assets/javascripts/application.js +13 -0
  20. data/test/dummy/app/assets/stylesheets/application.css +15 -0
  21. data/test/dummy/app/controllers/application_controller.rb +5 -0
  22. data/test/dummy/app/helpers/application_helper.rb +2 -0
  23. data/test/dummy/app/views/layouts/application.html.erb +14 -0
  24. data/test/dummy/bin/bundle +3 -0
  25. data/test/dummy/bin/rails +4 -0
  26. data/test/dummy/bin/rake +4 -0
  27. data/test/dummy/bin/setup +29 -0
  28. data/test/dummy/config/application.rb +26 -0
  29. data/test/dummy/config/boot.rb +5 -0
  30. data/test/dummy/config/database.yml +25 -0
  31. data/test/dummy/config/environment.rb +5 -0
  32. data/test/dummy/config/environments/development.rb +41 -0
  33. data/test/dummy/config/environments/production.rb +79 -0
  34. data/test/dummy/config/environments/test.rb +42 -0
  35. data/test/dummy/config/initializers/assets.rb +11 -0
  36. data/test/dummy/config/initializers/backtrace_silencers.rb +7 -0
  37. data/test/dummy/config/initializers/cookies_serializer.rb +3 -0
  38. data/test/dummy/config/initializers/filter_parameter_logging.rb +4 -0
  39. data/test/dummy/config/initializers/inflections.rb +16 -0
  40. data/test/dummy/config/initializers/jive_os_apps.rb +3 -0
  41. data/test/dummy/config/initializers/mime_types.rb +4 -0
  42. data/test/dummy/config/initializers/session_store.rb +3 -0
  43. data/test/dummy/config/initializers/wrap_parameters.rb +14 -0
  44. data/test/dummy/config/jive_osapp_surveys_config.yml +52 -0
  45. data/test/dummy/config/locales/en.yml +23 -0
  46. data/test/dummy/config/routes.rb +3 -0
  47. data/test/dummy/config/secrets.yml +22 -0
  48. data/test/dummy/config.ru +4 -0
  49. data/test/dummy/db/development.sqlite3 +0 -0
  50. data/test/dummy/log/development.log +17455 -0
  51. data/test/dummy/log/passenger.3000.log +1230 -0
  52. data/test/dummy/passenger.3000.pid.lock +0 -0
  53. data/test/dummy/public/404.html +67 -0
  54. data/test/dummy/public/422.html +67 -0
  55. data/test/dummy/public/500.html +66 -0
  56. data/test/dummy/public/favicon.ico +0 -0
  57. data/test/integration/navigation_test.rb +8 -0
  58. data/test/jive_os_apps_test.rb +7 -0
  59. data/test/test_helper.rb +21 -0
  60. metadata +173 -0
@@ -0,0 +1,1230 @@
1
+ 2015/11/18 11:46:17 [emerg] 25513#0: bind() to 0.0.0.0:3000 failed (98: Address already in use)
2
+ 2015/11/18 11:46:17 [emerg] 25513#0: bind() to 0.0.0.0:3000 failed (98: Address already in use)
3
+ 2015/11/18 11:46:17 [emerg] 25513#0: bind() to 0.0.0.0:3000 failed (98: Address already in use)
4
+ 2015/11/18 11:46:17 [emerg] 25513#0: bind() to 0.0.0.0:3000 failed (98: Address already in use)
5
+ 2015/11/18 11:46:17 [emerg] 25513#0: bind() to 0.0.0.0:3000 failed (98: Address already in use)
6
+ 2015/11/18 11:46:17 [emerg] 25513#0: still could not bind()
7
+ [ 2015-11-18 11:46:25.5333 25547/7f0bc6f67780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
8
+ [ 2015-11-18 11:46:25.5399 25550/7f43a5542780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
9
+ [ 2015-11-18 11:46:25.5400 25550/7f43a5542780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
10
+ [ 2015-11-18 11:46:25.5415 25550/7f43a5542780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 25550
11
+ [ 2015-11-18 11:46:25.5489 25559/7f687f69f780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
12
+ [ 2015-11-18 11:46:25.5492 25559/7f687f69f780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 25559
13
+ App 25592 stdout:
14
+ App 25610 stdout:
15
+
16
+ [ 2015-11-18 11:46:59.8137 25550/7f439e5a7700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
17
+ [ 2015-11-18 11:46:59.8137 25550/7f43a5542780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
18
+ [ 2015-11-18 11:46:59.8138 25550/7f43a5542780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 25610, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
19
+ [ 2015-11-18 11:46:59.8139 25550/7f439dd25700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
20
+ [ 2015-11-18 11:46:59.8139 25550/7f439dd25700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
21
+ [ 2015-11-18 11:46:59.8146 25550/7f439cc21700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
22
+ [ 2015-11-18 11:46:59.8146 25550/7f439cc21700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
23
+ [ 2015-11-18 11:46:59.8153 25550/7f439d4a3700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
24
+ [ 2015-11-18 11:46:59.8153 25550/7f439d4a3700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
25
+ [ 2015-11-18 11:46:59.8154 25550/7f436ffff700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
26
+ [ 2015-11-18 11:46:59.8155 25550/7f436ffff700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
27
+ [ 2015-11-18 11:46:59.8156 25550/7f439e5a7700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
28
+ [ 2015-11-18 11:46:59.8156 25550/7f439e5a7700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
29
+ [ 2015-11-18 11:46:59.8157 25550/7f43a5542780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 25610, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
30
+
31
+ [ 2015-11-18 11:46:59.8186 25559/7f6873fff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
32
+ [ 2015-11-18 11:46:59.8186 25559/7f687f69f780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
33
+ [ 2015-11-18 11:46:59.8186 25559/7f6873fff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
34
+ [ 2015-11-18 11:46:59.8186 25559/7f6873fff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
35
+ [ 2015-11-18 11:46:59.8189 25559/7f687f69f780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
36
+ [ 2015-11-18 11:46:59.9311 25550/7f43a5542780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
37
+ [ 2015-11-18 11:47:16.1307 25737/7f5d566c1780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
38
+ [ 2015-11-18 11:47:16.1382 25740/7fc178468780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
39
+ [ 2015-11-18 11:47:16.1383 25740/7fc178468780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
40
+ [ 2015-11-18 11:47:16.1399 25740/7fc178468780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 25740
41
+ [ 2015-11-18 11:47:16.1492 25747/7f6e50efd780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
42
+ [ 2015-11-18 11:47:16.1496 25747/7f6e50efd780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 25747
43
+ App 25783 stdout:
44
+ App 25799 stdout:
45
+
46
+ [ 2015-11-18 11:52:24.7563 25747/7f6e49f27700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
47
+ [ 2015-11-18 11:52:24.7563 25747/7f6e50efd780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
48
+
49
+ [ 2015-11-18 11:52:24.7564 25747/7f6e49f27700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
50
+ [ 2015-11-18 11:52:24.7564 25740/7fc1714cd700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
51
+ [ 2015-11-18 11:52:24.7564 25747/7f6e49f27700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
52
+ [ 2015-11-18 11:52:24.7564 25740/7fc178468780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
53
+ [ 2015-11-18 11:52:24.7565 25740/7fc178468780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 25799, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
54
+ [ 2015-11-18 11:52:24.7566 25740/7fc16affd700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
55
+ [ 2015-11-18 11:52:24.7566 25740/7fc16affd700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
56
+ [ 2015-11-18 11:52:24.7567 25740/7fc1714cd700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
57
+ [ 2015-11-18 11:52:24.7568 25740/7fc1714cd700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
58
+ [ 2015-11-18 11:52:24.7569 25740/7fc170c4b700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
59
+ [ 2015-11-18 11:52:24.7569 25740/7fc170c4b700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
60
+ [ 2015-11-18 11:52:24.7570 25747/7f6e50efd780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
61
+ [ 2015-11-18 11:52:24.7574 25740/7fc16bfff700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
62
+ [ 2015-11-18 11:52:24.7574 25740/7fc16bfff700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
63
+ [ 2015-11-18 11:52:24.7576 25740/7fc16b7fe700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
64
+ [ 2015-11-18 11:52:24.7576 25740/7fc16b7fe700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
65
+ [ 2015-11-18 11:52:24.7577 25740/7fc178468780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 25799, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
66
+ [ 2015-11-18 11:52:24.8722 25740/7fc178468780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
67
+ [ 2015-11-18 11:52:25.6459 26579/7f266ed62780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
68
+ [ 2015-11-18 11:52:25.6525 26582/7ff3fe2c9780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
69
+ [ 2015-11-18 11:52:25.6526 26582/7ff3fe2c9780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
70
+ [ 2015-11-18 11:52:25.6540 26582/7ff3fe2c9780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 26582
71
+ [ 2015-11-18 11:52:25.6611 26593/7fb7f439c780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
72
+ [ 2015-11-18 11:52:25.6614 26593/7fb7f439c780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 26593
73
+ App 26629 stdout:
74
+ App 26645 stdout:
75
+
76
+ [ 2015-11-18 11:52:50.4852 26582/7ff3f732e700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
77
+ [ 2015-11-18 11:52:50.4853 26582/7ff3fe2c9780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
78
+ [ 2015-11-18 11:52:50.4853 26582/7ff3fe2c9780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 26645, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
79
+ [ 2015-11-18 11:52:50.4855 26582/7ff3f622a700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
80
+ [ 2015-11-18 11:52:50.4856 26582/7ff3f622a700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
81
+ [ 2015-11-18 11:52:50.4856 26582/7ff3f732e700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
82
+ [ 2015-11-18 11:52:50.4856 26582/7ff3f732e700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
83
+ [ 2015-11-18 11:52:50.4857 26582/7ff3f5126700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
84
+ [ 2015-11-18 11:52:50.4857 26582/7ff3f5126700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
85
+ [ 2015-11-18 11:52:50.4875 26582/7ff3f6aac700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
86
+ [ 2015-11-18 11:52:50.4876 26582/7ff3f6aac700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
87
+
88
+ [ 2015-11-18 11:52:50.4877 26593/7fb7ed3c6700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
89
+ [ 2015-11-18 11:52:50.4877 26593/7fb7f439c780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
90
+ [ 2015-11-18 11:52:50.4878 26593/7fb7ed3c6700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
91
+ [ 2015-11-18 11:52:50.4878 26593/7fb7ed3c6700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
92
+ [ 2015-11-18 11:52:50.4881 26582/7ff3f59a8700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
93
+ [ 2015-11-18 11:52:50.4881 26582/7ff3f59a8700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
94
+ [ 2015-11-18 11:52:50.4882 26582/7ff3fe2c9780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 26645, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
95
+ [ 2015-11-18 11:52:50.4884 26593/7fb7f439c780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
96
+ [ 2015-11-18 11:52:50.6021 26582/7ff3fe2c9780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
97
+ [ 2015-11-18 11:52:51.2379 26709/7f247ad39780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
98
+ [ 2015-11-18 11:52:51.2453 26712/7f54bdcea780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
99
+ [ 2015-11-18 11:52:51.2454 26712/7f54bdcea780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
100
+ [ 2015-11-18 11:52:51.2472 26712/7f54bdcea780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 26712
101
+ [ 2015-11-18 11:52:51.2544 26722/7f88e4ae6780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
102
+ [ 2015-11-18 11:52:51.2547 26722/7f88e4ae6780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 26722
103
+ App 26755 stdout:
104
+ App 26773 stdout:
105
+
106
+ [ 2015-11-18 11:59:44.6859 26712/7f54b6d4f700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
107
+ [ 2015-11-18 11:59:44.6860 26712/7f54bdcea780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
108
+
109
+ [ 2015-11-18 11:59:44.6860 26712/7f54bdcea780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 26773, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
110
+ [ 2015-11-18 11:59:44.6860 26722/7f88ddb10700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
111
+ [ 2015-11-18 11:59:44.6861 26722/7f88e4ae6780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
112
+ [ 2015-11-18 11:59:44.6863 26712/7f54b5c4b700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
113
+ [ 2015-11-18 11:59:44.6863 26712/7f54b5c4b700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
114
+ [ 2015-11-18 11:59:44.6864 26712/7f54b4b47700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
115
+ [ 2015-11-18 11:59:44.6864 26712/7f54b4b47700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
116
+ [ 2015-11-18 11:59:44.6864 26722/7f88ddb10700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
117
+ [ 2015-11-18 11:59:44.6864 26722/7f88ddb10700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
118
+ [ 2015-11-18 11:59:44.6865 26712/7f54b53c9700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
119
+ [ 2015-11-18 11:59:44.6865 26712/7f54b53c9700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
120
+ [ 2015-11-18 11:59:44.6866 26712/7f54b6d4f700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
121
+ [ 2015-11-18 11:59:44.6866 26712/7f54b6d4f700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
122
+ [ 2015-11-18 11:59:44.6868 26722/7f88e4ae6780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
123
+ [ 2015-11-18 11:59:44.6872 26712/7f54b64cd700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
124
+ [ 2015-11-18 11:59:44.6873 26712/7f54b64cd700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
125
+ [ 2015-11-18 11:59:44.6874 26712/7f54bdcea780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 26773, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
126
+ [ 2015-11-18 11:59:44.7993 26712/7f54bdcea780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
127
+ [ 2015-11-18 11:59:45.8340 27721/7f7b60aee780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
128
+ [ 2015-11-18 11:59:45.8405 27724/7fc1f38b0780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
129
+ [ 2015-11-18 11:59:45.8406 27724/7fc1f38b0780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
130
+ [ 2015-11-18 11:59:45.8421 27724/7fc1f38b0780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 27724
131
+ [ 2015-11-18 11:59:45.8492 27732/7f32f5e69780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
132
+ [ 2015-11-18 11:59:45.8495 27732/7f32f5e69780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 27732
133
+ App 27767 stdout:
134
+ App 27783 stdout:
135
+ App 2948 stdout:
136
+ App 3031 stdout:
137
+ [ 2015-11-18 13:12:13.1946 27724/7fc1f386d700 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 3031, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
138
+
139
+ [ 2015-11-18 13:31:07.2195 27732/7f32eee93700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
140
+
141
+ [ 2015-11-18 13:31:07.2195 27732/7f32f5e69780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
142
+ [ 2015-11-18 13:31:07.2196 27724/7fc1ec915700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
143
+ [ 2015-11-18 13:31:07.2196 27732/7f32eee93700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
144
+ [ 2015-11-18 13:31:07.2196 27732/7f32eee93700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
145
+ [ 2015-11-18 13:31:07.2196 27724/7fc1f38b0780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
146
+ [ 2015-11-18 13:31:07.2196 27724/7fc1f38b0780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 27783, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
147
+ [ 2015-11-18 13:31:07.2198 27732/7f32f5e69780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
148
+ [ 2015-11-18 13:31:07.2198 27724/7fc1d77fe700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
149
+ [ 2015-11-18 13:31:07.2199 27724/7fc1d77fe700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
150
+ [ 2015-11-18 13:31:07.2201 27724/7fc1d7fff700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
151
+ [ 2015-11-18 13:31:07.2201 27724/7fc1d7fff700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
152
+ [ 2015-11-18 13:31:07.2203 27724/7fc1ec915700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
153
+ [ 2015-11-18 13:31:07.2204 27724/7fc1ec915700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
154
+ [ 2015-11-18 13:31:07.2201 27724/7fc1d6f7c700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
155
+ [ 2015-11-18 13:31:07.2204 27724/7fc1d6f7c700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
156
+ [ 2015-11-18 13:31:07.2204 27724/7fc1d66fa700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
157
+ [ 2015-11-18 13:31:07.2205 27724/7fc1d66fa700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
158
+ [ 2015-11-18 13:31:07.2206 27724/7fc1f38b0780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 27783, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
159
+ [ 2015-11-18 13:31:07.3327 27724/7fc1f38b0780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
160
+ [ 2015-11-18 13:31:07.9436 6876/7f7e7f325780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
161
+ [ 2015-11-18 13:31:07.9499 6879/7f71a63ef780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
162
+ [ 2015-11-18 13:31:07.9500 6879/7f71a63ef780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
163
+ [ 2015-11-18 13:31:07.9515 6879/7f71a63ef780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 6879
164
+ [ 2015-11-18 13:31:07.9585 6890/7fcd5d331780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
165
+ [ 2015-11-18 13:31:07.9588 6890/7fcd5d331780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 6890
166
+ App 6926 stdout:
167
+ App 6926 stdout:
168
+ [ 2015-11-18 13:31:11.0747 6879/7f719c1c9700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
169
+ Error ID: 54588db9
170
+ Error details saved to: /tmp/passenger-error-NQjWCq.html
171
+ Message from application: undefined method `setup' for JiveOsApps:Module (NoMethodError)
172
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
173
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
174
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
175
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
176
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
177
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
178
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
179
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
180
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
181
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
182
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
183
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
184
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
185
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
186
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
187
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
188
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
189
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
190
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
191
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
192
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
193
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
194
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
195
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
196
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
197
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
198
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
199
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
200
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
201
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
202
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
203
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
204
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
205
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
206
+ config.ru:3:in `block in <main>'
207
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
208
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
209
+ config.ru:1:in `new'
210
+ config.ru:1:in `<main>'
211
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
212
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
213
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
214
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
215
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
216
+
217
+
218
+ [ 2015-11-18 13:31:11.0789 6879/7f719f454700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 54588db9. Please see earlier logs for details about the error.
219
+ App 6944 stdout:
220
+ App 6944 stdout:
221
+ [ 2015-11-18 13:31:13.6387 6879/7f719c1c9700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
222
+ Error ID: 77803951
223
+ Error details saved to: /tmp/passenger-error-7lNSDX.html
224
+ Message from application: undefined method `setup' for JiveOsApps:Module (NoMethodError)
225
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
226
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
227
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
228
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
229
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
230
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
231
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
232
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
233
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
234
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
235
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
236
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
237
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
238
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
239
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
240
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
241
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
242
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
243
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
244
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
245
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
246
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
247
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
248
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
249
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
250
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
251
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
252
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
253
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
254
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
255
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
256
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
257
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
258
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
259
+ config.ru:3:in `block in <main>'
260
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
261
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
262
+ config.ru:1:in `new'
263
+ config.ru:1:in `<main>'
264
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
265
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
266
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
267
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
268
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
269
+
270
+
271
+ [ 2015-11-18 13:31:13.6429 6879/7f719ebd2700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 77803951. Please see earlier logs for details about the error.
272
+ App 7135 stdout:
273
+ App 7135 stdout:
274
+ [ 2015-11-18 13:33:25.5414 6879/7f719c1c9700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
275
+ Error ID: 913bea61
276
+ Error details saved to: /tmp/passenger-error-X5rm4R.html
277
+ Message from application: undefined method `setup' for JiveOsApps:Module (NoMethodError)
278
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
279
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
280
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
281
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
282
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
283
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
284
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
285
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
286
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
287
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
288
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
289
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
290
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
291
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
292
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
293
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
294
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
295
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
296
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
297
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
298
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
299
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
300
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
301
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
302
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
303
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
304
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
305
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
306
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
307
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
308
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
309
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
310
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
311
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
312
+ config.ru:3:in `block in <main>'
313
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
314
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
315
+ config.ru:1:in `new'
316
+ config.ru:1:in `<main>'
317
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
318
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
319
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
320
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
321
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
322
+
323
+
324
+ [ 2015-11-18 13:33:25.5462 6879/7f719e350700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 3-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 913bea61. Please see earlier logs for details about the error.
325
+
326
+
327
+ [ 2015-11-18 13:33:35.9511 6879/7f719f454700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
328
+ [ 2015-11-18 13:33:35.9511 6890/7fcd5635b700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
329
+ [ 2015-11-18 13:33:35.9512 6879/7f71a63ef780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
330
+ [ 2015-11-18 13:33:35.9512 6890/7fcd5d331780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
331
+ [ 2015-11-18 13:33:35.9513 6890/7fcd5635b700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
332
+ [ 2015-11-18 13:33:35.9513 6890/7fcd5635b700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
333
+ [ 2015-11-18 13:33:35.9516 6879/7f719e350700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
334
+ [ 2015-11-18 13:33:35.9516 6879/7f719e350700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
335
+ [ 2015-11-18 13:33:35.9516 6879/7f719f454700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
336
+ [ 2015-11-18 13:33:35.9516 6879/7f719f454700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
337
+ [ 2015-11-18 13:33:35.9517 6879/7f719d24c700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
338
+ [ 2015-11-18 13:33:35.9517 6879/7f719d24c700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
339
+ [ 2015-11-18 13:33:35.9518 6879/7f719dace700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
340
+ [ 2015-11-18 13:33:35.9518 6879/7f719dace700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
341
+ [ 2015-11-18 13:33:35.9520 6879/7f719ebd2700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
342
+ [ 2015-11-18 13:33:35.9520 6879/7f719ebd2700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
343
+ [ 2015-11-18 13:33:35.9520 6890/7fcd5d331780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
344
+ [ 2015-11-18 13:33:35.9534 6879/7f71a63ef780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
345
+ [ 2015-11-18 13:33:36.7252 7184/7fda3226d780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
346
+ [ 2015-11-18 13:33:36.7325 7187/7f3654d17780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
347
+ [ 2015-11-18 13:33:36.7326 7187/7f3654d17780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
348
+ [ 2015-11-18 13:33:36.7345 7187/7f3654d17780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 7187
349
+ [ 2015-11-18 13:33:36.7417 7196/7eff96a22780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
350
+ [ 2015-11-18 13:33:36.7420 7196/7eff96a22780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 7196
351
+ App 7230 stdout:
352
+ App 7230 stdout:
353
+ [ 2015-11-18 13:33:39.8486 7187/7f364c2f4700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
354
+ Error ID: 43fc68ce
355
+ Error details saved to: /tmp/passenger-error-V1O7KE.html
356
+ Message from application: undefined method `setup' for JiveOsApps:Module (NoMethodError)
357
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
358
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
359
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
360
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
361
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
362
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
363
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
364
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
365
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
366
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
367
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
368
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
369
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
370
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
371
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
372
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
373
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
374
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
375
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
376
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
377
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
378
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
379
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
380
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
381
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
382
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
383
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
384
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
385
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
386
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
387
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
388
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
389
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
390
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
391
+ config.ru:3:in `block in <main>'
392
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
393
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
394
+ config.ru:1:in `new'
395
+ config.ru:1:in `<main>'
396
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
397
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
398
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
399
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
400
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
401
+
402
+
403
+ [ 2015-11-18 13:33:39.8575 7187/7f364dd7c700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 43fc68ce. Please see earlier logs for details about the error.
404
+ App 7252 stdout:
405
+ App 7252 stdout:
406
+ [ 2015-11-18 13:33:44.1399 7187/7f364c2f4700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
407
+ Error ID: 78ab7df4
408
+ Error details saved to: /tmp/passenger-error-WDYJAJ.html
409
+ Message from application: undefined method `setup' for JiveOsApps:Module (NoMethodError)
410
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
411
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
412
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
413
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
414
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
415
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
416
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
417
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
418
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
419
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
420
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
421
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
422
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
423
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
424
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
425
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
426
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
427
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
428
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
429
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
430
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
431
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
432
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
433
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
434
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
435
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
436
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
437
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
438
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
439
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
440
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
441
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
442
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
443
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
444
+ config.ru:3:in `block in <main>'
445
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
446
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
447
+ config.ru:1:in `new'
448
+ config.ru:1:in `<main>'
449
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
450
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
451
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
452
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
453
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
454
+
455
+
456
+ [ 2015-11-18 13:33:44.1462 7187/7f364d4fa700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 78ab7df4. Please see earlier logs for details about the error.
457
+
458
+
459
+ [ 2015-11-18 13:34:13.1226 7187/7f364dd7c700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
460
+ [ 2015-11-18 13:34:13.1226 7196/7eff8fa4c700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
461
+ [ 2015-11-18 13:34:13.1226 7187/7f3654d17780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
462
+ [ 2015-11-18 13:34:13.1226 7196/7eff96a22780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
463
+ [ 2015-11-18 13:34:13.1227 7196/7eff8fa4c700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
464
+ [ 2015-11-18 13:34:13.1227 7196/7eff8fa4c700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
465
+ [ 2015-11-18 13:34:13.1228 7187/7f364dd7c700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
466
+ [ 2015-11-18 13:34:13.1228 7187/7f364dd7c700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
467
+ [ 2015-11-18 13:34:13.1229 7187/7f36277fe700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
468
+ [ 2015-11-18 13:34:13.1229 7187/7f36277fe700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
469
+ [ 2015-11-18 13:34:13.1229 7196/7eff96a22780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
470
+ [ 2015-11-18 13:34:13.1235 7187/7f364d4fa700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
471
+ [ 2015-11-18 13:34:13.1235 7187/7f364d4fa700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
472
+ [ 2015-11-18 13:34:13.1237 7187/7f3627fff700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
473
+ [ 2015-11-18 13:34:13.1237 7187/7f3627fff700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
474
+ [ 2015-11-18 13:34:13.1238 7187/7f364cc78700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
475
+ [ 2015-11-18 13:34:13.1238 7187/7f364cc78700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
476
+ [ 2015-11-18 13:34:13.1358 7187/7f3654d17780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
477
+ [ 2015-11-18 13:34:13.8920 7325/7f8934eea780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
478
+ [ 2015-11-18 13:34:13.8987 7328/7f2af596b780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
479
+ [ 2015-11-18 13:34:13.8988 7328/7f2af596b780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
480
+ [ 2015-11-18 13:34:13.9002 7328/7f2af596b780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 7328
481
+ [ 2015-11-18 13:34:13.9075 7337/7fe40b12e780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
482
+ [ 2015-11-18 13:34:13.9078 7337/7fe40b12e780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 7337
483
+ App 7378 stdout:
484
+ App 7378 stdout:
485
+ [ 2015-11-18 13:34:17.0164 7328/7f2aec747700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
486
+ Error ID: 2d2533dc
487
+ Error details saved to: /tmp/passenger-error-nrgv8a.html
488
+ Message from application: undefined method `hahahah=' for JiveOsApps:Module (NoMethodError)
489
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:2:in `block in <top (required)>'
490
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:7:in `setup'
491
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
492
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
493
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
494
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
495
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
496
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
497
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
498
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
499
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
500
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
501
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
502
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
503
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
504
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
505
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
506
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
507
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
508
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
509
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
510
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
511
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
512
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
513
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
514
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
515
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
516
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
517
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
518
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
519
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
520
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
521
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
522
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
523
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
524
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
525
+ config.ru:3:in `block in <main>'
526
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
527
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
528
+ config.ru:1:in `new'
529
+ config.ru:1:in `<main>'
530
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
531
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
532
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
533
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
534
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
535
+
536
+
537
+ [ 2015-11-18 13:34:17.0419 7328/7f2aee9d0700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 2d2533dc. Please see earlier logs for details about the error.
538
+ App 7398 stdout:
539
+ App 7398 stdout:
540
+ [ 2015-11-18 13:34:21.4914 7328/7f2aec747700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
541
+ Error ID: 469e1560
542
+ Error details saved to: /tmp/passenger-error-nbqFRB.html
543
+ Message from application: undefined method `hahahah=' for JiveOsApps:Module (NoMethodError)
544
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:2:in `block in <top (required)>'
545
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:7:in `setup'
546
+ /home/butch/workspace/jive_os_apps/test/dummy/config/initializers/jive_os_apps.rb:1:in `<top (required)>'
547
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
548
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `block in load'
549
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:240:in `load_dependency'
550
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/dependencies.rb:268:in `load'
551
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:652:in `block in load_config_initializer'
552
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/notifications.rb:166:in `instrument'
553
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:651:in `load_config_initializer'
554
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:616:in `block (2 levels) in <class:Engine>'
555
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `each'
556
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/engine.rb:615:in `block in <class:Engine>'
557
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
558
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
559
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
560
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
561
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
562
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:418:in `block (2 levels) in each_strongly_connected_component_from'
563
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
564
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:417:in `block in each_strongly_connected_component_from'
565
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `each'
566
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:44:in `tsort_each_child'
567
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `call'
568
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:411:in `each_strongly_connected_component_from'
569
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
570
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
571
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
572
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
573
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
574
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
575
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
576
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
577
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
578
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
579
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
580
+ config.ru:3:in `block in <main>'
581
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
582
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
583
+ config.ru:1:in `new'
584
+ config.ru:1:in `<main>'
585
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
586
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
587
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
588
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
589
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
590
+
591
+
592
+ [ 2015-11-18 13:34:21.5124 7328/7f2aee14e700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 469e1560. Please see earlier logs for details about the error.
593
+ App 7511 stdout:
594
+ App 7528 stdout:
595
+
596
+ [ 2015-11-18 13:38:31.6107 7328/7f2aee9d0700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
597
+
598
+ [ 2015-11-18 13:38:31.6108 7328/7f2af596b780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
599
+ [ 2015-11-18 13:38:31.6108 7328/7f2af596b780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 7528, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
600
+ [ 2015-11-18 13:38:31.6108 7337/7fe3fffff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
601
+ [ 2015-11-18 13:38:31.6109 7337/7fe40b12e780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
602
+ [ 2015-11-18 13:38:31.6109 7337/7fe3fffff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
603
+ [ 2015-11-18 13:38:31.6109 7337/7fe3fffff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
604
+ [ 2015-11-18 13:38:31.6111 7328/7f2aed8cc700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
605
+ [ 2015-11-18 13:38:31.6111 7328/7f2aed8cc700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
606
+ [ 2015-11-18 13:38:31.6112 7337/7fe40b12e780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
607
+ [ 2015-11-18 13:38:31.6113 7328/7f2aee9d0700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
608
+ [ 2015-11-18 13:38:31.6113 7328/7f2aee9d0700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
609
+ [ 2015-11-18 13:38:31.6115 7328/7f2aee14e700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
610
+ [ 2015-11-18 13:38:31.6115 7328/7f2aee14e700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
611
+ [ 2015-11-18 13:38:31.6117 7328/7f2abffff700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
612
+ [ 2015-11-18 13:38:31.6117 7328/7f2abffff700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
613
+ [ 2015-11-18 13:38:31.6117 7328/7f2aed04a700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
614
+ [ 2015-11-18 13:38:31.6117 7328/7f2aed04a700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
615
+ [ 2015-11-18 13:38:31.6123 7328/7f2af596b780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 7528, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
616
+ [ 2015-11-18 13:38:31.7250 7328/7f2af596b780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
617
+ [ 2015-11-18 13:38:32.9461 8025/7f6a8054d780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
618
+ [ 2015-11-18 13:38:32.9527 8028/7f2fa3f48780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
619
+ [ 2015-11-18 13:38:32.9528 8028/7f2fa3f48780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
620
+ [ 2015-11-18 13:38:32.9544 8028/7f2fa3f48780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 8028
621
+ [ 2015-11-18 13:38:32.9621 8035/7f05eb352780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
622
+ [ 2015-11-18 13:38:32.9624 8035/7f05eb352780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 8035
623
+ App 8077 stdout:
624
+ App 8094 stdout:
625
+ App 8103 stdout:
626
+
627
+ [ 2015-11-18 13:39:31.1403 8028/7f2f9cfad700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
628
+ [ 2015-11-18 13:39:31.1403 8028/7f2fa3f48780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
629
+ [ 2015-11-18 13:39:31.1404 8028/7f2fa3f48780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8094, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
630
+ [ 2015-11-18 13:39:31.1404 8028/7f2fa3f48780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8103, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
631
+ [ 2015-11-18 13:39:31.1407 8028/7f2f877fe700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
632
+ [ 2015-11-18 13:39:31.1407 8028/7f2f877fe700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
633
+ [ 2015-11-18 13:39:31.1409 8028/7f2f87fff700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
634
+ [ 2015-11-18 13:39:31.1409 8028/7f2f87fff700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
635
+ [ 2015-11-18 13:39:31.1409 8028/7f2f86ffd700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
636
+ [ 2015-11-18 13:39:31.1409 8028/7f2f86ffd700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
637
+ [ 2015-11-18 13:39:31.1410 8028/7f2f867fc700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
638
+ [ 2015-11-18 13:39:31.1410 8028/7f2f867fc700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
639
+ [ 2015-11-18 13:39:31.1410 8028/7f2f9cfad700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
640
+ [ 2015-11-18 13:39:31.1411 8028/7f2f9cfad700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
641
+ [ 2015-11-18 13:39:31.1411 8028/7f2fa3f48780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8094, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
642
+ [ 2015-11-18 13:39:31.1412 8028/7f2fa3f48780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8103, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
643
+
644
+ [ 2015-11-18 13:39:31.1414 8035/7f05dffff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
645
+ [ 2015-11-18 13:39:31.1414 8035/7f05eb352780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
646
+ [ 2015-11-18 13:39:31.1417 8035/7f05dffff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
647
+ [ 2015-11-18 13:39:31.1417 8035/7f05dffff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
648
+ [ 2015-11-18 13:39:31.1468 8035/7f05eb352780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
649
+ [ 2015-11-18 13:39:31.2534 8028/7f2fa3f48780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
650
+ [ 2015-11-18 13:39:31.8877 8255/7f5f175c4780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
651
+ [ 2015-11-18 13:39:31.8944 8258/7fc2d327d780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
652
+ [ 2015-11-18 13:39:31.8946 8258/7fc2d327d780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
653
+ [ 2015-11-18 13:39:31.8962 8258/7fc2d327d780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 8258
654
+ [ 2015-11-18 13:39:31.9035 8266/7fda17278780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
655
+ [ 2015-11-18 13:39:31.9038 8266/7fda17278780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 8266
656
+ App 8310 stdout:
657
+ App 8332 stdout:
658
+ App 8340 stdout:
659
+
660
+ [ 2015-11-18 13:41:54.7790 8258/7fc2bffff700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
661
+ [ 2015-11-18 13:41:54.7790 8258/7fc2d327d780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
662
+ [ 2015-11-18 13:41:54.7791 8258/7fc2d327d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8332, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
663
+ [ 2015-11-18 13:41:54.7791 8258/7fc2d327d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8340, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
664
+ [ 2015-11-18 13:41:54.7793 8258/7fc2beffd700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
665
+ [ 2015-11-18 13:41:54.7794 8258/7fc2beffd700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
666
+ [ 2015-11-18 13:41:54.7794 8258/7fc2bdffb700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
667
+ [ 2015-11-18 13:41:54.7794 8258/7fc2bdffb700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
668
+ [ 2015-11-18 13:41:54.7795 8258/7fc2bf7fe700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
669
+ [ 2015-11-18 13:41:54.7795 8258/7fc2bf7fe700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
670
+ [ 2015-11-18 13:41:54.7797 8258/7fc2be7fc700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
671
+ [ 2015-11-18 13:41:54.7797 8258/7fc2be7fc700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
672
+ [ 2015-11-18 13:41:54.7800 8258/7fc2bffff700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
673
+ [ 2015-11-18 13:41:54.7800 8258/7fc2bffff700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
674
+ [ 2015-11-18 13:41:54.7801 8258/7fc2d327d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8332, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
675
+ [ 2015-11-18 13:41:54.7801 8258/7fc2d327d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 8340, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
676
+
677
+ [ 2015-11-18 13:41:54.7865 8266/7fda0bfff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
678
+ [ 2015-11-18 13:41:54.7865 8266/7fda17278780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
679
+ [ 2015-11-18 13:41:54.7866 8266/7fda0bfff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
680
+ [ 2015-11-18 13:41:54.7866 8266/7fda0bfff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
681
+ [ 2015-11-18 13:41:54.7870 8266/7fda17278780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
682
+ [ 2015-11-18 13:41:54.8923 8258/7fc2d327d780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
683
+ [ 2015-11-18 13:41:56.2702 8650/7fd77e81c780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
684
+ [ 2015-11-18 13:41:56.2765 8653/7ff58c575780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
685
+ [ 2015-11-18 13:41:56.2766 8653/7ff58c575780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
686
+ [ 2015-11-18 13:41:56.2782 8653/7ff58c575780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 8653
687
+ [ 2015-11-18 13:41:56.2866 8662/7f7de1253780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
688
+ [ 2015-11-18 13:41:56.2869 8662/7f7de1253780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 8662
689
+ App 8696 stdout:
690
+ App 8696 stdout:
691
+ [ 2015-11-18 13:41:59.4351 8653/7ff584353700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
692
+ Error ID: 00d760df
693
+ Error details saved to: /tmp/passenger-error-MzqFcn.html
694
+ Message from application: uninitialized constant JiveOsApps::Railtie::MyEngine (NameError)
695
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
696
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
697
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
698
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
699
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
700
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
701
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
702
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
703
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
704
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
705
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
706
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
707
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
708
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
709
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
710
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
711
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
712
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
713
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
714
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
715
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
716
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
717
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
718
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
719
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
720
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
721
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
722
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
723
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
724
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
725
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
726
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
727
+ config.ru:3:in `block in <main>'
728
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
729
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
730
+ config.ru:1:in `new'
731
+ config.ru:1:in `<main>'
732
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
733
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
734
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
735
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
736
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
737
+
738
+
739
+ [ 2015-11-18 13:41:59.4398 8653/7ff5855da700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 00d760df. Please see earlier logs for details about the error.
740
+ App 8729 stdout:
741
+ App 8729 stdout:
742
+ [ 2015-11-18 13:42:01.0867 8653/7ff584353700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
743
+ Error ID: 41e8efb1
744
+ Error details saved to: /tmp/passenger-error-RFqSMn.html
745
+ Message from application: uninitialized constant JiveOsApps::Railtie::MyEngine (NameError)
746
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
747
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
748
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
749
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
750
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
751
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
752
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
753
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
754
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
755
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
756
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
757
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
758
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
759
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
760
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
761
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
762
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
763
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
764
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
765
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
766
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
767
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
768
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
769
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
770
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
771
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
772
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
773
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
774
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
775
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
776
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
777
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
778
+ config.ru:3:in `block in <main>'
779
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
780
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
781
+ config.ru:1:in `new'
782
+ config.ru:1:in `<main>'
783
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
784
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
785
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
786
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
787
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
788
+
789
+
790
+ [ 2015-11-18 13:42:01.0915 8653/7ff584d58700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 41e8efb1. Please see earlier logs for details about the error.
791
+ App 8771 stdout:
792
+ App 8771 stdout:
793
+ [ 2015-11-18 13:42:12.6133 8653/7ff584353700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
794
+ Error ID: 76e6141d
795
+ Error details saved to: /tmp/passenger-error-Pd0nGJ.html
796
+ Message from application: uninitialized constant Railtie::MyEngine (NameError)
797
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
798
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
799
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
800
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
801
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
802
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
803
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
804
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
805
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
806
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
807
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
808
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
809
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
810
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
811
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
812
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
813
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
814
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
815
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
816
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
817
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
818
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
819
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
820
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
821
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
822
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
823
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
824
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
825
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
826
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
827
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
828
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
829
+ config.ru:3:in `block in <main>'
830
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
831
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
832
+ config.ru:1:in `new'
833
+ config.ru:1:in `<main>'
834
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
835
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
836
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
837
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
838
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
839
+
840
+
841
+ [ 2015-11-18 13:42:12.6175 8653/7ff57ffff700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 3-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 76e6141d. Please see earlier logs for details about the error.
842
+ App 8800 stdout:
843
+ App 8800 stdout:
844
+ [ 2015-11-18 13:42:23.8002 8653/7ff584353700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
845
+ Error ID: 3513316a
846
+ Error details saved to: /tmp/passenger-error-c00bjo.html
847
+ Message from application: undefined local variable or method `configuration' for JiveOsApps:Module (NameError)
848
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:30:in `configure!'
849
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
850
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
851
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
852
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
853
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
854
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
855
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
856
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
857
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
858
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
859
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
860
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
861
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
862
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
863
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
864
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
865
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
866
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
867
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
868
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
869
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
870
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
871
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
872
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
873
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
874
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
875
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
876
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
877
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
878
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
879
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
880
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
881
+ config.ru:3:in `block in <main>'
882
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
883
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
884
+ config.ru:1:in `new'
885
+ config.ru:1:in `<main>'
886
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
887
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
888
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
889
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
890
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
891
+
892
+
893
+ [ 2015-11-18 13:42:23.8060 8653/7ff57f7fe700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 4-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 3513316a. Please see earlier logs for details about the error.
894
+
895
+ [ 2015-11-18 13:44:39.4633 8653/7ff5855da700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
896
+ [ 2015-11-18 13:44:39.4633 8653/7ff58c575780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
897
+ [ 2015-11-18 13:44:39.4635 8653/7ff5855da700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
898
+ [ 2015-11-18 13:44:39.4635 8653/7ff5855da700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
899
+ [ 2015-11-18 13:44:39.4635 8653/7ff57ffff700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
900
+ [ 2015-11-18 13:44:39.4635 8653/7ff57ffff700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
901
+ [ 2015-11-18 13:44:39.4636 8653/7ff584d58700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
902
+ [ 2015-11-18 13:44:39.4636 8653/7ff584d58700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
903
+ [ 2015-11-18 13:44:39.4636 8653/7ff57effd700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
904
+ [ 2015-11-18 13:44:39.4636 8653/7ff57effd700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
905
+
906
+ [ 2015-11-18 13:44:39.4640 8662/7f7dda27d700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
907
+ [ 2015-11-18 13:44:39.4640 8662/7f7de1253780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
908
+ [ 2015-11-18 13:44:39.4640 8662/7f7dda27d700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
909
+ [ 2015-11-18 13:44:39.4640 8662/7f7dda27d700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
910
+ [ 2015-11-18 13:44:39.4640 8653/7ff57f7fe700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
911
+ [ 2015-11-18 13:44:39.4641 8653/7ff57f7fe700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
912
+ [ 2015-11-18 13:44:39.4642 8662/7f7de1253780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
913
+ [ 2015-11-18 13:44:39.4654 8653/7ff58c575780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
914
+ [ 2015-11-18 13:44:40.5604 9013/7f95f92a3780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
915
+ [ 2015-11-18 13:44:40.5670 9016/7f6c50642780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
916
+ [ 2015-11-18 13:44:40.5671 9016/7f6c50642780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
917
+ [ 2015-11-18 13:44:40.5686 9016/7f6c50642780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 9016
918
+ [ 2015-11-18 13:44:40.5759 9025/7f6670f5e780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
919
+ [ 2015-11-18 13:44:40.5762 9025/7f6670f5e780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 9025
920
+ App 9061 stdout:
921
+ App 9061 stdout:
922
+ [ 2015-11-18 13:44:43.6893 9016/7f6c48420700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
923
+ Error ID: 59ea63ea
924
+ Error details saved to: /tmp/passenger-error-Rspq7R.html
925
+ Message from application: undefined local variable or method `configuration' for JiveOsApps:Module (NameError)
926
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:30:in `configure!'
927
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
928
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
929
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
930
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
931
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
932
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
933
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
934
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
935
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
936
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
937
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
938
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
939
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
940
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
941
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
942
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
943
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
944
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
945
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
946
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
947
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
948
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
949
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
950
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
951
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
952
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
953
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
954
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
955
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
956
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
957
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
958
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
959
+ config.ru:3:in `block in <main>'
960
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
961
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
962
+ config.ru:1:in `new'
963
+ config.ru:1:in `<main>'
964
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
965
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
966
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
967
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
968
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
969
+
970
+
971
+ [ 2015-11-18 13:44:43.7100 9016/7f6c496a7700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 1-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 59ea63ea. Please see earlier logs for details about the error.
972
+ App 9082 stdout:
973
+ App 9082 stdout:
974
+ [ 2015-11-18 13:44:46.0777 9016/7f6c48420700 App/Implementation.cpp:303 ]: Could not spawn process for application /home/butch/workspace/jive_os_apps/test/dummy: An error occured while starting up the preloader.
975
+ Error ID: 1c227b42
976
+ Error details saved to: /tmp/passenger-error-sEPSd7.html
977
+ Message from application: undefined local variable or method `configuration' for JiveOsApps:Module (NameError)
978
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:30:in `configure!'
979
+ /home/butch/workspace/jive_os_apps/lib/jive_os_apps/engine.rb:10:in `block in <class:Railtie>'
980
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `instance_exec'
981
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:446:in `block in make_lambda'
982
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `call'
983
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:192:in `block in simple'
984
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
985
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `block in call'
986
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `each'
987
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:504:in `call'
988
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:92:in `__run_callbacks__'
989
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:778:in `_run_prepare_callbacks'
990
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/activesupport-4.2.5/lib/active_support/callbacks.rb:81:in `run_callbacks'
991
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:83:in `prepare!'
992
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/actionpack-4.2.5/lib/action_dispatch/middleware/reloader.rb:55:in `prepare!'
993
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application/finisher.rb:50:in `block in <module:Finisher>'
994
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `instance_exec'
995
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:30:in `run'
996
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:55:in `block in run_initializers'
997
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:226:in `block in tsort_each'
998
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:348:in `block (2 levels) in each_strongly_connected_component'
999
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:427:in `each_strongly_connected_component_from'
1000
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:347:in `block in each_strongly_connected_component'
1001
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each'
1002
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `call'
1003
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:345:in `each_strongly_connected_component'
1004
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:224:in `tsort_each'
1005
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/2.1.0/tsort.rb:205:in `tsort_each'
1006
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/initializable.rb:54:in `run_initializers'
1007
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/railties-4.2.5/lib/rails/application.rb:352:in `initialize!'
1008
+ /home/butch/workspace/jive_os_apps/test/dummy/config/environment.rb:5:in `<top (required)>'
1009
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
1010
+ /home/butch/.rvm/rubies/ruby-2.1.1/lib/ruby/site_ruby/2.1.0/rubygems/core_ext/kernel_require.rb:54:in `require'
1011
+ config.ru:3:in `block in <main>'
1012
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `instance_eval'
1013
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/rack-1.6.4/lib/rack/builder.rb:55:in `initialize'
1014
+ config.ru:1:in `new'
1015
+ config.ru:1:in `<main>'
1016
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `eval'
1017
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:107:in `preload_app'
1018
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:153:in `<module:App>'
1019
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:29:in `<module:PhusionPassenger>'
1020
+ /home/butch/.rvm/gems/ruby-2.1.1/gems/passenger-5.0.15/helper-scripts/rack-preloader.rb:28:in `<main>'
1021
+
1022
+
1023
+ [ 2015-11-18 13:44:46.0915 9016/7f6c48e25700 age/Cor/Req/CheckoutSession.cpp:252 ]: [Client 2-1] Cannot checkout session because a spawning error occurred. The identifier of the error is 1c227b42. Please see earlier logs for details about the error.
1024
+
1025
+
1026
+ [ 2015-11-18 13:45:28.7027 9016/7f6c496a7700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1027
+ [ 2015-11-18 13:45:28.7027 9025/7f6669f88700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1028
+ [ 2015-11-18 13:45:28.7027 9025/7f6670f5e780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1029
+ [ 2015-11-18 13:45:28.7027 9016/7f6c50642780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1030
+ [ 2015-11-18 13:45:28.7027 9025/7f6669f88700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1031
+ [ 2015-11-18 13:45:28.7028 9025/7f6669f88700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1032
+ [ 2015-11-18 13:45:28.7029 9016/7f6c48e25700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1033
+ [ 2015-11-18 13:45:28.7029 9016/7f6c48e25700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1034
+ [ 2015-11-18 13:45:28.7029 9025/7f6670f5e780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1035
+ [ 2015-11-18 13:45:28.7030 9016/7f6c496a7700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1036
+ [ 2015-11-18 13:45:28.7030 9016/7f6c496a7700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1037
+ [ 2015-11-18 13:45:28.7033 9016/7f6c437fe700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1038
+ [ 2015-11-18 13:45:28.7033 9016/7f6c437fe700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1039
+ [ 2015-11-18 13:45:28.7033 9016/7f6c42ffd700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1040
+ [ 2015-11-18 13:45:28.7033 9016/7f6c42ffd700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1041
+ [ 2015-11-18 13:45:28.7034 9016/7f6c43fff700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1042
+ [ 2015-11-18 13:45:28.7034 9016/7f6c43fff700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1043
+ [ 2015-11-18 13:45:28.7043 9016/7f6c50642780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1044
+ [ 2015-11-18 13:45:30.4131 9186/7f3542903780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1045
+ [ 2015-11-18 13:45:30.4201 9189/7f796b61f780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1046
+ [ 2015-11-18 13:45:30.4202 9189/7f796b61f780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1047
+ [ 2015-11-18 13:45:30.4216 9189/7f796b61f780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 9189
1048
+ [ 2015-11-18 13:45:30.4291 9197/7f16e91a0780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1049
+ [ 2015-11-18 13:45:30.4294 9197/7f16e91a0780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 9197
1050
+ App 9233 stdout:
1051
+ App 9249 stdout:
1052
+
1053
+ [ 2015-11-18 13:46:42.8473 9189/7f795ffff700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1054
+ [ 2015-11-18 13:46:42.8473 9189/7f796b61f780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1055
+ [ 2015-11-18 13:46:42.8474 9189/7f796b61f780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 9249, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1056
+
1057
+ [ 2015-11-18 13:46:42.8475 9197/7f16e21ca700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1058
+ [ 2015-11-18 13:46:42.8476 9197/7f16e91a0780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1059
+ [ 2015-11-18 13:46:42.8476 9189/7f795f7fe700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1060
+ [ 2015-11-18 13:46:42.8476 9189/7f795f7fe700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1061
+ [ 2015-11-18 13:46:42.8476 9197/7f16e21ca700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1062
+ [ 2015-11-18 13:46:42.8476 9189/7f795dffb700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1063
+ [ 2015-11-18 13:46:42.8476 9197/7f16e21ca700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1064
+ [ 2015-11-18 13:46:42.8476 9189/7f795dffb700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1065
+ [ 2015-11-18 13:46:42.8476 9189/7f795e7fc700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1066
+ [ 2015-11-18 13:46:42.8476 9189/7f795e7fc700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1067
+ [ 2015-11-18 13:46:42.8477 9189/7f795effd700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1068
+ [ 2015-11-18 13:46:42.8477 9189/7f795effd700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1069
+ [ 2015-11-18 13:46:42.8478 9189/7f795ffff700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1070
+ [ 2015-11-18 13:46:42.8478 9189/7f795ffff700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1071
+ [ 2015-11-18 13:46:42.8478 9197/7f16e91a0780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1072
+ [ 2015-11-18 13:46:42.8478 9189/7f796b61f780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 9249, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1073
+ [ 2015-11-18 13:46:42.9626 9189/7f796b61f780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1074
+ [ 2015-11-18 13:46:44.0139 9397/7f1cf85d9780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1075
+ [ 2015-11-18 13:46:44.0208 9400/7fa05689e780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1076
+ [ 2015-11-18 13:46:44.0210 9400/7fa05689e780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1077
+ [ 2015-11-18 13:46:44.0375 9400/7fa05689e780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 9400
1078
+ [ 2015-11-18 13:46:44.0450 9411/7fb57c734780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1079
+ [ 2015-11-18 13:46:44.0453 9411/7fb57c734780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 9411
1080
+ App 9450 stdout:
1081
+ App 9466 stdout:
1082
+ App 10906 stdout:
1083
+ App 10924 stdout:
1084
+ [ 2015-11-18 14:00:22.8732 9400/7fa05685b700 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 10924, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1085
+
1086
+
1087
+ [ 2015-11-18 14:03:11.7226 9400/7fa04b7fe700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1088
+ [ 2015-11-18 14:03:11.7226 9411/7fb57575e700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1089
+ [ 2015-11-18 14:03:11.7226 9411/7fb57c734780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1090
+ [ 2015-11-18 14:03:11.7226 9400/7fa05689e780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1091
+ [ 2015-11-18 14:03:11.7227 9400/7fa05689e780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 9466, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1092
+ [ 2015-11-18 14:03:11.7227 9411/7fb57575e700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1093
+ [ 2015-11-18 14:03:11.7227 9411/7fb57575e700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1094
+ [ 2015-11-18 14:03:11.7229 9400/7fa04affd700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1095
+ [ 2015-11-18 14:03:11.7229 9400/7fa04affd700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1096
+ [ 2015-11-18 14:03:11.7230 9411/7fb57c734780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1097
+ [ 2015-11-18 14:03:11.7233 9400/7fa049f7a700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1098
+ [ 2015-11-18 14:03:11.7233 9400/7fa049f7a700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1099
+ [ 2015-11-18 14:03:11.7233 9400/7fa0496f8700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1100
+ [ 2015-11-18 14:03:11.7233 9400/7fa0496f8700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1101
+ [ 2015-11-18 14:03:11.7233 9400/7fa04a7fc700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1102
+ [ 2015-11-18 14:03:11.7234 9400/7fa04a7fc700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1103
+ [ 2015-11-18 14:03:11.7242 9400/7fa04b7fe700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1104
+ [ 2015-11-18 14:03:11.7242 9400/7fa04b7fe700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1105
+ [ 2015-11-18 14:03:11.7243 9400/7fa05689e780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 9466, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1106
+ [ 2015-11-18 14:03:11.8364 9400/7fa05689e780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1107
+ [ 2015-11-18 14:03:12.4926 12075/7f87a0991780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1108
+ [ 2015-11-18 14:03:12.5001 12078/7fea8f52d780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1109
+ [ 2015-11-18 14:03:12.5002 12078/7fea8f52d780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1110
+ [ 2015-11-18 14:03:12.5024 12078/7fea8f52d780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 12078
1111
+ [ 2015-11-18 14:03:12.5099 12083/7fd827594780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1112
+ [ 2015-11-18 14:03:12.5102 12083/7fd827594780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 12083
1113
+ App 12121 stdout:
1114
+ App 12143 stdout:
1115
+ App 12153 stdout:
1116
+ [ 2015-11-18 14:08:18.3610 12078/7fea8f4ea700 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 12153, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1117
+
1118
+
1119
+ [ 2015-11-18 14:16:24.2925 12078/7fea83fff700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1120
+ [ 2015-11-18 14:16:24.2925 12083/7fd81bfff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1121
+ [ 2015-11-18 14:16:24.2925 12083/7fd827594780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1122
+ [ 2015-11-18 14:16:24.2925 12078/7fea8f52d780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1123
+ [ 2015-11-18 14:16:24.2925 12078/7fea8f52d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 12143, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1124
+ [ 2015-11-18 14:16:24.2926 12083/7fd81bfff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1125
+ [ 2015-11-18 14:16:24.2926 12083/7fd81bfff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1126
+ [ 2015-11-18 14:16:24.2927 12078/7fea827fc700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1127
+ [ 2015-11-18 14:16:24.2927 12078/7fea827fc700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1128
+ [ 2015-11-18 14:16:24.2928 12078/7fea837fe700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1129
+ [ 2015-11-18 14:16:24.2928 12078/7fea837fe700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1130
+ [ 2015-11-18 14:16:24.2928 12078/7fea81ffb700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1131
+ [ 2015-11-18 14:16:24.2928 12078/7fea81ffb700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1132
+ [ 2015-11-18 14:16:24.2933 12078/7fea82ffd700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1133
+ [ 2015-11-18 14:16:24.2933 12078/7fea82ffd700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1134
+ [ 2015-11-18 14:16:24.2935 12083/7fd827594780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1135
+ [ 2015-11-18 14:16:24.2935 12078/7fea83fff700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1136
+ [ 2015-11-18 14:16:24.2935 12078/7fea83fff700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1137
+ [ 2015-11-18 14:16:24.2936 12078/7fea8f52d780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 12143, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1138
+ [ 2015-11-18 14:16:24.4053 12078/7fea8f52d780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1139
+ [ 2015-11-18 14:16:54.5442 13970/7f55de1eb780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1140
+ [ 2015-11-18 14:16:54.5511 13973/7f145b435780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1141
+ [ 2015-11-18 14:16:54.5512 13973/7f145b435780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1142
+ [ 2015-11-18 14:16:54.5526 13973/7f145b435780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 13973
1143
+ [ 2015-11-18 14:16:54.5663 13978/7f2095ddf780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1144
+ [ 2015-11-18 14:16:54.5666 13978/7f2095ddf780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 13978
1145
+ App 14021 stdout:
1146
+ App 14037 stdout:
1147
+ App 14044 stdout:
1148
+ [ 2015-11-18 14:21:58.1019 13973/7f145b3f2700 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 14044, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1149
+
1150
+
1151
+ [ 2015-11-18 14:53:57.2877 13973/7f1447fff700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1152
+ [ 2015-11-18 14:53:57.2877 13978/7f208ee09700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1153
+ [ 2015-11-18 14:53:57.2877 13973/7f145b435780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1154
+ [ 2015-11-18 14:53:57.2877 13973/7f145b435780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 14037, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1155
+ [ 2015-11-18 14:53:57.2877 13978/7f2095ddf780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1156
+ [ 2015-11-18 14:53:57.2879 13978/7f208ee09700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1157
+ [ 2015-11-18 14:53:57.2879 13978/7f208ee09700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1158
+ [ 2015-11-18 14:53:57.2881 13973/7f14467fc700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1159
+ [ 2015-11-18 14:53:57.2881 13973/7f1447fff700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1160
+ [ 2015-11-18 14:53:57.2881 13973/7f14467fc700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1161
+ [ 2015-11-18 14:53:57.2881 13973/7f1447fff700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1162
+ [ 2015-11-18 14:53:57.2882 13973/7f1445ffb700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1163
+ [ 2015-11-18 14:53:57.2882 13973/7f1445ffb700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1164
+ [ 2015-11-18 14:53:57.2883 13973/7f14477fe700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1165
+ [ 2015-11-18 14:53:57.2884 13973/7f14477fe700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1166
+ [ 2015-11-18 14:53:57.2885 13973/7f1446ffd700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1167
+ [ 2015-11-18 14:53:57.2885 13973/7f1446ffd700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1168
+ [ 2015-11-18 14:53:57.2886 13973/7f145b435780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 14037, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1169
+ [ 2015-11-18 14:53:57.2915 13978/7f2095ddf780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1170
+ [ 2015-11-18 14:53:57.4006 13973/7f145b435780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1171
+ [ 2015-11-18 14:53:58.3800 19093/7f786d4e9780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1172
+ [ 2015-11-18 14:53:58.3880 19096/7f8e1e871780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1173
+ [ 2015-11-18 14:53:58.3882 19096/7f8e1e871780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1174
+ [ 2015-11-18 14:53:58.3902 19096/7f8e1e871780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 19096
1175
+ [ 2015-11-18 14:53:58.3987 19105/7f591b3df780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1176
+ [ 2015-11-18 14:53:58.3990 19105/7f591b3df780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 19105
1177
+ App 19143 stdout:
1178
+ App 19160 stdout:
1179
+
1180
+ [ 2015-11-18 14:56:45.7961 19096/7f8e137fe700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1181
+ [ 2015-11-18 14:56:45.7962 19096/7f8e1e871780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1182
+ [ 2015-11-18 14:56:45.7962 19096/7f8e1e871780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 19160, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1183
+ [ 2015-11-18 14:56:45.7964 19096/7f8e12ffd700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1184
+ [ 2015-11-18 14:56:45.7964 19096/7f8e12ffd700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1185
+ [ 2015-11-18 14:56:45.7966 19096/7f8e137fe700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1186
+ [ 2015-11-18 14:56:45.7966 19096/7f8e137fe700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1187
+ [ 2015-11-18 14:56:45.7969 19096/7f8e1277b700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1188
+ [ 2015-11-18 14:56:45.7969 19096/7f8e1277b700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1189
+ [ 2015-11-18 14:56:45.7970 19096/7f8e11ef9700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1190
+ [ 2015-11-18 14:56:45.7971 19096/7f8e11ef9700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1191
+
1192
+ [ 2015-11-18 14:56:45.7971 19105/7f590ffff700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1193
+ [ 2015-11-18 14:56:45.7972 19096/7f8e11677700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1194
+ [ 2015-11-18 14:56:45.7972 19096/7f8e11677700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1195
+ [ 2015-11-18 14:56:45.7973 19105/7f591b3df780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1196
+ [ 2015-11-18 14:56:45.7973 19105/7f590ffff700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1197
+ [ 2015-11-18 14:56:45.7973 19105/7f590ffff700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1198
+ [ 2015-11-18 14:56:45.7974 19096/7f8e1e871780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 19160, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1199
+ [ 2015-11-18 14:56:45.7976 19105/7f591b3df780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1200
+ [ 2015-11-18 14:56:45.9189 19096/7f8e1e871780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished
1201
+ [ 2015-11-18 14:56:46.8205 19976/7f690bdb1780 age/Wat/Main.cpp:1274 ]: Starting Passenger watchdog...
1202
+ [ 2015-11-18 14:56:46.8269 19979/7fb4c1192780 age/Cor/Main.cpp:957 ]: Starting Passenger core...
1203
+ [ 2015-11-18 14:56:46.8270 19979/7fb4c1192780 age/Cor/Main.cpp:234 ]: Passenger core running in multi-application mode.
1204
+ [ 2015-11-18 14:56:46.8286 19979/7fb4c1192780 age/Cor/Main.cpp:707 ]: Passenger core online, PID 19979
1205
+ [ 2015-11-18 14:56:46.8357 19988/7fd7ff84a780 age/Ust/Main.cpp:430 ]: Starting Passenger UstRouter...
1206
+ [ 2015-11-18 14:56:46.8360 19988/7fd7ff84a780 age/Ust/Main.cpp:311 ]: Passenger UstRouter online, PID 19988
1207
+ App 20022 stdout:
1208
+ App 20042 stdout:
1209
+
1210
+
1211
+ [ 2015-11-18 15:11:39.6699 19979/7fb4ba1f7700 age/Cor/Main.cpp:507 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1212
+ [ 2015-11-18 15:11:39.6699 19988/7fd7f8874700 age/Ust/Main.cpp:337 ]: Signal received. Gracefully shutting down... (send signal 2 more time(s) to force shutdown)
1213
+ [ 2015-11-18 15:11:39.6699 19988/7fd7ff84a780 age/Ust/Main.cpp:399 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1214
+ [ 2015-11-18 15:11:39.6699 19979/7fb4c1192780 age/Cor/Main.cpp:876 ]: Received command to shutdown gracefully. Waiting until all clients have disconnected...
1215
+ [ 2015-11-18 15:11:39.6700 19979/7fb4c1192780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 20042, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1216
+ [ 2015-11-18 15:11:39.6700 19988/7fd7f8874700 Ser/Server.h:752 ]: [LoggerApiServer] Freed 0 spare client objects
1217
+ [ 2015-11-18 15:11:39.6700 19988/7fd7f8874700 Ser/Server.h:443 ]: [LoggerApiServer] Shutdown finished
1218
+ [ 2015-11-18 15:11:39.6703 19979/7fb493f7e700 Ser/Server.h:752 ]: [ApiServer] Freed 0 spare client objects
1219
+ [ 2015-11-18 15:11:39.6703 19979/7fb4b9975700 Ser/Server.h:752 ]: [ServerThr.2] Freed 128 spare client objects
1220
+ [ 2015-11-18 15:11:39.6703 19979/7fb493f7e700 Ser/Server.h:443 ]: [ApiServer] Shutdown finished
1221
+ [ 2015-11-18 15:11:39.6703 19979/7fb4b9975700 Ser/Server.h:443 ]: [ServerThr.2] Shutdown finished
1222
+ [ 2015-11-18 15:11:39.6705 19979/7fb4b90f3700 Ser/Server.h:752 ]: [ServerThr.3] Freed 128 spare client objects
1223
+ [ 2015-11-18 15:11:39.6705 19979/7fb4b90f3700 Ser/Server.h:443 ]: [ServerThr.3] Shutdown finished
1224
+ [ 2015-11-18 15:11:39.6705 19979/7fb4ba1f7700 Ser/Server.h:752 ]: [ServerThr.1] Freed 128 spare client objects
1225
+ [ 2015-11-18 15:11:39.6705 19979/7fb4ba1f7700 Ser/Server.h:443 ]: [ServerThr.1] Shutdown finished
1226
+ [ 2015-11-18 15:11:39.6705 19988/7fd7ff84a780 age/Ust/Main.cpp:424 ]: Passenger UstRouter shutdown finished
1227
+ [ 2015-11-18 15:11:39.6705 19979/7fb4b8871700 Ser/Server.h:752 ]: [ServerThr.4] Freed 128 spare client objects
1228
+ [ 2015-11-18 15:11:39.6706 19979/7fb4b8871700 Ser/Server.h:443 ]: [ServerThr.4] Shutdown finished
1229
+ [ 2015-11-18 15:11:39.6707 19979/7fb4c1192780 age/Cor/Main.cpp:794 ]: Disconnecting long-running connections for process 20042, application /home/butch/workspace/jive_os_apps/test/dummy/public (development)
1230
+ [ 2015-11-18 15:11:39.7826 19979/7fb4c1192780 age/Cor/Main.cpp:942 ]: Passenger core shutdown finished