Hi all, I am running redis on my laptop
I am want to try jesque-web by following steps given in the link https://github.com/gresrun/jesque-web I followed 1. Download the latest source at: https://github.com/gresrun/jesque-web 2. edited config file jesque-web-master/src/main/resources/META-INF/spring/redis.properties with values redis.host=127.0.0.1 redis.port=6379 redis.timeout=0 redis.password= redis.namespace=resque redis.database=16 3. Start Jetty for testing: mvn -Pjetty-run clean test at 3rd step jetty is running and I am able to open http://localhost:8080 but its showing redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool I guess there may be one config problem from jesque side thats why its not able to connect to redis. but config file is very small and I dont think I am missing something. please anyone tell me where and what I am missing? thank you -- -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer --- You received this message because you are subscribed to the Google Groups "Linux User Group @ IIT Delhi" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
