codecentric / spring-boot-admin

Admin UI for administration of spring boot applications
Apache License 2.0
12.34k stars 3.08k forks source link

spring-boot-admin-client dependency is killing my tests. #608

Closed christianf2029 closed 6 years ago

christianf2029 commented 6 years ago

It is happening in my unit tests the same problem that happened in #89, where it was said that this bug has been fixed, but apparently it is happening again in versions 1.5.4 and 1.5.5 (at least with me).

Exception log:

2017-12-12 10:20:15.573 ERROR 2224 --- [           main] o.s.test.context.TestContextManager      : Caught exception while allowing TestExecutionListener [org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6d8792db] to prepare test instance [br.com.stilingue.filterservice.DecodeControllerTest@1f12e153]

java.lang.IllegalStateException: Failed to load ApplicationContext
    at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:124) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.support.DefaultTestContext.getApplicationContext(DefaultTestContext.java:83) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.injectDependencies(DependencyInjectionTestExecutionListener.java:117) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.support.DependencyInjectionTestExecutionListener.prepareTestInstance(DependencyInjectionTestExecutionListener.java:83) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener.prepareTestInstance(SpringBootDependencyInjectionTestExecutionListener.java:44) ~[spring-boot-test-autoconfigure-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.test.context.TestContextManager.prepareTestInstance(TestContextManager.java:230) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.createTest(SpringJUnit4ClassRunner.java:228) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner$1.runReflectiveCall(SpringJUnit4ClassRunner.java:287) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) [junit-4.12.jar:4.12]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.methodBlock(SpringJUnit4ClassRunner.java:289) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:247) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.runChild(SpringJUnit4ClassRunner.java:94) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290) [junit-4.12.jar:4.12]
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71) [junit-4.12.jar:4.12]
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288) [junit-4.12.jar:4.12]
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58) [junit-4.12.jar:4.12]
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268) [junit-4.12.jar:4.12]
    at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) [junit-4.12.jar:4.12]
    at org.springframework.test.context.junit4.statements.RunBeforeTestClassCallbacks.evaluate(RunBeforeTestClassCallbacks.java:61) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.junit4.statements.RunAfterTestClassCallbacks.evaluate(RunAfterTestClassCallbacks.java:70) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363) [junit-4.12.jar:4.12]
    at org.springframework.test.context.junit4.SpringJUnit4ClassRunner.run(SpringJUnit4ClassRunner.java:191) [spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.powermock.modules.junit4.internal.impl.DelegatingPowerMockRunner$2.call(DelegatingPowerMockRunner.java:148) [powermock-module-junit4-1.6.6.jar:na]
    at org.powermock.modules.junit4.internal.impl.DelegatingPowerMockRunner$2.call(DelegatingPowerMockRunner.java:140) [powermock-module-junit4-1.6.6.jar:na]
    at org.powermock.modules.junit4.internal.impl.DelegatingPowerMockRunner.withContextClassLoader(DelegatingPowerMockRunner.java:131) [powermock-module-junit4-1.6.6.jar:na]
    at org.powermock.modules.junit4.internal.impl.DelegatingPowerMockRunner.run(DelegatingPowerMockRunner.java:140) [powermock-module-junit4-1.6.6.jar:na]
    at org.powermock.modules.junit4.common.internal.impl.JUnit4TestSuiteChunkerImpl.run(JUnit4TestSuiteChunkerImpl.java:121) [powermock-module-junit4-common-1.6.6.jar:na]
    at org.powermock.modules.junit4.common.internal.impl.AbstractCommonPowerMockRunner.run(AbstractCommonPowerMockRunner.java:53) [powermock-module-junit4-common-1.6.6.jar:na]
    at org.powermock.modules.junit4.PowerMockRunner.run(PowerMockRunner.java:59) [powermock-module-junit4-1.6.6.jar:na]
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86) [.cp/:na]
    at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) [.cp/:na]
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:539) [.cp/:na]
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:761) [.cp/:na]
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:461) [.cp/:na]
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:207) [.cp/:na]
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisReferenceResolver': Cannot resolve reference to bean 'redisTemplate' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'redisTemplate' available
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.ConstructorResolver.resolveConstructorArguments(ConstructorResolver.java:634) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:145) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1193) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1095) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) ~[spring-boot-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) ~[spring-boot-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.boot.test.context.SpringBootContextLoader.loadContext(SpringBootContextLoader.java:120) ~[spring-boot-test-1.5.9.RELEASE.jar:1.5.9.RELEASE]
    at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContextInternal(DefaultCacheAwareContextLoaderDelegate.java:98) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate.loadContext(DefaultCacheAwareContextLoaderDelegate.java:116) ~[spring-test-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    ... 34 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'redisTemplate' available
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanDefinition(DefaultListableBeanFactory.java:687) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getMergedLocalBeanDefinition(AbstractBeanFactory.java:1207) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:284) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351) ~[spring-beans-4.3.13.RELEASE.jar:4.3.13.RELEASE]
    ... 55 common frames omitted

Application startup log:

