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

Pavel Konstantinov reopened IGNITE-2724:
----------------------------------------
      Assignee: Vasiliy Sisko  (was: Pavel Konstantinov)

If I set the following configuration
{code}
                        <property name="retryPolicy">
                            <bean 
class="org.apache.curator.retry.RetryUntilElapsed">
                                <constructor-arg index="0" value="60000"/>
                                <constructor-arg index="1" value="1000"/>
                            </bean>
                        </property>

{code}

then I getting the exception on node start
{code}
Caused by: java.lang.NoClassDefFoundError: org/apache/curator/RetryPolicy
        at java.lang.Class.getDeclaredConstructors0(Native Method)
        at java.lang.Class.privateGetDeclaredConstructors(Class.java:2595)
        at java.lang.Class.getConstructor0(Class.java:2895)
        at java.lang.Class.getDeclaredConstructor(Class.java:2066)
        at 
org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:80)
        at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1088)
        ... 32 more
Caused by: java.lang.ClassNotFoundException: org.apache.curator.RetryPolicy
        at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
        at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
        at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
        ... 38 more
{code}

> Implement configuration of ZooKeeper Ip finder
> ----------------------------------------------
>
>                 Key: IGNITE-2724
>                 URL: https://issues.apache.org/jira/browse/IGNITE-2724
>             Project: Ignite
>          Issue Type: Sub-task
>          Components: wizards
>    Affects Versions: 1.6
>            Reporter: Vasiliy Sisko
>            Assignee: Vasiliy Sisko
>             Fix For: 1.6
>
>




--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to