Re: S3 multipart upload throws NPE occasionally

2021-09-14 Thread John Calcote
I just realized the problem is probably due to the fact that HTML is generally case insensitive and the regex expects the HMTL tag to be exactly . It's much easier (for me) to imagine the match failed because they used an HTML tag with a different case than to imagine they embedded a space in the

Re: S3 multipart upload throws NPE occasionally

2021-09-09 Thread Andrew Gaul
On Thu, Sep 09, 2021 at 07:37:49PM -, John Calcote wrote: > java.lang.NullPointerException: Null id > at > org.jclouds.blobstore.domain.AutoValue_MultipartUpload.(AutoValue_MultipartUpload.java:32) > ~[jclouds-blobstore-2.3.0.jar:2.3.0] > at >

S3 multipart upload throws NPE occasionally

2021-09-09 Thread John Calcote
Hi Andrew, I'm running jclouds 2.3.0 these days. Here's the call stack: java.lang.NullPointerException: Null id at org.jclouds.blobstore.domain.AutoValue_MultipartUpload.(AutoValue_MultipartUpload.java:32) ~[jclouds-blobstore-2.3.0.jar:2.3.0] at