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
4 years agoNew Contributor
Yes, the same code outside of SoapUI launched the browser.
I have searched the error on the internet and the only responses to the query are stackoverflow responses. The best is:
"The versions of the libraries you are using do not fit together. Basically you should check the release information for the version of selenium you are using. That should contain information about which version of guava you need to use!"
I've tried this solution, but it does not fix the problem.
Related Content
Recent Discussions
- 15 years ago