You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@curator.apache.org by "Jordan Zimmerman (Jira)" <ji...@apache.org> on 2020/04/20 11:48:00 UTC

[jira] [Resolved] (CURATOR-464) Unable to instantiate client in OSGi

     [ https://issues.apache.org/jira/browse/CURATOR-464?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jordan Zimmerman resolved CURATOR-464.
--------------------------------------
    Resolution: Fixed

> Unable to instantiate client in OSGi
> ------------------------------------
>
>                 Key: CURATOR-464
>                 URL: https://issues.apache.org/jira/browse/CURATOR-464
>             Project: Apache Curator
>          Issue Type: Bug
>          Components: Framework
>    Affects Versions: 2.12.0
>            Reporter: Alexey Markevich
>            Priority: Major
>             Fix For: 5.0.0
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> {quote}
> 112 | Active  |  80 | 2.12.0         | Curator Client
> 113 | Active  |  80 | 2.12.0         | Curator Framework
> 114 | Active  |  80 | 2.12.0         | Curator Recipes
> {quote}
> {code}
> CuratorFramework client = CuratorFrameworkFactory.newClient("localhost:2181", new RetryOneTime(1000));
> {code}
> {noformat}
> Caused by: java.lang.NoClassDefFoundError: org/apache/curator/shaded/com/google/common/cache/CacheBuilder
> 	at org.apache.curator.framework.imps.NamespaceWatcherMap.<init>(NamespaceWatcherMap.java:31) ~[?:?]
> 	at org.apache.curator.framework.imps.CuratorFrameworkImpl.<init>(CuratorFrameworkImpl.java:81) ~[?:?]
> 	at org.apache.curator.framework.CuratorFrameworkFactory$Builder.build(CuratorFrameworkFactory.java:145) ~[?:?]
> 	at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:100) ~[?:?]
> 	at org.apache.curator.framework.CuratorFrameworkFactory.newClient(CuratorFrameworkFactory.java:81) ~[?:?]
> {noformat}
> curator-framework sources
> {code}
> import com.google.common.cache.CacheBuilder;
> {code}
> but jar contains
> {code}
> import org.apache.curator.shaded.com.google.common.cache.CacheBuilder;
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)