Skip to content

Instantly share code, notes, and snippets.

@hiroyuki-sato
Created February 5, 2016 01:30
Show Gist options
  • Save hiroyuki-sato/6156dfb939fd7dc7da08 to your computer and use it in GitHub Desktop.
Save hiroyuki-sato/6156dfb939fd7dc7da08 to your computer and use it in GitHub Desktop.
Embulk v0.8.2 error
org.embulk.exec.PartialExecutionException: org.jruby.exceptions.RaiseException: (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users
at org.embulk.exec.BulkLoader$LoaderState.buildPartialExecuteException(org/embulk/exec/BulkLoader.java:363)
at org.embulk.exec.BulkLoader.doRun(org/embulk/exec/BulkLoader.java:572)
at org.embulk.exec.BulkLoader.access$000(org/embulk/exec/BulkLoader.java:33)
at org.embulk.exec.BulkLoader$1.run(org/embulk/exec/BulkLoader.java:374)
at org.embulk.exec.BulkLoader$1.run(org/embulk/exec/BulkLoader.java:370)
at org.embulk.spi.Exec.doWith(org/embulk/spi/Exec.java:25)
at org.embulk.exec.BulkLoader.run(org/embulk/exec/BulkLoader.java:370)
at org.embulk.EmbulkEmbed.run(org/embulk/EmbulkEmbed.java:180)
at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:483)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/runner.rb:84)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_run.rb:306)
at RUBY.<top>(/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_main.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:939)
at RUBY.(root)(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1)
at Users.hsato.$_dot_embulk.bin.embulk.embulk.command.embulk_bundle.<top>(file:/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_bundle.rb:51)
at java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:636)
at org.embulk.cli.Main.main(org/embulk/cli/Main.java:23)
Caused by: org.jruby.exceptions.RaiseException: (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users
at org.jruby.RubyArray.concat(org/jruby/RubyArray.java:1422)
at RUBY.make(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:138)
at RUBY.initialize(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:64)
at RUBY.run(/path/to/home/GitHub/embulk-parser-sisimai_analyzer/lib/embulk/parser/sisimai_analyzer.rb:62)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/parser_plugin.rb:56)
Suppressed: org.jruby.exceptions.RaiseException: (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users
... 5 more
Error: org.jruby.exceptions.RaiseException: (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users
org.embulk.exec.PartialExecutionException: org.jruby.exceptions.RaiseException: (NoMethodError) private method `gsub' called for nil:NilClass
at org.embulk.exec.BulkLoader$LoaderState.buildPartialExecuteException(org/embulk/exec/BulkLoader.java:363)
at org.embulk.exec.BulkLoader.doRun(org/embulk/exec/BulkLoader.java:572)
at org.embulk.exec.BulkLoader.access$000(org/embulk/exec/BulkLoader.java:33)
at org.embulk.exec.BulkLoader$1.run(org/embulk/exec/BulkLoader.java:374)
at org.embulk.exec.BulkLoader$1.run(org/embulk/exec/BulkLoader.java:370)
at org.embulk.spi.Exec.doWith(org/embulk/spi/Exec.java:25)
at org.embulk.exec.BulkLoader.run(org/embulk/exec/BulkLoader.java:370)
at org.embulk.EmbulkEmbed.run(org/embulk/EmbulkEmbed.java:180)
at java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:483)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/runner.rb:84)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_run.rb:306)
at RUBY.<top>(/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_main.rb:2)
at org.jruby.RubyKernel.require(org/jruby/RubyKernel.java:939)
at RUBY.(root)(uri:classloader:/META-INF/jruby.home/lib/ruby/stdlib/rubygems/core_ext/kernel_require.rb:1)
at Users.hsato.$_dot_embulk.bin.embulk.embulk.command.embulk_bundle.<top>(file:/path/to/home/.embulk/bin/embulk!/embulk/command/embulk_bundle.rb:51)
at java.lang.invoke.MethodHandle.invokeWithArguments(java/lang/invoke/MethodHandle.java:636)
at org.embulk.cli.Main.main(org/embulk/cli/Main.java:23)
Caused by: org.jruby.exceptions.RaiseException: (NoMethodError) private method `gsub' called for nil:NilClass
at RUBY.block in parse(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:465)
at org.jruby.RubyArray.each(org/jruby/RubyArray.java:1560)
at RUBY.block in parse(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:460)
at org.jruby.RubyKernel.loop(org/jruby/RubyKernel.java:1291)
at RUBY.block in parse(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:432)
at org.jruby.RubyKernel.catch(org/jruby/RubyKernel.java:1098)
at RUBY.parse(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:431)
at RUBY.make(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:143)
at RUBY.initialize(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:64)
at RUBY.run(/path/to/home/GitHub/embulk-parser-sisimai_analyzer/lib/embulk/parser/sisimai_analyzer.rb:62)
at RUBY.run(/path/to/home/.embulk/bin/embulk!/embulk/parser_plugin.rb:56)
Suppressed: org.jruby.exceptions.RaiseException: (ConcurrencyError) Detected invalid array contents due to unsynchronized modifications with concurrent users
at org.jruby.RubyArray.concat(org/jruby/RubyArray.java:1422)
at RUBY.make(/path/to/home/.embulk/jruby/2.2.0/gems/sisimai-4.14.2/lib/sisimai/message.rb:138)
... 3 more
Error: org.jruby.exceptions.RaiseException: (NoMethodError) private method `gsub' called for nil:NilClass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment