在conductor 新版本(3.7和3.12)server 测试过程中都出现如下错误
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [redis.clients.jedis.commands.JedisCommands]: Factory method 'jedisCommands' threw exception; nested exception is java.lang.RuntimeException: java.lang.ArrayIndexOutOfBoundsException: Index 0 out of bounds for length 0
这个问题出现下spring boot bean初始化过程中,没有明确的提示,只能使用debug进行一步步的跟踪
首先判断是如下代码出现问题
ConnectionPoolConfigurationImpl connectionPoolConfiguration =