質問編集履歴

2

誤字修正致します

2016/03/23 02:26

投稿

asbna
asbna

スコア9

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,7 @@
24
24
 
25
25
  ```
26
26
 
27
- Started GET "/" for 153.142.82.215 at 2016-03-23 11:04:27 +0900
27
+
28
28
 
29
29
 
30
30
 

1

production\.logの内容を追記致しました。

2016/03/23 02:26

投稿

asbna
asbna

スコア9

test CHANGED
File without changes
test CHANGED
@@ -17,3 +17,133 @@
17
17
 
18
18
 
19
19
  こちらの対処法になにか心当たりは有りませんでしょうか。
20
+
21
+
22
+
23
+ 以下production.logの内容になります。
24
+
25
+ ```
26
+
27
+ Started GET "/" for 153.142.82.215 at 2016-03-23 11:04:27 +0900
28
+
29
+
30
+
31
+ PG::Error (could not connect to server: No such file or directory
32
+
33
+ Is the server running locally and accepting
34
+
35
+ connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
36
+
37
+ ):
38
+
39
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `initialize'
40
+
41
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `new'
42
+
43
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `connect'
44
+
45
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:568:in `initialize'
46
+
47
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
48
+
49
+ activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
50
+
51
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
52
+
53
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
54
+
55
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
56
+
57
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
58
+
59
+ /opt/gitlab/embedded/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
60
+
61
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
62
+
63
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
64
+
65
+ /opt/gitlab/embedded/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
66
+
67
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
68
+
69
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
70
+
71
+ activerecord (4.1.9) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
72
+
73
+ activerecord (4.1.9) lib/active_record/connection_handling.rb:87:in `connection'
74
+
75
+ activerecord (4.1.9) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings'
76
+
77
+ activerecord (4.1.9) lib/active_record/query_cache.rb:43:in `rescue in call'
78
+
79
+ activerecord (4.1.9) lib/active_record/query_cache.rb:32:in `call'
80
+
81
+ activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
82
+
83
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
84
+
85
+ activesupport (4.1.9) lib/active_support/callbacks.rb:82:in `run_callbacks'
86
+
87
+ actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
88
+
89
+ actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
90
+
91
+ actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
92
+
93
+ actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
94
+
95
+ railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
96
+
97
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
98
+
99
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
100
+
101
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
102
+
103
+ activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
104
+
105
+ railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
106
+
107
+ actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
108
+
109
+ rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
110
+
111
+ rack (1.5.2) lib/rack/runtime.rb:17:in `call'
112
+
113
+ rack (1.5.2) lib/rack/lock.rb:17:in `call'
114
+
115
+ rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
116
+
117
+ railties (4.1.9) lib/rails/engine.rb:514:in `call'
118
+
119
+ railties (4.1.9) lib/rails/application.rb:144:in `call'
120
+
121
+ railties (4.1.9) lib/rails/railtie.rb:194:in `public_send'
122
+
123
+ railties (4.1.9) lib/rails/railtie.rb:194:in `method_missing'
124
+
125
+ rack (1.5.2) lib/rack/builder.rb:138:in `call'
126
+
127
+ rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
128
+
129
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
130
+
131
+ rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
132
+
133
+ unicorn (4.6.3) lib/unicorn/http_server.rb:552:in `process_client'
134
+
135
+ unicorn-worker-killer (0.4.2) lib/unicorn/worker_killer.rb:51:in `process_client'
136
+
137
+ unicorn (4.6.3) lib/unicorn/http_server.rb:632:in `worker_loop'
138
+
139
+ unicorn (4.6.3) lib/unicorn/http_server.rb:500:in `spawn_missing_workers'
140
+
141
+ unicorn (4.6.3) lib/unicorn/http_server.rb:142:in `start'
142
+
143
+ unicorn (4.6.3) bin/unicorn:126:in `<top (required)>'
144
+
145
+ /opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `load'
146
+
147
+ /opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `<main>'
148
+
149
+ ```