-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathoutfile.txt
252 lines (246 loc) · 56.8 KB
/
outfile.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/Users/swathisanthosh/.m2/repository/ch/qos/logback/logback-classic/1.2.3/logback-classic-1.2.3.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/Users/swathisanthosh/.m2/repository/org/apache/logging/log4j/log4j-slf4j-impl/2.5/log4j-slf4j-impl-2.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [ch.qos.logback.classic.util.ContextSelectorStaticBinder]
22:23:30.089 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.099 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:23:30.109 [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)]
22:23:30.136 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
22:23:30.147 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests], using SpringBootContextLoader
22:23:30.151 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]: class path resource [com/example/telecommicroservices/TelecomMicroservicesApplicationTests-context.xml] does not exist
22:23:30.151 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]: class path resource [com/example/telecommicroservices/TelecomMicroservicesApplicationTestsContext.groovy] does not exist
22:23:30.151 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]: no resource found for suffixes {-context.xml, Context.groovy}.
22:23:30.152 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]: TelecomMicroservicesApplicationTests does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:23:30.198 [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 [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.292 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/com/example/telecommicroservices/TelecomMicroservicesApplication.class]
22:23:30.293 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.example.telecommicroservices.TelecomMicroservicesApplication for test class com.example.telecommicroservices.TelecomMicroservicesApplicationTests
22:23:30.387 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]: using defaults.
22:23:30.388 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, 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.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener]
22:23:30.405 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@56620197, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@6eda5c9, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@55b7a4e0, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@5f058f00, org.springframework.test.context.support.DirtiesContextTestExecutionListener@192d43ce, org.springframework.test.context.transaction.TransactionalTestExecutionListener@72057ecf, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@1afd44cb, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@6973b51b, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@1ab3a8c8, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@43195e57, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@333291e3, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@479d31f3, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@40ef3420, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@498d318c]
22:23:30.407 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.407 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.419 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.example.telecommicroservices.controller.TelecomControllerActualTest]
22:23:30.419 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:23:30.419 [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)]
22:23:30.420 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.example.telecommicroservices.controller.TelecomControllerActualTest] from class [org.springframework.boot.test.context.SpringBootTestContextBootstrapper]
22:23:30.426 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.controller.TelecomControllerActualTest]: class path resource [com/example/telecommicroservices/controller/TelecomControllerActualTest-context.xml] does not exist
22:23:30.426 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.controller.TelecomControllerActualTest]: class path resource [com/example/telecommicroservices/controller/TelecomControllerActualTestContext.groovy] does not exist
22:23:30.426 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.example.telecommicroservices.controller.TelecomControllerActualTest]: no resource found for suffixes {-context.xml, Context.groovy}.
22:23:30.436 [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 [com.example.telecommicroservices.controller.TelecomControllerActualTest]
22:23:30.440 [main] DEBUG org.springframework.boot.test.context.SpringBootTestContextBootstrapper - @TestExecutionListeners is not present for class [com.example.telecommicroservices.controller.TelecomControllerActualTest]: using defaults.
22:23:30.440 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, 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.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener]
22:23:30.441 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@7ec7ffd3, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@5b239d7d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6572421, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@6b81ce95, org.springframework.test.context.support.DirtiesContextTestExecutionListener@2a798d51, org.springframework.test.context.transaction.TransactionalTestExecutionListener@6d763516, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@52bf72b5, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@37afeb11, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@515aebb0, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@dd8ba08, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@245b4bdc, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@6c64cb25, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@6ae5aa72, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@222545dc]
22:23:30.441 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.controller.TelecomControllerActualTest]
22:23:30.441 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.controller.TelecomControllerActualTest]
22:23:30.471 [main] DEBUG org.springframework.test.context.junit4.SpringJUnit4ClassRunner - SpringJUnit4ClassRunner constructor called with [class com.example.telecommicroservices.controller.TelecomControllerTest]
22:23:30.471 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating CacheAwareContextLoaderDelegate from class [org.springframework.test.context.cache.DefaultCacheAwareContextLoaderDelegate]
22:23:30.471 [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)]
22:23:30.474 [main] DEBUG org.springframework.test.context.BootstrapUtils - Instantiating TestContextBootstrapper for test class [com.example.telecommicroservices.controller.TelecomControllerTest] from class [org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper]
22:23:30.478 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Neither @ContextConfiguration nor @ContextHierarchy found for test class [com.example.telecommicroservices.controller.TelecomControllerTest], using SpringBootContextLoader
22:23:30.478 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.controller.TelecomControllerTest]: class path resource [com/example/telecommicroservices/controller/TelecomControllerTest-context.xml] does not exist
22:23:30.479 [main] DEBUG org.springframework.test.context.support.AbstractContextLoader - Did not detect default resource location for test class [com.example.telecommicroservices.controller.TelecomControllerTest]: class path resource [com/example/telecommicroservices/controller/TelecomControllerTestContext.groovy] does not exist
22:23:30.479 [main] INFO org.springframework.test.context.support.AbstractContextLoader - Could not detect default resource locations for test class [com.example.telecommicroservices.controller.TelecomControllerTest]: no resource found for suffixes {-context.xml, Context.groovy}.
22:23:30.479 [main] INFO org.springframework.test.context.support.AnnotationConfigContextLoaderUtils - Could not detect default configuration classes for test class [com.example.telecommicroservices.controller.TelecomControllerTest]: TelecomControllerTest does not declare any static, non-private, non-final, nested classes annotated with @Configuration.
22:23:30.518 [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 [com.example.telecommicroservices.controller.TelecomControllerTest]
22:23:30.538 [main] DEBUG org.springframework.context.annotation.ClassPathScanningCandidateComponentProvider - Identified candidate component class: file [/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/com/example/telecommicroservices/TelecomMicroservicesApplication.class]
22:23:30.539 [main] INFO org.springframework.boot.test.context.SpringBootTestContextBootstrapper - Found @SpringBootConfiguration com.example.telecommicroservices.TelecomMicroservicesApplication for test class com.example.telecommicroservices.controller.TelecomControllerTest
22:23:30.540 [main] DEBUG org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - @TestExecutionListeners is not present for class [com.example.telecommicroservices.controller.TelecomControllerTest]: using defaults.
22:23:30.540 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Loaded default TestExecutionListener class names from location [META-INF/spring.factories]: [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, 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.security.test.context.support.WithSecurityContextTestExecutionListener, org.springframework.security.test.context.support.ReactorContextTestExecutionListener]
22:23:30.541 [main] INFO org.springframework.boot.test.autoconfigure.web.servlet.WebMvcTestContextBootstrapper - Using TestExecutionListeners: [org.springframework.test.context.web.ServletTestExecutionListener@65e98b1c, org.springframework.test.context.support.DirtiesContextBeforeModesTestExecutionListener@61322f9d, org.springframework.boot.test.mock.mockito.MockitoTestExecutionListener@6ad82709, org.springframework.boot.test.autoconfigure.SpringBootDependencyInjectionTestExecutionListener@510f3d34, org.springframework.test.context.support.DirtiesContextTestExecutionListener@7817fd62, org.springframework.test.context.transaction.TransactionalTestExecutionListener@8297b3a, org.springframework.test.context.jdbc.SqlScriptsTestExecutionListener@2362f559, org.springframework.security.test.context.support.WithSecurityContextTestExecutionListener@b2c9a9c, org.springframework.security.test.context.support.ReactorContextTestExecutionListener@4c178a76, org.springframework.boot.test.mock.mockito.ResetMocksTestExecutionListener@fa4c865, org.springframework.boot.test.autoconfigure.restdocs.RestDocsTestExecutionListener@3bd82cf5, org.springframework.boot.test.autoconfigure.web.client.MockRestServiceServerResetTestExecutionListener@544fa968, org.springframework.boot.test.autoconfigure.web.servlet.MockMvcPrintOnlyOnFailureTestExecutionListener@247bddad, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverTestExecutionListener@d35dea7]
22:23:30.541 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.controller.TelecomControllerTest]
22:23:30.541 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.controller.TelecomControllerTest]
22:23:30.555 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.555 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.557 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.557 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.558 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.558 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.563 [main] DEBUG org.springframework.test.context.support.AbstractDirtiesContextTestExecutionListener - Before test class: context [DefaultTestContext@13b6aecc testClass = TelecomMicroservicesApplicationTests, testInstance = [null], testMethod = [null], testException = [null], mergedContextConfiguration = [WebMergedContextConfiguration@158a8276 testClass = TelecomMicroservicesApplicationTests, locations = '{}', classes = '{class com.example.telecommicroservices.TelecomMicroservicesApplication}', contextInitializerClasses = '[]', activeProfiles = '{}', propertySourceLocations = '{}', propertySourceProperties = '{org.springframework.boot.test.context.SpringBootTestContextBootstrapper=true}', contextCustomizers = set[org.springframework.boot.test.context.filter.ExcludeFilterContextCustomizer@6c49835d, org.springframework.boot.test.json.DuplicateJsonObjectContextCustomizerFactory$DuplicateJsonObjectContextCustomizer@7d0587f1, org.springframework.boot.test.mock.mockito.MockitoContextCustomizer@0, org.springframework.boot.test.web.client.TestRestTemplateContextCustomizer@167fdd33, org.springframework.boot.test.autoconfigure.properties.PropertyMappingContextCustomizer@0, org.springframework.boot.test.autoconfigure.web.servlet.WebDriverContextCustomizerFactory$Customizer@1877ab81], resourceBasePath = 'src/main/webapp', contextLoader = 'org.springframework.boot.test.context.SpringBootContextLoader', parent = [null]], attributes = map['org.springframework.test.context.web.ServletTestExecutionListener.activateListener' -> true]], class annotated with @DirtiesContext [false] with mode [null].
22:23:30.563 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved @ProfileValueSourceConfiguration [null] for test class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.564 [main] DEBUG org.springframework.test.annotation.ProfileValueUtils - Retrieved ProfileValueSource type [class org.springframework.test.annotation.SystemProfileValueSource] for class [com.example.telecommicroservices.TelecomMicroservicesApplicationTests]
22:23:30.605 [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=-1}
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.0.BUILD-SNAPSHOT)
2019-01-29 22:23:30.889 INFO 4269 --- [ main] e.t.TelecomMicroservicesApplicationTests : Starting TelecomMicroservicesApplicationTests on Swathis-MBP.home with PID 4269 (started by swathisanthosh in /Users/swathisanthosh/eclipse-workspace/Telecom_Microservices)
2019-01-29 22:23:30.891 INFO 4269 --- [ main] e.t.TelecomMicroservicesApplicationTests : No active profile set, falling back to default profiles: default
2019-01-29 22:23:31,009 background-preinit DEBUG Initializing configuration XmlConfiguration[location=/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml]
2019-01-29 22:23:31,019 background-preinit DEBUG Installed script engines
2019-01-29 22:23:31,405 background-preinit DEBUG Oracle Nashorn Version: 1.8.0_181, Language: ECMAScript, Threading: Not Thread Safe, Compile: true, Names: {nashorn, Nashorn, js, JS, JavaScript, javascript, ECMAScript, ecmascript}
2019-01-29 22:23:31,445 background-preinit DEBUG Groovy Scripting Engine Version: 2.0, Language: Groovy, Threading: MULTITHREADED, Compile: true, Names: {groovy, Groovy}
2019-01-29 22:23:31,446 background-preinit DEBUG PluginManager 'Core' found 97 plugins
2019-01-29 22:23:31,446 background-preinit DEBUG PluginManager 'Level' found 0 plugins
2019-01-29 22:23:31,450 background-preinit DEBUG Starting 1 Log4j2Scheduled threads
2019-01-29 22:23:31,453 background-preinit DEBUG Building Plugin[name=property, class=org.apache.logging.log4j.core.config.Property].
2019-01-29 22:23:31,466 background-preinit DEBUG PluginManager 'TypeConverter' found 23 plugins
2019-01-29 22:23:31,472 background-preinit DEBUG createProperty(name="LOG_PATTERN", value="%d{yyyy-MM-dd HH:mm:ss.SSS}")
2019-01-29 22:23:31,473 background-preinit DEBUG Building Plugin[name=properties, class=org.apache.logging.log4j.core.config.PropertiesPlugin].
2019-01-29 22:23:31,478 background-preinit DEBUG configureSubstitutor(={LOG_PATTERN=%d{yyyy-MM-dd HH:mm:ss.SSS}}, Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml))
2019-01-29 22:23:31,478 background-preinit DEBUG PluginManager 'Lookup' found 13 plugins
2019-01-29 22:23:31,479 background-preinit DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout].
2019-01-29 22:23:31,485 background-preinit DEBUG PatternLayout$Builder(pattern="%d{yyyy-MM-dd HH:mm:ss.SSS}", PatternSelector=null, Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml), Replace=null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null")
2019-01-29 22:23:31,486 background-preinit DEBUG PluginManager 'Converter' found 41 plugins
2019-01-29 22:23:31,508 background-preinit DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.ConsoleAppender].
2019-01-29 22:23:31,510 background-preinit INFO Log4j appears to be running in a Servlet environment, but there's no log4j-web module available. If you want better web container support, please add the log4j-web JAR to your web archive or server lib directory.
2019-01-29 22:23:31,510 background-preinit DEBUG PluginManager 'Converter' found 41 plugins
2019-01-29 22:23:31,512 background-preinit DEBUG Starting OutputStreamManager SYSTEM_OUT.false-2
2019-01-29 22:23:31,524 background-preinit DEBUG ConsoleAppender$Builder(PatternLayout(%d{yyyy-MM-dd HH:mm:ss.SSS}), Filter=null, target="SYSTEM_OUT", name="ConsoleAppender", follow="true", ignoreExceptions="null")
2019-01-29 22:23:31,529 background-preinit DEBUG Starting OutputStreamManager SYSTEM_OUT.true
2019-01-29 22:23:31,531 background-preinit DEBUG Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin].
2019-01-29 22:23:31,532 background-preinit DEBUG createAppenders(={ConsoleAppender})
2019-01-29 22:23:31,533 background-preinit DEBUG Building Plugin[name=layout, class=org.apache.logging.log4j.core.layout.PatternLayout].
2019-01-29 22:23:31,534 background-preinit DEBUG PatternLayout$Builder(pattern="%d [%t] %p %c - %m%n", PatternSelector=null, Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml), Replace=null, charset="null", alwaysWriteExceptions="null", noConsoleNoAnsi="null", header="null", footer="null")
2019-01-29 22:23:31,535 background-preinit DEBUG Building Plugin[name=OnStartupTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.OnStartupTriggeringPolicy].
2019-01-29 22:23:31,537 background-preinit DEBUG createPolicy()
2019-01-29 22:23:31,538 background-preinit DEBUG Building Plugin[name=TimeBasedTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.TimeBasedTriggeringPolicy].
2019-01-29 22:23:31,540 background-preinit DEBUG createPolicy(interval="null", modulate="null")
2019-01-29 22:23:31,541 background-preinit DEBUG Building Plugin[name=SizeBasedTriggeringPolicy, class=org.apache.logging.log4j.core.appender.rolling.SizeBasedTriggeringPolicy].
2019-01-29 22:23:31,541 background-preinit DEBUG createPolicy(size="50 MB")
2019-01-29 22:23:31,544 background-preinit DEBUG Building Plugin[name=Policies, class=org.apache.logging.log4j.core.appender.rolling.CompositeTriggeringPolicy].
2019-01-29 22:23:31,545 background-preinit DEBUG createPolicy(={OnStartupTriggeringPolicy, TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false), SizeBasedTriggeringPolicy(size=52428800)})
2019-01-29 22:23:31,545 background-preinit DEBUG Building Plugin[name=DefaultRolloverStrategy, class=org.apache.logging.log4j.core.appender.rolling.DefaultRolloverStrategy].
2019-01-29 22:23:31,547 background-preinit DEBUG createStrategy(max="20", min="null", fileIndex="null", compressionLevel="null", ={}, stopCustomActionsOnError="true", Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml))
2019-01-29 22:23:31,568 background-preinit DEBUG Building Plugin[name=appender, class=org.apache.logging.log4j.core.appender.RollingFileAppender].
2019-01-29 22:23:31,577 background-preinit DEBUG createAppender(fileName="logs/app.log", filePattern="logs/${date:yyyy-MM}/app-%d{MM-dd-yyyy}-%i.log.gz", append="null", name="RollingFileAppender", bufferedIO="null", bufferSize="null", immediateFlush="null", Policies(CompositeTriggeringPolicy(policies=[OnStartupTriggeringPolicy, TimeBasedTriggeringPolicy(nextRolloverMillis=0, interval=1, modulate=false), SizeBasedTriggeringPolicy(size=52428800)])), DefaultRolloverStrategy(DefaultRolloverStrategy(min=1, max=20)), PatternLayout(%d [%t] %p %c - %m%n), Filter=null, ignoreExceptions="null", advertise="null", advertiseURI="null", Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml))
2019-01-29 22:23:31,587 background-preinit DEBUG Starting RollingFileManager logs/app.log
2019-01-29 22:23:31,590 background-preinit DEBUG PluginManager 'FileConverter' found 2 plugins
2019-01-29 22:23:31,600 background-preinit DEBUG Building Plugin[name=appenders, class=org.apache.logging.log4j.core.config.AppendersPlugin].
2019-01-29 22:23:31,602 background-preinit DEBUG createAppenders(={RollingFileAppender})
2019-01-29 22:23:31,603 background-preinit DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef].
2019-01-29 22:23:31,606 background-preinit DEBUG createAppenderRef(ref="ConsoleAppender", level="null", Filter=null)
2019-01-29 22:23:31,607 background-preinit DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef].
2019-01-29 22:23:31,607 background-preinit DEBUG createAppenderRef(ref="RollingFileAppender", level="null", Filter=null)
2019-01-29 22:23:31,608 background-preinit DEBUG Building Plugin[name=logger, class=org.apache.logging.log4j.core.config.LoggerConfig].
2019-01-29 22:23:31,610 background-preinit DEBUG createLogger(additivity="false", level="DEBUG", name="com.example.telecommicroservices", includeLocation="null", ={ConsoleAppender, RollingFileAppender}, ={}, Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml), Filter=null)
2019-01-29 22:23:31,613 background-preinit DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef].
2019-01-29 22:23:31,614 background-preinit DEBUG createAppenderRef(ref="ConsoleAppender", level="null", Filter=null)
2019-01-29 22:23:31,614 background-preinit DEBUG Building Plugin[name=AppenderRef, class=org.apache.logging.log4j.core.config.AppenderRef].
2019-01-29 22:23:31,615 background-preinit DEBUG createAppenderRef(ref="RollingFileAppender", level="null", Filter=null)
2019-01-29 22:23:31,615 background-preinit DEBUG Building Plugin[name=root, class=org.apache.logging.log4j.core.config.LoggerConfig$RootLogger].
2019-01-29 22:23:31,616 background-preinit DEBUG createLogger(additivity="null", level="INFO", includeLocation="null", ={ConsoleAppender, RollingFileAppender}, ={}, Configuration(/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml), Filter=null)
2019-01-29 22:23:31,617 background-preinit DEBUG Building Plugin[name=loggers, class=org.apache.logging.log4j.core.config.LoggersPlugin].
2019-01-29 22:23:31,619 background-preinit DEBUG createLoggers(={com.example.telecommicroservices, root})
2019-01-29 22:23:31,620 background-preinit ERROR Unable to locate appender "ConsoleAppender" for logger config "root"
2019-01-29 22:23:31,621 background-preinit ERROR Unable to locate appender "ConsoleAppender" for logger config "com.example.telecommicroservices"
2019-01-29 22:23:31,623 background-preinit DEBUG Configuration XmlConfiguration[location=/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml] initialized
2019-01-29 22:23:31,624 background-preinit DEBUG Starting configuration XmlConfiguration[location=/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml]
2019-01-29 22:23:31,626 background-preinit DEBUG Started configuration XmlConfiguration[location=/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml] OK.
2019-01-29 22:23:31,627 background-preinit DEBUG Shutting down OutputStreamManager SYSTEM_OUT.false-1
2019-01-29 22:23:31,628 background-preinit DEBUG Stopped org.apache.logging.log4j.core.config.DefaultConfiguration@8283721 OK
2019-01-29 22:23:31,638 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a
2019-01-29 22:23:31,643 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a,component=StatusLogger
2019-01-29 22:23:31,647 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a,component=ContextSelector
2019-01-29 22:23:31,650 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a,component=Loggers,name=
2019-01-29 22:23:31,651 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a,component=Loggers,name=com.example.telecommicroservices
2019-01-29 22:23:31,653 background-preinit DEBUG Registering MBean org.apache.logging.log4j2:type=76fb509a,component=Appenders,name=RollingFileAppender
2019-01-29 22:23:31,659 background-preinit DEBUG Reconfiguration complete for context[name=76fb509a] at URI /Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml (org.apache.logging.log4j.core.LoggerContext@6a4b536f) with optional ClassLoader: null
2019-01-29 22:23:31,660 background-preinit DEBUG Shutdown hook enabled. Registering a new one.
2019-01-29 22:23:31,661 background-preinit DEBUG LoggerContext[name=76fb509a, org.apache.logging.log4j.core.LoggerContext@6a4b536f] started OK.
2019-01-29 22:23:31,691 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending deleting logs/2019-01/app-01-29-2019-1.log.gz at low index 1: all slots full.
2019-01-29 22:23:31,693 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 18 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-2.log.gz to logs/2019-01/app-01-29-2019-1.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,694 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 17 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-3.log.gz to logs/2019-01/app-01-29-2019-2.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,695 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 16 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-4.log.gz to logs/2019-01/app-01-29-2019-3.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,695 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 15 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-5.log.gz to logs/2019-01/app-01-29-2019-4.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,696 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 14 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-6.log.gz to logs/2019-01/app-01-29-2019-5.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,696 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 13 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-7.log.gz to logs/2019-01/app-01-29-2019-6.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,697 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 12 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-8.log.gz to logs/2019-01/app-01-29-2019-7.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,698 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 11 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-9.log.gz to logs/2019-01/app-01-29-2019-8.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,699 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 10 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-10.log.gz to logs/2019-01/app-01-29-2019-9.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,700 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 9 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-11.log.gz to logs/2019-01/app-01-29-2019-10.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,701 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 8 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-12.log.gz to logs/2019-01/app-01-29-2019-11.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,702 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 7 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-13.log.gz to logs/2019-01/app-01-29-2019-12.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,703 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 6 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-14.log.gz to logs/2019-01/app-01-29-2019-13.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,705 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 5 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-15.log.gz to logs/2019-01/app-01-29-2019-14.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,706 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 4 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-16.log.gz to logs/2019-01/app-01-29-2019-15.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,706 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 3 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-17.log.gz to logs/2019-01/app-01-29-2019-16.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,707 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 2 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-18.log.gz to logs/2019-01/app-01-29-2019-17.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,708 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 1 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-19.log.gz to logs/2019-01/app-01-29-2019-18.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,709 background-preinit DEBUG DefaultRolloverStrategy.purgeAscending executing 0 of 19: FileRenameAction[logs/2019-01/app-01-29-2019-20.log.gz to logs/2019-01/app-01-29-2019-19.log.gz, renameEmptyFiles=true]
2019-01-29 22:23:31,712 background-preinit DEBUG RollingFileManager executing synchronous FileRenameAction[logs/app.log to logs/2019-01/app-01-29-2019-20.log, renameEmptyFiles=false]
2019-01-29 22:23:31,712 background-preinit DEBUG RollingFileManager executing async GzCompressAction[logs/2019-01/app-01-29-2019-20.log to logs/2019-01/app-01-29-2019-20.log.gz, deleteSource=true]
2019-01-29 22:23:33.464 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2019-01-29 22:23:33.473 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2019-01-29 22:23:33.481 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2019-01-29 22:23:33.588 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$a6179b6e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:33.647 INFO 4269 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
2019-01-29 22:23:33.683 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration$$EnhancerBySpringCGLIB$$6c71919e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:33.717 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:35.007 INFO 4269 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-01-29 22:23:36.370 INFO 4269 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@576b7c74, org.springframework.security.web.context.SecurityContextPersistenceFilter@5700c9db, org.springframework.security.web.header.HeaderWriterFilter@3d88e6b9, org.springframework.security.web.csrf.CsrfFilter@62b57479, org.springframework.security.web.authentication.logout.LogoutFilter@4a1a256d, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@4c302f38, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@e29f4f6, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@21de60a7, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7fda2001, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@6babffb5, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@15fb4566, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@73894c5a, org.springframework.security.web.session.SessionManagementFilter@208205ed, org.springframework.security.web.access.ExceptionTranslationFilter@65ef48f2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5d7d8613]
2019-01-29 22:23:37.042 INFO 4269 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-29 22:23:37.396 INFO 4269 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2019-01-29 22:23:37.490 INFO 4269 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2019-01-29 22:23:37.491 INFO 4269 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 1 subscriber(s).
2019-01-29 22:23:37.491 INFO 4269 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
2019-01-29 22:23:37.530 INFO 4269 --- [ main] e.t.TelecomMicroservicesApplicationTests : Started TelecomMicroservicesApplicationTests in 6.915 seconds (JVM running for 7.945)
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.0.BUILD-SNAPSHOT)
2019-01-29 22:23:37.917 INFO 4269 --- [ main] c.e.t.c.TelecomControllerActualTest : Starting TelecomControllerActualTest on Swathis-MBP.home with PID 4269 (started by swathisanthosh in /Users/swathisanthosh/eclipse-workspace/Telecom_Microservices)
2019-01-29 22:23:37.917 INFO 4269 --- [ main] c.e.t.c.TelecomControllerActualTest : No active profile set, falling back to default profiles: default
2019-01-29 22:23:38.466 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2019-01-29 22:23:38.466 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'taskScheduler' has been explicitly defined. Therefore, a default ThreadPoolTaskScheduler will be created.
2019-01-29 22:23:38.469 INFO 4269 --- [ main] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2019-01-29 22:23:38.506 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.ws.config.annotation.DelegatingWsConfiguration' of type [org.springframework.ws.config.annotation.DelegatingWsConfiguration$$EnhancerBySpringCGLIB$$a6179b6e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:38.514 INFO 4269 --- [ main] .w.s.a.s.AnnotationActionEndpointMapping : Supporting [WS-Addressing August 2004, WS-Addressing 1.0]
2019-01-29 22:23:38.530 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.integration.config.IntegrationManagementConfiguration' of type [org.springframework.integration.config.IntegrationManagementConfiguration$$EnhancerBySpringCGLIB$$6c71919e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:38.540 INFO 4269 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'integrationDisposableAutoCreatedBeans' of type [org.springframework.integration.config.annotation.Disposables] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2019-01-29 22:23:38.873 INFO 4269 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8090 (http)
2019-01-29 22:23:38.916 INFO 4269 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2019-01-29 22:23:38.917 INFO 4269 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.14]
2019-01-29 22:23:38.929 INFO 4269 --- [ main] o.a.catalina.core.AprLifecycleListener : The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/swathisanthosh/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
2019-01-29 22:23:39.064 INFO 4269 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2019-01-29 22:23:39.064 INFO 4269 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1142 ms
2019-01-29 22:23:39.955 INFO 4269 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-01-29 22:23:40.455 INFO 4269 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@6abb7b7d, org.springframework.security.web.context.SecurityContextPersistenceFilter@3e98b933, org.springframework.security.web.header.HeaderWriterFilter@369ad7da, org.springframework.security.web.csrf.CsrfFilter@4fa8bebb, org.springframework.security.web.authentication.logout.LogoutFilter@71e7830a, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@621dc63d, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@a4df251, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@34cf0e80, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@4ae49387, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@222d9d4f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@4269aad7, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@38ef1a0a, org.springframework.security.web.session.SessionManagementFilter@344f9467, org.springframework.security.web.access.ExceptionTranslationFilter@7d3c22a5, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@16391278]
2019-01-29 22:23:40.613 INFO 4269 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2019-01-29 22:23:41.273 INFO 4269 --- [ main] o.s.s.c.ThreadPoolTaskScheduler : Initializing ExecutorService 'taskScheduler'
2019-01-29 22:23:41.336 INFO 4269 --- [ main] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2019-01-29 22:23:41.337 INFO 4269 --- [ main] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 1 subscriber(s).
2019-01-29 22:23:41.337 INFO 4269 --- [ main] o.s.i.endpoint.EventDrivenConsumer : started _org.springframework.integration.errorLogger
2019-01-29 22:23:41.386 INFO 4269 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8090 (http) with context path ''
2019-01-29 22:23:41.388 INFO 4269 --- [ main] c.e.t.c.TelecomControllerActualTest : Started TelecomControllerActualTest in 3.505 seconds (JVM running for 11.803)
2019-01-29 22:23:42.227 INFO 4269 --- [nio-8090-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2019-01-29 22:23:42.227 INFO 4269 --- [nio-8090-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2019-01-29 22:23:42.253 INFO 4269 --- [nio-8090-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 26 ms
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.2.0.BUILD-SNAPSHOT)
2019-01-29 22:23:42.827 INFO 4269 --- [ main] c.e.t.controller.TelecomControllerTest : Starting TelecomControllerTest on Swathis-MBP.home with PID 4269 (started by swathisanthosh in /Users/swathisanthosh/eclipse-workspace/Telecom_Microservices)
2019-01-29 22:23:42.828 INFO 4269 --- [ main] c.e.t.controller.TelecomControllerTest : No active profile set, falling back to default profiles: default
2019-01-29 22:23:43.635 INFO 4269 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2019-01-29 22:23:43.975 INFO 4269 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: any request, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4ae5ddc0, org.springframework.security.web.context.SecurityContextPersistenceFilter@4bceac99, org.springframework.security.web.header.HeaderWriterFilter@33c9f1ac, org.springframework.security.web.csrf.CsrfFilter@6a5c2d2d, org.springframework.security.web.authentication.logout.LogoutFilter@3ca6bd01, org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilter@2f58f492, org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter@23263ba, org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilter@36ab69d9, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@903c13, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@389bc2d3, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@442310fd, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@5ebfe7fa, org.springframework.security.web.session.SessionManagementFilter@4070c4ff, org.springframework.security.web.access.ExceptionTranslationFilter@1dadd172, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1e4c4fda]
2019-01-29 22:23:44.008 INFO 4269 --- [ main] o.s.b.t.m.w.SpringBootMockServletContext : Initializing Spring TestDispatcherServlet ''
2019-01-29 22:23:44.008 INFO 4269 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Initializing Servlet ''
2019-01-29 22:23:44.011 INFO 4269 --- [ main] o.s.t.web.servlet.TestDispatcherServlet : Completed initialization in 3 ms
2019-01-29 22:23:44.037 INFO 4269 --- [ main] c.e.t.controller.TelecomControllerTest : Started TelecomControllerTest in 1.244 seconds (JVM running for 14.452)
2019-01-29 22:23:44,056 pool-1-thread-1 DEBUG Stopping LoggerContext[name=76fb509a, org.apache.logging.log4j.core.LoggerContext@6a4b536f]
2019-01-29 22:23:44,056 pool-1-thread-1 DEBUG Stopping LoggerContext[name=76fb509a, org.apache.logging.log4j.core.LoggerContext@6a4b536f]...
2019-01-29 22:23:44.061 INFO 4269 --- [ Thread-13] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-01-29 22:23:44.060 INFO 4269 --- [ Thread-11] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2019-01-29 22:23:44.060 INFO 4269 --- [ Thread-6] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2019-01-29 22:23:44,061 pool-1-thread-1 DEBUG Shutting down RollingFileManager logs/app.log
2019-01-29 22:23:44.061 INFO 4269 --- [ Thread-11] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 0 subscriber(s).
2019-01-29 22:23:44.062 INFO 4269 --- [ Thread-6] o.s.i.channel.PublishSubscribeChannel : Channel 'application.errorChannel' has 0 subscriber(s).
2019-01-29 22:23:44.062 INFO 4269 --- [ Thread-11] o.s.i.endpoint.EventDrivenConsumer : stopped _org.springframework.integration.errorLogger
2019-01-29 22:23:44.062 INFO 4269 --- [ Thread-6] o.s.i.endpoint.EventDrivenConsumer : stopped _org.springframework.integration.errorLogger
2019-01-29 22:23:44,062 pool-1-thread-1 DEBUG Stopping Log4j2Scheduled threads.
2019-01-29 22:23:44.062 INFO 4269 --- [ Thread-6] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2019-01-29 22:23:44,062 pool-1-thread-1 DEBUG Stopped XmlConfiguration[location=/Users/swathisanthosh/eclipse-workspace/Telecom_Microservices/target/classes/log4j2.xml] OK
2019-01-29 22:23:44,063 pool-1-thread-1 DEBUG Stopped LoggerContext[name=76fb509a, org.apache.logging.log4j.core.LoggerContext@6a4b536f]...
2019-01-29 22:23:44.063 INFO 4269 --- [ Thread-11] o.s.s.c.ThreadPoolTaskScheduler : Shutting down ExecutorService 'taskScheduler'
2019-01-29 22:23:44.064 INFO 4269 --- [ Thread-11] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2019-01-29 22:23:44.065 INFO 4269 --- [ Thread-6] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'