10:19:59.062 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.082 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
10:19:59.110 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating BootstrapContext using constructor [public org.springframework.test.context.support.DefaultBootstrapContext(java.lang.Class,org.springframework.test.context.CacheAwareContextLoaderDelegate)]
10:19:59.154 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [br.com.stilingue.filterservice.DecodeControllerTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
10:19:59.419 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [br.com.stilingue.filterservice.DecodeControllerTest], using SpringBootContextLoader
10:19:59.444 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [br.com.stilingue.filterservice.DecodeControllerTest]: class path resource [br/com/stilingue/filterservice/DecodeControllerTest-context.xml] does not exist
10:19:59.445 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [br.com.stilingue.filterservice.DecodeControllerTest]: class path resource [br/com/stilingue/filterservice/DecodeControllerTestContext.groovy] does not exist
10:19:59.445 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [br.com.stilingue.filterservice.DecodeControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
10:19:59.610 [main] DEBUG org.springframework.test.context.support.ActiveProfilesUtils - Could not find an 'annotation declaring class' for annotation type [org.springframework.test.context.ActiveProfiles] and class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.682 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [br.com.stilingue.filterservice.DecodeControllerTest]: using defaults.
10:19:59.694 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [org.springframework.test.context.web.ServletTestExecutionListener, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener, org.springframework.test.context.support.DependencyInjectionTestExecutionListener, org.springframework.test.context.support.DirtiesContextTestExecutionListener, org.springframework.test.context.transaction.TransactionalTestExecutionListener, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener]
10:19:59.769 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@593e824f, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@72ccd81a, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6d8792db, org.springframework.test.context.support.DirtiesContextTestExecutionListener@64bc21ac, org.springframework.test.context.transaction.TransactionalTestExecutionListener@493dfb8e, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@5d25e6bb, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@ce5a68e, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@9d157ff, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@2f162cc0, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@5df417a7, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@7c041b41, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@7f69d591]
10:19:59.783 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.785 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.952 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.952 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.954 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.954 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [br.com.stilingue.filterservice.DecodeControllerTest]
10:19:59.970 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@7adbd080 testClass = DecodeControllerTest, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@41beb473 testClass = DecodeControllerTest, locations = '{}', classes = '{class br.com.stilingue.filterservice.FilterServiceApplication, class br.com.stilingue.filterservice.FilterServiceApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@4bef0fe3, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@55b5f5d2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@16ecee1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6bb75258], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]], class annotated with @DirtiesContext [false] with mode [null].
10:20:00.694 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [br.com.stilingue.filterservice.DecodeControllerTest]
10:20:00.694 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [br.com.stilingue.filterservice.DecodeControllerTest]
10:20:00.697 [main] DEBUG org.springframework.test.context.support.DependencyInjectionTestExecutionListener - Performing dependency injection for test context [[DefaultTestContext@7adbd080 testClass = DecodeControllerTest, testInstance = br.com.stilingue.filterservice.DecodeControllerTest@1f12e153, testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@41beb473 testClass = DecodeControllerTest, locations = '{}', classes = '{class br.com.stilingue.filterservice.FilterServiceApplication, class br.com.stilingue.filterservice.FilterServiceApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}', contextCustomizers = set[org.springframework.boot.test.context.SpringBootTestContextCustomizer@4bef0fe3, org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@55b5f5d2, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@16ecee1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@6bb75258], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]]]].
10:20:00.924 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemProperties' with lowest search precedence
10:20:00.924 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'systemEnvironment' with lowest search precedence
10:20:00.925 [main] DEBUG org.springframework.core.env.StandardEnvironment - Initialized StandardEnvironment with PropertySources [MapPropertySource@939391749 {name='systemProperties', properties={java.runtime.name=Java(TM) SE Runtime Environment, sun.boot.library.path=C:\Program Files\Java\jdk1.8.0_131\jre\bin, java.vm.version=25.131-b11, java.vm.vendor=Oracle Corporation, java.vendor.url=http://java.oracle.com/, path.separator=;, java.vm.name=Java HotSpot(TM) 64-Bit Server VM, file.encoding.pkg=sun.io, user.country=BR, user.script=, sun.java.launcher=SUN_STANDARD, sun.os.patch.level=, java.vm.specification.name=Java Virtual Machine Specification, user.dir=C:\Users\chris\Documents\Workspace STS\FilterService, java.runtime.version=1.8.0_131-b11, java.awt.graphicsenv=sun.awt.Win32GraphicsEnvironment, java.endorsed.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\endorsed, os.arch=amd64, java.io.tmpdir=C:\Users\chris\AppData\Local\Temp\, line.separator=
, java.vm.specification.vendor=Oracle Corporation, user.variant=, os.name=Windows 10, sun.jnu.encoding=Cp1252, java.library.path=C:\Program Files\Java\jdk1.8.0_131\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:/Program Files/Java/jre1.8.0_144/bin/server;C:/Program Files/Java/jre1.8.0_144/bin;C:/Program Files/Java/jre1.8.0_144/lib/amd64;C:\Program Files\mingw-w64\c\mingw64\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Python\Scripts\;C:\Program Files (x86)\Python\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files\PuTTY\;C:\Program Files\Maven\apache-maven-3.5.0\bin;C:\Program Files\Git\cmd;C:\Users\chris\Documents\Programas\cygwin-rsyncd-3.0.9.0\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\chris\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Spring Tool Suite\STS 3.9\sts-3.9.0.RELEASE;;., java.specification.name=Java Platform API Specification, java.class.version=52.0, sun.management.compiler=HotSpot 64-Bit Tiered Compilers, os.version=10.0, user.home=C:\Users\chris, user.timezone=America/Sao_Paulo, java.awt.printerjob=sun.awt.windows.WPrinterJob, file.encoding=UTF-8, java.specification.version=1.8, java.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\access-bridge-64.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\cldrdata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\dnsns.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jaccess.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\jfxrt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\localedata.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\nashorn.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunec.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunjce_provider.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunmscapi.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\sunpkcs11.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext\zipfs.jar;C:\Users\chris\Documents\Workspace STS\FilterService\target\test-classes;C:\Users\chris\Documents\Workspace STS\FilterService\target\classes;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-web\1.5.9.RELEASE\spring-boot-starter-web-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter\1.5.9.RELEASE\spring-boot-starter-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot\1.5.9.RELEASE\spring-boot-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-autoconfigure\1.5.9.RELEASE\spring-boot-autoconfigure-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-logging\1.5.9.RELEASE\spring-boot-starter-logging-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\ch\qos\logback\logback-classic\1.1.11\logback-classic-1.1.11.jar;C:\Users\chris\.m2\repository\ch\qos\logback\logback-core\1.1.11\logback-core-1.1.11.jar;C:\Users\chris\.m2\repository\org\slf4j\jul-to-slf4j\1.7.25\jul-to-slf4j-1.7.25.jar;C:\Users\chris\.m2\repository\org\slf4j\log4j-over-slf4j\1.7.25\log4j-over-slf4j-1.7.25.jar;C:\Users\chris\.m2\repository\org\yaml\snakeyaml\1.17\snakeyaml-1.17.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-tomcat\1.5.9.RELEASE\spring-boot-starter-tomcat-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\apache\tomcat\embed\tomcat-embed-core\8.5.23\tomcat-embed-core-8.5.23.jar;C:\Users\chris\.m2\repository\org\apache\tomcat\tomcat-annotations-api\8.5.23\tomcat-annotations-api-8.5.23.jar;C:\Users\chris\.m2\repository\org\apache\tomcat\embed\tomcat-embed-el\8.5.23\tomcat-embed-el-8.5.23.jar;C:\Users\chris\.m2\repository\org\apache\tomcat\embed\tomcat-embed-websocket\8.5.23\tomcat-embed-websocket-8.5.23.jar;C:\Users\chris\.m2\repository\org\hibernate\hibernate-validator\5.3.6.Final\hibernate-validator-5.3.6.Final.jar;C:\Users\chris\.m2\repository\javax\validation\validation-api\1.1.0.Final\validation-api-1.1.0.Final.jar;C:\Users\chris\.m2\repository\org\jboss\logging\jboss-logging\3.3.1.Final\jboss-logging-3.3.1.Final.jar;C:\Users\chris\.m2\repository\com\fasterxml\jackson\core\jackson-databind\2.8.10\jackson-databind-2.8.10.jar;C:\Users\chris\.m2\repository\com\fasterxml\jackson\core\jackson-annotations\2.8.0\jackson-annotations-2.8.0.jar;C:\Users\chris\.m2\repository\com\fasterxml\jackson\core\jackson-core\2.8.10\jackson-core-2.8.10.jar;C:\Users\chris\.m2\repository\org\springframework\spring-web\4.3.13.RELEASE\spring-web-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-aop\4.3.13.RELEASE\spring-aop-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-beans\4.3.13.RELEASE\spring-beans-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-context\4.3.13.RELEASE\spring-context-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-webmvc\4.3.13.RELEASE\spring-webmvc-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-expression\4.3.13.RELEASE\spring-expression-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\de\codecentric\spring-boot-admin-starter-client\1.5.4\spring-boot-admin-starter-client-1.5.4.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-actuator\1.5.9.RELEASE\spring-boot-starter-actuator-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-actuator\1.5.9.RELEASE\spring-boot-actuator-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\jolokia\jolokia-core\1.3.7\jolokia-core-1.3.7.jar;C:\Users\chris\.m2\repository\com\googlecode\json-simple\json-simple\1.1.1\json-simple-1.1.1.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-swagger2\2.7.0\springfox-swagger2-2.7.0.jar;C:\Users\chris\.m2\repository\io\swagger\swagger-annotations\1.5.13\swagger-annotations-1.5.13.jar;C:\Users\chris\.m2\repository\io\swagger\swagger-models\1.5.13\swagger-models-1.5.13.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-spi\2.7.0\springfox-spi-2.7.0.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-core\2.7.0\springfox-core-2.7.0.jar;C:\Users\chris\.m2\repository\net\bytebuddy\byte-buddy\1.6.14\byte-buddy-1.6.14.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-schema\2.7.0\springfox-schema-2.7.0.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-swagger-common\2.7.0\springfox-swagger-common-2.7.0.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-spring-web\2.7.0\springfox-spring-web-2.7.0.jar;C:\Users\chris\.m2\repository\org\reflections\reflections\0.9.11\reflections-0.9.11.jar;C:\Users\chris\.m2\repository\org\javassist\javassist\3.21.0-GA\javassist-3.21.0-GA.jar;C:\Users\chris\.m2\repository\com\google\guava\guava\18.0\guava-18.0.jar;C:\Users\chris\.m2\repository\com\fasterxml\classmate\1.3.4\classmate-1.3.4.jar;C:\Users\chris\.m2\repository\org\slf4j\slf4j-api\1.7.25\slf4j-api-1.7.25.jar;C:\Users\chris\.m2\repository\org\springframework\plugin\spring-plugin-core\1.2.0.RELEASE\spring-plugin-core-1.2.0.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\plugin\spring-plugin-metadata\1.2.0.RELEASE\spring-plugin-metadata-1.2.0.RELEASE.jar;C:\Users\chris\.m2\repository\org\mapstruct\mapstruct\1.1.0.Final\mapstruct-1.1.0.Final.jar;C:\Users\chris\.m2\repository\io\springfox\springfox-swagger-ui\2.7.0\springfox-swagger-ui-2.7.0.jar;C:\Users\chris\Documents\Workspace STS\CloudUtilities\target\classes;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-aop\1.5.9.RELEASE\spring-boot-starter-aop-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\aspectj\aspectjweaver\1.8.13\aspectjweaver-1.8.13.jar;C:\Users\chris\.m2\repository\org\springframework\data\spring-data-redis\1.8.9.RELEASE\spring-data-redis-1.8.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\data\spring-data-keyvalue\1.2.9.RELEASE\spring-data-keyvalue-1.2.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\data\spring-data-commons\1.13.9.RELEASE\spring-data-commons-1.13.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-tx\4.3.13.RELEASE\spring-tx-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-oxm\4.3.13.RELEASE\spring-oxm-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\spring-context-support\4.3.13.RELEASE\spring-context-support-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\slf4j\jcl-over-slf4j\1.7.25\jcl-over-slf4j-1.7.25.jar;C:\Users\chris\.m2\repository\redis\clients\jedis\2.9.0\jedis-2.9.0.jar;C:\Users\chris\.m2\repository\org\apache\commons\commons-pool2\2.4.3\commons-pool2-2.4.3.jar;C:\Users\chris\.m2\repository\br\com\stilingue\StilingueCore\1.2.8\StilingueCore-1.2.8.jar;C:\Users\chris\.m2\repository\org\apache\commons\commons-lang3\3.3.2\commons-lang3-3.3.2.jar;C:\Users\chris\.m2\repository\de\l3s\boilerpipe\boilerpipe\1.1.0\boilerpipe-1.1.0.jar;C:\Users\chris\.m2\repository\com\googlecode\juniversalchardet\juniversalchardet\1.0.3\juniversalchardet-1.0.3.jar;C:\Users\chris\.m2\repository\xerces\xercesImpl\2.8.1\xercesImpl-2.8.1.jar;C:\Users\chris\.m2\repository\net\sourceforge\nekohtml\nekohtml\1.9.22\nekohtml-1.9.22.jar;C:\Users\chris\.m2\repository\org\apache\commons\commons-jcs-core\2.0-beta-1\commons-jcs-core-2.0-beta-1.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-analyzers-common\5.3.2\lucene-analyzers-common-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-queryparser\5.3.2\lucene-queryparser-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-sandbox\5.3.2\lucene-sandbox-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-memory\5.3.2\lucene-memory-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\tika\tika-core\1.5\tika-core-1.5.jar;C:\Users\chris\.m2\repository\org\apache\tika\tika-parsers\1.5\tika-parsers-1.5.jar;C:\Users\chris\.m2\repository\org\gagravarr\vorbis-java-tika\0.1\vorbis-java-tika-0.1.jar;C:\Users\chris\.m2\repository\org\gagravarr\vorbis-java-core\0.1\vorbis-java-core-0.1-tests.jar;C:\Users\chris\.m2\repository\edu\ucar\netcdf\4.2-min\netcdf-4.2-min.jar;C:\Users\chris\.m2\repository\org\apache\james\apache-mime4j-core\0.7.2\apache-mime4j-core-0.7.2.jar;C:\Users\chris\.m2\repository\org\apache\james\apache-mime4j-dom\0.7.2\apache-mime4j-dom-0.7.2.jar;C:\Users\chris\.m2\repository\org\apache\commons\commons-compress\1.5\commons-compress-1.5.jar;C:\Users\chris\.m2\repository\org\tukaani\xz\1.2\xz-1.2.jar;C:\Users\chris\.m2\repository\org\apache\pdfbox\pdfbox\1.8.4\pdfbox-1.8.4.jar;C:\Users\chris\.m2\repository\org\apache\pdfbox\fontbox\1.8.4\fontbox-1.8.4.jar;C:\Users\chris\.m2\repository\org\apache\pdfbox\jempbox\1.8.4\jempbox-1.8.4.jar;C:\Users\chris\.m2\repository\org\bouncycastle\bcmail-jdk15\1.45\bcmail-jdk15-1.45.jar;C:\Users\chris\.m2\repository\org\bouncycastle\bcprov-jdk15\1.45\bcprov-jdk15-1.45.jar;C:\Users\chris\.m2\repository\org\apache\poi\poi-scratchpad\3.10-beta2\poi-scratchpad-3.10-beta2.jar;C:\Users\chris\.m2\repository\org\apache\geronimo\specs\geronimo-stax-api_1.0_spec\1.0.1\geronimo-stax-api_1.0_spec-1.0.1.jar;C:\Users\chris\.m2\repository\org\ccil\cowan\tagsoup\tagsoup\1.2.1\tagsoup-1.2.1.jar;C:\Users\chris\.m2\repository\org\ow2\asm\asm-debug-all\4.1\asm-debug-all-4.1.jar;C:\Users\chris\.m2\repository\com\googlecode\mp4parser\isoparser\1.0-RC-1\isoparser-1.0-RC-1.jar;C:\Users\chris\.m2\repository\org\aspectj\aspectjrt\1.8.13\aspectjrt-1.8.13.jar;C:\Users\chris\.m2\repository\com\drewnoakes\metadata-extractor\2.6.2\metadata-extractor-2.6.2.jar;C:\Users\chris\.m2\repository\com\adobe\xmp\xmpcore\5.1.2\xmpcore-5.1.2.jar;C:\Users\chris\.m2\repository\rome\rome\0.9\rome-0.9.jar;C:\Users\chris\.m2\repository\jdom\jdom\1.0\jdom-1.0.jar;C:\Users\chris\.m2\repository\org\gagravarr\vorbis-java-core\0.1\vorbis-java-core-0.1.jar;C:\Users\chris\.m2\repository\com\uwyn\jhighlight\1.0\jhighlight-1.0.jar;C:\Users\chris\.m2\repository\javax\servlet\javax.servlet-api\3.1.0\javax.servlet-api-3.1.0.jar;C:\Users\chris\.m2\repository\br\com\stilingue\StilingueSharedEntities\1.5.7\StilingueSharedEntities-1.5.7.jar;C:\Users\chris\.m2\repository\org\apache\poi\poi-ooxml\3.11-beta2\poi-ooxml-3.11-beta2.jar;C:\Users\chris\.m2\repository\org\apache\poi\poi-ooxml-schemas\3.11-beta2\poi-ooxml-schemas-3.11-beta2.jar;C:\Users\chris\.m2\repository\org\apache\xmlbeans\xmlbeans\2.6.0\xmlbeans-2.6.0.jar;C:\Users\chris\.m2\repository\stax\stax-api\1.0.1\stax-api-1.0.1.jar;C:\Users\chris\.m2\repository\org\apache\poi\poi\3.11-beta2\poi-3.11-beta2.jar;C:\Users\chris\.m2\repository\commons-codec\commons-codec\1.10\commons-codec-1.10.jar;C:\Users\chris\.m2\repository\com\twitter\twitter-text\1.10.2\twitter-text-1.10.2.jar;C:\Users\chris\.m2\repository\org\jsoup\jsoup\1.7.3\jsoup-1.7.3.jar;C:\Users\chris\.m2\repository\xml-apis\xml-apis\1.4.01\xml-apis-1.4.01.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-java\2.53.1\selenium-java-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-chrome-driver\2.53.1\selenium-chrome-driver-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-remote-driver\2.53.1\selenium-remote-driver-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-api\2.53.1\selenium-api-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-edge-driver\2.53.1\selenium-edge-driver-2.53.1.jar;C:\Users\chris\.m2\repository\commons-io\commons-io\2.4\commons-io-2.4.jar;C:\Users\chris\.m2\repository\org\apache\commons\commons-exec\1.3\commons-exec-1.3.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\htmlunit-driver\2.21\htmlunit-driver-2.21.jar;C:\Users\chris\.m2\repository\net\sourceforge\htmlunit\htmlunit\2.21\htmlunit-2.21.jar;C:\Users\chris\.m2\repository\xalan\xalan\2.7.2\xalan-2.7.2.jar;C:\Users\chris\.m2\repository\xalan\serializer\2.7.2\serializer-2.7.2.jar;C:\Users\chris\.m2\repository\net\sourceforge\htmlunit\htmlunit-core-js\2.17\htmlunit-core-js-2.17.jar;C:\Users\chris\.m2\repository\net\sourceforge\htmlunit\neko-htmlunit\2.21\neko-htmlunit-2.21.jar;C:\Users\chris\.m2\repository\net\sourceforge\cssparser\cssparser\0.9.18\cssparser-0.9.18.jar;C:\Users\chris\.m2\repository\org\w3c\css\sac\1.3\sac-1.3.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\websocket\websocket-client\9.4.7.v20170914\websocket-client-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\jetty-client\9.4.7.v20170914\jetty-client-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\jetty-http\9.4.7.v20170914\jetty-http-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\jetty-xml\9.4.7.v20170914\jetty-xml-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\jetty-util\9.4.7.v20170914\jetty-util-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\jetty-io\9.4.7.v20170914\jetty-io-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\websocket\websocket-common\9.4.7.v20170914\websocket-common-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\org\eclipse\jetty\websocket\websocket-api\9.4.7.v20170914\websocket-api-9.4.7.v20170914.jar;C:\Users\chris\.m2\repository\commons-collections\commons-collections\3.2.2\commons-collections-3.2.2.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-firefox-driver\2.53.1\selenium-firefox-driver-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-ie-driver\2.53.1\selenium-ie-driver-2.53.1.jar;C:\Users\chris\.m2\repository\net\java\dev\jna\jna\4.2.2\jna-4.2.2.jar;C:\Users\chris\.m2\repository\net\java\dev\jna\jna-platform\4.2.2\jna-platform-4.2.2.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-safari-driver\2.53.1\selenium-safari-driver-2.53.1.jar;C:\Users\chris\.m2\repository\io\netty\netty\3.5.7.Final\netty-3.5.7.Final.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-support\2.53.1\selenium-support-2.53.1.jar;C:\Users\chris\.m2\repository\org\seleniumhq\selenium\selenium-leg-rc\2.53.1\selenium-leg-rc-2.53.1.jar;C:\Users\chris\.m2\repository\org\twitter4j\twitter4j-core\4.0.6\twitter4j-core-4.0.6.jar;C:\Users\chris\.m2\repository\org\apache\httpcomponents\httpclient\4.5.3\httpclient-4.5.3.jar;C:\Users\chris\.m2\repository\org\apache\httpcomponents\httpcore\4.4.8\httpcore-4.4.8.jar;C:\Users\chris\.m2\repository\junit\junit\4.12\junit-4.12.jar;C:\Users\chris\.m2\repository\com\google\code\gson\gson\2.8.2\gson-2.8.2.jar;C:\Users\chris\.m2\repository\org\scribe\scribe\1.3.7\scribe-1.3.7.jar;C:\Users\chris\.m2\repository\br\com\stilingue\StilingueData\1.2.11\StilingueData-1.2.11.jar;C:\Users\chris\.m2\repository\biz\paluch\redis\lettuce\4.3.1.Final\lettuce-4.3.1.Final.jar;C:\Users\chris\.m2\repository\io\reactivex\rxjava\1.2.0\rxjava-1.2.0.jar;C:\Users\chris\.m2\repository\io\netty\netty-common\4.1.6.Final\netty-common-4.1.6.Final.jar;C:\Users\chris\.m2\repository\io\netty\netty-transport\4.1.6.Final\netty-transport-4.1.6.Final.jar;C:\Users\chris\.m2\repository\io\netty\netty-buffer\4.1.6.Final\netty-buffer-4.1.6.Final.jar;C:\Users\chris\.m2\repository\io\netty\netty-resolver\4.1.6.Final\netty-resolver-4.1.6.Final.jar;C:\Users\chris\.m2\repository\io\netty\netty-handler\4.1.6.Final\netty-handler-4.1.6.Final.jar;C:\Users\chris\.m2\repository\io\netty\netty-codec\4.1.6.Final\netty-codec-4.1.6.Final.jar;C:\Users\chris\.m2\repository\org\apache\solr\solr-solrj\5.5.5\solr-solrj-5.5.5.jar;C:\Users\chris\.m2\repository\org\apache\zookeeper\zookeeper\3.4.6\zookeeper-3.4.6.jar;C:\Users\chris\.m2\repository\org\codehaus\woodstox\stax2-api\3.1.4\stax2-api-3.1.4.jar;C:\Users\chris\.m2\repository\org\codehaus\woodstox\woodstox-core-asl\4.4.1\woodstox-core-asl-4.4.1.jar;C:\Users\chris\.m2\repository\org\noggit\noggit\0.6\noggit-0.6.jar;C:\Users\chris\.m2\repository\org\apache\httpcomponents\httpmime\4.5.3\httpmime-4.5.3.jar;C:\Users\chris\.m2\repository\org\mongodb\mongo-java-driver\3.4.3\mongo-java-driver-3.4.3.jar;C:\Users\chris\.m2\repository\org\slf4j\slf4j-log4j12\1.7.25\slf4j-log4j12-1.7.25.jar;C:\Users\chris\.m2\repository\br\com\stilingue\StilingueAPIs\1.2.7\StilingueAPIs-1.2.7.jar;C:\Users\chris\.m2\repository\org\apache\httpcomponents\httpasyncclient\4.1.3\httpasyncclient-4.1.3.jar;C:\Users\chris\.m2\repository\org\apache\httpcomponents\httpcore-nio\4.4.6\httpcore-nio-4.4.6.jar;C:\Users\chris\.m2\repository\io\minio\minio\3.0.6\minio-3.0.6.jar;C:\Users\chris\.m2\repository\com\google\http-client\google-http-client-xml\1.20.0\google-http-client-xml-1.20.0.jar;C:\Users\chris\.m2\repository\com\google\http-client\google-http-client\1.20.0\google-http-client-1.20.0.jar;C:\Users\chris\.m2\repository\xpp3\xpp3\1.1.4c\xpp3-1.1.4c.jar;C:\Users\chris\.m2\repository\com\squareup\okhttp3\okhttp\3.8.1\okhttp-3.8.1.jar;C:\Users\chris\.m2\repository\com\squareup\okio\okio\1.12.0\okio-1.12.0.jar;C:\Users\chris\.m2\repository\joda-time\joda-time\2.9.9\joda-time-2.9.9.jar;C:\Users\chris\.m2\repository\com\google\code\findbugs\annotations\3.0.1\annotations-3.0.1.jar;C:\Users\chris\.m2\repository\net\jcip\jcip-annotations\1.0\jcip-annotations-1.0.jar;C:\Users\chris\.m2\repository\com\google\code\findbugs\jsr305\3.0.1\jsr305-3.0.1.jar;C:\Users\chris\.m2\repository\com\ocpsoft\ocpsoft-pretty-time\1.0.7\ocpsoft-pretty-time-1.0.7.jar;C:\Users\chris\.m2\repository\log4j\log4j\1.2.17\log4j-1.2.17.jar;C:\Users\chris\.m2\repository\commons-logging\commons-logging\1.1.1\commons-logging-1.1.1.jar;C:\Users\chris\.m2\repository\com\fasterxml\jackson\dataformat\jackson-dataformat-csv\2.8.10\jackson-dataformat-csv-2.8.10.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-highlighter\5.3.2\lucene-highlighter-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-join\5.3.2\lucene-join-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-queries\5.3.2\lucene-queries-5.3.2.jar;C:\Users\chris\.m2\repository\org\apache\lucene\lucene-core\5.3.2\lucene-core-5.3.2.jar;C:\Users\chris\.m2\repository\br\com\stilingue\StilingueKeysControllerApi\1.0.1\StilingueKeysControllerApi-1.0.1.jar;C:\Users\chris\.m2\repository\com\github\scribejava\scribejava-apis\2.5.3\scribejava-apis-2.5.3.jar;C:\Users\chris\.m2\repository\com\github\scribejava\scribejava-core\2.5.3\scribejava-core-2.5.3.jar;C:\Users\chris\.m2\repository\org\springframework\spring-test\4.3.13.RELEASE\spring-test-4.3.13.RELEASE.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-api-mockito\1.6.6\powermock-api-mockito-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-api-mockito-common\1.6.6\powermock-api-mockito-common-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-api-support\1.6.6\powermock-api-support-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-module-junit4\1.6.6\powermock-module-junit4-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-module-junit4-common\1.6.6\powermock-module-junit4-common-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-core\1.6.6\powermock-core-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-reflect\1.6.6\powermock-reflect-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-module-test-easymock-junit410\1.6.6\powermock-module-test-easymock-junit410-1.6.6.jar;C:\Users\chris\.m2\repository\org\powermock\powermock-api-easymock\1.6.6\powermock-api-easymock-1.6.6.jar;C:\Users\chris\.m2\repository\org\easymock\easymock\3.1\easymock-3.1.jar;C:\Users\chris\.m2\repository\cglib\cglib-nodep\2.2.2\cglib-nodep-2.2.2.jar;C:\Users\chris\.m2\repository\org\objenesis\objenesis\1.2\objenesis-1.2.jar;C:\Users\chris\.m2\repository\commons-lang\commons-lang\2.6\commons-lang-2.6.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-starter-test\1.5.9.RELEASE\spring-boot-starter-test-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-test\1.5.9.RELEASE\spring-boot-test-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\org\springframework\boot\spring-boot-test-autoconfigure\1.5.9.RELEASE\spring-boot-test-autoconfigure-1.5.9.RELEASE.jar;C:\Users\chris\.m2\repository\com\jayway\jsonpath\json-path\2.2.0\json-path-2.2.0.jar;C:\Users\chris\.m2\repository\net\minidev\json-smart\2.2.1\json-smart-2.2.1.jar;C:\Users\chris\.m2\repository\net\minidev\accessors-smart\1.1\accessors-smart-1.1.jar;C:\Users\chris\.m2\repository\org\ow2\asm\asm\5.0.3\asm-5.0.3.jar;C:\Users\chris\.m2\repository\org\assertj\assertj-core\2.6.0\assertj-core-2.6.0.jar;C:\Users\chris\.m2\repository\org\mockito\mockito-core\1.10.19\mockito-core-1.10.19.jar;C:\Users\chris\.m2\repository\org\hamcrest\hamcrest-core\1.3\hamcrest-core-1.3.jar;C:\Users\chris\.m2\repository\org\hamcrest\hamcrest-library\1.3\hamcrest-library-1.3.jar;C:\Users\chris\.m2\repository\org\skyscreamer\jsonassert\1.4.0\jsonassert-1.4.0.jar;C:\Users\chris\.m2\repository\com\vaadin\external\google\android-json\0.0.20131108.vaadin1\android-json-0.0.20131108.vaadin1.jar;C:\Users\chris\.m2\repository\org\springframework\spring-core\4.3.13.RELEASE\spring-core-4.3.13.RELEASE.jar;C:\Program Files\Spring Tool Suite\STS 3.9\sts-3.9.0.RELEASE\configuration\org.eclipse.osgi\1041\0\.cp;C:\Program Files\Spring Tool Suite\STS 3.9\sts-3.9.0.RELEASE\configuration\org.eclipse.osgi\1040\0\.cp, user.name=chris, java.vm.specification.version=1.8, sun.java.command=org.eclipse.jdt.internal.junit.runner.RemoteTestRunner -version 3 -port 51308 -testLoaderClass org.eclipse.jdt.internal.junit4.runner.JUnit4TestLoader -loaderpluginname org.eclipse.jdt.junit4.runtime -classNames br.com.stilingue.filterservice.DecodeControllerTest, java.home=C:\Program Files\Java\jdk1.8.0_131\jre, sun.arch.data.model=64, user.language=pt, java.specification.vendor=Oracle Corporation, awt.toolkit=sun.awt.windows.WToolkit, java.vm.info=mixed mode, java.version=1.8.0_131, java.ext.dirs=C:\Program Files\Java\jdk1.8.0_131\jre\lib\ext;C:\WINDOWS\Sun\Java\lib\ext, sun.boot.class.path=C:\Program Files\Java\jdk1.8.0_131\jre\lib\resources.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\sunrsasign.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jsse.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jce.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\charsets.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib\jfr.jar;C:\Program Files\Java\jdk1.8.0_131\jre\classes, java.vendor=Oracle Corporation, file.separator=\, java.vendor.url.bug=http://bugreport.sun.com/bugreport/, sun.io.unicode.encoding=UnicodeLittle, sun.cpu.endian=little, sun.desktop=windows, sun.cpu.isalist=amd64}}, SystemEnvironmentPropertySource@98801744 {name='systemEnvironment', properties={configsetroot=C:\WINDOWS\ConfigSetRoot, USERDOMAIN_ROAMINGPROFILE=LAPTOP-CN18I7GT, LOCALAPPDATA=C:\Users\chris\AppData\Local, PROCESSOR_LEVEL=6, USERDOMAIN=LAPTOP-CN18I7GT, LOGONSERVER=\\LAPTOP-CN18I7GT, JAVA_HOME=C:\Program Files\Java\jdk1.8.0_131, SESSIONNAME=Console, ALLUSERSPROFILE=C:\ProgramData, PROCESSOR_ARCHITECTURE=AMD64, PSModulePath=C:\Program Files\WindowsPowerShell\Modules;C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules, SystemDrive=C:, OneDrive=C:\Users\chris\OneDrive, APPDATA=C:\Users\chris\AppData\Roaming, USERNAME=chris, ProgramFiles(x86)=C:\Program Files (x86), CommonProgramFiles=C:\Program Files\Common Files, Path=C:/Program Files/Java/jre1.8.0_144/bin/server;C:/Program Files/Java/jre1.8.0_144/bin;C:/Program Files/Java/jre1.8.0_144/lib/amd64;C:\Program Files\mingw-w64\c\mingw64\bin;C:\ProgramData\Oracle\Java\javapath;C:\Program Files\Java\jdk1.8.0_131\bin;C:\Program Files (x86)\Python\Scripts\;C:\Program Files (x86)\Python\;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin;C:\Program Files\PuTTY\;C:\Program Files\Maven\apache-maven-3.5.0\bin;C:\Program Files\Git\cmd;C:\Users\chris\Documents\Programas\cygwin-rsyncd-3.0.9.0\bin;C:\Program Files (x86)\Microsoft VS Code\bin;C:\Users\chris\AppData\Local\Microsoft\WindowsApps;;C:\Program Files\Spring Tool Suite\STS 3.9\sts-3.9.0.RELEASE;, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.PY;.PYW, OS=Windows_NT, COMPUTERNAME=LAPTOP-CN18I7GT, PROCESSOR_REVISION=4e03, CLASSPATH=;C:\Program Files\Java\jdk1.8.0_131\lib;C:\Program Files\Java\jdk1.8.0_131\lib\tools.jar;C:\Program Files\Java\jdk1.8.0_131\lib\dt.jar;C:\Program Files\Java\jdk1.8.0_131\lib\htmlconverter.jar;C:\Program Files\Java\jdk1.8.0_131\jre\lib;C:\Program Files\Java\jdk1.8.0_131\jre\lib\rt.jar;, CommonProgramW6432=C:\Program Files\Common Files, ComSpec=C:\WINDOWS\system32\cmd.exe, ProgramData=C:\ProgramData, ProgramW6432=C:\Program Files, HOMEPATH=\Users\chris, SystemRoot=C:\WINDOWS, TEMP=C:\Users\chris\AppData\Local\Temp, HOMEDRIVE=C:, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 78 Stepping 3, GenuineIntel, USERPROFILE=C:\Users\chris, TMP=C:\Users\chris\AppData\Local\Temp, easyplussdk="C:\Program Files (x86)\Common Files\lenovo\easyplussdk\bin", CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, ProgramFiles=C:\Program Files, PUBLIC=C:\Users\Public, NUMBER_OF_PROCESSORS=4, windir=C:\WINDOWS, S_CONTEXT_PATH=C:\Users\chris\Documents\Workspace STS\shipyard_files\, =::=::\}}]
10:20:00.928 [main] DEBUG org.springframework.test.context.support.TestPropertySourceUtils - Adding inlined properties to environment: {spring.jmx.enabled=false, org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true, server.port=0}
10:20:00.929 [main] DEBUG org.springframework.core.env.StandardEnvironment - Adding PropertySource 'Inlined Test Properties' with highest search precedence

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.5.9.RELEASE)

2017-12-12 10:20:02.355  INFO 2224 --- [           main] b.c.s.f.DecodeControllerTest             : Starting DecodeControllerTest on LAPTOP-CN18I7GT with PID 2224 (started by chris in C:\Users\chris\Documents\Workspace STS\FilterService)
2017-12-12 10:20:02.357  INFO 2224 --- [           main] b.c.s.f.DecodeControllerTest             : No active profile set, falling back to default profiles: default
2017-12-12 10:20:02.456  INFO 2224 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71945bc0: startup date [Tue Dec 12 10:20:02 BRST 2017]; root of context hierarchy
2017-12-12 10:20:04.395  INFO 2224 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2017-12-12 10:20:06.456  INFO 2224 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
2017-12-12 10:20:06.489  INFO 2224 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-12-12 10:20:06.492  INFO 2224 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.23
2017-12-12 10:20:06.809  INFO 2224 --- [ost-startStop-1] org.apache.catalina.loader.WebappLoader  : Unknown loader org.powermock.core.classloader.MockClassLoader@3f3afe78 class org.powermock.core.classloader.MockClassLoader
2017-12-12 10:20:06.866  INFO 2224 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]       : Initializing Spring embedded WebApplicationContext
2017-12-12 10:20:06.866  INFO 2224 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 4416 ms
2017-12-12 10:20:07.452  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'parameterDecoderFilter' to urls: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'headerFilter' to urls: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'passKeyFilter' to urls: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2017-12-12 10:20:07.453  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-12-12 10:20:08.810  INFO 2224 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/]       : jolokia: No access restrictor found, access to any MBean is allowed
2017-12-12 10:20:09.373  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/decode],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.DecodeController.decodeFilter(java.lang.String)
2017-12-12 10:20:09.375  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/decode/ids],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.DecodeController.decodeIdsFilter(java.lang.String,java.util.Optional<java.lang.Long>)
2017-12-12 10:20:09.378  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/encode],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.EncodeController.encodeFilter(java.lang.String)
2017-12-12 10:20:09.379  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/encode/ids],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.EncodeController.encodeIdsFilter(java.lang.String,java.util.Optional<java.lang.Long>)
2017-12-12 10:20:09.379  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.cloudutilities.endpoint.setup.CustomErrorController.errorMapping(javax.servlet.http.HttpServletRequest) throws java.lang.Throwable
2017-12-12 10:20:09.800  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@71945bc0: startup date [Tue Dec 12 10:20:02 BRST 2017]; root of context hierarchy
2017-12-12 10:20:09.810  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in parametersCallbackAdvisor
2017-12-12 10:20:09.946  INFO 2224 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in customExceptionResolver
2017-12-12 10:20:09.946  INFO 2224 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in parametersCallbackAdvisor
2017-12-12 10:20:10.762  INFO 2224 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2017-12-12 10:20:11.657  WARN 2224 --- [           main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'redisReferenceResolver': Cannot resolve reference to bean 'redisTemplate' while setting constructor argument; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No bean named 'redisTemplate' available
2017-12-12 10:20:11.687  INFO 2224 --- [           main] o.apache.catalina.core.StandardService   : Stopping service [Tomcat]
2017-12-12 10:20:11.721  INFO 2224 --- [           main] utoConfigurationReportLoggingInitializer : 

Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2017-12-12 10:20:11.860 ERROR 2224 --- [           main] o.s.b.d.LoggingFailureAnalysisReporter   : 

***************************
APPLICATION FAILED TO START
***************************

Description:

A component required a bean named 'redisTemplate' that could not be found.

Action:

Consider defining a bean named 'redisTemplate' in your configuration.

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v1.5.9.RELEASE)

