Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

KPL Producer 0.15.7 throwing Could not copy native binaries to temp directory #516

Open
Ber1984 opened this issue Jul 26, 2023 · 2 comments

Comments

@Ber1984
Copy link

Ber1984 commented Jul 26, 2023

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?

@kothapet
Copy link

kothapet commented Aug 8, 2023

Same here.. Looking at history, looks like this repeats every few releases in windows. Please fix it.

@Ber1984
Copy link
Author

Ber1984 commented Aug 8, 2023

Same here.. Looking at history, looks like this repeats every few releases in windows. Please fix it.

Yeah, I had to use 0.13.1 to fix the problem about addUserRecord()
Looking forward for a solution to use the latest version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants