forked from vinayakchaturvedi/VirtualLab
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVirtualLab.log
More file actions
46 lines (46 loc) · 9.74 KB
/
VirtualLab.log
File metadata and controls
46 lines (46 loc) · 9.74 KB
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
2021-04-30 13:37:19.375 INFO 18191 --- [restartedMain] c.e.virtuallab.VirtualLabApplication : Starting VirtualLabApplication using Java 1.8.0_292 on swapnil-iiitb with PID 18191 (/home/swapnil/VirtualLab/target/classes started by swapnil in /home/swapnil/VirtualLab)
2021-04-30 13:37:19.381 INFO 18191 --- [restartedMain] c.e.virtuallab.VirtualLabApplication : No active profile set, falling back to default profiles: default
2021-04-30 13:37:19.473 INFO 18191 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2021-04-30 13:37:19.474 INFO 18191 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2021-04-30 13:37:20.754 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2021-04-30 13:37:20.755 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2021-04-30 13:37:20.826 INFO 18191 --- [restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data JPA - Could not safely identify store assignment for repository candidate interface com.example.virtuallab.service.CommandExecutionService. If you want this repository to be a JPA repository, consider annotating your entities with one of these annotations: javax.persistence.Entity, javax.persistence.MappedSuperclass (preferred), or consider extending one of the following types with your repository: org.springframework.data.jpa.repository.JpaRepository.
2021-04-30 13:37:20.847 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 62 ms. Found 3 JPA repository interfaces.
2021-04-30 13:37:20.864 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found, entering strict repository configuration mode!
2021-04-30 13:37:20.864 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data MongoDB repositories in DEFAULT mode.
2021-04-30 13:37:20.874 INFO 18191 --- [restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.example.virtuallab.service.FacultyOperationService. If you want this repository to be a MongoDB repository, consider annotating your entities with one of these annotations: org.springframework.data.mongodb.core.mapping.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.mongodb.repository.MongoRepository.
2021-04-30 13:37:20.875 INFO 18191 --- [restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.example.virtuallab.service.LabOperationService. If you want this repository to be a MongoDB repository, consider annotating your entities with one of these annotations: org.springframework.data.mongodb.core.mapping.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.mongodb.repository.MongoRepository.
2021-04-30 13:37:20.876 INFO 18191 --- [restartedMain] .RepositoryConfigurationExtensionSupport : Spring Data MongoDB - Could not safely identify store assignment for repository candidate interface com.example.virtuallab.service.StudentOperationService. If you want this repository to be a MongoDB repository, consider annotating your entities with one of these annotations: org.springframework.data.mongodb.core.mapping.Document (preferred), or consider extending one of the following types with your repository: org.springframework.data.mongodb.repository.MongoRepository.
2021-04-30 13:37:20.880 INFO 18191 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 15 ms. Found 1 MongoDB repository interfaces.
2021-04-30 13:37:21.651 INFO 18191 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8700 (http)
2021-04-30 13:37:21.661 INFO 18191 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-04-30 13:37:21.661 INFO 18191 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.44]
2021-04-30 13:37:22.240 INFO 18191 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-04-30 13:37:22.240 INFO 18191 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2766 ms
2021-04-30 13:37:24.394 INFO 18191 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2021-04-30 13:37:24.578 INFO 18191 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.29.Final
2021-04-30 13:37:25.243 INFO 18191 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2021-04-30 13:37:25.698 INFO 18191 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-04-30 13:37:27.912 INFO 18191 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-04-30 13:37:27.943 INFO 18191 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
2021-04-30 13:37:45.756 INFO 18191 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-04-30 13:37:45.790 INFO 18191 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2021-04-30 13:37:45.843 INFO 18191 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2021-04-30 13:37:50.491 INFO 18191 --- [restartedMain] org.mongodb.driver.cluster : Cluster created with settings {hosts=[localhost:27017], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
2021-04-30 13:37:54.410 INFO 18191 --- [cluster-rtt-ClusterId{value='608bbad52eec236722717819', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:2, serverValue:2}] to localhost:27017
2021-04-30 13:37:54.410 INFO 18191 --- [cluster-ClusterId{value='608bbad52eec236722717819', description='null'}-localhost:27017] org.mongodb.driver.connection : Opened connection [connectionId{localValue:1, serverValue:1}] to localhost:27017
2021-04-30 13:37:54.411 INFO 18191 --- [cluster-ClusterId{value='608bbad52eec236722717819', description='null'}-localhost:27017] org.mongodb.driver.cluster : Monitor thread successfully connected to server with description ServerDescription{address=localhost:27017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=656623202}
2021-04-30 13:37:57.119 WARN 18191 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2021-04-30 13:38:02.110 INFO 18191 --- [restartedMain] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'applicationTaskExecutor'
2021-04-30 13:38:02.734 INFO 18191 --- [restartedMain] o.s.b.a.e.web.EndpointLinksResolver : Exposing 2 endpoint(s) beneath base path '/actuator'
2021-04-30 13:38:02.794 INFO 18191 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8700 (http) with context path ''
2021-04-30 13:38:02.923 INFO 18191 --- [restartedMain] c.e.virtuallab.VirtualLabApplication : Started VirtualLabApplication in 44.373 seconds (JVM running for 45.31)
2021-04-30 13:38:03.448 INFO 18191 --- [RMI TCP Connection(34)-127.0.0.1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2021-04-30 13:38:03.448 INFO 18191 --- [RMI TCP Connection(34)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2021-04-30 13:38:03.450 INFO 18191 --- [RMI TCP Connection(34)-127.0.0.1] o.s.web.servlet.DispatcherServlet : Completed initialization in 2 ms
2021-04-30 13:38:03.519 INFO 18191 --- [RMI TCP Connection(33)-127.0.0.1] org.mongodb.driver.connection : Opened connection [connectionId{localValue:3, serverValue:3}] to localhost:27017
2021-04-30 15:29:33.048 INFO 18191 --- [SpringContextShutdownHook] o.s.s.concurrent.ThreadPoolTaskExecutor : Shutting down ExecutorService 'applicationTaskExecutor'
2021-04-30 15:29:33.130 INFO 18191 --- [SpringContextShutdownHook] org.mongodb.driver.connection : Closed connection [connectionId{localValue:3, serverValue:3}] to localhost:27017 because the pool has been closed.
2021-04-30 15:29:33.159 INFO 18191 --- [SpringContextShutdownHook] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2021-04-30 15:29:33.278 INFO 18191 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2021-04-30 15:29:33.290 INFO 18191 --- [SpringContextShutdownHook] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.