Advertisement
Guest User

Untitled

a guest
Jan 22nd, 2019
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.73 KB | None | 0 0
  1. 08:19:22.845 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Included patterns for restart : []
  2. 08:19:22.847 [main] DEBUG org.springframework.boot.devtools.settings.DevToolsSettings - Excluded patterns for restart : [/spring-boot-starter/target/classes/, /spring-boot-autoconfigure/target/classes/, /spring-boot-starter-[\w-]+/, /spring-boot/target/classes/, /spring-boot-actuator/target/classes/, /spring-boot-devtools/target/classes/]
  3. 08:19:22.847 [main] DEBUG org.springframework.boot.devtools.restart.ChangeableUrls - Matching URLs for reloading : [file:/C:/Users/rogeriolima/Documents/sts-workspace/HelpDesk/target/classes/]
  4.  
  5. . ____ _ __ _ _
  6. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  7. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  8. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  9. ' |____| .__|_| |_|_| |_\__, | / / / /
  10. =========|_|==============|___/=/_/_/_/
  11.  :: Spring Boot ::   (v1.5.18.RELEASE)
  12.  
  13. 2019-01-22 08:19:22.988  INFO 4528 --- [ restartedMain] com.acme.helpdesk.HelpDeskApplication  : Starting HelpDeskApplication on nti01 with PID 4528 (C:\Users\rogeriolima\Documents\sts-workspace\HelpDesk\target\classes started by rogeriolima in C:\Users\rogeriolima\Documents\sts-workspace\HelpDesk)
  14. 2019-01-22 08:19:22.990  INFO 4528 --- [ restartedMain] com.acme.helpdesk.HelpDeskApplication  : No active profile set, falling back to default profiles: default
  15. 2019-01-22 08:19:23.026  INFO 4528 --- [ restartedMain] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@50159eac: startup date [Tue Jan 22 08:19:23 GMT-03:00 2019]; root of context hierarchy
  16. 2019-01-22 08:19:23.748  INFO 4528 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$52bd3cbb] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 2019-01-22 08:19:23.756  INFO 4528 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. 2019-01-22 08:19:23.757  INFO 4528 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@7f4d0b60' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. 2019-01-22 08:19:23.762  INFO 4528 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$7791df6d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  20. 2019-01-22 08:19:23.767  INFO 4528 --- [ restartedMain] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  21. 2019-01-22 08:19:23.989  INFO 4528 --- [ restartedMain] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
  22. 2019-01-22 08:19:24.004  INFO 4528 --- [ restartedMain] o.apache.catalina.core.StandardService  : Starting service [Tomcat]
  23. 2019-01-22 08:19:24.005  INFO 4528 --- [ restartedMain] org.apache.catalina.core.StandardEngine  : Starting Servlet Engine: Apache Tomcat/8.5.35
  24. 2019-01-22 08:19:24.054  INFO 4528 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/]  : Initializing Spring embedded WebApplicationContext
  25. 2019-01-22 08:19:24.054  INFO 4528 --- [ost-startStop-1] o.s.web.context.ContextLoader  : Root WebApplicationContext: initialization completed in 1031 ms
  26. 2019-01-22 08:19:24.592  INFO 4528 --- [ost-startStop-1] org.mongodb.driver.cluster  : Cluster created with settings {hosts=[10.1.1.10:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
  27. 2019-01-22 08:19:24.592  INFO 4528 --- [ost-startStop-1] org.mongodb.driver.cluster  : Adding discovered server 10.1.1.10:27017 to client view of cluster
  28. 2019-01-22 08:19:24.633  INFO 4528 --- [10.1.1.10:27017] org.mongodb.driver.cluster  : Exception in monitor thread while connecting to server 10.1.1.10:27017
  29.  
  30. com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='mongoadm', source='helpdesk', password=<hidden>, mechanismProperties={}}
  31. at com.mongodb.connection.SaslAuthenticator.wrapInMongoSecurityException(SaslAuthenticator.java:157) ~[mongodb-driver-core-3.4.3.jar:na]
  32. at com.mongodb.connection.SaslAuthenticator.access$200(SaslAuthenticator.java:37) ~[mongodb-driver-core-3.4.3.jar:na]
  33. at com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:66) ~[mongodb-driver-core-3.4.3.jar:na]
  34. at com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:44) ~[mongodb-driver-core-3.4.3.jar:na]
  35. at com.mongodb.connection.SaslAuthenticator.doAsSubject(SaslAuthenticator.java:162) ~[mongodb-driver-core-3.4.3.jar:na]
  36. at com.mongodb.connection.SaslAuthenticator.authenticate(SaslAuthenticator.java:44) ~[mongodb-driver-core-3.4.3.jar:na]
  37. at com.mongodb.connection.DefaultAuthenticator.authenticate(DefaultAuthenticator.java:32) ~[mongodb-driver-core-3.4.3.jar:na]
  38. at com.mongodb.connection.InternalStreamConnectionInitializer.authenticateAll(InternalStreamConnectionInitializer.java:109) ~[mongodb-driver-core-3.4.3.jar:na]
  39. at com.mongodb.connection.InternalStreamConnectionInitializer.initialize(InternalStreamConnectionInitializer.java:46) ~[mongodb-driver-core-3.4.3.jar:na]
  40. at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:116) ~[mongodb-driver-core-3.4.3.jar:na]
  41. at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:113) ~[mongodb-driver-core-3.4.3.jar:na]
  42. at java.lang.Thread.run(Unknown Source) [na:1.8.0_202]
  43. Caused by: com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server 10.1.1.10:27017. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }
  44. at com.mongodb.connection.CommandHelper.createCommandFailureException(CommandHelper.java:170) ~[mongodb-driver-core-3.4.3.jar:na]
  45. at com.mongodb.connection.CommandHelper.receiveCommandResult(CommandHelper.java:123) ~[mongodb-driver-core-3.4.3.jar:na]
  46. at com.mongodb.connection.CommandHelper.executeCommand(CommandHelper.java:32) ~[mongodb-driver-core-3.4.3.jar:na]
  47. at com.mongodb.connection.SaslAuthenticator.sendSaslStart(SaslAuthenticator.java:117) ~[mongodb-driver-core-3.4.3.jar:na]
  48. at com.mongodb.connection.SaslAuthenticator.access$000(SaslAuthenticator.java:37) ~[mongodb-driver-core-3.4.3.jar:na]
  49. at com.mongodb.connection.SaslAuthenticator$1.run(SaslAuthenticator.java:50) ~[mongodb-driver-core-3.4.3.jar:na]
  50. ... 9 common frames omitted
  51.  
  52. 2019-01-22 08:19:24.733  INFO 4528 --- [ost-startStop-1] org.mongodb.driver.cluster  : No server chosen by WritableServerSelector from cluster description ClusterDescription{type=UNKNOWN, connectionMode=MULTIPLE, serverDescriptions=[ServerDescription{address=10.1.1.10:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSecurityException: Exception authenticating MongoCredential{mechanism=null, userName='mongoadm', source='helpdesk', password=<hidden>, mechanismProperties={}}}, caused by {com.mongodb.MongoCommandException: Command failed with error 18: 'Authentication failed.' on server 10.1.1.10:27017. The full response is { "ok" : 0.0, "errmsg" : "Authentication failed.", "code" : 18, "codeName" : "AuthenticationFailed" }}}]}. Waiting for 30000 ms before timing out
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement