davebarnes97 commented on pull request #110:
URL: https://github.com/apache/geode-examples/pull/110#issuecomment-989129840


   @DonalEvans I checked out & ran through the example following the README.md 
file. The `../gradlew build` and `../gradlew start` steps completed 
successfully. However, `../gradlew run` failed with the following error:
   ```
   $ ../gradlew run
   
   > Task :geodeForRedis:run FAILED
   Exception in thread "main" 
redis.clients.jedis.exceptions.JedisNoReachableClusterNodeException: No 
reachable node in cluster
           at 
redis.clients.jedis.JedisSlotBasedConnectionHandler.getConnection(JedisSlotBasedConnectionHandler.java:117)
           at 
redis.clients.jedis.JedisSlotBasedConnectionHandler.getConnectionFromSlot(JedisSlotBasedConnectionHandler.java:139)
           at 
redis.clients.jedis.JedisClusterCommand.runWithRetries(JedisClusterCommand.java:118)
           at 
redis.clients.jedis.JedisClusterCommand.run(JedisClusterCommand.java:45)
           at redis.clients.jedis.JedisCluster.zadd(JedisCluster.java:1106)
           at 
org.apache.geode_examples.geodeForRedis.Example.populateSortedSet(Example.java:53)
           at 
org.apache.geode_examples.geodeForRedis.Example.main(Example.java:30)
   
   FAILURE: Build failed with an exception.
   
   * What went wrong:
   Execution failed for task ':geodeForRedis:run'.
   > Process 'command 
'/usr/local/Cellar/openjdk@8/1.8.0+282/libexec/openjdk.jdk/Contents/Home/bin/java''
 finished with non-zero exit value 1
   
   * Try:
   Run with --stacktrace option to get the stack trace. Run with --info or 
--debug option to get more log output. Run with --scan to get full insights.
   
   * Get more help at https://help.gradle.org
   
   BUILD FAILED in 10s
   5 actionable tasks: 2 executed, 3 up-to-date
   
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to