You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: