-
I've got the latest logstash version installed (tar extract) on Red Hat Enterprise Linux Server release 6.7
```bash
# cd logstash
# bin/logstash --version
logstash 5.2.2
# vendor/jruby/bin/jrub…
-
- Version: 7.3
- Operating System: OSX
- Steps to Reproduce:
```
% sqlite /tmp/example.db
sqlite> CREATE TABLE weblogs (
id INTEGER PRIMARY KEY AUTOINCREMENT,
ip STRING,
…
-
I had successfully deployed Logstash 7.17.0 (OSS, AMD64) to all my environments, and then when I got to deploying to production, Logstash would not start. I narrowed it down to this (critical!) plugin…
-
See [test project](https://github.com/slonopotamus/jruby-windows-rakefile).
It contains a simple `Gemfile`:
```ruby
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'kindle…
-
I was trying to make a jgem-based RPM using JRuby + https://github.com/jordansissel/fpm , and ran into this error. FPM has their own issue for it at https://github.com/jordansissel/fpm/issues/268 . …
-
Hi Dave,
This library looks really cool but I'm having some issues playing with it. I tried to get it set up on jruby-head (the stable 1_6 branch) using ruby 1.9.2. Could you comment on whether this …
devn updated
13 years ago
-
## Description
Encountering the following error while installation jruby in MACos High Sierra 10.13
Error running 'requirements_rvm_pkg_libs_install make',
please read /Users/sivaramakrishn…
-
For all general issues, please provide the following details for fast resolution:
- Version:
Logstash 6.3.2
UDP Input Plugin v3.0.6
Logstash 6.5.4
UPD Input v3.3.4
- Operating System:
- Conf…
-
JRuby is supposed to let you use underscored versions of java method names, but that doesn't seem to work for `SimpleApplication#simpleInitApp`.
This might be fixed with JRuby 1.6.3.
blaix updated
8 years ago
-
### Environment
starting jruby 9.0.3.0, crash when reading large file
code
```sh
dd if=/dev/zero of=large_file count=1 bs=1400M
```
```ruby
File.open("large_file", "rb") do |f|
f.read
en…