-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmatlab-notebook.log
27 lines (25 loc) · 2.95 KB
/
matlab-notebook.log
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
INFO org.sustain.Application [main] Starting MatlabApplication v0.1
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.6.0-SNAPSHOT)
INFO org.sustain.Application [main] Starting Application using Java 11.0.13 on lattice-100 with PID 79355 (/s/lattice-100/a/all/all/all/sustain/SustainProject/matlab-notebook/build/libs/matlab-notebook-0.0.1-SNAPSHOT.jar started by sustain in /s/lattice-100/a/all/all/all/sustain/SustainProject/matlab-notebook)
INFO org.sustain.Application [main] No active profile set, falling back to default profiles: default
INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer [main] Tomcat initialized with port(s): 9001 (http)
INFO org.apache.catalina.core.StandardService [main] Starting service [Tomcat]
INFO org.apache.catalina.core.StandardEngine [main] Starting Servlet engine: [Apache Tomcat/9.0.55]
INFO org.apache.catalina.core.ContainerBase.[Tomcat].[localhost].[/] [main] Initializing Spring embedded WebApplicationContext
INFO org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext [main] Root WebApplicationContext: initialization completed in 1416 ms
INFO org.sustain.api.RestfulApiController [main] Starting MATLAB engine...
INFO org.sustain.api.RestfulApiController [main] MATLAB engine successfully started
INFO org.mongodb.driver.cluster [main] Cluster created with settings {hosts=[lattice-100:27018], mode=SINGLE, requiredClusterType=UNKNOWN, serverSelectionTimeout='30000 ms'}
INFO org.mongodb.driver.connection [cluster-rtt-ClusterId{value='622a292236cef759f2315aca', description='null'}-lattice-100:27018] Opened connection [connectionId{localValue:1, serverValue:339}] to lattice-100:27018
INFO org.mongodb.driver.connection [cluster-ClusterId{value='622a292236cef759f2315aca', description='null'}-lattice-100:27018] Opened connection [connectionId{localValue:2, serverValue:338}] to lattice-100:27018
INFO org.mongodb.driver.cluster [cluster-ClusterId{value='622a292236cef759f2315aca', description='null'}-lattice-100:27018] Monitor thread successfully connected to server with description ServerDescription{address=lattice-100:27018, type=SHARD_ROUTER, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=9, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=31692646}
INFO org.springframework.boot.web.embedded.tomcat.TomcatWebServer [main] Tomcat started on port(s): 9001 (http) with context path ''
INFO org.sustain.Application [main] Started Application in 14.029 seconds (JVM running for 14.858)
INFO org.sustain.api.RestfulApiController [SpringApplicationShutdownHook] Shutting down MATLAB engine...
INFO org.sustain.api.RestfulApiController [SpringApplicationShutdownHook] MATLAB engine successfully shut down