question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

NullPointerException - copyObject appears to be broken

See original GitHub issue

It appears that copyObject method provided does not work. Here is the exception that is being thrown

java.lang.NullPointerException
	at io.minio.Signer.setSigningKey(Signer.java:199)
	at io.minio.Signer.signV4(Signer.java:231)
	at io.minio.MinioClient.execute(MinioClient.java:811)
	at io.minio.MinioClient.executePut(MinioClient.java:1083)
	at io.minio.MinioClient.copyObject(MinioClient.java:1578)

I did some research and noticed that others are also having this issue. You can take a look at this repo to confirm that others have this issue.

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:17 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
harshavardhanacommented, Apr 18, 2017

Glad that you were able to reproduce this. Do you think you can drop me a jar of master that I can try with? Also when do you think it is going to make it into maven? Our current project pulls directly from maven central.

We will make a release @tawrahim

0reactions
harshavardhanacommented, Apr 18, 2017

Fixed by #519 - also released 3.0.4

Read more comments on GitHub >

github_iconTop Results From Across the Web

Null Pointer Exception Amazon S3 Bucket - Stack Overflow
1 Answer 1 ... This appears to be nothing related to AWS or S3, and is an issue with your OOP code. You...
Read more >
How to Fix and Avoid NullPointerException in Java - Rollbar
NullPointerException in Java occurs when a variable is accessed which is not pointing to any object and refers to nothing or null.
Read more >
Workaround for broken pdftk burst « Alec's Web Log
The macports version of pdftk seems to be broken when using the burst command: ... NullPointerException at com.lowagie.text.pdf.PdfCopy.
Read more >
CopyObject - Amazon Simple Storage Service
The following response shows that an object was copied into a target bucket where versioning is suspended. The parameter VersionId does not appear....
Read more >
How to deal with NullPointerException in Java with Examples
NullPointerException has outlined scenario when it could occur: 1) When you call the instance method on a null object. you won't get a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found