Created
November 1, 2018 17:13
-
-
Save AutomateAaron/ed4e9e40d7a7c7342145ef2714f3621f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=========================================== | |
Properties file created Thu Nov 1 17:06:51 UTC 2018: /hygieia/config/application.properties | |
Note: passwords hidden | |
=========================================== | |
#Database Name | |
dbname=dashboarddb | |
#Database HostName - default is localhost | |
dbhost=10.0.1.1 | |
#Database Port - default is 27017 | |
dbport=27017 | |
#Database Username - default is blank | |
dbusername=dashboarduser | |
#Collector schedule (required) | |
github.cron=0 * * * * * | |
github.host=ghdp1.devops.iconectiv.com | |
#Maximum number of days to go back in time when fetching commits | |
github.commitThresholdDays=300 | |
#Optional: Error threshold count after which collector stops collecting for a collector item. Default is 2. | |
github.errorThreshold=1 | |
#This is the key generated using the Encryption class in core | |
github.key= | |
#personal access token generated from github and used for making authentiated calls | |
github.personalAccessToken= | |
=========================================== | |
END PROPERTIES FILE | |
=========================================== | |
17:06:56,950 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback.groovy] | |
17:06:56,950 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Could NOT find resource [logback-test.xml] | |
17:06:56,951 |-INFO in ch.qos.logback.classic.LoggerContext[default] - Found resource [logback.xml] at [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/logback.xml] | |
17:06:56,958 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs multiple times on the classpath. | |
17:06:56,969 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/logback.xml] | |
17:06:56,969 |-WARN in ch.qos.logback.classic.LoggerContext[default] - Resource [logback.xml] occurs at [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/core-3.0.0-SNAPSHOT.jar!/logback.xml] | |
17:06:57,037 |-INFO in ch.qos.logback.core.joran.spi.ConfigurationWatchList@76a125b8 - URL [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/logback.xml] is not of type file | |
17:06:58,293 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - debug attribute not set | |
17:06:58,386 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.ConsoleAppender] | |
17:06:58,394 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [STDOUT] | |
17:06:58,514 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property | |
17:06:58,746 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - About to instantiate appender of type [ch.qos.logback.core.rolling.RollingFileAppender] | |
17:06:58,749 |-INFO in ch.qos.logback.core.joran.action.AppenderAction - Naming appender as [ROLLING] | |
17:06:58,840 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - No compression will be used | |
17:06:58,842 |-INFO in c.q.l.core.rolling.TimeBasedRollingPolicy - Will use the pattern logs/github-collector-%d{yyyy-MM-dd}.%i.log for the active file | |
17:06:58,845 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1cc3b8b2 - The date pattern is 'yyyy-MM-dd' from file name pattern 'logs/github-collector-%d{yyyy-MM-dd}.%i.log'. | |
17:06:58,845 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1cc3b8b2 - Roll-over at midnight. | |
17:06:58,850 |-INFO in ch.qos.logback.core.rolling.SizeAndTimeBasedFNATP@1cc3b8b2 - Setting initial period to Thu Nov 01 17:06:58 UTC 2018 | |
17:06:58,853 |-INFO in ch.qos.logback.core.joran.action.NestedComplexPropertyIA - Assuming default type [ch.qos.logback.classic.encoder.PatternLayoutEncoder] for [encoder] property | |
17:06:58,853 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ROLLING] - Active log file name: logs/github-collector-2018-11-01.0.log | |
17:06:58,853 |-INFO in ch.qos.logback.core.rolling.RollingFileAppender[ROLLING] - File property is set to [null] | |
17:06:58,855 |-INFO in ch.qos.logback.classic.joran.action.RootLoggerAction - Setting level of ROOT logger to INFO | |
17:06:58,855 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [ROLLING] to Logger[ROOT] | |
17:06:58,856 |-INFO in ch.qos.logback.core.joran.action.AppenderRefAction - Attaching appender named [STDOUT] to Logger[ROOT] | |
17:06:58,856 |-INFO in ch.qos.logback.classic.joran.action.ConfigurationAction - End of configuration. | |
17:06:58,856 |-INFO in ch.qos.logback.classic.joran.JoranConfigurator@706e609f - Registering current configuration as safe fallback point | |
2018-11-01 17:07:00,884 INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.2.Final | |
2018-11-01 17:07:00,899 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@20e79bc1: startup date [Thu Nov 01 17:07:00 UTC 2018]; root of context hierarchy | |
2018-11-01 17:07:01,212 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2018-11-01 17:07:01,629 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'configurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2332054a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
_ ___ _______ _____ ______ _____ _____ _____ _______ _ _ _ _ ____ _____ ____ _ _ ______ _____ _______ ____ _____ | |
| | | \ \ / / ____|_ _| ____|_ _| /\ / ____|_ _|__ __| | | | | | | _ \ / ____/ __ \| | | | | ____/ ____|__ __/ __ \| __ \ | |
| |__| |\ \_/ / | __ | | | |__ | | / \ ______| | __ | | | | | |__| | | | | |_) |_____| | | | | | | | | | |__ | | | | | | | | |__) | | |
| __ | \ /| | |_ | | | | __| | | / /\ \______| | |_ | | | | | | __ | | | | _ <______| | | | | | | | | | __|| | | | | | | | _ / | |
| | | | | | | |__| |_| |_| |____ _| |_ / ____ \ | |__| |_| |_ | | | | | | |__| | |_) | | |___| |__| | |____| |____| |___| |____ | | | |__| | | \ \ | |
|_| |_| |_| \_____|_____|______|_____/_/ \_\ \_____|_____| |_| |_| |_|\____/|____/ \_____\____/|______|______|______\_____| |_| \____/|_| \_\ | |
2018-11-01 17:07:02,057 INFO o.s.c.c.c.ConfigServicePropertySourceLocator - Fetching config from server at: http://localhost:8888 | |
2018-11-01 17:07:02,344 WARN o.s.c.c.c.ConfigServicePropertySourceLocator - Could not locate PropertySource: I/O error on GET request for "http://localhost:8888/application/default": Connection refused (Connection refused); nested exception is java.net.ConnectException: Connection refused (Connection refused) | |
2018-11-01 17:07:02,346 INFO com.capitalone.dashboard.Application - No profiles are active | |
2018-11-01 17:07:02,360 INFO o.s.c.a.AnnotationConfigApplicationContext - Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@2d735172: startup date [Thu Nov 01 17:07:02 UTC 2018]; parent: org.springframework.context.annotation.AnnotationConfigApplicationContext@20e79bc1 | |
2018-11-01 17:07:04,307 INFO o.s.cloud.context.scope.GenericScope - BeanFactory id=a3e36bfb-59c7-33f2-966a-e036668a69e6 | |
2018-11-01 17:07:04,318 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Post-processing PropertySource instances | |
2018-11-01 17:07:04,337 INFO c.u.j.c.StringEncryptorConfiguration - String Encryptor custom Bean not found with name 'jasyptStringEncryptor'. Initializing String Encryptor based on properties with name 'jasyptStringEncryptor' | |
2018-11-01 17:07:04,343 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource commandLineArgs [org.springframework.core.env.SimpleCommandLinePropertySource] to EncryptableEnumerablePropertySourceWrapper | |
2018-11-01 17:07:04,343 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource systemProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,343 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource systemEnvironment [org.springframework.core.env.SystemEnvironmentPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,344 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource random [org.springframework.boot.context.config.RandomValuePropertySource] to EncryptablePropertySourceWrapper | |
2018-11-01 17:07:04,344 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource applicationConfig: [file:/hygieia/config/application.properties] [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,344 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource applicationConfig: [file:./config/application.properties] [org.springframework.core.env.PropertiesPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,344 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource springCloudClientHostInfo [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,344 INFO c.u.j.EnableEncryptablePropertySourcesPostProcessor - Converting PropertySource defaultProperties [org.springframework.core.env.MapPropertySource] to EncryptableMapPropertySourceWrapper | |
2018-11-01 17:07:04,349 INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring | |
2018-11-01 17:07:04,398 INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [class org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$2332054a] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) | |
2018-11-01 17:07:04,504 INFO o.s.s.c.ThreadPoolTaskScheduler - Initializing ExecutorService 'taskScheduler' | |
2018-11-01 17:07:04,578 INFO c.c.dashboard.config.MongoConfig - ReplicaSetfalse | |
2018-11-01 17:07:04,654 INFO c.c.dashboard.config.MongoConfig - Initializing Mongo Client server at: 10.0.1.1:27017 | |
2018-11-01 17:07:04,705 INFO org.mongodb.driver.cluster - Cluster created with settings {hosts=[10.0.1.1:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500} | |
2018-11-01 17:07:04,912 INFO c.c.dashboard.config.MongoConfig - Connecting to Mongo: Mongo{options=MongoClientOptions{description='null', readPreference=primary, writeConcern=WriteConcern{w=1, wtimeout=0, fsync=false, j=false, codecRegistry=org.bson.codecs.configuration.ProvidersCodecRegistry@566f984b, minConnectionsPerHost=0, maxConnectionsPerHost=100, threadsAllowedToBlockForConnectionMultiplier=5, serverSelectionTimeout=30000, maxWaitTime=120000, maxConnectionIdleTime=60000, maxConnectionLifeTime=0, connectTimeout=10000, socketTimeout=0, socketKeepAlive=false, sslEnabled=false, sslInvalidHostNamesAllowed=false, alwaysUseMBeans=false, heartbeatFrequency=10000, minHeartbeatFrequency=500, heartbeatConnectTimeout=20000, heartbeatSocketTimeout=20000, localThreshold=15, requiredReplicaSetName='null', dbDecoderFactory=com.mongodb.DefaultDBDecoder$1@f26e1db, dbEncoderFactory=com.mongodb.DefaultDBEncoder$1@499229ca, socketFactory=javax.net.DefaultSocketFactory@6ac1ed09, cursorFinalizerEnabled=true, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitQueueSize=500, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=60000, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, keepAlive=false, receiveBufferSize=0, sendBufferSize=0}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=20000, readTimeoutMS=20000, keepAlive=false, receiveBufferSize=0, sendBufferSize=0}}} | |
2018-11-01 17:07:04,932 INFO org.mongodb.driver.cluster - Exception in monitor thread while connecting to server 10.0.1.1:27017 | |
com.mongodb.MongoSocketOpenException: Exception opening socket | |
at com.mongodb.connection.SocketStream.open(SocketStream.java:63) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.connection.InternalStreamConnection.open(InternalStreamConnection.java:114) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.connection.DefaultServerMonitor$ServerMonitorRunnable.run(DefaultServerMonitor.java:127) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181] | |
Caused by: java.net.ConnectException: Connection refused (Connection refused) | |
at java.net.PlainSocketImpl.socketConnect(Native Method) ~[na:1.8.0_181] | |
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350) ~[na:1.8.0_181] | |
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206) ~[na:1.8.0_181] | |
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188) ~[na:1.8.0_181] | |
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392) ~[na:1.8.0_181] | |
at java.net.Socket.connect(Socket.java:589) ~[na:1.8.0_181] | |
at com.mongodb.connection.SocketStreamHelper.initialize(SocketStreamHelper.java:50) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.connection.SocketStream.open(SocketStream.java:58) ~[mongo-java-driver-3.0.2.jar!/:na] | |
... 3 common frames omitted | |
2018-11-01 17:07:05,341 INFO org.mongodb.driver.cluster - No server chosen by PrimaryServerSelector from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, all=[ServerDescription{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]}. Waiting for 30000 ms before timing out | |
2018-11-01 17:07:35,335 WARN o.s.c.a.AnnotationConfigApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'gitHubCollectorTask' defined in URL [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/com/capitalone/dashboard/collector/GitHubCollectorTask.class]: Unsatisfied dependency expressed through constructor argument with index 3 of type [com.capitalone.dashboard.repository.CommitRepository]: Error creating bean with name 'commitRepository': Invocation of init method failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commitRepository': Invocation of init method failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] | |
2018-11-01 17:07:35,336 INFO o.s.s.c.ThreadPoolTaskScheduler - Shutting down ExecutorService 'taskScheduler' | |
2018-11-01 17:07:35,342 INFO o.s.b.l.ClasspathLoggingApplicationListener - Application failed to start with classpath: [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/commons-lang3-3.6.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/httpclient-4.5.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/httpcore-4.4.4.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/core-3.0.0-SNAPSHOT.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-boot-1.3.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/commons-collections4-4.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-test-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-data-mongodb-1.8.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-tx-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-expression-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/slf4j-api-1.7.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jcl-over-slf4j-1.7.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-cloud-starter-config-1.3.1.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-cloud-starter-1.2.2.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-cloud-context-1.2.2.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-security-crypto-4.0.3.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-cloud-commons-1.2.2.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-security-rsa-1.0.3.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/bcpkix-jdk15on-1.55.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/bcprov-jdk15on-1.55.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-cloud-config-client-1.3.1.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jackson-annotations-2.5.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jackson-databind-2.5.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jackson-core-2.5.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/querydsl-jpa-3.6.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/querydsl-core-3.6.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/guava-18.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jsr305-1.3.9.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/mysema-commons-lang-0.2.4.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/bridge-method-annotation-1.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/querydsl-apt-3.6.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/querydsl-codegen-3.6.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/codegen-0.6.5.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/ecj-4.3.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/javax.inject-1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/querydsl-mongodb-3.6.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-data-commons-1.11.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jasypt-spring-boot-starter-1.9.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jasypt-spring-boot-1.9.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jasypt-1.9.2.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/validation-api-1.1.0.Final.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/hibernate-validator-5.2.2.Final.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jboss-logging-3.3.0.Final.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/classmate-1.1.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/javax.el-api-2.2.4.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/commons-beanutils-1.9.2.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/commons-collections-3.2.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/gson-2.3.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/fongo-2.0.3.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/js-1.7R2.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jts-1.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/geojson-jackson-1.2.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/mockito-all-1.10.19.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/json-simple-1.1.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/commons-codec-1.9.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/joda-time-2.7.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/joda-convert-1.8.1.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-web-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-aop-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/aopalliance-1.0.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-beans-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-context-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-core-4.2.5.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-boot-starter-data-mongodb-1.3.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-boot-starter-1.3.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-boot-autoconfigure-1.3.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/spring-boot-starter-logging-1.3.0.RELEASE.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/logback-classic-1.1.3.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/logback-core-1.1.3.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/jul-to-slf4j-1.7.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/log4j-over-slf4j-1.7.13.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/snakeyaml-1.16.jar!/, jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/lib/mongo-java-driver-3.0.2.jar!/] | |
2018-11-01 17:07:35,343 ERROR o.s.boot.SpringApplication - Application startup failed | |
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'gitHubCollectorTask' defined in URL [jar:file:/hygieia/github-scm-collector-3.0.0-SNAPSHOT.jar!/com/capitalone/dashboard/collector/GitHubCollectorTask.class]: Unsatisfied dependency expressed through constructor argument with index 3 of type [com.capitalone.dashboard.repository.CommitRepository]: Error creating bean with name 'commitRepository': Invocation of init method failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commitRepository': Invocation of init method failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] | |
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1143) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1046) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] | |
at org.springframework.boot.SpringApplication.doRun(SpringApplication.java:347) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:295) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1112) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] | |
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1101) [spring-boot-1.3.0.RELEASE.jar!/:1.3.0.RELEASE] | |
at com.capitalone.dashboard.Application.main(Application.java:13) [github-scm-collector-3.0.0-SNAPSHOT.jar!/:3.0.0-SNAPSHOT] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_181] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_181] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_181] | |
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_181] | |
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:53) [github-scm-collector-3.0.0-SNAPSHOT.jar!/:3.0.0-SNAPSHOT] | |
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_181] | |
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commitRepository': Invocation of init method failed; nested exception is org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1578) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
... 24 common frames omitted | |
Caused by: org.springframework.dao.DataAccessResourceFailureException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}]; nested exception is com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] | |
at org.springframework.data.mongodb.core.MongoExceptionTranslator.translateExceptionIfPossible(MongoExceptionTranslator.java:75) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.createIndex(MongoPersistentEntityIndexCreator.java:162) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.checkForAndCreateIndexes(MongoPersistentEntityIndexCreator.java:133) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.checkForIndexes(MongoPersistentEntityIndexCreator.java:125) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.onApplicationEvent(MongoPersistentEntityIndexCreator.java:109) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.onApplicationEvent(MongoPersistentEntityIndexCreator.java:51) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:163) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:136) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:381) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:335) ~[spring-context-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.data.mapping.context.AbstractMappingContext.addPersistentEntity(AbstractMappingContext.java:326) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:179) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:139) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.mapping.context.AbstractMappingContext.getPersistentEntity(AbstractMappingContext.java:66) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.repository.support.MongoRepositoryFactory.getEntityInformation(MongoRepositoryFactory.java:112) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.repository.support.MongoRepositoryFactory.getTargetRepository(MongoRepositoryFactory.java:91) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.data.repository.core.support.RepositoryFactorySupport.getRepository(RepositoryFactorySupport.java:185) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.initAndReturn(RepositoryFactoryBeanSupport.java:251) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.repository.core.support.RepositoryFactoryBeanSupport.afterPropertiesSet(RepositoryFactoryBeanSupport.java:237) ~[spring-data-commons-1.11.0.RELEASE.jar!/:na] | |
at org.springframework.data.mongodb.repository.support.MongoRepositoryFactoryBean.afterPropertiesSet(MongoRepositoryFactoryBean.java:108) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1637) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1574) ~[spring-beans-4.2.5.RELEASE.jar!/:4.2.5.RELEASE] | |
... 35 common frames omitted | |
Caused by: com.mongodb.MongoTimeoutException: Timed out after 30000 ms while waiting for a server that matches PrimaryServerSelector. Client view of cluster state is {type=UNKNOWN, servers=[{address=10.0.1.1:27017, type=UNKNOWN, state=CONNECTING, exception={com.mongodb.MongoSocketOpenException: Exception opening socket}, caused by {java.net.ConnectException: Connection refused (Connection refused)}}] | |
at com.mongodb.connection.BaseCluster.createTimeoutException(BaseCluster.java:370) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.connection.BaseCluster.selectServer(BaseCluster.java:101) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.binding.ClusterBinding$ClusterBindingConnectionSource.<init>(ClusterBinding.java:75) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.binding.ClusterBinding$ClusterBindingConnectionSource.<init>(ClusterBinding.java:71) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.binding.ClusterBinding.getWriteConnectionSource(ClusterBinding.java:68) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.operation.OperationHelper.withConnection(OperationHelper.java:175) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.operation.CreateIndexesOperation.execute(CreateIndexesOperation.java:111) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.operation.CreateIndexesOperation.execute(CreateIndexesOperation.java:66) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.Mongo.execute(Mongo.java:747) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.Mongo$2.execute(Mongo.java:730) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at com.mongodb.DBCollection.createIndex(DBCollection.java:1492) ~[mongo-java-driver-3.0.2.jar!/:na] | |
at org.springframework.data.mongodb.core.index.MongoPersistentEntityIndexCreator.createIndex(MongoPersistentEntityIndexCreator.java:142) ~[spring-data-mongodb-1.8.0.RELEASE.jar!/:na] | |
... 55 common frames omitted |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment