infinispan-client quickstart can't run using docker - server case
See original GitHub issueinfinispan-client quickstart can’t run using docker (both client and server cases)
Instructions in README suggest to run ISPN server in docker or on the main system.
Running server in docker causes stuck client application, I had to kill -9
it.
I think it’s because of the docker nature where the server is on different network than client.
Errors from client when running against ISPN server in docker:
2019-04-12 09:08:19,549 INFO [org.inf.cli.hot.imp.tra.net.ChannelFactory] (HotRod-client-async-pool-0)
ISPN004014: New server added(172.17.0.3:11222), adding to the pool.
2019-04-12 09:08:19,549 INFO [org.inf.cli.hot.imp.tra.net.ChannelFactory] (HotRod-client-async-pool-0)
ISPN004016: Server not in cluster anymore(localhost:11222), removing from the pool.
2019-04-12 09:09:19,548
WARN [org.inf.cli.hot.imp.tra.net.ChannelFactory] (HotRod-client-async-pool-1)
ISPN004015: Failed adding new server 172.17.0.3:11222: io.netty.channel.ConnectTimeoutException:
connection timed out: /172.17.0.3:11222
Issue Analytics
- State:
- Created 4 years ago
- Comments:10 (10 by maintainers)
Top Results From Across the Web
docker - Blog - Infinispan
This post will show how to address more advanced configuration changes than swapping the JGroups stack, covering cases like creating extra caches or...
Read more >Infinispan Client - Quarkus
This extension gives you client functionality that connects applications running on Quarkus with remote Infinispan clusters.
Read more >jboss/Infinispan-server Docker image hotrod cli...
I have been experimenting with the jboss/infinispan-server docker container and have run into a very peculiar problem.
Read more >Solved: CDH 5.5 QuickStart VM via Docker having issues acc...
I downloaded Cloudera QuickStart VM CDH 5.5 and brought it up and running. ... Increased the Region Server heap size it to 500...
Read more >Keycloak 20.0.0 released
With the removal of the WildFly based distribution there is no longer support for running the Keycloak server on OpenJDK 8.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Workaround works, comment added to the PR about making it default for better user experience. PR handles docker issue for server side.
I think I will refocus this issue just for server in docker and create new one for case when client app runs in docker container and ends up with Connection refused: localhost/127.0.0.1:11222. WDYT ?
This one is done too