How to know in which configuration file we are geeting ERROR

Hi All,

I am running 2configuration file with input as JDBC..

In one of configuration file I am getting below error due to logon denied.

"exception": "Java::JavaSql::SQLException: ORA-01017: invalid username/password; logon denied\n",

My question is how i come to know for which configuration file this error i am getting???

I checked in logstash log file there I am getting an error but there is no clue for which configuration file I am getting this error.

Below is my log file

{
"level": "ERROR",
"loggerName": "logstash.agent",
"timeMillis": 1545111451620,
"thread": "[main]-pipeline-manager",
"logEvent": {
"message": "Pipeline aborted due to error",
"exception": {
"metaClass": {
"metaClass": {
"metaClass": {
"exception": "Java::JavaSql::SQLException: ORA-01017: invalid username/password; logon denied\n",
"backtrace": ["oracle.jdbc.driver.T4CTTIoer.processError(oracle/jdbc/driver/T4CTTIoer.java:450)", "oracle.jdbc.driver.T4CTTIoer.processError(oracle/jdbc/driver/T4CTTIoer.java:392)", "oracle.jdbc.driver.T4CTTIoer.processError(oracle/jdbc/driver/T4CTTIoer.java:385)", "oracle.jdbc.driver.T4CTTIfun.processError(oracle/jdbc/driver/T4CTTIfun.java:938)", "oracle.jdbc.driver.T4CTTIoauthenticate.processError(oracle/jdbc/driver/T4CTTIoauthenticate.java:480)", "oracle.jdbc.driver.T4CTTIfun.receive(oracle/jdbc/driver/T4CTTIfun.java:655)", "oracle.jdbc.driver.T4CTTIfun.doRPC(oracle/jdbc/driver/T4CTTIfun.java:249)", "oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(oracle/jdbc/driver/T4CTTIoauthenticate.java:416)", "oracle.jdbc.driver.T4CTTIoauthenticate.doOAUTH(oracle/jdbc/driver/T4CTTIoauthenticate.java:825)", "oracle.jdbc.driver.T4CConnection.logon(oracle/jdbc/driver/T4CConnection.java:596)", "oracle.jdbc.driver.PhysicalConnection.(oracle/jdbc/driver/PhysicalConnection.java:715)", "oracle.jdbc.driver.T4CConnection.(oracle/jdbc/driver/T4CConnection.java:385)", "oracle.jdbc.driver.T4CDriverExtension.getConnection(oracle/jdbc/driver/T4CDriverExtension.java:30)", "oracle.jdbc.driver.OracleDriver.connect(oracle/jdbc/driver/OracleDriver.java:564)", "java.lang.reflect.Method.invoke(java/lang/reflect/Method.java:498)", "RUBY.connect(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/adapters/jdbc.rb:222)", "RUBY.make_new(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool.rb:116)", "RUBY.make_new(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:228)", "RUBY.available(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:201)", "RUBY._acquire(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:137)", "RUBY.acquire(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:151)", "RUBY.sync(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:282)", "org.jruby.ext.thread.Mutex.synchronize(org/jruby/ext/thread/Mutex.java:149)", "RUBY.sync(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:282)", "RUBY.acquire(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:150)", "RUBY.hold(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/connection_pool/threaded.rb:106)", "RUBY.synchronize(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/database/connecting.rb:285)", "RUBY.test_connection(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/sequel-4.42.1/lib/sequel/database/connecting.rb:295)", "RUBY.prepare_jdbc_connection(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/logstash-input-jdbc-4.1.3/lib/logstash/plugin_mixins/jdbc.rb:171)", "RUBY.register(D:/ELK5.2.0/logstash-5.2.0/vendor/bundle/jruby/1.9/gems/logstash-input-jdbc-4.1.3/lib/logstash/inputs/jdbc.rb:191)", "RUBY.start_inputs(D:/ELK5.2.0/logstash-5.2.0/logstash-core/lib/logstash/pipeline.rb:358)", "org.jruby.RubyArray.each(org/jruby/RubyArray.java:1613)", "RUBY.start_inputs(D:/ELK5.2.0/logstash-5.2.0/logstash-core/lib/logstash/pipeline.rb:357)", "RUBY.start_workers(D:/ELK5.2.0/logstash-5.2.0/logstash-core/lib/logstash/pipeline.rb:233)", "RUBY.run(D:/ELK5.2.0/logstash-5.2.0/logstash-core/lib/logstash/pipeline.rb:188)", "RUBY.start_pipeline(D:/ELK5.2.0/logstash-5.2.0/logstash-core/lib/logstash/agent.rb:302)", "java.lang.Thread.run(java/lang/Thread.java:748)"]
}
}
}
}
}
}

Please help me to find configuration file.....

Thanks in Advance..............

FYI: I am running both configuration file in same time and logs are generating in same log file.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.