Forum Discussion
nmrao
Champion Level 3
I think this is not really specific to SoapUI, rather how you are invoking in groovy or java.
Can you invoke the same groovy outside of the soapUI and able to launch browser?
By the way, look for error on the internet.
com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
Can you invoke the same groovy outside of the soapUI and able to launch browser?
By the way, look for error on the internet.
com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)V
DonaldCREMI
3 years agoNew Contributor
Thanks,
The problem turned out to be the guava.jar version. By upgrading the release version (guava-14.0) to the latest version (guava-31.0.1-jre), I was able to start Selenium from within the open-source SoapUI application. SoapUI-5.7.0 still ships with the guava-14.0 jar. I attempted to make a contribution to upgrade guava to the latest version, but was unable to find the contribution agreement (the link on the SoapUI site is broken).
Related Content
Recent Discussions
- 15 years ago