Export doesn't work

Hello,
I have a working KC Bitnami Helm Chart 9.6.0 on EKS 1.23 and need to export realms because of database replacement.

JVM: 11.0.15.1 (BellSoft OpenJDK 64-Bit Server VM 11.0.15.1+2-LTS)
OS: Linux 5.4.176-91.338.amzn2.x86_64 amd64

When I run export command, it doesn’t work; getting following error:

./kc.sh export --dir /tmp
...
2022-12-09 06:40:53,241 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start server in (import_export) mode
2022-12-09 06:40:53,242 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Failed to start caches
2022-12-09 06:40:53,242 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: org.infinispan.manager.EmbeddedCacheManagerStartupException: org.infinispan.commons.CacheException: Unable to start JGroups Channel
2022-12-09 06:40:53,243 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: org.infinispan.commons.CacheException: Unable to start JGroups Channel
2022-12-09 06:40:53,243 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: Unable to start JGroups Channel
2022-12-09 06:40:53,243 ERROR [org.keycloak.quarkus.runtime.cli.ExecutionExceptionHandler] (main) ERROR: no port available in range [7800 .. 7800] (bind_addr=/10.61.92.163)

How can I change port 7800 or is there another way to export data ?

Thanks & Regards

1 Like

I have having a similar problem, would appreciate any insights