Blob Store Java Date time issue - Sonatype Nexus Repository - Sonatype Community

Blob Store Java Date time issue

post by antonio.carretero on Oct 13, 2021

Antonio Carretero

Hi, we’re testing the blob store into aws S3 bucket.

We connected the S3 and migrated some repositories to this bucket but after a few days we have this errors in the logs:

2021-10-13 11:20:21,741+0000 ERROR [qtp1467533088-53] admin org.sonatype.nexus.extdirect.internal.ExtDirectExceptionHandler - Failed to invoke action method: coreui_Blobstore.read, java-method: org.sonatype.nexus.coreui.BlobStoreComponent.read

java.time.DateTimeException: Zone offset hours not in valid range: value 21 is not in the range -18 to 18

at java.time.ZoneOffset.validate(ZoneOffset.java:364)
...

And now we can’t see any of the blob stores, neither the old one.

post by dsawa on Oct 13, 2021

Dawid Sawa

Hi Antonio,

This is a known bug that was fixed in Nexus Repository 3.31.0. Your issue should disappear after you update your installation. Generally, we always recommend running the latest available version.