Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在获取 glassfish 服务器日志:,
SEVERE: Initial SessionFactory creation failed.java.lang.NoSuchMethodError: org.objectweb.asm.ClassWriter.<init>(Z)V
我正在使用netbeans。最近三天我很沮丧。
请帮助如何消除此错误..?
这意味着您的 asm 和 cglib 版本不同步。尝试降级您的 asm 库版本,看看是否有帮助。