Failed to load ApplicationContext caused by ArrayIndexOutOfBoundsException in ClassReader

后端 未结 5 1256
無奈伤痛
無奈伤痛 2020-12-06 18:48

When I am running junit test class the below exception arises? How can i resolve this?

Failed to load ApplicationContext
java.lang.IllegalStateException: Fai         


        
5条回答
  •  失恋的感觉
    2020-12-06 19:22

    There seems to be some invalid class file on your classpath.

    A blog(http://blog.163.com/mxl_880310/blog/static/1847222162012320102631220/) (in Traditional Chinese) describes a similar problem, the author solves it by checking if there is a zero size class file.

提交回复
热议问题