Treydone / mandrel

Home Page:http://treydone.github.io/mandrel/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When spring-boot:run i see this errors

rodesousa opened this issue · comments

/usr/lib/jvm/java-8-oracle/bin/java -Dmaven.home=/home/rodesousa/Téléchargements/idea-IU-143.1821.5/plugins/maven/lib/maven3 -Dclassworlds.conf=/home/rodesousa/Téléchargements/idea-IU-143.1821.5/plugins/maven/lib/maven3/bin/m2.conf -Didea.launcher.port=7533 -Didea.launcher.bin.path=/home/rodesousa/Téléchargements/idea-IU-143.1821.5/bin -Dfile.encoding=UTF-8 -classpath /home/rodesousa/Téléchargements/idea-IU-143.1821.5/plugins/maven/lib/maven3/boot/plexus-classworlds-2.4.jar:/home/rodesousa/Téléchargements/idea-IU-143.1821.5/lib/idea_rt.jar com.intellij.rt.execution.application.AppMain org.codehaus.classworlds.Launcher -Didea.version=15.0.3 org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run -P release
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building Standalone 0.0.5-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] 
[INFO] >>> spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) @ standalone >>>
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ standalone ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 1 resource
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ standalone ---
[INFO] Nothing to compile - all classes are up to date
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ standalone ---
[debug] execute contextualize
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/rodesousa/Documents/gitkraken/mandrel/standalone/src/test/resources
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ standalone ---
[INFO] No sources to compile
[INFO] 
[INFO] <<< spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) @ standalone <<<
[INFO] 
[INFO] --- spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) @ standalone ---
                       __  ___                __          __
                      /  |/  /___ _____  ____/ /_______  / /
                     / /|_/ / __ `/ __ \/ __  / ___/ _ \/ / 
                    / /  / / /_/ / / / / /_/ / /  /  __/ /  
                   /_/  /_/\__,_/_/ /_/\__,_/_/   \___/_/ 

                       :: Core - 0.0.5-SNAPSHOT ::  


2016-02-23 17:30:58.081  INFO 4261 --- [           main] io.mandrel.bootstrap.Standalone          : Starting Standalone on rodesousaMachine with PID 4261 (/home/rodesousa/Documents/gitkraken/mandrel/standalone/target/classes started by rodesousa in /home/rodesousa/Documents/gitkraken/mandrel/standalone)
2016-02-23 17:30:58.087 DEBUG 4261 --- [           main] io.mandrel.bootstrap.Standalone          : Running with Spring Boot v1.3.1.RELEASE, Spring v4.2.4.RELEASE
2016-02-23 17:30:58.087  INFO 4261 --- [           main] io.mandrel.bootstrap.Standalone          : No active profile set, falling back to default profiles: default
2016-02-23 17:30:58.392  INFO 4261 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@31d6a03a: startup date [Tue Feb 23 17:30:58 CET 2016]; root of context hierarchy
2016-02-23 17:31:01.240  INFO 4261 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'stringToDurationConverter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=unitConversionConfiguration; factoryMethodName=stringToDurationConverter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/mandrel/common/unit/UnitConversionConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=thriftServerConfiguration; factoryMethodName=stringToDurationConverter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/mandrel/transport/thrift/ThriftServerConfiguration.class]]
2016-02-23 17:31:01.242  INFO 4261 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'originFilter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=controller; factoryMethodName=originFilter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/mandrel/bootstrap/Controller.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=standalone; factoryMethodName=originFilter; initMethodName=null; destroyMethodName=(inferred); defined in io.mandrel.bootstrap.Standalone]
2016-02-23 17:31:01.243  INFO 4261 --- [           main] o.s.b.f.s.DefaultListableBeanFactory     : Overriding bean definition for bean 'containerCustomizer' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=controller; factoryMethodName=containerCustomizer; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [io/mandrel/bootstrap/Controller.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=standalone; factoryMethodName=containerCustomizer; initMethodName=null; destroyMethodName=(inferred); defined in io.mandrel.bootstrap.Standalone]
2016-02-23 17:31:01.870  INFO 4261 --- [           main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2016-02-23 17:31:01.908  INFO 4261 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'taskConfiguration' of type [class io.mandrel.config.TaskConfiguration$$EnhancerBySpringCGLIB$$c1f4c2fb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-02-23 17:31:01.938  INFO 4261 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'scheduledExecutorService' of type [class java.util.concurrent.ScheduledThreadPoolExecutor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2016-02-23 17:31:02.473  WARN 4261 --- [           main] io.undertow.websockets.jsr               : UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
2016-02-23 17:31:02.485  INFO 4261 --- [           main] org.xnio                                 : XNIO version 3.3.3.Final
2016-02-23 17:31:02.534  INFO 4261 --- [           main] org.xnio.nio                             : XNIO NIO Implementation Version 3.3.3.Final
2016-02-23 17:31:02.578  WARN 4261 --- [           main] io.undertow.websockets.jsr               : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2016-02-23 17:31:02.594  INFO 4261 --- [           main] io.undertow.servlet                      : Initializing Spring embedded WebApplicationContext
2016-02-23 17:31:02.595  INFO 4261 --- [           main] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4205 ms
2016-02-23 17:31:03.048  INFO 4261 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2016-02-23 17:31:03.122  INFO 4261 --- [localhost:27017] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:27017
2016-02-23 17:31:03.124  INFO 4261 --- [localhost:27017] org.mongodb.driver.cluster               : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[2, 4, 9]}, minWireVersion=0, maxWireVersion=0, electionId=null, maxDocumentSize=16777216, roundTripTimeNanos=562074}
2016-02-23 17:31:03.161  INFO 4261 --- [           main] org.mongodb.driver.connection            : Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:27017
2016-02-23 17:31:03.225  WARN 4261 --- [           main] i.m.metrics.impl.MongoMetricsRepository  : Index on field time and type is missing, creating it. Exisiting indexes: [Document{{v=1, key=Document{{_id=1}}, ns=mandrel.timeseries, name=_id_}}]
2016-02-23 17:31:03.415  INFO 4261 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'metricFilter' to: [/*]
2016-02-23 17:31:03.417  INFO 4261 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'characterEncodingFilter' to: [/*]
2016-02-23 17:31:03.417  INFO 4261 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2016-02-23 17:31:03.417  INFO 4261 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'apiOriginFilter' to urls: [/*]
2016-02-23 17:31:03.417  INFO 4261 --- [           main] o.s.b.c.embedded.FilterRegistrationBean  : Mapping filter: 'applicationContextIdFilter' to: [/*]
2016-02-23 17:31:03.418  INFO 4261 --- [           main] o.s.b.c.e.ServletRegistrationBean        : Mapping servlet: 'dispatcherServlet' to [/]
2016-02-23 17:31:03.655  WARN 4261 --- [           main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'frontierResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
2016-02-23 17:31:03.657  INFO 4261 --- [           main] org.mongodb.driver.connection            : Closed connection [connectionId{localValue:2, serverValue:2}] to localhost:27017 because the pool has been closed.
2016-02-23 17:31:03.669 ERROR 4261 --- [           main] o.s.boot.SpringApplication               : Application startup failed

org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'frontierResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) ~[spring-context-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118) ~[spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:764) ~[spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:357) ~[spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:305) ~[spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134) [spring-boot-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at io.mandrel.bootstrap.Application.start(Application.java:49) [core-0.0.5-SNAPSHOT.jar:na]
    at io.mandrel.bootstrap.Standalone.main(Standalone.java:61) [classes/:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_72]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_72]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_72]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_72]
    at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:467) [spring-boot-maven-plugin-1.3.1.RELEASE.jar:1.3.1.RELEASE]
    at java.lang.Thread.run(Thread.java:745) [na:1.8.0_72]
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    ... 23 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    ... 25 common frames omitted
Caused by: java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at io.mandrel.transport.thrift.ThriftClients.init(ThriftClients.java:87) ~[core-0.0.5-SNAPSHOT.jar:na]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_72]
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_72]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_72]
    at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_72]
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:354) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:305) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133) ~[spring-beans-4.2.4.RELEASE.jar:4.2.4.RELEASE]
    ... 37 common frames omitted

2016-02-23 17:31:03.671  INFO 4261 --- [           main] .b.l.ClasspathLoggingApplicationListener : Application failed to start with classpath: [file:/home/rodesousa/Documents/gitkraken/mandrel/standalone/target/classes/, file:/home/rodesousa/.m2/repository/com/facebook/nifty/nifty-client/0.16.0/nifty-client-0.16.0.jar, file:/home/rodesousa/.m2/repository/io/mandrel/frontier/0.0.5-SNAPSHOT/frontier-0.0.5-SNAPSHOT.jar, file:/home/rodesousa/.m2/repository/net/sf/supercsv/super-csv-dozer/2.3.0/super-csv-dozer-2.3.0.jar, file:/home/rodesousa/.m2/repository/org/slf4j/slf4j-api/1.7.12/slf4j-api-1.7.12.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-backward-codecs/5.3.1/lucene-backward-codecs-5.3.1.jar, file:/home/rodesousa/.m2/repository/com/mangofactory/swagger-models/0.9.5/swagger-models-0.9.5.jar, file:/home/rodesousa/.m2/repository/org/webjars/fastclick/1.0.6/fastclick-1.0.6.jar, file:/home/rodesousa/.m2/repository/org/apache/curator/curator-client/2.8.0/curator-client-2.8.0.jar, file:/home/rodesousa/.m2/repository/com/google/code/findbugs/jsr305/3.0.0/jsr305-3.0.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/font-awesome/4.3.0/font-awesome-4.3.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-websocket/4.2.4.RELEASE/spring-websocket-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/ch/qos/logback/logback-classic/1.1.3/logback-classic-1.1.3.jar, file:/home/rodesousa/.m2/repository/io/airlift/configuration/0.106/configuration-0.106.jar, file:/home/rodesousa/.m2/repository/org/webjars/jquery/2.1.4/jquery-2.1.4.jar, file:/home/rodesousa/.m2/repository/asm/asm/3.3.1/asm-3.3.1.jar, file:/home/rodesousa/.m2/repository/org/freemarker/freemarker/2.3.23/freemarker-2.3.23.jar, file:/home/rodesousa/.m2/repository/commons-beanutils/commons-beanutils/1.9.2/commons-beanutils-1.9.2.jar, file:/home/rodesousa/.m2/repository/commons-codec/commons-codec/1.9/commons-codec-1.9.jar, file:/home/rodesousa/.m2/repository/org/apache/kafka/kafka-clients/0.9.0.0/kafka-clients-0.9.0.0.jar, file:/home/rodesousa/.m2/repository/net/minidev/asm/1.0.2/asm-1.0.2.jar, file:/home/rodesousa/.m2/repository/commons-cli/commons-cli/1.3.1/commons-cli-1.3.1.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-core/5.3.1/lucene-core-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/webjars/raphaeljs/2.1.4/raphaeljs-2.1.4.jar, file:/home/rodesousa/.m2/repository/org/apache/commons/commons-pool2/2.4.2/commons-pool2-2.4.2.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-web/1.3.1.RELEASE/spring-boot-starter-web-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-misc/5.3.1/lucene-misc-5.3.1.jar, file:/home/rodesousa/.m2/repository/tanukisoft/wrapper/3.2.3/wrapper-3.2.3.jar, file:/home/rodesousa/.m2/repository/org/apache/httpcomponents/httpcore-nio/4.4.1/httpcore-nio-4.4.1.jar, file:/home/rodesousa/.m2/repository/com/google/guava/guava/19.0/guava-19.0.jar, file:/home/rodesousa/.m2/repository/ch/qos/logback/logback-core/1.1.3/logback-core-1.1.3.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-context-support/4.2.4.RELEASE/spring-context-support-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/com/twitter/jsr166e/1.1.0/jsr166e-1.1.0.jar, file:/home/rodesousa/.m2/repository/commons-lang/commons-lang/2.6/commons-lang-2.6.jar, file:/home/rodesousa/.m2/repository/io/airlift/log/0.106/log-0.106.jar, file:/home/rodesousa/.m2/repository/org/webjars/momentjs/2.9.0/momentjs-2.9.0.jar, file:/home/rodesousa/.m2/repository/net/sf/supercsv/super-csv/2.3.0/super-csv-2.3.0.jar, file:/home/rodesousa/.m2/repository/org/slf4j/jul-to-slf4j/1.7.12/jul-to-slf4j-1.7.12.jar, file:/home/rodesousa/.m2/repository/com/yammer/metrics/metrics-core/2.2.0/metrics-core-2.2.0.jar, file:/home/rodesousa/.m2/repository/org/apache/commons/commons-vfs2/2.0/commons-vfs2-2.0.jar, file:/home/rodesousa/.m2/repository/org/elasticsearch/elasticsearch/2.1.1/elasticsearch-2.1.1.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot/1.3.1.RELEASE/spring-boot-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/core/jackson-core/2.6.0/jackson-core-2.6.0.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-grouping/5.3.1/lucene-grouping-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/jboss/spec/javax/websocket/jboss-websocket-api_1.1_spec/1.1.0.Final/jboss-websocket-api_1.1_spec-1.1.0.Final.jar, file:/home/rodesousa/.m2/repository/org/mongodb/mongodb-driver-core/3.1.0/mongodb-driver-core-3.1.0.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-analyzers-common/5.3.1/lucene-analyzers-common-5.3.1.jar, file:/home/rodesousa/.m2/repository/joda-time/joda-time/2.8.2/joda-time-2.8.2.jar, file:/home/rodesousa/.m2/repository/org/webjars/jquery-knob/1.2.11/jquery-knob-1.2.11.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-queries/5.3.1/lucene-queries-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/mongodb/bson/3.1.0/bson-3.1.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-expression/4.2.4.RELEASE/spring-expression-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/webjars/jquery.sparkline/2.1.2/jquery.sparkline-2.1.2.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-messaging/4.2.4.RELEASE/spring-messaging-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/io/mandrel/controller/0.0.5-SNAPSHOT/controller-0.0.5-SNAPSHOT.jar, file:/home/rodesousa/.m2/repository/org/mongodb/mongodb-driver/3.1.0/mongodb-driver-3.1.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/bower/bootstrap-daterangepicker/1.3.22/bootstrap-daterangepicker-1.3.22.jar, file:/home/rodesousa/.m2/repository/org/codehaus/janino/commons-compiler/2.7.8/commons-compiler-2.7.8.jar, file:/home/rodesousa/.m2/repository/org/parboiled/parboiled-java/1.1.7/parboiled-java-1.1.7.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-yaml/2.6.4/jackson-dataformat-yaml-2.6.4.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-hppc/2.6.0/jackson-datatype-hppc-2.6.0.jar, file:/home/rodesousa/.m2/repository/org/slf4j/jcl-over-slf4j/1.7.12/jcl-over-slf4j-1.7.12.jar, file:/home/rodesousa/.m2/repository/org/codehaus/groovy/groovy-all/2.4.4/groovy-all-2.4.4.jar, file:/home/rodesousa/.m2/repository/com/google/inject/guice/4.0-beta5/guice-4.0-beta5.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-aop/4.2.4.RELEASE/spring-aop-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-spatial3d/5.3.1/lucene-spatial3d-5.3.1.jar, file:/home/rodesousa/.m2/repository/com/mangofactory/swagger-springmvc/0.9.5/swagger-springmvc-0.9.5.jar, file:/home/rodesousa/.m2/repository/org/ow2/asm/asm-util/5.0.3/asm-util-5.0.3.jar, file:/home/rodesousa/.m2/repository/com/ning/compress-lzf/1.0.2/compress-lzf-1.0.2.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-actuator/1.3.1.RELEASE/spring-boot-actuator-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-common/4.1.0.Beta5/netty-common-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/com/facebook/nifty/nifty-core/0.16.0/nifty-core-0.16.0.jar, file:/home/rodesousa/.m2/repository/org/xerial/snappy/snappy-java/1.1.1.7/snappy-java-1.1.1.7.jar, file:/home/rodesousa/.m2/repository/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar, file:/home/rodesousa/.m2/repository/org/apache/httpcomponents/httpclient/4.4.1/httpclient-4.4.1.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-transport/4.1.0.Beta5/netty-transport-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-web/4.2.4.RELEASE/spring-web-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-actuator/1.3.1.RELEASE/spring-boot-starter-actuator-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/yaml/snakeyaml/1.16/snakeyaml-1.16.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/core/jackson-databind/2.6.0/jackson-databind-2.6.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/datatables/1.10.7/datatables-1.10.7.jar, file:/home/rodesousa/.m2/repository/org/openjdk/jol/jol-core/0.1/jol-core-0.1.jar, file:/home/rodesousa/.m2/repository/org/webjars/bower/bootstrap-3-datepicker/1.4.0/bootstrap-3-datepicker-1.4.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-undertow/1.3.1.RELEASE/spring-boot-starter-undertow-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/io/airlift/slice/0.10/slice-0.10.jar, file:/home/rodesousa/.m2/repository/com/google/inject/extensions/guice-multibindings/4.0-beta5/guice-multibindings-4.0-beta5.jar, file:/home/rodesousa/.m2/repository/net/jpountz/lz4/lz4/1.2.0/lz4-1.2.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-freemarker/1.3.1.RELEASE/spring-boot-starter-freemarker-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/objenesis/objenesis/2.1/objenesis-2.1.jar, file:/home/rodesousa/.m2/repository/net/sf/supercsv/super-csv-joda/2.3.0/super-csv-joda-2.3.0.jar, file:/home/rodesousa/.m2/repository/org/ow2/asm/asm-tree/5.0.3/asm-tree-5.0.3.jar, file:/home/rodesousa/.m2/repository/com/facebook/swift/swift-annotations/0.16.0/swift-annotations-0.16.0.jar, file:/home/rodesousa/.m2/repository/org/jboss/xnio/xnio-nio/3.3.3.Final/xnio-nio-3.3.3.Final.jar, file:/home/rodesousa/.m2/repository/org/apache/httpcomponents/httpasyncclient/4.1/httpasyncclient-4.1.jar, file:/home/rodesousa/.m2/repository/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar, file:/home/rodesousa/.m2/repository/com/jayway/jsonpath/json-path/2.0.0/json-path-2.0.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-context/4.2.4.RELEASE/spring-context-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/webjars/swagger-ui/2.0.24/swagger-ui-2.0.24.jar, file:/home/rodesousa/.m2/repository/org/apache/httpcomponents/httpcore/4.4.4/httpcore-4.4.4.jar, file:/home/rodesousa/.m2/repository/org/isomorphism/token-bucket/1.6/token-bucket-1.6.jar, file:/home/rodesousa/.m2/repository/com/spatial4j/spatial4j/0.4.1/spatial4j-0.4.1.jar, file:/home/rodesousa/.m2/repository/org/jboss/xnio/xnio-api/3.3.3.Final/xnio-api-3.3.3.Final.jar, file:/home/rodesousa/.m2/repository/io/netty/netty/3.7.0.Final/netty-3.7.0.Final.jar, file:/home/rodesousa/.m2/repository/io/undertow/undertow-servlet/1.3.10.Final/undertow-servlet-1.3.10.Final.jar, file:/home/rodesousa/.m2/repository/io/dropwizard/metrics/metrics-core/3.1.2/metrics-core-3.1.2.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-cbor/2.6.2/jackson-dataformat-cbor-2.6.2.jar, file:/home/rodesousa/.m2/repository/org/webjars/bootstrap/3.3.4/bootstrap-3.3.4.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-websocket/1.3.1.RELEASE/spring-boot-starter-websocket-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/webjars/stomp-websocket/2.3.1-1/stomp-websocket-2.3.1-1.jar, file:/home/rodesousa/.m2/repository/aopalliance/aopalliance/1.0/aopalliance-1.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/morrisjs/0.5.0/morrisjs-0.5.0.jar, file:/home/rodesousa/.m2/repository/org/apache/kafka/kafka_2.10/0.9.0.0/kafka_2.10-0.9.0.0.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-resolver/4.1.0.Beta5/netty-resolver-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-codec/4.1.0.Beta5/netty-codec-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/io/kamon/sigar-loader/1.6.6-rev002/sigar-loader-1.6.6-rev002.jar, file:/home/rodesousa/.m2/repository/biz/paluch/redis/lettuce/4.0.Final/lettuce-4.0.Final.jar, file:/home/rodesousa/.m2/repository/org/jsoup/jsoup/1.7.2/jsoup-1.7.2.jar, file:/home/rodesousa/.m2/repository/io/airlift/units/0.106/units-0.106.jar, file:/home/rodesousa/.m2/repository/io/mandrel/core/0.0.5-SNAPSHOT/core-0.0.5-SNAPSHOT.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-test/4.2.4.RELEASE/spring-test-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/com/carrotsearch/hppc/0.7.1/hppc-0.7.1.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-transport-native-epoll/4.1.0.Beta5/netty-transport-native-epoll-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-webmvc/4.2.4.RELEASE/spring-webmvc-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter/1.3.1.RELEASE/spring-boot-starter-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/apache/tika/tika-core/1.6/tika-core-1.6.jar, file:/home/rodesousa/.m2/repository/com/facebook/swift/swift-service/0.16.0/swift-service-0.16.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/chartjs/1.0.2/chartjs-1.0.2.jar, file:/home/rodesousa/.m2/repository/org/ow2/asm/asm/5.0.3/asm-5.0.3.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-codec-dns/4.1.0.Beta5/netty-codec-dns-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/jline/jline/0.9.94/jline-0.9.94.jar, file:/home/rodesousa/.m2/repository/com/google/code/findbugs/annotations/2.0.3/annotations-2.0.3.jar, file:/home/rodesousa/.m2/repository/org/apache/thrift/libthrift/0.9.3/libthrift-0.9.3.jar, file:/home/rodesousa/.m2/repository/org/apache/curator/curator-framework/2.8.0/curator-framework-2.8.0.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/datatype/jackson-datatype-guava/2.6.0/jackson-datatype-guava-2.6.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/sockjs-client/0.3.4-1/sockjs-client-0.3.4-1.jar, file:/home/rodesousa/.m2/repository/org/webjars/ionicons/2.0.1/ionicons-2.0.1.jar, file:/home/rodesousa/.m2/repository/org/parboiled/parboiled-core/1.1.7/parboiled-core-1.1.7.jar, file:/home/rodesousa/.m2/repository/commons-io/commons-io/2.1/commons-io-2.1.jar, file:/home/rodesousa/.m2/repository/org/apache/zookeeper/zookeeper/3.4.6/zookeeper-3.4.6.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-test/1.3.1.RELEASE/spring-boot-starter-test-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/com/wordnik/swagger-annotations/1.3.11/swagger-annotations-1.3.11.jar, file:/home/rodesousa/.m2/repository/org/codehaus/janino/janino/2.7.8/janino-2.7.8.jar, file:/home/rodesousa/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-highlighter/5.3.1/lucene-highlighter-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-join/5.3.1/lucene-join-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/slf4j/log4j-over-slf4j/1.7.12/log4j-over-slf4j-1.7.12.jar, file:/home/rodesousa/.m2/repository/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/bower/bootstrap/4.0.0-alpha.2/bootstrap-4.0.0-alpha.2.jar, file:/home/rodesousa/.m2/repository/org/jhades/jhades/1.0.4/jhades-1.0.4.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-validation/1.3.1.RELEASE/spring-boot-starter-validation-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/dataformat/jackson-dataformat-smile/2.6.2/jackson-dataformat-smile-2.6.2.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-buffer/4.1.0.Beta5/netty-buffer-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/org/jboss/logging/jboss-logging/3.3.0.Final/jboss-logging-3.3.0.Final.jar, file:/home/rodesousa/.m2/repository/com/google/code/crawler-commons/crawler-commons/0.5/crawler-commons-0.5.jar, file:/home/rodesousa/.m2/repository/net/sf/dozer/dozer/5.4.0/dozer-5.4.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/bower/moment/2.9.0/moment-2.9.0.jar, file:/home/rodesousa/.m2/repository/com/tdunning/t-digest/3.0/t-digest-3.0.jar, file:/home/rodesousa/.m2/repository/org/apache/curator/curator-x-discovery/2.8.0/curator-x-discovery-2.8.0.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-beans/4.2.4.RELEASE/spring-beans-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar, file:/home/rodesousa/.m2/repository/de/undercouch/bson4jackson/2.5.0/bson4jackson-2.5.0.jar, file:/home/rodesousa/.m2/repository/org/apache/tomcat/embed/tomcat-embed-el/8.0.30/tomcat-embed-el-8.0.30.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/classmate/1.1.0/classmate-1.1.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/jQuery-slimScroll/1.3.3/jQuery-slimScroll-1.3.3.jar, file:/home/rodesousa/.m2/repository/cglib/cglib-nodep/2.2/cglib-nodep-2.2.jar, file:/home/rodesousa/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar, file:/home/rodesousa/.m2/repository/org/glassfish/javax.el/3.0.0/javax.el-3.0.0.jar, file:/home/rodesousa/.m2/repository/org/webjars/bower/jquery/1.12.1/jquery-1.12.1.jar, file:/home/rodesousa/.m2/repository/us/codecraft/xsoup/0.3.0/xsoup-0.3.0.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-handler/4.0.30.Final/netty-handler-4.0.30.Final.jar, file:/home/rodesousa/.m2/repository/org/hibernate/hibernate-validator/5.2.2.Final/hibernate-validator-5.2.2.Final.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-sandbox/5.3.1/lucene-sandbox-5.3.1.jar, file:/home/rodesousa/.m2/repository/io/airlift/stats/0.106/stats-0.106.jar, file:/home/rodesousa/.m2/repository/org/ow2/asm/asm-analysis/5.0.3/asm-analysis-5.0.3.jar, file:/home/rodesousa/.m2/repository/org/jboss/spec/javax/annotation/jboss-annotations-api_1.2_spec/1.0.0.Final/jboss-annotations-api_1.2_spec-1.0.0.Final.jar, file:/home/rodesousa/.m2/repository/org/springframework/data/spring-data-commons/1.11.2.RELEASE/spring-data-commons-1.11.2.RELEASE.jar, file:/home/rodesousa/.m2/repository/io/undertow/undertow-websockets-jsr/1.3.10.Final/undertow-websockets-jsr-1.3.10.Final.jar, file:/home/rodesousa/.m2/repository/org/hdrhistogram/HdrHistogram/2.1.6/HdrHistogram-2.1.6.jar, file:/home/rodesousa/.m2/repository/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-queryparser/5.3.1/lucene-queryparser-5.3.1.jar, file:/home/rodesousa/.m2/repository/com/101tec/zkclient/0.7/zkclient-0.7.jar, file:/home/rodesousa/.m2/repository/net/sf/jopt-simple/jopt-simple/3.2/jopt-simple-3.2.jar, file:/home/rodesousa/.m2/repository/org/apache/curator/curator-recipes/2.8.0/curator-recipes-2.8.0.jar, file:/home/rodesousa/.m2/repository/net/minidev/json-smart/2.1.1/json-smart-2.1.1.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-starter-logging/1.3.1.RELEASE/spring-boot-starter-logging-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/springframework/spring-core/4.2.4.RELEASE/spring-core-4.2.4.RELEASE.jar, file:/home/rodesousa/.m2/repository/org/scala-lang/scala-library/2.10.5/scala-library-2.10.5.jar, file:/home/rodesousa/.m2/repository/io/dropwizard/metrics/metrics-graphite/3.1.2/metrics-graphite-3.1.2.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/core/jackson-annotations/2.6.0/jackson-annotations-2.6.0.jar, file:/home/rodesousa/.m2/repository/io/reactivex/rxjava/1.0.14/rxjava-1.0.14.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-suggest/5.3.1/lucene-suggest-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/weakref/jmxutils/1.18/jmxutils-1.18.jar, file:/home/rodesousa/.m2/repository/org/joda/joda-convert/1.2/joda-convert-1.2.jar, file:/home/rodesousa/.m2/repository/io/undertow/undertow-core/1.3.10.Final/undertow-core-1.3.10.Final.jar, file:/home/rodesousa/.m2/repository/com/fasterxml/jackson/module/jackson-module-jsonSchema/2.6.0/jackson-module-jsonSchema-2.6.0.jar, file:/home/rodesousa/.m2/repository/org/projectlombok/lombok/1.14.8/lombok-1.14.8.jar, file:/home/rodesousa/.m2/repository/com/thoughtworks/paranamer/paranamer/2.5.2/paranamer-2.5.2.jar, file:/home/rodesousa/.m2/repository/junit/junit/4.12/junit-4.12.jar, file:/home/rodesousa/.m2/repository/com/facebook/swift/swift-codec/0.16.0/swift-codec-0.16.0.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-spatial/5.3.1/lucene-spatial-5.3.1.jar, file:/home/rodesousa/.m2/repository/org/springframework/boot/spring-boot-autoconfigure/1.3.1.RELEASE/spring-boot-autoconfigure-1.3.1.RELEASE.jar, file:/home/rodesousa/.m2/repository/io/mandrel/worker/0.0.5-SNAPSHOT/worker-0.0.5-SNAPSHOT.jar, file:/home/rodesousa/.m2/repository/io/netty/netty-resolver-dns/4.1.0.Beta5/netty-resolver-dns-4.1.0.Beta5.jar, file:/home/rodesousa/.m2/repository/org/kohsuke/wordnet-random-name/1.3/wordnet-random-name-1.3.jar, file:/home/rodesousa/.m2/repository/org/apache/lucene/lucene-memory/5.3.1/lucene-memory-5.3.1.jar]
[WARNING] 
java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.boot.maven.AbstractRunMojo$LaunchRunner.run(AbstractRunMojo.java:467)
    at java.lang.Thread.run(Thread.java:745)
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'frontierResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:764)
    at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:357)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:305)
    at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134)
    at io.mandrel.bootstrap.Application.start(Application.java:49)
    at io.mandrel.bootstrap.Standalone.main(Standalone.java:61)
    ... 6 more
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
    at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
    ... 23 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:136)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:408)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1570)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
    ... 25 more
Caused by: java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V
    at io.mandrel.transport.thrift.ThriftClients.init(ThriftClients.java:87)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:354)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:305)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:133)
    ... 37 more
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 11.195s
[INFO] Finished at: Tue Feb 23 17:31:03 CET 2016
[INFO] Final Memory: 51M/724M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.springframework.boot:spring-boot-maven-plugin:1.3.1.RELEASE:run (default-cli) on project standalone: An exception occurred while running. null: InvocationTargetException: Error creating bean with name 'frontierResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private io.mandrel.transport.Clients io.mandrel.endpoints.internal.FrontierResource.clients; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'thriftClients': Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: com.facebook.nifty.client.NiftyClient.<init>(Lcom/facebook/nifty/client/NettyClientConfig;Z)V -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Process finished with exit code 1

The class com.facebook.nifty.client.NiftyClient is overrided by Mandrel, I think your IDE still use the one from the official jar.

With last commit, it's ok