質問編集履歴
2
誤字修正致します
title
CHANGED
File without changes
|
body
CHANGED
@@ -11,8 +11,8 @@
|
|
11
11
|
|
12
12
|
以下production.logの内容になります。
|
13
13
|
```
|
14
|
-
Started GET "/" for 153.142.82.215 at 2016-03-23 11:04:27 +0900
|
15
14
|
|
15
|
+
|
16
16
|
PG::Error (could not connect to server: No such file or directory
|
17
17
|
Is the server running locally and accepting
|
18
18
|
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
|
1
production\.logの内容を追記致しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,69 @@
|
|
7
7
|
こちらのページ等を参考に導入し、しばらくは挙動が不安定ながらも動作していたのですが、
|
8
8
|
翌日には常に上記が表示される状態になりました。
|
9
9
|
|
10
|
-
こちらの対処法になにか心当たりは有りませんでしょうか。
|
10
|
+
こちらの対処法になにか心当たりは有りませんでしょうか。
|
11
|
+
|
12
|
+
以下production.logの内容になります。
|
13
|
+
```
|
14
|
+
Started GET "/" for 153.142.82.215 at 2016-03-23 11:04:27 +0900
|
15
|
+
|
16
|
+
PG::Error (could not connect to server: No such file or directory
|
17
|
+
Is the server running locally and accepting
|
18
|
+
connections on Unix domain socket "/tmp/.s.PGSQL.5432"?
|
19
|
+
):
|
20
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `initialize'
|
21
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `new'
|
22
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:888:in `connect'
|
23
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:568:in `initialize'
|
24
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `new'
|
25
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/postgresql_adapter.rb:41:in `postgresql_connection'
|
26
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:435:in `new_connection'
|
27
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:445:in `checkout_new_connection'
|
28
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:416:in `acquire_connection'
|
29
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:351:in `block in checkout'
|
30
|
+
/opt/gitlab/embedded/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
|
31
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:350:in `checkout'
|
32
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:265:in `block in connection'
|
33
|
+
/opt/gitlab/embedded/lib/ruby/2.1.0/monitor.rb:211:in `mon_synchronize'
|
34
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:264:in `connection'
|
35
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:541:in `retrieve_connection'
|
36
|
+
activerecord (4.1.9) lib/active_record/connection_handling.rb:113:in `retrieve_connection'
|
37
|
+
activerecord (4.1.9) lib/active_record/connection_handling.rb:87:in `connection'
|
38
|
+
activerecord (4.1.9) lib/active_record/query_cache.rb:51:in `restore_query_cache_settings'
|
39
|
+
activerecord (4.1.9) lib/active_record/query_cache.rb:43:in `rescue in call'
|
40
|
+
activerecord (4.1.9) lib/active_record/query_cache.rb:32:in `call'
|
41
|
+
activerecord (4.1.9) lib/active_record/connection_adapters/abstract/connection_pool.rb:621:in `call'
|
42
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
|
43
|
+
activesupport (4.1.9) lib/active_support/callbacks.rb:82:in `run_callbacks'
|
44
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
|
45
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/remote_ip.rb:76:in `call'
|
46
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
|
47
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
|
48
|
+
railties (4.1.9) lib/rails/rack/logger.rb:38:in `call_app'
|
49
|
+
railties (4.1.9) lib/rails/rack/logger.rb:20:in `block in call'
|
50
|
+
activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `block in tagged'
|
51
|
+
activesupport (4.1.9) lib/active_support/tagged_logging.rb:26:in `tagged'
|
52
|
+
activesupport (4.1.9) lib/active_support/tagged_logging.rb:68:in `tagged'
|
53
|
+
railties (4.1.9) lib/rails/rack/logger.rb:20:in `call'
|
54
|
+
actionpack (4.1.9) lib/action_dispatch/middleware/request_id.rb:21:in `call'
|
55
|
+
rack (1.5.2) lib/rack/methodoverride.rb:21:in `call'
|
56
|
+
rack (1.5.2) lib/rack/runtime.rb:17:in `call'
|
57
|
+
rack (1.5.2) lib/rack/lock.rb:17:in `call'
|
58
|
+
rack (1.5.2) lib/rack/sendfile.rb:112:in `call'
|
59
|
+
railties (4.1.9) lib/rails/engine.rb:514:in `call'
|
60
|
+
railties (4.1.9) lib/rails/application.rb:144:in `call'
|
61
|
+
railties (4.1.9) lib/rails/railtie.rb:194:in `public_send'
|
62
|
+
railties (4.1.9) lib/rails/railtie.rb:194:in `method_missing'
|
63
|
+
rack (1.5.2) lib/rack/builder.rb:138:in `call'
|
64
|
+
rack (1.5.2) lib/rack/urlmap.rb:65:in `block in call'
|
65
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `each'
|
66
|
+
rack (1.5.2) lib/rack/urlmap.rb:50:in `call'
|
67
|
+
unicorn (4.6.3) lib/unicorn/http_server.rb:552:in `process_client'
|
68
|
+
unicorn-worker-killer (0.4.2) lib/unicorn/worker_killer.rb:51:in `process_client'
|
69
|
+
unicorn (4.6.3) lib/unicorn/http_server.rb:632:in `worker_loop'
|
70
|
+
unicorn (4.6.3) lib/unicorn/http_server.rb:500:in `spawn_missing_workers'
|
71
|
+
unicorn (4.6.3) lib/unicorn/http_server.rb:142:in `start'
|
72
|
+
unicorn (4.6.3) bin/unicorn:126:in `<top (required)>'
|
73
|
+
/opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `load'
|
74
|
+
/opt/gitlab/embedded/service/gem/ruby/2.1.0/bin/unicorn:23:in `<main>'
|
75
|
+
```
|