1. 程式人生 > >invalid constant type: 15

invalid constant type: 15

 

原文連結

java.io.IOException: invalid constant type: 15  
    at javassist.bytecode.ConstPool.readOne(ConstPool.java:1027)  
    at javassist.bytecode.ConstPool.read(ConstPool.java:970)  
    at javassist.bytecode.ConstPool.<init>(ConstPool.java:127)  
    at javassist.bytecode.ClassFile.read(ClassFile.java:716)  
    at javassist.bytecode.ClassFile.<init>(ClassFile.java:103)  
    at org.scannotation.AnnotationDB.scanClass(AnnotationDB.java:311)  
    at org.scannotation.AnnotationDB.scanArchives(AnnotationDB.java:294)  

dubbo泛化呼叫的時候報瞭如上錯誤,jar包衝突
升級了javassist jar包版本為3.20.0-GA,問題解決。