By type
Following colections are present in simualtor db: ['simulatorConfig', 'template', 'system.views', 'flatTemplatesView']
2021-07-27 01:43:27.134 INFO 15 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ba04a92f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.1.6.RELEASE)
2021-07-27 01:43:27.372 INFO 15 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Fetching config from server at : http://localhost:8888
2021-07-27 01:43:27.482 INFO 15 --- [ main] c.c.c.ConfigServicePropertySourceLocator : Connect Timeout Exception on Url - http://localhost:8888. Will be trying the next url if available
2021-07-27 01:43:27.482 WARN 15 --- [ main] 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)
2021-07-27 01:43:27.493 INFO 15 --- [ main] o.o.i.s.nfsimulator.vesclient.Main : No active profile set, falling back to default profiles: default
2021-07-27 01:43:28.387 INFO 15 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data repositories in DEFAULT mode.
2021-07-27 01:43:28.466 INFO 15 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 73ms. Found 3 repository interfaces.
2021-07-27 01:43:28.667 INFO 15 --- [ main] o.s.cloud.context.scope.GenericScope : BeanFactory id=60638185-e196-34c2-a17a-ddaf600bdcfd
2021-07-27 01:43:28.731 INFO 15 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration' of type [org.springframework.cloud.autoconfigure.ConfigurationPropertiesRebinderAutoConfiguration$$EnhancerBySpringCGLIB$$ba04a92f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2021-07-27 01:43:29.017 INFO 15 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 5000 (http)
Jul 27, 2021 1:43:29 AM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-5000"]
Jul 27, 2021 1:43:29 AM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
Jul 27, 2021 1:43:29 AM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.24]
Jul 27, 2021 1:43:29 AM org.apache.catalina.core.ApplicationContext log
INFO: Initializing Spring embedded WebApplicationContext
2021-07-27 01:43:29.188 INFO 15 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 1679 ms
2021-07-27 01:43:29.275 INFO 15 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService
2021-07-27 01:43:29.277 INFO 15 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'watcherTaskExecutor'
2021-07-27 01:43:29.752 INFO 15 --- [ main] org.mongodb.driver.cluster : Cluster created with settings {hosts=[mongo-ves-client:27017], mode=MULTIPLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms', maxWaitQueueSize=500}
2021-07-27 01:43:29.753 INFO 15 --- [ main] org.mongodb.driver.cluster : Adding discovered server mongo-ves-client:27017 to client view of cluster
2021-07-27 01:43:29.832 INFO 15 --- [es-client:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:5}] to mongo-ves-client:27017
2021-07-27 01:43:29.840 INFO 15 --- [es-client:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=mongo-ves-client:27017, type=STANDALONE, state=CONNECTED, ok=true, version=ServerVersion{versionList=[5, 0, 1]}, minWireVersion=0, maxWireVersion=13, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=3846323}
2021-07-27 01:43:29.842 INFO 15 --- [es-client:27017] org.mongodb.driver.cluster : Discovered cluster type of STANDALONE
2021-07-27 01:43:30.334 INFO 15 --- [ main] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:6}] to mongo-ves-client:27017
2021-07-27 01:43:30.439 INFO 15 --- [ main] o.o.i.s.n.v.f.WatcherEventProcessor : DB record modified for template: cmNotification.json
2021-07-27 01:43:30.456 INFO 15 --- [ main] o.o.i.s.n.v.f.WatcherEventProcessor : DB record modified for template: measurement.json
2021-07-27 01:43:30.467 INFO 15 --- [ main] o.o.i.s.n.v.f.WatcherEventProcessor : DB record modified for template: notification.json
2021-07-27 01:43:30.479 INFO 15 --- [ main] o.o.i.s.n.v.f.WatcherEventProcessor : DB record modified for template: notificationHttpServer.json
2021-07-27 01:43:30.490 INFO 15 --- [ main] o.o.i.s.n.v.f.WatcherEventProcessor : DB record modified for template: registration.json
2021-07-27 01:43:30.583 INFO 15 --- [ main] org.quartz.impl.StdSchedulerFactory : Using default implementation for ThreadExecutor
2021-07-27 01:43:30.586 INFO 15 --- [ main] org.quartz.simpl.SimpleThreadPool : Job execution threads will use class loader of thread: main
2021-07-27 01:43:30.602 INFO 15 --- [ main] org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2021-07-27 01:43:30.604 INFO 15 --- [ main] org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.2.1 created.
2021-07-27 01:43:30.605 INFO 15 --- [ main] org.quartz.simpl.RAMJobStore : RAMJobStore initialized.
2021-07-27 01:43:30.606 INFO 15 --- [ main] org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler (v2.2.1) 'DefaultQuartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
2021-07-27 01:43:30.606 INFO 15 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
2021-07-27 01:43:30.606 INFO 15 --- [ main] org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.2.1
2021-07-27 01:43:30.607 INFO 15 --- [ main] org.quartz.core.QuartzScheduler : Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
2021-07-27 01:43:31.065 INFO 15 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2021-07-27 01:43:31.576 INFO 15 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2021-07-27 01:43:31.590 INFO 15 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2021-07-27 01:43:31.624 INFO 15 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
Jul 27, 2021 1:43:31 AM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-5000"]
2021-07-27 01:43:31.882 INFO 15 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 5000 (http) with context path ''
2021-07-27 01:43:31.885 INFO 15 --- [ main] o.o.i.s.nfsimulator.vesclient.Main : Started Main in 5.884 seconds (JVM running for 6.536)