-
So I'm attempting to use hector.rb in my first jruby project. I add the gem, attempt to start the rails server, and am immediatly greeted by the following error:
```
find: vendor/jars: No such file …
-
```
URL verification for some modules (and possibly Ivy downloads with packager
resolver) fail with HTTP 403 forbidden.
I already contacted codehaus support, they responded:
"Several site spiders h…
-
Hello since I moved to my M1 macbook air I've had an issue installing JRuby with rbenv and ruby-build. There seems to be something wrong with my java environment. I was able to get around this issue b…
-
from a real-world testing with `SSLSocket`s being created concurrently (using `ActiveMerchant`)
after a while contetion seems to add up around [`ASN1ObjectIdentifier.getBody`](https://github.com/bcgi…
kares updated
7 years ago
-
Hello,
With pretty basic concatenate filter setup:
concatenate {
key => "%{uniqt}"
min_flush_time => 10
max_flush_time => 5
}
i'm getting pretty often following errors:
Exception in…
-
Embulk: 0.9.5
The following data contains `null` name field.
The following data generate `embulk example` and changed header name.
```csv
null,account,time,purchase,comment
1,32864,2015-01-…
-
Hello,
I'm relatively new to this plugin. I've been going through the documentation as well as the examples in this repository but I cannot seem to get a simple build script setup. Below is my `bu…
-
Running `jbundle install` with `gem 'jbundler', '0.9.3'` installed with the Jarfile
```
repository "http://company_proxy/artifactory/libs-release"
jar 'org.yaml:snakeyaml', '1.14'
```
yields …
-
The problem is in https://github.com/asdf-vm/asdf-ruby/blob/master/rubygems-plugin/rubygems_plugin.rb script.
Namely, you are using `asdf reshim ruby #{RUBY_VERSION} bin/#{executable}` and this is in…
-
We actually use two JRuby distributions in logstash:
- the binary distribution installed in `vendor/jruby`
- the complete JRuby jar in ` logstash-core/lib/jars/jruby-complete-9.1.13.0.jar`
Are bo…