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

Doesn't work at java 11 and Burp v2.0.18 #6

Closed
ttffdd opened this issue Mar 12, 2019 · 1 comment
Closed

Doesn't work at java 11 and Burp v2.0.18 #6

ttffdd opened this issue Mar 12, 2019 · 1 comment

Comments

@ttffdd
Copy link

ttffdd commented Mar 12, 2019

Stacktrace is

java.lang.ClassNotFoundException: javax.xml.bind.DatatypeConverter
	at java.base/java.net.URLClassLoader.findClass(URLClassLoader.java:471)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:588)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
	at burp.Utility.signRequest(Utility.java:104)
	at burp.BurpExtender.processHttpMessage(BurpExtender.java:268)
	at burp.dh0.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)
java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter
	at burp.Utility.signRequest(Utility.java:104)
	at burp.BurpExtender.processHttpMessage(BurpExtender.java:268)
	at burp.dh0.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.lang.Thread.run(Thread.java:834)

Looks like it doesn't work properly with java version more than 8 as said at
stackoverflow

P.S. I don't know java well

@egru
Copy link
Member

egru commented Mar 12, 2019

Thanks for letting me know. I updated the build config so it should work for all Java versions now. You can grab the new build in the releases or build it yourself with gradle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants