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

It throws an error but still lets me use the upload function but not something else. #74

Open
kranercc opened this issue Sep 4, 2019 · 0 comments

Comments

@kranercc
Copy link

kranercc commented Sep 4, 2019

java -jar kSysInfo.jar
Calculating upload
Exception in thread "pool-1-thread-1" java.lang.NoClassDefFoundError: fr/bmartel/protocol/http/HttpFrame
at fr.bmartel.speedtest.SpeedTestTask.startSocketUploadTask(SpeedTestTask.java:753)
at fr.bmartel.speedtest.SpeedTestTask.access$1900(SpeedTestTask.java:56)
at fr.bmartel.speedtest.SpeedTestTask$2.run(SpeedTestTask.java:572)
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)
Caused by: java.lang.ClassNotFoundException: fr.bmartel.protocol.http.HttpFrame
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)
... 6 more
Upload speed: 49 mb/s

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

1 participant