LeoAugust19
LeoAugust19
### Stack trace Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/commons/exec/DaemonExecutor at org.openqa.selenium.os.UnixProcess.(UnixProcess.java:52) at org.openqa.selenium.os.CommandLine.(CommandLine.java:38) at org.openqa.selenium.safari.SafariDriverCommandExecutor.start(SafariDriverCommandExecutor.java:108) at org.openqa.selenium.safari.SafariDriver.startClient(SafariDriver.java:76) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:117) at org.openqa.selenium.remote.RemoteWebDriver.(RemoteWebDriver.java:142) at org.openqa.selenium.safari.SafariDriver.(SafariDriver.java:62) at org.openqa.selenium.safari.SafariDriver.(SafariDriver.java:42)
@lukeis, Hi, could you please help me review this issue? Thanks a lot. Leo
@cogmission , May I pull a request to fix this issue?
@cogmission Thanks a lot, I will do that.
@cogmission Please forgive me for asking you a further question. We provide the above two types of information: A: The missing method and conflicting jars are identifed by static analysis....
@jvelo ### Stack trace java.lang.NoSuchMethodError: ch.qos.logback.core.util.Loader.getResourceOccurenceCount(Ljava/lang/String;Ljava/lang/ClassLoader;)Ljava/util/Set; at ch.qos.logback.classic.util.ContextInitializer.multiplicityWarning(ContextInitializer.java:158) at ch.qos.logback.classic.util.ContextInitializer.statusOnResourceSearch(ContextInitializer.java:181) at ch.qos.logback.classic.util.ContextInitializer.getResource(ContextInitializer.java:139) at ch.qos.logback.classic.util.ContextInitializer.findURLOfDefaultConfigurationFile(ContextInitializer.java:133) at ch.qos.logback.classic.util.ContextInitializer.autoConfig(ContextInitializer.java:146) at org.slf4j.impl.StaticLoggerBinder.init(StaticLoggerBinder.java:84) at org.slf4j.impl.StaticLoggerBinder.(StaticLoggerBinder.java:54) at org.slf4j.LoggerFactory.bind(LoggerFactory.java:128) at org.slf4j.LoggerFactory.performInitialization(LoggerFactory.java:107) at org.slf4j.LoggerFactory.getILoggerFactory(LoggerFactory.java:295) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:269) at org.slf4j.LoggerFactory.getLogger(LoggerFactory.java:281)...
@jvelo Hi, may I pull a request to fix this issue?
@jvelo Thanks a lot for your feedback. I'd like to join your organization to move the nice project forward. I will pull a request later.
**The shadowed methods that would be referenced but not be loaded, are listed below:** com.google.common.collect.ImmutableMap$MapViewOfValuesAsSingletonSets: java.util.Set entrySet() com.google.common.collect.ImmutableEnumMap$1: java.util.Iterator iterator() com.google.common.collect.Maps$1: boolean hasNext() com.google.common.collect.DenseImmutableTable$ImmutableArrayMap$1: java.util.Iterator iterator() com.google.common.collect.RegularImmutableMultiset: boolean contains(java.lang.Object) com.google.common.collect.RegularImmutableBiMap$1:...
@kanterov , Hi! I noticed your reported issue https://github.com/spotify/flo/issues/184. We developed a tool that can automatically diagnose dependency conflict problem. This bug report is generated by it. If you are...