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

java.lang.NoClassDefFound Error: rp/com/google/common/base/Supplier[v5] #83

Closed
ShashiSasuke02 opened this issue Feb 28, 2020 · 3 comments

Comments

@ShashiSasuke02
Copy link

java.lang.NoClassDefFound
Caused by: java.lang.ClassNotFoundException: rp.com.google.common.base.Supplier
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)
... 1 more

Using TestNG runner and listeners
ReportPortalTestNGListener listener = new ReportPortalTestNGListener();
TestNG testNg = new TestNG();
List lSuites = new ArrayList();
Collections.addAll(lSuites, "path.xml");
testNg.setTestSuites(lSuites);
testNg.addListener(listener);
testNg.run();

Desktop (please complete the following information):

  • OS: [e.g. Windows 10]
  • Browser Firefox

Project Spec

  • Gradle
  • Java
    Can any one help me to resolve this issue.

Thanks

@HardNorth
Copy link
Member

I need to know your dependencies versions to help. Currently it's looking like you have 5th client and 4th agent.

@HardNorth HardNorth transferred this issue from reportportal/reportportal Feb 28, 2020
@DzmitryHumianiuk
Copy link
Member

@ShashiSasuke02 could you please update us with details?

@HardNorth
Copy link
Member

Closed. No response from requestor.

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

No branches or pull requests

3 participants