Reputation: 1171
I'm trying to use PutRethinkDB processor in NiFi.
Below are the properties configured. (This is a test setup so nifi and rethinkdb are on same machine and rethinkdb has no password setup yet).
When I run the flow, PutRethinkDB processor shows below error.
Error while getting connection null: java.lang.NullPointerException
I have verified that RethinkDB is running and bound to all IP addresses on port 28015.
What am I missing here?
Thanks!
Upvotes: 0
Views: 82
Reputation: 1771
Firstly, you should look at nifi-app.log
for more informations. If it's not enough, according to the documentation, you should inspect rethinkdb.error.message
attribut to take a look at RethinkDB side error.
Upvotes: 2