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@ -XX:MaxRAMPercentage=70 @jar_path@ /home/uui/usecase-ui-server.jar Starting usecase-ui-server... . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v3.0.11) 2025-06-17T11:21:18.686Z 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) 2025-06-17T11:21:18.690Z INFO 11 --- [ main] o.o.u.server.UuiServerApplication : No active profile set, falling back to 1 default profile: "default" 2025-06-17T11:21:21.941Z INFO 11 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 6.1.7.Final 2025-06-17T11:21:22.749Z INFO 11 --- [ main] SQL dialect : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect 2025-06-17T11:21:24.259Z INFO 11 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2025-06-17T11:21:24.522Z INFO 11 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8082 (http) 2025-06-17T11:21:24.542Z INFO 11 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2025-06-17T11:21:24.542Z INFO 11 --- [ main] o.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/10.1.13] 2025-06-17T11:21:24.681Z INFO 11 --- [ main] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring embedded WebApplicationContext 2025-06-17T11:21:24.682Z INFO 11 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 5901 ms 2025-06-17T11:21:25.971Z 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 2025-06-17T11:21:27.244Z INFO 11 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 14 endpoint(s) beneath base path '/actuator' 2025-06-17T11:21:27.383Z INFO 11 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8082 (http) with context path '/api/usecaseui-server/v1' 2025-06-17T11:21:27.450Z INFO 11 --- [ main] o.o.u.server.UuiServerApplication : Started UuiServerApplication in 9.574 seconds (process running for 10.387) 2025-06-17T11:21:27.627Z INFO 11 --- [nio-8082-exec-1] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2025-06-17T11:21:27.627Z INFO 11 --- [nio-8082-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2025-06-17T11:21:27.630Z INFO 11 --- [nio-8082-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 3 ms