2017-12-12 10:20:11.974  INFO 2224 --- [           main] b.c.s.f.DecodeControllerTest             : Starting DecodeControllerTest on LAPTOP-CN18I7GT with PID 2224 (started by chris in C:\Users\chris\Documents\Workspace STS\FilterService)
2017-12-12 10:20:11.974  INFO 2224 --- [           main] b.c.s.f.DecodeControllerTest             : No active profile set, falling back to default profiles: default
2017-12-12 10:20:11.979  INFO 2224 --- [           main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@248b2091: startup date [Tue Dec 12 10:20:11 BRST 2017]; root of context hierarchy
2017-12-12 10:20:12.581  INFO 2224 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2017-12-12 10:20:12.982  INFO 2224 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 0 (http)
2017-12-12 10:20:12.984  INFO 2224 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2017-12-12 10:20:12.984  INFO 2224 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.23
2017-12-12 10:20:12.998  INFO 2224 --- [ost-startStop-1] org.apache.catalina.loader.WebappLoader  : Unknown loader org.powermock.core.classloader.MockClassLoader@3f3afe78 class org.powermock.core.classloader.MockClassLoader
2017-12-12 10:20:13.007  INFO 2224 --- [ost-startStop-1] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : Initializing Spring embedded WebApplicationContext
2017-12-12 10:20:13.007  INFO 2224 --- [ost-startStop-1] o.s.web.context.ContextLoader            : Root WebApplicationContext: initialization completed in 1028 ms
2017-12-12 10:20:13.502  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'metricsFilter' to: [/*]
2017-12-12 10:20:13.502  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'characterEncodingFilter' to: [/*]
2017-12-12 10:20:13.502  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'parameterDecoderFilter' to urls: [/*]
2017-12-12 10:20:13.503  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'headerFilter' to urls: [/*]
2017-12-12 10:20:13.503  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'passKeyFilter' to urls: [/*]
2017-12-12 10:20:13.503  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2017-12-12 10:20:13.503  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean   : Mapping filter: 'applicationContextIdFilter' to: [/*]
2017-12-12 10:20:13.503  INFO 2224 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean  : Mapping servlet: 'dispatcherServlet' to [/]
2017-12-12 10:20:13.939  INFO 2224 --- [           main] o.a.c.c.C.[Tomcat-1].[localhost].[/]     : jolokia: No access restrictor found, access to any MBean is allowed
2017-12-12 10:20:14.107  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/decode],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.DecodeController.decodeFilter(java.lang.String)
2017-12-12 10:20:14.108  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/decode/ids],methods=[GET],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.DecodeController.decodeIdsFilter(java.lang.String,java.util.Optional<java.lang.Long>)
2017-12-12 10:20:14.108  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/encode],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.EncodeController.encodeFilter(java.lang.String)
2017-12-12 10:20:14.109  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/encode/ids],methods=[POST],produces=[application/json;charset=UTF-8]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.filterservice.controllers.EncodeController.encodeIdsFilter(java.lang.String,java.util.Optional<java.lang.Long>)
2017-12-12 10:20:14.109  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public br.com.stilingue.cloudutilities.endpoint.StilingueResponseEntity<br.com.stilingue.cloudutilities.endpoint.responses.types.Response> br.com.stilingue.cloudutilities.endpoint.setup.CustomErrorController.errorMapping(javax.servlet.http.HttpServletRequest) throws java.lang.Throwable
2017-12-12 10:20:14.233  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@248b2091: startup date [Tue Dec 12 10:20:11 BRST 2017]; root of context hierarchy
2017-12-12 10:20:14.239  INFO 2224 --- [           main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in parametersCallbackAdvisor
2017-12-12 10:20:14.264  INFO 2224 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in customExceptionResolver
2017-12-12 10:20:14.264  INFO 2224 --- [           main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in parametersCallbackAdvisor
2017-12-12 10:20:14.646  INFO 2224 --- [           main] org.mongodb.driver.cluster               : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2017-12-12 10:20:14.972  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.973  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.974  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.976  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2017-12-12 10:20:14.977  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2017-12-12 10:20:14.982  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2017-12-12 10:20:14.982  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2017-12-12 10:20:14.982  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.983  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.984  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2017-12-12 10:20:14.985  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2017-12-12 10:20:14.986  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.986  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.987  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.988  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2017-12-12 10:20:14.988  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:14.990  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/jolokia/**]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.actuate.endpoint.mvc.JolokiaMvcEndpoint.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2017-12-12 10:20:14.990  INFO 2224 --- [           main] o.s.b.a.e.mvc.EndpointHandlerMapping     : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2017-12-12 10:20:15.525  INFO 2224 --- [           main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 51315 (http)
2017-12-12 10:20:15.531  INFO 2224 --- [           main] b.c.s.f.DecodeControllerTest             : Started DecodeControllerTest in 3.654 seconds (JVM running for 19.343)

=========================
AUTO-CONFIGURATION REPORT
=========================

Positive matches:
-----------------

   AopAutoConfiguration matched:
   ...

What should I do?

joshiste commented 6 years ago

With 1.5.4 we updated to Spring Cloud Dalston.SR3 and in 1.5.5 to Dalston.SR4. If iirc there was a breaking change in SR3. Please make sure you are using the correct version of Spring Cloud