質問編集履歴

1

エラーメッセージを追加

2021/07/05 05:53

投稿

asyahana
asyahana

スコア13

test CHANGED
File without changes
test CHANGED
@@ -217,3 +217,105 @@
217
217
  COPY --chown=redmine:redmine ./products/data/files files
218
218
 
219
219
  ```
220
+
221
+
222
+
223
+ 表出したエラーメッセージ(例)
224
+
225
+ ```error
226
+
227
+ products-redmine | /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:520:in `read': Permission denied @ rb_sysopen - /usr/src/redmine/plugins/view_customize/Gemfile (Errno::EACCES)
228
+
229
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:520:in `contents'
230
+
231
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:550:in `to_s'
232
+
233
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:51:in `message'
234
+
235
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:51:in `rescue in eval_gemfile'
236
+
237
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:48:in `eval_gemfile'
238
+
239
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:12:in `evaluate'
240
+
241
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/definition.rb:34:in `build'
242
+
243
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler.rb:195:in `definition'
244
+
245
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli/check.rb:15:in `run'
246
+
247
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:181:in `check'
248
+
249
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
250
+
251
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
252
+
253
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
254
+
255
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:30:in `dispatch'
256
+
257
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
258
+
259
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:24:in `start'
260
+
261
+ products-redmine | from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/libexec/bundle:46:in `block in <top (required)>'
262
+
263
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/friendly_errors.rb:123:in `with_friendly_errors'
264
+
265
+ products-redmine | from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/libexec/bundle:34:in `<top (required)>'
266
+
267
+ products-redmine | from /usr/local/bin/bundle:23:in `load'
268
+
269
+ products-redmine | from /usr/local/bin/bundle:23:in `<main>'
270
+
271
+ products-redmine | /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:520:in `read': Permission denied @ rb_sysopen - /usr/src/redmine/plugins/view_customize/Gemfile (Errno::EACCES)
272
+
273
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:520:in `contents'
274
+
275
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:550:in `to_s'
276
+
277
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:51:in `message'
278
+
279
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:51:in `rescue in eval_gemfile'
280
+
281
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/dsl.rb:48:in `eval_gemfile'
282
+
283
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/plugin.rb:81:in `block in gemfile_install'
284
+
285
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/settings.rb:124:in `temporary'
286
+
287
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/plugin.rb:76:in `gemfile_install'
288
+
289
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli/install.rb:61:in `run'
290
+
291
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:256:in `block in install'
292
+
293
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/settings.rb:124:in `temporary'
294
+
295
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:255:in `install'
296
+
297
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/command.rb:27:in `run'
298
+
299
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/invocation.rb:127:in `invoke_command'
300
+
301
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor.rb:399:in `dispatch'
302
+
303
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:30:in `dispatch'
304
+
305
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/vendor/thor/lib/thor/base.rb:476:in `start'
306
+
307
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/cli.rb:24:in `start'
308
+
309
+ products-redmine | from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/libexec/bundle:46:in `block in <top (required)>'
310
+
311
+ products-redmine | from /usr/local/lib/ruby/2.7.0/bundler/friendly_errors.rb:123:in `with_friendly_errors'
312
+
313
+ products-redmine | from /usr/local/lib/ruby/gems/2.7.0/gems/bundler-2.1.4/libexec/bundle:34:in `<top (required)>'
314
+
315
+ products-redmine | from /usr/local/bin/bundle:23:in `load'
316
+
317
+ products-redmine | from /usr/local/bin/bundle:23:in `<main>'
318
+
319
+ products-redmine exited with code 1
320
+
321
+ ```