-
Getting this error after calling a plugin that's been alive for a long time. It's also manipulating variables a lot. Suspect it's a memory issue but wanted to see in what situations could this happen:…
bhelx updated
3 months ago
-
**Logstash information**:
Please include the following information:
1. Logstash version (e.g. `bin/logstash --version`)
```
Using bundled JDK: /usr/share/logstash/jdk
logstash 8.11.4
```
2.…
-
When running with the ```-r``` flag, and a pipeline is reloaded with a syntax error, the instance of Logstash may never recover.
To reproduce start Logstash with a valid configuration and the ```-…
-
Can you add more details on what and how to generate the Apple certificate, we are having problems sending a message using the binary:
```
11:12 $ lowdown --topic io.greenhouse.Greenhouse --certifica…
-
Hi weshatheleopard,
with this simple script, pastable into an irb console, I get the exception:
Java::OrgW3cDom::DOMException: NAMESPACE_ERR: An attempt is made to create or change an object in a wa…
-
I've got this in a rather complex EM block under JRuby 1.7.5 (running as Torquebox service)
```
EventMachine::UnknownTimerFired timer data: 2729
-------------------------------------- BACKTRACE -----…
bbozo updated
10 years ago
-
Trying to run Fluentd with the [fluent-plugin-kubernetes_metadata_filter](https://github.com/fabric8io/fluent-plugin-kubernetes_metadata_filter) plugin. Using the `ghcr.io/flavorjones/truffleruby:22.2…
-
I'm starting to do some test with `Treeprocessor` in version 1.5.2. My class looks like
``` java
public class TckMapperTreeProcessor extends Treeprocessor{
public TckMapperTreeProcessor(Map con…
-
### Environment
Provide at least:
* JRuby version (`jruby -v`) and command line (flags, JRUBY_OPTS, etc)
> jruby 1.7.27 (1.9.3p551) 2017-05-11 8cdb01a on Java HotSpot(TM) 64-Bit Server VM 1.8.0…
-
Hello,
I'm faced with the following issue:
```
package java.lang {
class Throwable {
+ getMessage(): String
+ getLocalizedMessage(): String
}
class StackTraceElement {
+ getClass…