Re: Malformed IPV6 address

2022-04-27 Thread Erick Ramirez
This issue was reported in https://community.datastax.com/questions/13764/ as well. TL;DR the URL parser for JNDI providers was made stricter in Oracle Java 8u331 and brackets are only allowed around IPv6 addresses. The URL format in NodeProbe.java wraps the host in square brackets so nodetool

Re: Malformed IPV6 address

2022-04-27 Thread Joe Obernberger
Thank you. The -Dcom.sun.jndi.rmiURLParsing=legacy works for me. -Joe On 4/27/2022 4:28 AM, Erick Ramirez wrote: This issue was reported in https://community.datastax.com/questions/13764/ as well. TL;DR the URL parser for JNDI providers was made stricter in Oracle Java 8u331 and brackets are