dCache / dcache

dCache - a system for storing and retrieving huge amounts of data, distributed among a large number of heterogenous server nodes, under a single virtual filesystem tree with a variety of standard access methods
https://dcache.org
291 stars 136 forks source link

SRR IPv6 issue 6.2.35 #6352

Closed ageorget closed 2 years ago

ageorget commented 2 years ago

Hi,

I upgraded our WLCG dCache instance yesterday from 5.2 to 6.2.35, everything is ok except the SRR publication which fails with :

curl https://localhost:3880/api/v1/srr --insecure {"errors":[{"message":"Internal error: java.lang.IllegalArgumentException: Not a valid URI IP literal: '0:0:0:0:0:0:0:1'","status":"500"}]}% Any issue with IPV6 addresses? Adrien

lemora commented 2 years ago

Hi Adrien, this issue is fixed in the upcoming bugfix release. Lea

ageorget commented 2 years ago

Hi Lea, Great, thanks !