-
Hi there,
I'm just experiencing a strange behaviour in jruby with trinidad in production:
After logging in a user, he seems to have no rights at all.
Staying logged in and restarting the server make…
-
Hello
when first time you run plsql-spec run --coverage - it's OK, when second - there is an error
```
> plsql-spec run --html --coverage …
-
Hello there,
Recently I have encountered such a problem, logstash will die on its own every day. My logstash is taken from kafka and stored in es. The error message is as follows:
```
[2019-0…
-
I am porting a Rails 6 Postgres app to JRuby and am getting the following error when trying to perform a DB operation such as `rails db:reset`:
```
rails aborted!
ActiveRecord::JDBCError: The ser…
-
## Context
On OS X 10.6.8 Snow Leopard, I'm trying to get Rawr to create a .app file of a very simple Ruby project. The project consists only of a file called `main.rb` which is as follows:
```
puts…
ghost updated
12 years ago
-
Reproduced on 9k and 1.7.21.
First here's what MRI does:
```
➜ ~ pry
[1] pry(main)> ENV['PATH']
=> "/home/tyler/.rvm/gems/ruby-2.1.5@rubygems/bin:/home/tyler/.rvm/gems/ruby-2.1.5@global/bin:/home/…
-
In my application, I'm converting docs based on streams, and not necessarily files.
Attempt to use a convert function with reader/writer API:
```java
Writer it = new StringWriter()
doctor.conv…
-
Environment: `jruby-9.1.10.0`
stack trace:
```
bundler: failed to load command: racksh (/Users/user/.rvm/gems/jruby-9.1.10.0@service/bin/racksh)
Interrupt: Interrupt
/Users/user/.rvm/gems/…
-
### Environment
Windows Server 2012 R2 Standard (Version 6.3 (Build 9600)) using Jruby 9.2.4.0 with OpenJDK 11.0.1 from [the openjdk project](https://download.java.net/java/GA/jdk11/13/GPL/openjdk-…
-
Cross posted on: https://discuss.elastic.co/t/s3-output-cant-find-files-it-generates/68546
I'm using Logstash 5.0.2 (and .0.1 before) and I need to add an s3 output but I can't because randomly one…