Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] java.lang.NoClassDefFoundError: javassist/NotFoundException #9

Open
is101101 opened this issue Dec 16, 2021 · 0 comments
Open
Assignees
Labels
bug Something isn't working

Comments

@is101101
Copy link

is101101 commented Dec 16, 2021

一、运行环境

  • 操作系统: MacOS
  • JDK版本:16.0.2、1.8.0_311
  • woodpecker-framework版本:1.3.3

二、问题描述

在jdk8、jdk16版本下执行java -jar woodpecker-framework.1.3.3.jar运行提示出错,UI可启动

java.lang.NoClassDefFoundError: javassist/NotFoundException
	at me.gv7.woodpecker.vuldb.XStreamVulPlugin.VulPluginMain(XStreamVulPlugin.java:33)
	at me.gv7.woodpecker.b.c.iiIiIiIiiII.ALLATORIxDEMO(sc:235)
	at me.gv7.woodpecker.b.c.iiIiIiIiiII.ALLATORIxDEMO(sc:63)
	at me.gv7.woodpecker.gui.WoodpeckerGUI.d(ub:235)
	at me.gv7.woodpecker.gui.WoodpeckerGUI.ALLATORIxDEMO(ub:113)
	at me.gv7.woodpecker.gui.WoodpeckerGUI.main(ub:61)
Caused by: java.lang.ClassNotFoundException: javassist.NotFoundException
	at java.net.URLClassLoader.findClass(URLClassLoader.java:387)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
	at me.gv7.woodpecker.b.v.iIIiiiIIIii.loadClass(jc:44)
	at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
	... 6 more

image
image

@is101101 is101101 added the bug Something isn't working label Dec 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants