question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

infinispan-client quickstart can't run using docker - server case

See original GitHub issue

infinispan-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:closed
  • Created 4 years ago
  • Comments:10 (10 by maintainers)

github_iconTop GitHub Comments

1reaction
rsvobodacommented, Apr 15, 2019

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 ?

0reactions
karesticommented, Jun 12, 2019

This one is done too

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found