1

Background environment: logstash using the microsoft jdbc driver to connect to sql server with integrated security.

When the jruby gets to PsychParser.java in 'parse' method, it throws an error:

<Psych:: SyntaxError: (<unknown>) 'reader' unacceptable character ' ' (0x0) special characters are not allowed in "'reader'", position 0 at line 0 column 0>

It used to work fine until the last week and suddenly it stop working and showing that error.

TNX for your help.

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
BezBran
  • 161
  • 1
  • 8

1 Answers1

0

I runned logstash-jdbc with

clean_run => "true"

configuration once, and now it seems to work fine again.

BezBran
  • 161
  • 1
  • 8