質問編集履歴

2

詳細追記

2020/10/08 03:02

投稿

kakeiteiya
kakeiteiya

スコア252

test CHANGED
File without changes
test CHANGED
@@ -5,6 +5,12 @@
5
5
  環境はCentOS8です
6
6
 
7
7
  https://qiita.com/m1na1P/items/1fb49151a3b72af2924c
8
+
9
+
10
+
11
+ sudo docker-compose up -d
12
+
13
+ をしてから20分~1時間まったりしたのですがブラウザからは「このサイトにアクセスできません」とでました
8
14
 
9
15
 
10
16
 

1

コンテナのログ追記

2020/10/08 03:02

投稿

kakeiteiya
kakeiteiya

スコア252

test CHANGED
File without changes
test CHANGED
@@ -21,3 +21,131 @@
21
21
 
22
22
 
23
23
  原因が何かわかりますでしょうか・・
24
+
25
+
26
+
27
+ # コンテナのログです
28
+
29
+ ###### growi-docker-compose_app_1
30
+
31
+ ```growi-docker-compose_app_1
32
+
33
+ [2020-10-08T02:07:17.556Z] INFO: growi:service:s2s-messaging:S2sMessagingServiceFactory/71 on eb421d29449e: Config pub/sub server is not defined.
34
+
35
+ [2020-10-08T02:07:18.465Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: setting up serializer and deserializer
36
+
37
+ [2020-10-08T02:07:18.466Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: LocalStrategy: reset
38
+
39
+ [2020-10-08T02:07:18.466Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: LocalStrategy: setting up..
40
+
41
+ [2020-10-08T02:07:18.466Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: LocalStrategy: setup is done
42
+
43
+ [2020-10-08T02:07:18.467Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: LdapStrategy: reset
44
+
45
+ [2020-10-08T02:07:18.467Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: SamlStrategy: reset
46
+
47
+ [2020-10-08T02:07:18.468Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: OidcStrategy: reset
48
+
49
+ [2020-10-08T02:07:18.468Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: BasicStrategy: reset
50
+
51
+ [2020-10-08T02:07:18.468Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: GoogleStrategy: reset
52
+
53
+ [2020-10-08T02:07:18.469Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: GitHubStrategy: reset
54
+
55
+ [2020-10-08T02:07:18.469Z] DEBUG: growi:service:PassportService/71 on eb421d29449e: TwitterStrategy: reset
56
+
57
+ [2020-10-08T02:07:18.471Z] INFO: growi:service:search/71 on eb421d29449e: Initializing search delegator
58
+
59
+ [2020-10-08T02:07:18.471Z] INFO: growi:service:search/71 on eb421d29449e: Elasticsearch (not Searchbox) is enabled
60
+
61
+ [2020-10-08T02:07:20.379Z] INFO: growi:plugins:PluginService/71 on eb421d29449e: load plugin 'growi-plugin-attachment-refs'
62
+
63
+ [2020-10-08T02:07:20.383Z] INFO: growi:plugins:PluginService/71 on eb421d29449e: load plugin 'growi-plugin-lsx'
64
+
65
+ [2020-10-08T02:07:20.386Z] INFO: growi:plugins:PluginService/71 on eb421d29449e: load plugin 'growi-plugin-pukiwiki-like-linker'
66
+
67
+ [2020-10-08T02:07:20.831Z] INFO: growi:crowi/71 on eb421d29449e: [production] Express server is listening on port 3000
68
+
69
+ ```
70
+
71
+
72
+
73
+ ###### growi-docker-compose_app_1
74
+
75
+ ```
76
+
77
+ [2020-10-08T02:06:59,264][INFO ][o.e.p.PluginsService ] [e7h7cZ8] loaded plugin [ingest-geoip]
78
+
79
+ [2020-10-08T02:06:59,264][INFO ][o.e.p.PluginsService ] [e7h7cZ8] loaded plugin [ingest-user-agent]
80
+
81
+ [2020-10-08T02:07:06,137][INFO ][o.e.x.s.a.s.FileRolesStore] [e7h7cZ8] parsed [0] roles from file [/usr/share/elasticsearch/config/roles.yml]
82
+
83
+ [2020-10-08T02:07:06,814][INFO ][o.e.x.m.p.l.CppLogMessageHandler] [e7h7cZ8] [controller/86] [Main.cc@109] controller (64 bit): Version 6.6.1 (Build a033f1b9679cab) Copyright (c) 2019 Elasticsearch BV
84
+
85
+ [2020-10-08T02:07:07,842][INFO ][o.e.d.DiscoveryModule ] [e7h7cZ8] using discovery type [zen] and host providers [settings]
86
+
87
+ [2020-10-08T02:07:09,030][INFO ][o.e.n.Node ] [e7h7cZ8] initialized
88
+
89
+ [2020-10-08T02:07:09,031][INFO ][o.e.n.Node ] [e7h7cZ8] starting ...
90
+
91
+ [2020-10-08T02:07:09,438][INFO ][o.e.t.TransportService ] [e7h7cZ8] publish_address {127.0.0.1:9300}, bound_addresses {127.0.0.1:9300}
92
+
93
+ [2020-10-08T02:07:09,474][WARN ][o.e.b.BootstrapChecks ] [e7h7cZ8] max virtual memory areas vm.max_map_count [65530] is too low, increase to at least [262144]
94
+
95
+ [2020-10-08T02:07:12,617][INFO ][o.e.c.s.MasterService ] [e7h7cZ8] zen-disco-elected-as-master ([0] nodes joined), reason: new_master {e7h7cZ8}{e7h7cZ8-QaO0Nt14jpWBWA}{fWQLuIXxQeC1vuhBcOoA2w}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8186896384, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}
96
+
97
+ [2020-10-08T02:07:12,633][INFO ][o.e.c.s.ClusterApplierService] [e7h7cZ8] new_master {e7h7cZ8}{e7h7cZ8-QaO0Nt14jpWBWA}{fWQLuIXxQeC1vuhBcOoA2w}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8186896384, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true}, reason: apply cluster state (from master [master {e7h7cZ8}{e7h7cZ8-QaO0Nt14jpWBWA}{fWQLuIXxQeC1vuhBcOoA2w}{127.0.0.1}{127.0.0.1:9300}{ml.machine_memory=8186896384, xpack.installed=true, ml.max_open_jobs=20, ml.enabled=true} committed version [1] source [zen-disco-elected-as-master ([0] nodes joined)]])
98
+
99
+ [2020-10-08T02:07:12,738][INFO ][o.e.h.n.Netty4HttpServerTransport] [e7h7cZ8] publish_address {172.19.0.3:9200}, bound_addresses {0.0.0.0:9200}
100
+
101
+ [2020-10-08T02:07:12,738][INFO ][o.e.n.Node ] [e7h7cZ8] started
102
+
103
+ [2020-10-08T02:07:12,819][WARN ][o.e.x.s.a.s.m.NativeRoleMappingStore] [e7h7cZ8] Failed to clear cache for realms [[]]
104
+
105
+ [2020-10-08T02:07:12,987][INFO ][o.e.g.GatewayService ] [e7h7cZ8] recovered [0] indices into cluster_state
106
+
107
+ [2020-10-08T02:07:15,050][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.watch-history-9] for index patterns [.watcher-history-9*]
108
+
109
+ [2020-10-08T02:07:15,159][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.triggered_watches] for index patterns [.triggered_watches*]
110
+
111
+ [2020-10-08T02:07:15,245][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.watches] for index patterns [.watches*]
112
+
113
+ [2020-10-08T02:07:15,330][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.monitoring-logstash] for index patterns [.monitoring-logstash-6-*]
114
+
115
+ [2020-10-08T02:07:15,458][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.monitoring-es] for index patterns [.monitoring-es-6-*]
116
+
117
+ [2020-10-08T02:07:15,527][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.monitoring-alerts] for index patterns [.monitoring-alerts-6]
118
+
119
+ [2020-10-08T02:07:15,621][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.monitoring-beats] for index patterns [.monitoring-beats-6-*]
120
+
121
+ [2020-10-08T02:07:15,683][INFO ][o.e.c.m.MetaDataIndexTemplateService] [e7h7cZ8] adding template [.monitoring-kibana] for index patterns [.monitoring-kibana-6-*]
122
+
123
+ [2020-10-08T02:07:15,921][INFO ][o.e.l.LicenseService ] [e7h7cZ8] license [71409035-13bc-4995-a7f1-e1a57a0a4add] mode [basic] - valid
124
+
125
+ [2020-10-08T02:07:19,294][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [e7h7cZ8] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
126
+
127
+ [2020-10-08T02:07:19,337][INFO ][o.e.c.m.MetaDataCreateIndexService] [e7h7cZ8] [growi] creating index, cause [api], templates [], shards [5]/[1], mappings [pages]
128
+
129
+ ```
130
+
131
+
132
+
133
+ ###### growi-docker-compose_mongo_1
134
+
135
+ ```
136
+
137
+ 2020-10-08T02:07:21.034+0000 I COMMAND [conn60] command growi.$cmd command: createIndexes { createIndexes: "bookmarks", indexes: [ { name: "page_1_user_1", key: { page: 1, user: 1 }, unique: true, background: true } ], lsid: { id: UUID("99732457-3865-4c08-8bce-00e5594976ba") }, $db: "growi" } numYields:0 reslen:98 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 3, W: 2 }, acquireWaitCount: { w: 1, W: 2 }, timeAcquiringMicros: { w: 42650, W: 61290 } }, Collection: { acquireCount: { w: 2 } } } protocol:op_msg 132ms
138
+
139
+ 2020-10-08T02:07:21.050+0000 I COMMAND [conn64] command growi.$cmd command: createIndexes { createIndexes: "attachments", indexes: [ { name: "fileName_1", key: { fileName: 1 }, unique: true, background: true } ], lsid: { id: UUID("25a39d6c-25e3-47e3-8f81-fcfa47097d8b") }, $db: "growi" } numYields:0 reslen:98 locks:{ Global: { acquireCount: { r: 2, w: 2 } }, Database: { acquireCount: { w: 3, W: 2 }, acquireWaitCount: { w: 2, W: 2 }, timeAcquiringMicros: { w: 45381, W: 46695 } }, Collection: { acquireCount: { w: 2 } } } protocol:op_msg 152ms
140
+
141
+ 2020-10-08T02:13:20.900+0000 I NETWORK [conn61] end connection 172.19.0.4:50198 (6 connections now open)
142
+
143
+ 2020-10-08T02:13:20.941+0000 I NETWORK [conn62] end connection 172.19.0.4:50200 (5 connections now open)
144
+
145
+ 2020-10-08T02:13:20.945+0000 I NETWORK [conn63] end connection 172.19.0.4:50202 (4 connections now open)
146
+
147
+ 2020-10-08T02:13:21.042+0000 I NETWORK [conn60] end connection 172.19.0.4:50196 (3 connections now open)
148
+
149
+ 2020-10-08T02:13:21.054+0000 I NETWORK [conn64] end connection 172.19.0.4:50204 (2 connections now open)
150
+
151
+ ```