The system is running on Proxmox with VirtIO SCSI, 12 GB RAM and 2 cores and KIX is currently the only application.
/opt/kix-on-premise/deploy/linux/environment
.....
# --------------------------------------------------
# frontend service configuration
# --------------------------------------------------
# the port on the docker host system where the frontend service is listening
FRONTEND_PORT=20001
FRONTEND_PORT_SSL=20444
# frontend logging (0=ERROR, 1=WARNING, 2=INFO, 3=DEBUG)
LOG_LEVEL=2
LASSO_TIMEOUT=500000
.....
root@kix:/opt/kix-on-premise/deploy/linux# watch docker logs kix_frontend_1
backend not ready yet, waiting for 10 seconds...
backend not ready yet, waiting for 10 seconds...
backend not ready yet, waiting for 10 seconds...
> @kix/frontend@0.0.15 start /opt/kix
> node dist/server/index.js
Tue Mar 30 2021 14:47:46 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: Startup Server
Tue Mar 30 2021 14:47:50 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: Create Client Registration
Tue Mar 30 2021 14:47:50 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: Update translations
Tue Mar 30 2021 14:47:52 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: Create Default Configurations
Tue Mar 30 2021 14:47:58 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: Found 88 configuration extensions
Tue Mar 30 2021 14:48:00 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: REDIS connecting
Tue Mar 30 2021 14:48:00 GMT+0000 (Coordinated Universal Time) - ^[32minfo^[39m: REDIS ready
That looks good but still the gui hangs and the system complains about a perl error and no connection to port 3000:
root@kix:/opt/kix-on-premise/deploy/linux# ./logs.sh
backend_1 | ERROR: API-89 Perl: 5.28.1 OS: linux Time: Tue Mar 30 16:48:56 2021
backend_1 |
backend_1 | Message: DebugLog error: Summary: AddCacheDependency.NoCacheType Data : Should add cache dependencies but no CacheType has been configured for this operation!.
backend_1 |
backend_1 | RemoteAddress: ::ffff:172.18.0.5
backend_1 | RequestURI: /clientregistration
backend_1 |
backend_1 | Traceback (119):
backend_1 | Module: Kernel::API::Debugger::DebugLog Line: 218
backend_1 | Module: Kernel::API::Debugger::Error Line: 313
backend_1 | Module: Kernel::API::Operation::V1::Common::_Error Line: 968
backend_1 | Module: Kernel::API::Operation::V1::Common::AddCacheDependency Line: 704
backend_1 | Module: Kernel::API::Operation::V1::ClientRegistration::ClientRegistrationCreate::Run Line: 267
backend_1 | Module: Kernel::API::Operation::V1::Common::RunOperation Line: 189
backend_1 | Module: Kernel::API::Operation::Run Line: 248
backend_1 | Module: Kernel::API::Provider::Run Line: 415
backend_1 | Module: (eval) Line: 31
backend_1 | Module: (eval) Line: 74
backend_1 | Module: Plack::Sandbox::_2fopt_2fkix_2fbin_2fserver_2fapp_2epsgi::__ANON__ Line: 73
backend_1 | Module: CGI::Emulate::PSGI::__ANON__ (v0.23) Line: 30
backend_1 | Module: Plack::Middleware::StackTrace::try {...} Line: 38
backend_1 | Module: (eval) (v0.30) Line: 100
backend_1 | Module: Try::Tiny::try (v0.30) Line: 93
backend_1 | Module: Plack::Middleware::StackTrace::call Line: 42
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 | Module: Plack::Middleware::AccessLog::Timed::call Line: 17
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 | Module: Plack::Middleware::Deflater::call (v0.12) Line: 20
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 | Module: Plack::Middleware::Refresh::call Line: 23
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 | Module: Plack::Middleware::Lint::call Line: 24
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 | Module: Plack::Middleware::StackTrace::try {...} Line: 38
backend_1 | Module: (eval) (v0.30) Line: 100
backend_1 | Module: Try::Tiny::try (v0.30) Line: 93
backend_1 | Module: Plack::Middleware::StackTrace::call Line: 42
backend_1 | Module: Plack::Component::__ANON__ Line: 50
backend_1 |
proxy_1 | 2021/03/30 14:49:01 [error] 29#29: *47 connect() failed (111: Connection refused) while connecting to upstream, client: 192.168.0.11, server: , request: "GET / HTTP/1.1", upstream: "
http://172.18.0.5:3000/", host: "192.168.0.228:20001", referrer: "
http://192.168.0.228:20001/"
proxy_1 | 192.168.0.11 - - [30/Mar/2021:14:49:01 +0000] "GET / HTTP/1.1" 502 2179 "
http://192.168.0.228:20001/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4371.0 Safari/537.36" "-"
Thank you for your help!
Regards,
Stefan