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

CyBench trying to run on a deleted class #5

Open
cbernardone opened this issue Feb 10, 2021 · 0 comments
Open

CyBench trying to run on a deleted class #5

cbernardone opened this issue Feb 10, 2021 · 0 comments

Comments

@cbernardone
Copy link

cbernardone commented Feb 10, 2021

I changed the name of the class I am using, deleted the old benchmark and re-generated. It still is looking for the old class. There must be something that needs to be cleared out so it recognizes the new class instead of the old one. How can I do that? I keep getting "class not found" error, but the class the error references no longer exists.

Executing benchmarks...
Classes selected to run: com.nastel.jkool.service.fatpipes.predictgrid.TrainModelRequestHandler
Class not found in the classpath for execution
java.lang.ClassNotFoundException: com.nastel.jkool.service.fatpipes.predictgrid.TrainModelRequestHandlerBenchmarksOld
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Unknown Source)
at com.gocypher.cybench.launcher.CyBenchLauncher.main(CyBenchLauncher.java:159)
Exception in thread "main" No benchmarks to run; check the include/exclude regexps.
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:272)
at org.openjdk.jmh.runner.Runner.run(Runner.java:210)
at com.gocypher.cybench.launcher.CyBenchLauncher.main(CyBenchLauncher.java:170)

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