Update the version of the offending library, but perhaps not that easy.
Googling the exception gives you these potential matches:
http://stackoverflow.com/questions/25808115/google-contacts-java-lang-nosuchmethoderror-com-google-common-collect-immutab
http://stackoverflow.com/questions/16475015/nosuchmethoderror-google-common-immutableset-copyof

Kalle


On Fri, Nov 14, 2014 at 6:10 AM, Thiago H de Paula Figueiredo <
thiag...@gmail.com> wrote:

> On Fri, 14 Nov 2014 11:26:54 -0200, George Christman <
> gchrist...@cardaddy.com> wrote:
>
>  So I tried this out last night and ended up with this beautiful exception.
>> Any ideas?
>>
>> HTTP Status 500 - java.lang.NoSuchMethodError:
>> com.google.common.collect.ImmutableSet.of(Ljava/lang/
>> Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/
>> Object;Ljava/lang/Object;Ljava/lang/Object;[Ljava/lang/
>> Object;)Lcom/google/common/collect/ImmutableSet;
>>
>
> This is a Guava dependency version mismatch, not directly related to
> Tapestry. If you're using Maven, use dependency:tree or the Eclipse pom.xml
> editor to know what's happening.
>
>
> --
> Thiago H. de Paula Figueiredo
> Tapestry, Java and Hibernate consultant and developer
> http://machina.com.br
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
> For additional commands, e-mail: users-h...@tapestry.apache.org
>
>

Reply via email to