By type
@main_path@ /home/uui
Starting postgreSQL...
/uui/run.sh: line 9: postmaster: command not found
usecase-ui database init script start...
/uui/run.sh: line 14: /home/uui/resources/bin/initDB.sh: No such file or directory
usecase-ui database init script finished normally...
@JAVA_PATH@ /opt/java/openjdk/bin/java
@JAVA_OPTS@ -Xms50m -Xmx128m
@jar_path@ /home/uui/usecase-ui-server.jar
Starting usecase-ui-server...
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v3.0.11)
2024-10-09T12:40:41.065Z INFO 11 --- [ main] o.o.u.server.UuiServerApplication : Starting UuiServerApplication using Java 17.0.6 with PID 11 (/home/uui/usecase-ui-server.jar started by uui in /home/uui)
2024-10-09T12:40:41.073Z INFO 11 --- [ main] o.o.u.server.UuiServerApplication : No active profile set, falling back to 1 default profile: "default"
2024-10-09T12:40:48.511Z INFO 11 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.1.7.Final
2024-10-09T12:40:50.000Z INFO 11 --- [ main] SQL dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2024-10-09T12:40:53.288Z INFO 11 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-10-09T12:40:53.905Z INFO 11 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8082 (http)
2024-10-09T12:40:53.928Z INFO 11 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-10-09T12:40:53.929Z INFO 11 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.13]
2024-10-09T12:40:54.116Z INFO 11 --- [ main] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring embedded WebApplicationContext
2024-10-09T12:40:54.117Z INFO 11 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 12910 ms
2024-10-09T12:40:55.870Z WARN 11 --- [ main] 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
2024-10-09T12:40:58.942Z INFO 11 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 1 endpoint(s) beneath base path '/actuator'
2024-10-09T12:40:59.148Z INFO 11 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8082 (http) with context path '/api/usecaseui-server/v1'
2024-10-09T12:40:59.201Z INFO 11 --- [ main] o.o.u.server.UuiServerApplication : Started UuiServerApplication in 19.667 seconds (process running for 21.284)
2024-10-09T15:10:19.122Z INFO 11 --- [nio-8082-exec-7] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-10-09T15:10:19.124Z INFO 11 --- [nio-8082-exec-7] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet'
2024-10-09T15:10:19.133Z INFO 11 --- [nio-8082-exec-7] o.s.web.servlet.DispatcherServlet : Completed initialization in 8 ms