Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

DatatypeConverter Missing in version 7.3.2 #47

Closed
matthewmedway opened this issue Sep 27, 2019 · 3 comments
Closed

DatatypeConverter Missing in version 7.3.2 #47

matthewmedway opened this issue Sep 27, 2019 · 3 comments

Comments

@matthewmedway
Copy link

When using a dockerfile to add this plugin the base image of logstash 7.3.2 it is not able to start:

dockerfile:

#logstash-base image, plus d2l configrations
FROM docker.elastic.co/logstash/logstash-oss:7.3.2

#remove default configs
RUN rm -rf /usr/share/logstash/pipeline
RUN rm -f /usr/share/logstash/config/logstash-sample.conf
RUN /usr/share/logstash/bin/logstash-plugin install logstash-output-kinesis

#add custom settings files
ADD config/ /usr/share/logstash/config/
ADD pipeline/ /usr/share/logstash/pipeline/

docker build:

docker build . --tag testing-logstash:latest -m 2g

docker run:

docker run testing-logstash:latest

error:

[2019-09-27T17:26:36,241][ERROR][logstash.agent           ] Failed to execute action {:id=>:main, :action_type=>LogStash::ConvergeResult::FailedAction, :message=>"Could not execute action: PipelineAction::Create<main>, action_result: false", :backtrace=>nil}
[2019-09-27T17:26:36,456][ERROR][org.logstash.Logstash    ] java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
@matthewmedway
Copy link
Author

FYI this works ok with the older version:

FROM docker.elastic.co/logstash/logstash-oss:6.8.3

@jbarnett1981
Copy link

Also having this issue with 7.8.0 oss version

@samcday
Copy link
Owner

samcday commented Nov 15, 2020

Hi there, I'm archiving this repo (#51). I'm sorry for whatever protracted length of time I ignored your issue/PR for!

@samcday samcday closed this as completed Nov 15, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants