Uploaded image for project: 'Ignite'
  1. Ignite
  2. IGNITE-2718

modules/zookeeper/target/libs directory does not have all dependencies

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • None
    • 1.6
    • build, zookeeper

    Description

      If you specify the zookeeper ip finder in the example cache config there are a host of classnotfound exceptions. I believe these need to be populated into the build target lib dir.

              <property name="discoverySpi">
                  <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi">
                      <property name="ipFinder">
                          <!--
                              Ignite provides several options for automatic discovery that can be used
                              instead os static IP based discovery. For information on all options refer
                              to our documentation: http://apacheignite.readme.io/docs/cluster-config
                          -->
                          <!-- Uncomment static IP finder to enable static-based discovery of initial nodes. -->
                          <!--<bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">-->
                          <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.zk.TcpDiscoveryZookeeperIpFinder">
                              <property name="allowDuplicateRegistrations" value="false" />
                              <property name="basePath" value="/grid" />
                              <property name="serviceName" value="myService" />
                              <property name="zkConnectionString" value="192.168.200.11:2181" />
                          </bean>
                      </property>
                  </bean>
              </property>

      Attachments

        Activity

          People

            shroman Roman Shtykh
            dustin.chesterman Dustin Chesterman
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: