[ 
https://issues.apache.org/jira/browse/GEODE-9814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17455948#comment-17455948
 ] 

ASF GitHub Bot commented on GEODE-9814:
---------------------------------------

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: notifications-unsubscr...@geode.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Add an example of geode-for-redis to the geode examples project
> ---------------------------------------------------------------
>
>                 Key: GEODE-9814
>                 URL: https://issues.apache.org/jira/browse/GEODE-9814
>             Project: Geode
>          Issue Type: Improvement
>          Components: redis
>            Reporter: Dan Smith
>            Assignee: Donal Evans
>            Priority: Major
>              Labels: pull-request-available
>
> Add an example to the geode-examples project/repo demonstrating how to turn 
> on and use geode-for-redis.
> This is just a script. User must download native Redis to get command line 
> tool.
> Cluster Mode must be used.
> Start Server with gfsh.
> Use JedisCluster client to:
>  * Perform Sets
>  * Perform Gets
> Have a readme that speaks to using native Redis.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to