dina-web-nrm / collections-api

dina-web (dina-datamodel)
0 stars 0 forks source link

Keycloak Admin cli client uses ipv6, needs to work also with ipv4 #5

Open mskyttner opened 7 years ago

mskyttner commented 7 years ago

When running "make sso-import-cvs" I get an error which includes this text:

Caused by: java.net.UnknownHostException: beta-sso.dina-web.net: unknown error at java.net.Inet6AddressImpl.lookupAllHostAddr(Native Method)

It looks like I can ping this host but fail when using ping6....

Testing that it works with ipv4 is needed...

mskyttner commented 7 years ago

The Makefile with the "sso-import-csv" target is in the collections-api-docker repo!