SANGRHO LEE

Results 5 comments of SANGRHO LEE

@wajda Thank you for your kindness ! There are any error logs in web ui docker conatiner. ``` [root@ip-10-117-104-75 ~]# docker container run --memory=10g -e SPLINE_CONSUMER_URL=http://localhost:18088/consumer -p 9090:8080 absaoss/spline-web-ui:0.7.4 10-Jul-2023...

That is also any error logs not occurs. ``` [root@ip-10-117-104-75 ~]# docker logs -f 5a4d220278ea NOTE: Picked up JDK_JAVA_OPTIONS: --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.util.concurrent=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED 10-Jul-2023 12:20:27.378 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server...

@wajda Thank you for your kindness !! I use only one instance. I can connect https://localhost:8080 but when I connect https://localhost:8080/consumer I got below in server log ``` 05:29:59.915 [http-nio-8080-exec-9]...

When I open https://localhost:8080/consumer/execution-events I got below values ``` {"items":[],"totalCount":0,"pageNum":1,"pageSize":10,"totalDateRange":[]} ``` But https://localhost:9090/ have same issue.

@wajda I think it is not OK ![image](https://github.com/AbsaOSS/spline-getting-started/assets/4033129/20d6f83f-305e-4756-b2d9-7d8b77bd78c3) What am I miss !?