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

ClassNotFoundException when running TranslationServiceFog_Clustering #14

Closed
vijayaramb opened this issue Aug 31, 2022 · 2 comments
Closed

Comments

@vijayaramb
Copy link

I am getting the below error while running TranslationServiceFog_Clustering.java,
I have all the jars properly added inclusing math3.

Kindly help me out.

Starting Translation Service...
Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/math3/util/Pair
at org.fog.application.Application.addTupleMapping(Application.java:135)
at org.fog.test.perfeval.TranslationServiceFog_Clustering.createApplication(TranslationServiceFog_Clustering.java:317)
at org.fog.test.perfeval.TranslationServiceFog_Clustering.main(TranslationServiceFog_Clustering.java:75)
Caused by: java.lang.ClassNotFoundException: org.apache.commons.math3.util.Pair
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:520)
... 3 more

@vijayaramb
Copy link
Author

closing it, as i worked when added the jar files in class path instead of module path.

@vijayaramb
Copy link
Author

closing it

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