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

Cannot start the agent because of ClassNotFoundException #7

Open
Nakros56 opened this issue Apr 16, 2021 · 0 comments
Open

Cannot start the agent because of ClassNotFoundException #7

Nakros56 opened this issue Apr 16, 2021 · 0 comments

Comments

@Nakros56
Copy link

Hi,

First, thank you for your work.

But I got some problems to start your java agent with my java fx jar.

When i start it, i got this error :

Exception in thread "Thread-1" java.lang.NoClassDefFoundError: org/openqa/grid/internal/utils/configuration/StandaloneConfiguration
at com._1c.qa.selenium.fxdriver.FxServer.lambda$start$0(FxServer.java:28)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: org.openqa.grid.internal.utils.configuration.StandaloneConfiguration
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 2 more

I checked the shaded jar and, for me, everything is fine, the class is here.

Do you have any idea why do i get this problem?

Thank you for your time.

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