Results

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-22T11:50:15.398Z  INFO 12 --- [           main] o.o.u.server.UuiServerApplication        : Starting UuiServerApplication using Java 17.0.6 with PID 12 (/home/uui/usecase-ui-server.jar started by uui in /home/uui)
2025-06-22T11:50:15.411Z  INFO 12 --- [           main] o.o.u.server.UuiServerApplication        : No active profile set, falling back to 1 default profile: "default"
2025-06-22T11:50:20.487Z  INFO 12 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 6.1.7.Final
2025-06-22T11:50:21.598Z  INFO 12 --- [           main] SQL dialect                              : HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect
2025-06-22T11:50:24.312Z  INFO 12 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2025-06-22T11:50:24.689Z  INFO 12 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8082 (http)
2025-06-22T11:50:24.709Z  INFO 12 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2025-06-22T11:50:24.710Z  INFO 12 --- [           main] o.apache.catalina.core.StandardEngine    : Starting Servlet engine: [Apache Tomcat/10.1.13]
2025-06-22T11:50:24.848Z  INFO 12 --- [           main] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring embedded WebApplicationContext
2025-06-22T11:50:24.848Z  INFO 12 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 9275 ms
2025-06-22T11:50:26.711Z  WARN 12 --- [           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-22T11:50:28.166Z  INFO 12 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 14 endpoint(s) beneath base path '/actuator'
2025-06-22T11:50:28.338Z  INFO 12 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8082 (http) with context path '/api/usecaseui-server/v1'
2025-06-22T11:50:28.391Z  INFO 12 --- [           main] o.o.u.server.UuiServerApplication        : Started UuiServerApplication in 14.132 seconds (process running for 15.236)
2025-06-22T11:50:29.240Z  INFO 12 --- [nio-8082-exec-1] o.a.c.c.C.[.[.[/api/usecaseui-server/v1] : Initializing Spring DispatcherServlet 'dispatcherServlet'
2025-06-22T11:50:29.241Z  INFO 12 --- [nio-8082-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2025-06-22T11:50:29.243Z  INFO 12 --- [nio-8082-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 1 ms