ArrayOutOfBoundsException: asm.ClassReader.readClass(Unknown Source) [duplicate]
问题 This question already has answers here : Failed to load ApplicationContext caused by ArrayIndexOutOfBoundsException in ClassReader (5 answers) Closed 2 years ago . I have a hierarchy with the following dependencies: Base(Timer timer) Timer(PublisherService service, BaseDao userDao, DataProcessor processor) There are additional dependencies within DataProcessor but I will not go that far because it seems my error occurs a lot earlier. In correspondence with that dependency graph, I have the