简体   繁体   中英

logstash with jdbc gets PsychParser error

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.

I runned logstash-jdbc with

clean_run => "true"

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM