最开始的问题在启动zookeeper之后解决了,但跟着运行WebPlatformMainLauncher.java又报错了,请问这次是要修改配置文件中的哪里(我知道做伸手党不好,但百度也百度不到 真的不好意思 打扰了)
redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
redis.clients.jedis.exceptions.JedisConnectionException: Could not get a resource from the pool
at redis.clients.util.Pool.getResource(Pool.java:53)
at redis.clients.jedis.JedisPool.getResource(JedisPool.java:226)
at redis.clients.jedis.JedisPool.getResource(JedisPool.java:16)
at org.nutz.integration.jedis.JedisAgent.jedis(JedisAgent.java:49)
at org.nutz.plugins.cache.impl.lcache.LCacheManager.jedis(LCacheManager.java:52)
at org.nutz.plugins.cache.impl.lcache.LCacheManager.run(LCacheManager.java:79)
at java.lang.Thread.run(Thread.java:745)