You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey.
I'm trying to use KPL 0.15.7 latest version and i copied the code kinesis-producer-library-examples-master and run the C_AsyncProducer example locally but i'm getting the next error
Could not copy native binaries to temp directory
Caused by: java.lang.NullPointerException: Cannot invoke "java.io.InputStream.read(byte[])" because "input" is null
The error is exactly here final KinesisProducer kinesis = new KinesisProducer(config);
and if i downgrade to 0.13.1 I'm getting this error when i call addUserRecord() method The child process has been shutdown and can no longer accept messages.
Any help?
The text was updated successfully, but these errors were encountered:
Hey.
I'm trying to use KPL 0.15.7 latest version and i copied the code kinesis-producer-library-examples-master and run the C_AsyncProducer example locally but i'm getting the next error
The error is exactly here
final KinesisProducer kinesis = new KinesisProducer(config);
and if i downgrade to 0.13.1 I'm getting this error when i call
addUserRecord()
methodThe child process has been shutdown and can no longer accept messages.
Any help?
The text was updated successfully, but these errors were encountered: