hydra-billing / homs

Hydra Order Management System
Apache License 2.0
312 stars 87 forks source link

Camunda service is unavailable #679

Closed ashyan closed 1 year ago

ashyan commented 1 year ago

I'm attempting to set up HOMS in production mode and have been able to successfully run the docker container. However, when I log into the HOMS, I get an error saying "Camunda service is unavailable". I looked into the docker logs and it shows a 401 error, indicating that Hydra OMS did not provide credentials to Camunda to retrieve items like pizza order, customers, etc. I manually queried to the same endpoint: camunda:8080/engine-rest/user?email=user%40example.com, entered the correct credentials, and was able to retrieve the order info. Is there something in the setup I'm missing to correctly have Hydra OMS authenticate with Camunda? Not sure what to do here. Here are the docker logs:

2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.729743 #34]  INFO -- : Finished "/widget/cable/" [WebSocket] for 192.168.112.1 at 2023-01-12 08:27:02 +0000
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.730060 #34]  INFO -- : TaskChannel stopped streaming from task_channel_user@example.com
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.738642 #34]  INFO -- : Started GET "/orders" for 192.168.112.1 at 2023-01-12 08:27:02 +0000
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.739976 #34]  INFO -- : Processing by OrdersController#index as HTML
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.751448 #34]  INFO -- :   Rendering orders/index.html.haml within layouts/application
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.752210 #34]  INFO -- :   Rendered orders/_search_by.html.haml (0.2ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.752526 #34]  INFO -- :   Rendered orders/_search_by.html.haml (0.2ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.830235 #34]  INFO -- :   Rendered orders/_filter_by.html.haml (77.6ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.830319 #34]  INFO -- :   Rendered orders/_search_form.html.haml (78.6ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.833034 #34]  INFO -- :   Rendered orders/index.html.haml within layouts/application (81.5ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.874513 #34]  INFO -- :   Rendered layouts/_navigation.html.haml (0.8ms)
2023-01-12 00:27:02 homs              | [HOMS] I, [2023-01-12T08:27:02.960256 #34]  INFO -- : Completed 200 OK in 220ms (Views: 207.8ms | ActiveRecord: 4.3ms)
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.081508 #34]  INFO -- : Started GET "/orders/list?controller=orders&action=index&page_size=25&page=1&sort_by=&order=asc" for 192.168.112.1 at 2023-01-12 08:27:03 +0000
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.082569 #34]  INFO -- : Processing by OrdersController#list as JSON
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.082624 #34]  INFO -- :   Parameters: {"page_size"=>"25", "page"=>"1", "sort_by"=>"", "order"=>"asc"}
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.087427 #34]  INFO -- :   Rendering orders/list.json.erb
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.087705 #36]  INFO -- : Started GET "/widget/cable" for 192.168.112.1 at 2023-01-12 08:27:03 +0000
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.088371 #36]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.112.1 at 2023-01-12 08:27:03 +0000
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.088436 #36]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.089387 #37]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.112.1 at 2023-01-12 08:27:03 +0000
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.089611 #36]  INFO -- : Started GET "/widget/translations" for 192.168.112.1 at 2023-01-12 08:27:03 +0000
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.090291 #36]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.090556 #37]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.090600 #37]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.091800 #34]  INFO -- :   Rendered orders/list.json.erb (4.3ms)
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.091976 #34]  INFO -- : Completed 200 OK in 9ms (Views: 3.9ms | ActiveRecord: 1.3ms)
2023-01-12 00:27:03 homs              |  [HBW] I, [2023-01-12T08:27:03.101450 #37]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 00:27:03 homs              |  [HBW] W, [2023-01-12T08:27:03.104140 #37]  WARN -- : HTTP 401
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.104682 #37]  INFO -- : Completed 504 Gateway Timeout in 14ms (Views: 0.1ms | ActiveRecord: 2.6ms)
2023-01-12 00:27:03 homs              |  [HBW] I, [2023-01-12T08:27:03.107409 #36]  INFO -- : [DURATION] Completed GET "/widget/translations" in 8.38ms
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.107525 #36]  INFO -- : Completed 200 OK in 17ms (Views: 0.8ms | ActiveRecord: 2.7ms)
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.132397 #36]  INFO -- : TaskChannel is transmitting the subscription confirmation
2023-01-12 00:27:03 homs              | [HOMS] I, [2023-01-12T08:27:03.132579 #36]  INFO -- : TaskChannel is streaming from task_channel_user@example.com
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.085389 #36]  INFO -- : Finished "/widget/cable/" [WebSocket] for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.085587 #36]  INFO -- : TaskChannel stopped streaming from task_channel_user@example.com
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.097425 #34]  INFO -- : Started GET "/orders/ORD-3" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.098386 #34]  INFO -- : Processing by OrdersController#show as HTML
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.098433 #34]  INFO -- :   Parameters: {"id"=>"ORD-3"}
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.102258 #34]  INFO -- :   Rendering orders/show.html.haml within layouts/application
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.103726 #34]  INFO -- :   Rendered orders/_common.html.haml (0.6ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.103784 #34]  INFO -- :   Rendered orders/_data.html.haml (1.1ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.103819 #34]  INFO -- :   Rendered orders/show.html.haml within layouts/application (1.5ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.144903 #34]  INFO -- :   Rendered layouts/_navigation.html.haml (0.9ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.230965 #34]  INFO -- : Completed 200 OK in 132ms (Views: 128.8ms | ActiveRecord: 0.9ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.343078 #34]  INFO -- : Started GET "/widget/cable" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.343415 #34]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.343464 #34]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.354416 #34]  INFO -- : TaskChannel is transmitting the subscription confirmation
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.354581 #34]  INFO -- : TaskChannel is streaming from task_channel_user@example.com
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.355554 #34]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.355614 #36]  INFO -- : Started GET "/widget/translations" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.356139 #36]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.356252 #34]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.356288 #34]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 00:27:04 homs              |  [HBW] I, [2023-01-12T08:27:04.360091 #34]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 00:27:04 homs              |  [HBW] I, [2023-01-12T08:27:04.361177 #36]  INFO -- : [DURATION] Completed GET "/widget/translations" in 3.33ms
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.361271 #36]  INFO -- : Completed 200 OK in 5ms (Views: 0.8ms | ActiveRecord: 0.3ms)
2023-01-12 00:27:04 homs              |  [HBW] W, [2023-01-12T08:27:04.361381 #34]  WARN -- : HTTP 401
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.361734 #34]  INFO -- : Completed 504 Gateway Timeout in 5ms (Views: 0.1ms | ActiveRecord: 0.2ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.458396 #36]  INFO -- : Started GET "/widget/users/check" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.458511 #34]  INFO -- : Started GET "/widget/buttons?entity_code=ORD-3&entity_type=pizza_order&entity_class=order" for 192.168.112.1 at 2023-01-12 08:27:04 +0000
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.458920 #36]  INFO -- : Processing by HBW::UsersController#check_user as JSON
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.459137 #34]  INFO -- : Processing by HBW::ButtonsController#index as JSON
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.459174 #34]  INFO -- :   Parameters: {"entity_code"=>"ORD-3", "entity_type"=>"pizza_order", "entity_class"=>"order"}
2023-01-12 00:27:04 homs              |  [HBW] I, [2023-01-12T08:27:04.462354 #36]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 00:27:04 homs              |  [HBW] I, [2023-01-12T08:27:04.462373 #34]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 00:27:04 homs              |  [HBW] W, [2023-01-12T08:27:04.463769 #34]  WARN -- : HTTP 401
2023-01-12 00:27:04 homs              |  [HBW] W, [2023-01-12T08:27:04.463770 #36]  WARN -- : HTTP 401
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.464141 #34]  INFO -- : Completed 504 Gateway Timeout in 5ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2023-01-12 00:27:04 homs              | [HOMS] I, [2023-01-12T08:27:04.464167 #36]  INFO -- : Completed 504 Gateway Timeout in 5ms (Views: 0.1ms | ActiveRecord: 0.4ms)
TimAle commented 1 year ago

Hi, Ashyan!

I just went through the instructions and wasn't able to reproduce the problem, so could you please provide the content of the following:

Thank you and wish you luck.

ashyan commented 1 year ago

Hi Tim,

I had to modify my docker-compose.yml because I was also running into an issue where the port for Minio console wasn't being exposed:

version: '2'
services:
  db_camunda:
    image: postgres:9.6
    hostname: postgres-camunda
    container_name: postgres-camunda
    command: postgres -c idle_in_transaction_session_timeout=$BPM_DB_IDLE_SESSION_TIMEOUT
    restart: always
    env_file:
      - ".env"
    environment:
      PGDATA: $BPM_DB_PATH
      POSTGRES_DB: $BPM_DB_NAME
      POSTGRES_USER: $BPM_DB_USER
      POSTGRES_PASSWORD: $BPM_DB_PASSWORD
      TZ: Europe/Moscow
    volumes:
      - ./data/camunda/postgresql:$BPM_DB_PATH
    ports:
      - $BPM_DB_PORT:5432
    networks:
      - custom_network
  db_homs:
    image: postgres:11.0
    hostname: postgres-homs
    restart: always
    container_name: postgres-homs
    env_file:
      - ".env"
    environment:
      PGDATA: $HOMS_DB_PATH
      POSTGRES_DB: $HOMS_DB_NAME
      POSTGRES_USER: $HOMS_DB_USER
      POSTGRES_PASSWORD: $HOMS_DB_PASSWORD
      TZ: Europe/Moscow
    volumes:
      - ./data/homs/postgresql:$HOMS_DB_PATH
    ports:
      - $HOMS_DB_PORT:5432
    networks:
      - custom_network
  minio:
    image: minio/minio
    container_name: minio
    command: "server --console-address \":9001\" /opt/minio"
    restart: always
    environment:
      MINIO_ACCESS_KEY: $MINIO_ACCESS_KEY
      MINIO_SECRET_KEY: $MINIO_SECRET_KEY
    volumes:
      - ./data/minio:/opt/minio
    ports:
      - $MINIO_PORT:9000
      - 9001:9001
  homs:
    image: latera/homs
    container_name: homs
    env_file:
      - ".env"
    environment:
      ADMIN_EMAIL: $HOMS_USER
      ADMIN_PASSWORD: $HOMS_PASSWORD
      ADMIN_API_TOKEN: $HOMS_TOKEN
      SEED_DB: $HOMS_DB_SEED
    links:
      - db_homs:$HOMS_DB_HOST
      - camunda:$BPM_HOST
    depends_on:
      - db_homs
      - camunda
      - minio
      - redis
    ports:
      - $HOMS_PORT:3000
    networks:
      - custom_network
  camunda:
    image: latera/camunda
    container_name: camunda
    env_file:
      - ".env"
    links:
      - db_camunda:$BPM_DB_HOST
    environment:
      DB_DRIVER: org.postgresql.Driver
      DB_URL: "jdbc:postgresql://db_camunda:5432/$BPM_DB_NAME"
      DB_USERNAME: $BPM_DB_USER
      DB_PASSWORD: $BPM_DB_PASSWORD
      WAIT_FOR: "postgres-camunda:5432"
      WAIT_FOR_TIMEOUT: 120
    ports:
      - $BPM_PORT:8080
    depends_on:
      - db_camunda
    networks:
      - custom_network
  redis:
    image: redis
    hostname: redis
    container_name: redis
    restart: always
    environment:
      TZ: Europe/Moscow
    networks:
      - custom_network
networks:
  custom_network:
    driver: bridge

And here's my .env:

HOMS_PATH=/dir/with/homs
TNSNAMES_PATH=/dir/with/tnsnames.ora

REDIS_HOST=redis
REDIS_PORT=6379

MINIO_HOST=http://minio
MINIO_PORT=9000
MINIO_BUCKET_NAME=bucket-name
MINIO_ACCESS_KEY=aibaleidierohpi4hiet6hojaequaTha
MINIO_SECRET_KEY=thai9baKuuwoomohgoh3aithauLooghu

SECRET_KEY_BASE=5ceefff1d33819e88e63c9013f7f010807f3c3e068331d7e8852daedb7183e678cf83b1c3d1166af513cfce7355e333d091a3bab0324ccf09c60a5540049b7aa
HOMS_UNICORN_WORKERS=8
HOMS_UNICORN_TIMEOUT=30
HOMS_UNICORN_MEMORY_LIMIT_MB=450
HOMS_HOST=homs
HOMS_PORT=3000
HOMS_DB_HOST=postgres-homs
HOMS_DB_PORT=5433
HOMS_DB_PATH=/var/lib/postgresql/data
HOMS_DB_NAME=homs
HOMS_DB_USER=homs
HOMS_DB_PASSWORD=homs
HOMS_DB_SEED=true
HOMS_USER=user@example.com
HOMS_PASSWORD=changeme
HOMS_TOKEN=KbyfVVv5HStsKhGQ

BPM_HOST=camunda
BPM_PORT=8766
BPM_USER=kermit
BPM_PASSWORD=kermit
BPM_DB_HOST=postgres-camunda
BPM_DB_PORT=5434
BPM_DB_DRIVER=org.postgresql.Driver
BPM_DB_PATH=/var/lib/postgresql/data
BPM_DB_NAME=camunda
BPM_DB_USER=camunda
BPM_DB_PASSWORD=camunda
BPM_DB_IDLE_SESSION_TIMEOUT=300000

REDIS_URL=redis://redis

LOG_LEVEL=info

Here are the full docker logs:

2023-01-12 11:07:05 postgres-camunda  | 
2023-01-12 11:07:06 homs              | Postgres is up
2023-01-12 11:07:10 homs              | I, [2023-01-12T19:07:10.732586 #35]  INFO -- : Refreshing Gem list
2023-01-12 11:07:12 homs              | /opt/homs/app/controllers/sessions_controller.rb:60: warning: Pattern matching is experimental, and the behavior may change in future versions of Ruby!
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.482409 #35]  INFO -- : listening on addr=0.0.0.0:3000 fd=7
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.491907 #43]  INFO -- : worker=0 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.493216 #45]  INFO -- : worker=1 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.494037 #46]  INFO -- : worker=2 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.494624 #48]  INFO -- : worker=3 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.495307 #50]  INFO -- : worker=4 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.496033 #52]  INFO -- : worker=5 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.496420 #35]  INFO -- : master process ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.496661 #54]  INFO -- : worker=6 ready
2023-01-12 11:07:12 homs              | I, [2023-01-12T19:07:12.497392 #56]  INFO -- : worker=7 ready
2023-01-12 11:07:05 postgres-camunda  | PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-01-12 11:07:05 postgres-camunda  | 
2023-01-12 11:07:05 postgres-camunda  | LOG:  database system was shut down at 2023-01-12 22:06:27 MSK
2023-01-12 11:07:05 postgres-camunda  | LOG:  MultiXact member wraparound protections are now enabled
2023-01-12 11:07:05 postgres-camunda  | LOG:  autovacuum launcher started
2023-01-12 11:07:05 postgres-camunda  | LOG:  database system is ready to accept connections
2023-01-12 11:07:06 postgres-camunda  | LOG:  incomplete startup packet
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=1, just started
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.212 * monotonic clock: POSIX clock_gettime
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 * Running mode=standalone, port=6379.
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 # Server initialized
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 * Ready to accept connections
2023-01-12 11:07:05 minio             | WARNING: MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated.
2023-01-12 11:07:05 minio             |          Please use MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
2023-01-12 11:07:05 minio             | Warning: Default parity set to 0. This can lead to data loss.
2023-01-12 11:07:05 minio             | MinIO Object Storage Server
2023-01-12 11:07:05 minio             | Copyright: 2015-2023 MinIO, Inc.
2023-01-12 11:07:05 minio             | License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
2023-01-12 11:07:05 minio             | Version: RELEASE.2023-01-06T18-11-18Z (go1.19.4 linux/amd64)
2023-01-12 11:07:05 minio             | 
2023-01-12 11:07:05 minio             | Status:         1 Online, 0 Offline. 
2023-01-12 11:07:05 minio             | API: http://192.168.144.2:9000  http://127.0.0.1:9000 
2023-01-12 11:07:05 minio             | Console: http://192.168.144.2:9001 http://127.0.0.1:9001 
2023-01-12 11:07:05 minio             | 
2023-01-12 11:07:05 minio             | Documentation: https://min.io/docs/minio/linux/index.html
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:06 minio             |  You are running an older version of MinIO released 5 days ago 
2023-01-12 11:07:06 minio             |  Update: Run `mc admin update` 
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.463 MSK [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.463 MSK [1] LOG:  listening on IPv6 address "::", port 5432
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.465 MSK [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.673 MSK [24] LOG:  database system was shut down at 2023-01-12 22:06:26 MSK
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.682 MSK [1] LOG:  database system is ready to accept connections
2023-01-12 11:07:06 camunda           | Configure database
2023-01-12 11:07:06 camunda           | Configure http listener
2023-01-12 11:07:06 camunda           | Configure bpm platform
2023-01-12 11:07:06 camunda           | wait-for-it.sh: waiting 120 seconds for postgres-camunda:5432
2023-01-12 11:07:06 camunda           | wait-for-it.sh: postgres-camunda:5432 is available after 0 seconds
2023-01-12 11:07:06 camunda           | 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.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 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.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | SLF4J: Class path contains multiple SLF4J bindings.
2023-01-12 11:07:06 camunda           | SLF4J: Found binding in [jar:file:/camunda/lib/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-01-12 11:07:06 camunda           | SLF4J: Found binding in [jar:file:/camunda/lib/slf4j-simple-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-01-12 11:07:06 camunda           | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2023-01-12 11:07:06 camunda           | SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.475 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'redirectPort' to 'HTTP_PORT' did not find a matching property.
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/9.0.36
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Jun 3 2020 17:07:09 UTC
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.36.0
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            5.15.79.1-microsoft-standard-WSL2
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-11-openjdk
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.9+11-alpine-r1
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Alpine
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/camunda/conf/logging.properties
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx768m
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxMetaspaceSize=256m
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/camunda/temp
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/lib/jvm/java-11-openjdk/lib/server:/usr/lib/jvm/java-11-openjdk/lib:/usr/lib/jvm/java-11-openjdk/../lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.710 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.732 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [440] milliseconds
2023-01-12 11:07:06 camunda           | WARNING: An illegal reflective access operation has occurred
2023-01-12 11:07:06 camunda           | WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils (file:/camunda/lib/postgresql-9.4.1212.jar) to field java.util.TimeZone.defaultTimeZone
2023-01-12 11:07:06 camunda           | WARNING: Please consider reporting this to the maintainers of org.postgresql.jdbc.TimestampUtils
2023-01-12 11:07:06 camunda           | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-12 11:07:06 camunda           | WARNING: All illegal access operations will be denied in a future release
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.838 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08046 Found camunda bpm platform configuration in CATALINA_BASE/CATALINA_HOME conf directory [/camunda/conf/bpm-platform.xml] at 'file:/camunda/conf/bpm-platform.xml'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.960 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ProcessApplicationEventListenerPlugin' activated on process engine 'default'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.964 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'SpinProcessEnginePlugin' activated on process engine 'default'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.966 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.061 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ConnectProcessEnginePlugin' activated on process engine 'default'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.222 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.223 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.311 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo FEEL/SCALA-01001 Spin value mapper detected
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.449 INFO [main] org.camunda.feel.FeelEngine.<init> Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@6fa0450e, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@37468787)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@61bfc9bf, clock: SystemClock, configuration: Configuration(false)]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.910 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-00001 Process Engine default created.
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.911 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor].
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.912 INFO [Thread-5] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14018 JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor] starting to acquire jobs
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.913 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08048 Camunda BPM platform sucessfully started at 'Apache Tomcat/9.0.36'.
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.926 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.926 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.36]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.937 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/seed-0.1.war]
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.687 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.688 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.latera.bpm.configuration.SeedApplication'
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.816 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/seed-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.824 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'seed': 
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           |         seed.bpmn
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.996 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'seed' registered for DB deployments [ab8bbcc9-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           |         seed[version: 1, id: seed:1:ab91fe5b-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:10 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.999 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:11 camunda           | 2023-01-12 19:07:11 null [ORD-NONE] INFO  - User already exist, skip seed
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.127 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application seed successfully deployed
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.138 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/seed-0.1.war] has finished in [2,201] ms
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.138 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/pizza_order-0.1.war]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.529 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.529 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.PizzaOrderApplication'
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.532 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/pizza_order-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.535 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'pizza_order': 
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/salami.yml
2023-01-12 11:07:12 camunda           |         forms/check/order.yml
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/cheese.yml
2023-01-12 11:07:12 camunda           |         scripts/calc/price.groovy
2023-01-12 11:07:12 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:12 camunda           |         pizza_order.bpmn
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/margherita.yml
2023-01-12 11:07:12 camunda           |         forms/show/order/sum.yml
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.557 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'pizza_order' registered for DB deployments [ac92cca4-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           |         pizza_order[version: 1, id: pizza_order:1:ac96c44d-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:12 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.559 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.559 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application pizza_order successfully deployed
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.562 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/pizza_order-0.1.war] has finished in [1,424] ms
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.562 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/new_customer-0.1.war]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.891 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.891 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.NewCustomerApplication'
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.894 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/new_customer-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.898 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'new_customer': 
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           |         scripts/check_address.groovy
2023-01-12 11:07:13 camunda           |         forms/unavailable.yml
2023-01-12 11:07:13 camunda           |         forms/plan.yml
2023-01-12 11:07:13 camunda           |         scripts/save_data.groovy
2023-01-12 11:07:13 camunda           |         new_customer.bpmn
2023-01-12 11:07:13 camunda           |         forms/customer.yml
2023-01-12 11:07:13 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:13 camunda           |         forms/confirm.yml
2023-01-12 11:07:13 camunda           |         forms/address.yml
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.917 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'new_customer' registered for DB deployments [ad6474a0-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           |         new_customer[version: 1, id: new_customer:1:ad66978a-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:13 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.920 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.921 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application new_customer successfully deployed
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.923 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/new_customer-0.1.war] has finished in [1,361] ms
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.924 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/relocate_customer-0.1.war]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.322 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.323 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.RelocateCustomerApplication'
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.325 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/relocate_customer-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.329 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'relocate_customer': 
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           |         scripts/check_address.groovy
2023-01-12 11:07:15 camunda           |         forms/unavailable.yml
2023-01-12 11:07:15 camunda           |         forms/plan.yml
2023-01-12 11:07:15 camunda           |         scripts/save_data.groovy
2023-01-12 11:07:15 camunda           |         forms/install.yml
2023-01-12 11:07:15 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:15 camunda           |         forms/confirm.yml
2023-01-12 11:07:15 camunda           |         forms/address.yml
2023-01-12 11:07:15 camunda           |         relocate_customer.bpmn
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.343 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'relocate_customer' registered for DB deployments [ae330f5b-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           |         relocate_customer[version: 1, id: relocate_customer:1:ae353245-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:15 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.345 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.345 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.346 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.346 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.347 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application relocate_customer successfully deployed
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.348 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/relocate_customer-0.1.war] has finished in [1,423] ms
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.348 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/host-manager]
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.666 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.668 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/host-manager] has finished in [1,320] ms
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.669 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/h2]
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.009 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.018 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/h2] has finished in [1,350] ms
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.019 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/camunda-welcome]
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.373 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.374 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/camunda-welcome] has finished in [1,354] ms
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.374 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/engine-rest]
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.866 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.935 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/engine-rest] has finished in [1,561] ms
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.935 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/camunda]
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.442 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.611 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/camunda] has finished in [1,675] ms
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.611 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/manager]
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.951 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.951 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/manager] has finished in [1,340] ms
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.952 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/ROOT]
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.311 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.312 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/ROOT] has finished in [1,360] ms
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.312 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/docs]
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.670 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.671 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/docs] has finished in [1,359] ms
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.674 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-0.0.0.0-8080"]
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.680 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [19,947] milliseconds
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.728 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.002 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.plugin.resources.BaseRootResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.web.SetupResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.plugin.resources.AdminPluginsRootResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.211937 #43]  INFO -- : Started GET "/" for 192.168.160.1 at 2023-01-12 19:09:23 +0000
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.226829 #43]  INFO -- : Processing by OrdersController#index as HTML
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.460108 #43]  INFO -- :   Rendering orders/index.html.haml within layouts/application
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.473339 #43]  INFO -- :   Rendered orders/_search_by.html.haml (1.6ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.473706 #43]  INFO -- :   Rendered orders/_search_by.html.haml (0.2ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.641933 #43]  INFO -- :   Rendered orders/_filter_by.html.haml (167.9ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.642017 #43]  INFO -- :   Rendered orders/_search_form.html.haml (174.0ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.649364 #43]  INFO -- :   Rendered orders/index.html.haml within layouts/application (189.2ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.697256 #43]  INFO -- :   Rendered layouts/_navigation.html.haml (5.6ms)
2023-01-12 11:09:23 homs              | [HOMS] I, [2023-01-12T19:09:23.776737 #43]  INFO -- : Completed 200 OK in 550ms (Views: 314.5ms | ActiveRecord: 11.3ms)
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.134786 #43]  INFO -- : Started GET "/orders/list?controller=orders&action=index&page_size=25&page=1&sort_by=&order=asc" for 192.168.160.1 at 2023-01-12 19:09:24 +0000
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.135931 #43]  INFO -- : Processing by OrdersController#list as JSON
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.135981 #43]  INFO -- :   Parameters: {"page_size"=>"25", "page"=>"1", "sort_by"=>"", "order"=>"asc"}
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.142350 #43]  INFO -- :   Rendering orders/list.json.erb
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.146033 #43]  INFO -- :   Rendered orders/list.json.erb (3.6ms)
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.146194 #43]  INFO -- : Completed 200 OK in 10ms (Views: 5.8ms | ActiveRecord: 0.9ms)
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.146380 #45]  INFO -- : Started GET "/widget/cable" for 192.168.160.1 at 2023-01-12 19:09:24 +0000
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.148539 #43]  INFO -- : Started GET "/widget/translations" for 192.168.160.1 at 2023-01-12 19:09:24 +0000
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.149228 #43]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.149402 #46]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.160.1 at 2023-01-12 19:09:24 +0000
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.152271 #46]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.152329 #46]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 11:09:24 homs              |  [HBW] I, [2023-01-12T19:09:24.155654 #43]  INFO -- : [DURATION] Completed GET "/widget/translations" in 4.80ms
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.155767 #43]  INFO -- : Completed 200 OK in 6ms (Views: 0.6ms | ActiveRecord: 0.2ms)
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.173760 #45]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:09:24 +0000
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.173912 #45]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 11:09:24 homs              | [2023-01-12 19:09:24.184] ERROR -- Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.: nil
2023-01-12 11:09:24 homs              |  [HBW] I, [2023-01-12T19:09:24.238078 #46]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.244 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoDefaultProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoNamedProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 homs              |  [HBW] W, [2023-01-12T19:09:24.287334 #46]  WARN -- : HTTP 401
2023-01-12 11:09:24 homs              | [HOMS] I, [2023-01-12T19:09:24.288098 #46]  INFO -- : Completed 504 Gateway Timeout in 136ms (Views: 0.2ms | ActiveRecord: 7.9ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.296570 #45]  INFO -- : Finished "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] E, [2023-01-12T19:09:26.298087 #45] ERROR -- : There was an exception - Gem::LoadError(Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.)
2023-01-12 11:09:26 homs              | [HOMS] E, [2023-01-12T19:09:26.298185 #45] ERROR -- : /usr/local/bundle/gems/bundler-2.4.3/lib/bundler/rubygems_integration.rb:276:in `block (2 levels) in replace_gem'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/subscription_adapter/redis.rb:5:in `<top (required)>'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in `block in require'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:257:in `load_dependency'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in `require'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/configuration.rb:34:in `pubsub_adapter'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `block in pubsub'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `synchronize'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `pubsub'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/base.rb:51:in `pubsub'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:114:in `pubsub'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:108:in `block in stop_all_streams'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:107:in `each'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:107:in `stop_all_streams'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:426:in `block in make_lambda'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:271:in `block in simple'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `block in invoke_after'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `each'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `invoke_after'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:123:in `block in run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/execution_wrapper.rb:86:in `wrap'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:68:in `block (3 levels) in <class:Engine>'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `instance_exec'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/base.rb:189:in `unsubscribe_from_channel'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:50:in `remove_subscription'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `block in unsubscribe_from_all'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `each'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `unsubscribe_from_all'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/base.rb:184:in `handle_close'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:60:in `block in invoke'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:41:in `block in work'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker/active_record_connection_management.rb:16:in `block in with_database_connections'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/tagged_logger_proxy.rb:24:in `block in tag'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:71:in `block in tagged'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:28:in `tagged'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:71:in `tagged'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/tagged_logger_proxy.rb:24:in `tag'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker/active_record_connection_management.rb:16:in `with_database_connections'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:62:in `block (4 levels) in <class:Engine>'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/execution_wrapper.rb:90:in `wrap'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:57:in `block (3 levels) in <class:Engine>'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `instance_exec'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:40:in `work'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:58:in `invoke'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:53:in `block in async_invoke'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:352:in `run_task'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:343:in `block (3 levels) in create_worker'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:334:in `loop'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:334:in `block (2 levels) in create_worker'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:333:in `catch'
2023-01-12 11:09:26 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:333:in `block in create_worker'
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.307858 #43]  INFO -- : Started GET "/orders" for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.308678 #43]  INFO -- : Processing by OrdersController#index as HTML
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.313357 #43]  INFO -- :   Rendering orders/index.html.haml within layouts/application
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.313984 #43]  INFO -- :   Rendered orders/_search_by.html.haml (0.2ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.314262 #43]  INFO -- :   Rendered orders/_search_by.html.haml (0.1ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.387598 #43]  INFO -- :   Rendered orders/_filter_by.html.haml (73.2ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.387687 #43]  INFO -- :   Rendered orders/_search_form.html.haml (74.1ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.390037 #43]  INFO -- :   Rendered orders/index.html.haml within layouts/application (76.6ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.429828 #43]  INFO -- :   Rendered layouts/_navigation.html.haml (0.7ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.512284 #43]  INFO -- : Completed 200 OK in 204ms (Views: 198.0ms | ActiveRecord: 1.8ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.603862 #43]  INFO -- : Started GET "/orders/list?controller=orders&action=index&page_size=25&page=1&sort_by=&order=asc" for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.604947 #43]  INFO -- : Processing by OrdersController#list as JSON
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.605007 #43]  INFO -- :   Parameters: {"page_size"=>"25", "page"=>"1", "sort_by"=>"", "order"=>"asc"}
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.605897 #45]  INFO -- : Started GET "/widget/cable" for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.606782 #45]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.606871 #45]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.609231 #43]  INFO -- :   Rendering orders/list.json.erb
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.609998 #45]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.610473 #46]  INFO -- : Started GET "/widget/translations" for 192.168.160.1 at 2023-01-12 19:09:26 +0000
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.611159 #46]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.612226 #45]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.612332 #45]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.612802 #43]  INFO -- :   Rendered orders/list.json.erb (3.5ms)
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.612966 #43]  INFO -- : Completed 200 OK in 8ms (Views: 3.1ms | ActiveRecord: 1.2ms)
2023-01-12 11:09:26 homs              |  [HBW] I, [2023-01-12T19:09:26.618507 #46]  INFO -- : [DURATION] Completed GET "/widget/translations" in 5.53ms
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.618622 #46]  INFO -- : Completed 200 OK in 7ms (Views: 1.6ms | ActiveRecord: 0.4ms)
2023-01-12 11:09:26 homs              | [2023-01-12 19:09:26.630] ERROR -- Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.: nil
2023-01-12 11:09:26 homs              |  [HBW] I, [2023-01-12T19:09:26.664494 #45]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:26 homs              |  [HBW] W, [2023-01-12T19:09:26.667529 #45]  WARN -- : HTTP 401
2023-01-12 11:09:26 homs              | [HOMS] I, [2023-01-12T19:09:26.668716 #45]  INFO -- : Completed 504 Gateway Timeout in 56ms (Views: 0.4ms | ActiveRecord: 7.0ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.242703 #45]  INFO -- : Finished "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] E, [2023-01-12T19:09:41.243996 #45] ERROR -- : There was an exception - Gem::LoadError(Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.)
2023-01-12 11:09:41 homs              | [HOMS] E, [2023-01-12T19:09:41.244102 #45] ERROR -- : /usr/local/bundle/gems/bundler-2.4.3/lib/bundler/rubygems_integration.rb:276:in `block (2 levels) in replace_gem'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/subscription_adapter/redis.rb:5:in `<top (required)>'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/zeitwerk-2.6.6/lib/zeitwerk/kernel.rb:38:in `require'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in `block in require'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:257:in `load_dependency'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/dependencies.rb:291:in `require'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/configuration.rb:34:in `pubsub_adapter'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `block in pubsub'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `synchronize'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/base.rb:78:in `pubsub'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/base.rb:51:in `pubsub'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:114:in `pubsub'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:108:in `block in stop_all_streams'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:107:in `each'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/streams.rb:107:in `stop_all_streams'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:426:in `block in make_lambda'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:271:in `block in simple'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `block in invoke_after'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `each'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:517:in `invoke_after'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:123:in `block in run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/execution_wrapper.rb:86:in `wrap'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:68:in `block (3 levels) in <class:Engine>'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `instance_exec'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/channel/base.rb:189:in `unsubscribe_from_channel'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:50:in `remove_subscription'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `block in unsubscribe_from_all'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `each'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/subscriptions.rb:63:in `unsubscribe_from_all'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/base.rb:184:in `handle_close'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:60:in `block in invoke'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:41:in `block in work'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:109:in `block in run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker/active_record_connection_management.rb:16:in `block in with_database_connections'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/tagged_logger_proxy.rb:24:in `block in tag'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:71:in `block in tagged'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:28:in `tagged'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/tagged_logging.rb:71:in `tagged'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/connection/tagged_logger_proxy.rb:24:in `tag'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker/active_record_connection_management.rb:16:in `with_database_connections'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:62:in `block (4 levels) in <class:Engine>'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/execution_wrapper.rb:90:in `wrap'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/engine.rb:57:in `block (3 levels) in <class:Engine>'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `instance_exec'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:118:in `block in run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/activesupport-5.2.8.1/lib/active_support/callbacks.rb:136:in `run_callbacks'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:40:in `work'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:58:in `invoke'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/actioncable-5.2.8.1/lib/action_cable/server/worker.rb:53:in `block in async_invoke'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:352:in `run_task'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:343:in `block (3 levels) in create_worker'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:334:in `loop'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:334:in `block (2 levels) in create_worker'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:333:in `catch'
2023-01-12 11:09:41 homs              | /usr/local/bundle/gems/concurrent-ruby-1.1.10/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb:333:in `block in create_worker'
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.254157 #43]  INFO -- : Started GET "/orders/ORD-3" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.254998 #43]  INFO -- : Processing by OrdersController#show as HTML
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.255092 #43]  INFO -- :   Parameters: {"id"=>"ORD-3"}
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.259467 #43]  INFO -- :   Rendering orders/show.html.haml within layouts/application
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.275735 #43]  INFO -- :   Rendered orders/_common.html.haml (9.6ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.275806 #43]  INFO -- :   Rendered orders/_data.html.haml (12.3ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.275828 #43]  INFO -- :   Rendered orders/show.html.haml within layouts/application (16.3ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.317497 #43]  INFO -- :   Rendered layouts/_navigation.html.haml (0.9ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.398460 #43]  INFO -- : Completed 200 OK in 143ms (Views: 139.1ms | ActiveRecord: 1.0ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.485198 #43]  INFO -- : Started GET "/widget/cable" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.488764 #46]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.489008 #45]  INFO -- : Started GET "/widget/translations" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.489755 #46]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.489796 #46]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.489997 #45]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.494028 #46]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.496255 #43]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.496335 #43]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 11:09:41 homs              |  [HBW] W, [2023-01-12T19:09:41.497378 #46]  WARN -- : HTTP 401
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.497845 #46]  INFO -- : Completed 504 Gateway Timeout in 8ms (Views: 0.1ms | ActiveRecord: 0.4ms)
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.499832 #45]  INFO -- : [DURATION] Completed GET "/widget/translations" in 7.69ms
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.499974 #45]  INFO -- : Completed 200 OK in 10ms (Views: 3.0ms | ActiveRecord: 0.3ms)
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.512512 #43]  INFO -- : Started GET "/widget/buttons?entity_code=ORD-3&entity_type=pizza_order&entity_class=order" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.512586 #45]  INFO -- : Started GET "/widget/users/check" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513233 #43]  INFO -- : Processing by HBW::ButtonsController#index as JSON
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513249 #45]  INFO -- : Processing by HBW::UsersController#check_user as JSON
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513279 #43]  INFO -- :   Parameters: {"entity_code"=>"ORD-3", "entity_type"=>"pizza_order", "entity_class"=>"order"}
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.516890 #45]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:41 homs              |  [HBW] W, [2023-01-12T19:09:41.518662 #45]  WARN -- : HTTP 401
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.518970 #43]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.519095 #45]  INFO -- : Completed 504 Gateway Timeout in 6ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2023-01-12 11:09:41 homs              | [2023-01-12 19:09:41.520] ERROR -- Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.: nil
2023-01-12 11:09:41 homs              |  [HBW] W, [2023-01-12T19:09:41.521673 #43]  WARN -- : HTTP 401
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.522248 #43]  INFO -- : Completed 504 Gateway Timeout in 9ms (Views: 0.1ms | ActiveRecord: 0.2ms)

Another note: I found that the version of Redis that is being used gives me an error, the logs report it needs to be version >= 3 and < 5. Going into the homs container and downgrading it to version 4.8.0 fixes this error though.

ashyan commented 1 year ago

Here are the logs after I downgrade to redis 4.8.0 in the homs container, which still gives me the 401 error:

2023-01-12 11:07:05 minio             | WARNING: MINIO_ACCESS_KEY and MINIO_SECRET_KEY are deprecated.
2023-01-12 11:07:05 minio             |          Please use MINIO_ROOT_USER and MINIO_ROOT_PASSWORD
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.499832 #45]  INFO -- : [DURATION] Completed GET "/widget/translations" in 7.69ms
2023-01-12 11:07:05 minio             | Warning: Default parity set to 0. This can lead to data loss.
2023-01-12 11:07:05 minio             | MinIO Object Storage Server
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.499974 #45]  INFO -- : Completed 200 OK in 10ms (Views: 3.0ms | ActiveRecord: 0.3ms)
2023-01-12 11:07:05 minio             | Copyright: 2015-2023 MinIO, Inc.
2023-01-12 11:07:05 minio             | License: GNU AGPLv3 <https://www.gnu.org/licenses/agpl-3.0.html>
2023-01-12 11:07:05 minio             | Version: RELEASE.2023-01-06T18-11-18Z (go1.19.4 linux/amd64)
2023-01-12 11:07:05 minio             | 
2023-01-12 11:07:05 minio             | Status:         1 Online, 0 Offline. 
2023-01-12 11:07:05 minio             | API: http://192.168.144.2:9000  http://127.0.0.1:9000 
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # Redis version=7.0.7, bits=64, commit=00000000, modified=0, pid=1, just started
2023-01-12 11:07:05 redis             | 1:C 12 Jan 2023 22:07:05.212 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.212 * monotonic clock: POSIX clock_gettime
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 * Running mode=standalone, port=6379.
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 # Server initialized
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 # WARNING Memory overcommit must be enabled! Without it, a background save or replication may fail under low memory condition. Being disabled, it can can also cause failures without low memory condition, see https://github.com/jemalloc/jemalloc/issues/1328. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
2023-01-12 11:07:05 redis             | 1:M 12 Jan 2023 22:07:05.214 * Ready to accept connections
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.512512 #43]  INFO -- : Started GET "/widget/buttons?entity_code=ORD-3&entity_type=pizza_order&entity_class=order" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.512586 #45]  INFO -- : Started GET "/widget/users/check" for 192.168.160.1 at 2023-01-12 19:09:41 +0000
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513233 #43]  INFO -- : Processing by HBW::ButtonsController#index as JSON
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513249 #45]  INFO -- : Processing by HBW::UsersController#check_user as JSON
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.513279 #43]  INFO -- :   Parameters: {"entity_code"=>"ORD-3", "entity_type"=>"pizza_order", "entity_class"=>"order"}
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.516890 #45]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:41 homs              |  [HBW] W, [2023-01-12T19:09:41.518662 #45]  WARN -- : HTTP 401
2023-01-12 11:09:41 homs              |  [HBW] I, [2023-01-12T19:09:41.518970 #43]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.519095 #45]  INFO -- : Completed 504 Gateway Timeout in 6ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2023-01-12 11:09:41 homs              | [2023-01-12 19:09:41.520] ERROR -- Error loading the 'redis' Action Cable pubsub adapter. Missing a gem it depends on? can't activate redis (>= 3, < 5), already activated redis-5.0.5. Make sure all dependencies are added to Gemfile.: nil
2023-01-12 11:09:41 homs              |  [HBW] W, [2023-01-12T19:09:41.521673 #43]  WARN -- : HTTP 401
2023-01-12 11:09:41 homs              | [HOMS] I, [2023-01-12T19:09:41.522248 #43]  INFO -- : Completed 504 Gateway Timeout in 9ms (Views: 0.1ms | ActiveRecord: 0.2ms)
2023-01-12 11:17:20 homs              | Postgres is up
2023-01-12 11:07:05 minio             | Console: http://192.168.144.2:9001 http://127.0.0.1:9001 
2023-01-12 11:07:05 minio             | 
2023-01-12 11:07:05 minio             | Documentation: https://min.io/docs/minio/linux/index.html
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:06 minio             |  You are running an older version of MinIO released 5 days ago 
2023-01-12 11:07:06 minio             |  Update: Run `mc admin update` 
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:06 minio             | 
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.463 MSK [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.463 MSK [1] LOG:  listening on IPv6 address "::", port 5432
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.465 MSK [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.673 MSK [24] LOG:  database system was shut down at 2023-01-12 22:06:26 MSK
2023-01-12 11:07:05 postgres-homs     | 2023-01-12 22:07:05.682 MSK [1] LOG:  database system is ready to accept connections
2023-01-12 11:07:05 postgres-camunda  | 
2023-01-12 11:07:05 postgres-camunda  | PostgreSQL Database directory appears to contain a database; Skipping initialization
2023-01-12 11:07:05 postgres-camunda  | 
2023-01-12 11:07:05 postgres-camunda  | LOG:  database system was shut down at 2023-01-12 22:06:27 MSK
2023-01-12 11:07:05 postgres-camunda  | LOG:  MultiXact member wraparound protections are now enabled
2023-01-12 11:07:05 postgres-camunda  | LOG:  autovacuum launcher started
2023-01-12 11:07:05 postgres-camunda  | LOG:  database system is ready to accept connections
2023-01-12 11:07:06 postgres-camunda  | LOG:  incomplete startup packet
2023-01-12 11:07:06 camunda           | Configure database
2023-01-12 11:07:06 camunda           | Configure http listener
2023-01-12 11:07:06 camunda           | Configure bpm platform
2023-01-12 11:07:06 camunda           | wait-for-it.sh: waiting 120 seconds for postgres-camunda:5432
2023-01-12 11:07:06 camunda           | wait-for-it.sh: postgres-camunda:5432 is available after 0 seconds
2023-01-12 11:07:06 camunda           | 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.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 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.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | SLF4J: Class path contains multiple SLF4J bindings.
2023-01-12 11:07:06 camunda           | SLF4J: Found binding in [jar:file:/camunda/lib/slf4j-jdk14-1.7.26.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-01-12 11:07:06 camunda           | SLF4J: Found binding in [jar:file:/camunda/lib/slf4j-simple-1.7.13.jar!/org/slf4j/impl/StaticLoggerBinder.class]
2023-01-12 11:07:06 camunda           | SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
2023-01-12 11:07:06 camunda           | SLF4J: Actual binding is of type [org.slf4j.impl.JDK14LoggerFactory]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.475 WARNING [main] org.apache.catalina.startup.SetAllPropertiesRule.begin [SetAllPropertiesRule]{Server/Service/Connector} Setting property 'redirectPort' to 'HTTP_PORT' did not find a matching property.
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name:   Apache Tomcat/9.0.36
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server built:          Jun 3 2020 17:07:09 UTC
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 9.0.36.0
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Name:               Linux
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log OS Version:            5.15.79.1-microsoft-standard-WSL2
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.501 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture:          amd64
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java Home:             /usr/lib/jvm/java-11-openjdk
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.9+11-alpine-r1
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Alpine
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE:         /camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.502 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME:         /camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=/camunda/conf/logging.properties
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx768m
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.503 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -XX:MaxMetaspaceSize=256m
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djdk.tls.ephemeralDHKeySize=2048
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.protocol.handler.pkgs=org.apache.catalina.webresources
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dorg.apache.catalina.security.SecurityListener.UMASK=0027
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dignore.endorsed.dirs=
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=/camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=/camunda
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=/camunda/temp
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.504 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/lib/jvm/java-11-openjdk/lib/server:/usr/lib/jvm/java-11-openjdk/lib:/usr/lib/jvm/java-11-openjdk/../lib:/usr/java/packages/lib:/usr/lib64:/lib64:/lib:/usr/lib]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.710 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.732 INFO [main] org.apache.catalina.startup.Catalina.load Server initialization in [440] milliseconds
2023-01-12 11:07:06 camunda           | WARNING: An illegal reflective access operation has occurred
2023-01-12 11:07:06 camunda           | WARNING: Illegal reflective access by org.postgresql.jdbc.TimestampUtils (file:/camunda/lib/postgresql-9.4.1212.jar) to field java.util.TimeZone.defaultTimeZone
2023-01-12 11:07:06 camunda           | WARNING: Please consider reporting this to the maintainers of org.postgresql.jdbc.TimestampUtils
2023-01-12 11:07:06 camunda           | WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
2023-01-12 11:07:06 camunda           | WARNING: All illegal access operations will be denied in a future release
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.838 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08046 Found camunda bpm platform configuration in CATALINA_BASE/CATALINA_HOME conf directory [/camunda/conf/bpm-platform.xml] at 'file:/camunda/conf/bpm-platform.xml'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.960 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ProcessApplicationEventListenerPlugin' activated on process engine 'default'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.964 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'SpinProcessEnginePlugin' activated on process engine 'default'
2023-01-12 11:07:06 camunda           | 12-Jan-2023 19:07:06.966 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.061 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.070 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-12003 Plugin 'ConnectProcessEnginePlugin' activated on process engine 'default'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.222 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.223 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.311 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo FEEL/SCALA-01001 Spin value mapper detected
2023-01-12 11:07:07 camunda           | 12-Jan-2023 19:07:07.449 INFO [main] org.camunda.feel.FeelEngine.<init> Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@6fa0450e, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@37468787)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@61bfc9bf, clock: SystemClock, configuration: Configuration(false)]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.910 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-00001 Process Engine default created.
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.911 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor].
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.912 INFO [Thread-5] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-14018 JobExecutor[org.camunda.bpm.engine.impl.jobexecutor.RuntimeContainerJobExecutor] starting to acquire jobs
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.913 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08048 Camunda BPM platform sucessfully started at 'Apache Tomcat/9.0.36'.
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.926 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.926 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting Servlet engine: [Apache Tomcat/9.0.36]
2023-01-12 11:07:08 camunda           | 12-Jan-2023 19:07:08.937 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/seed-0.1.war]
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.687 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.688 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.latera.bpm.configuration.SeedApplication'
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.816 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/seed-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.824 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'seed': 
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           |         seed.bpmn
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.996 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'seed' registered for DB deployments [ab8bbcc9-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:10 camunda           | 
2023-01-12 11:07:10 camunda           |         seed[version: 1, id: seed:1:ab91fe5b-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:10 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:10 camunda           | 12-Jan-2023 19:07:10.999 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.000 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:11 camunda           | 2023-01-12 19:07:11 null [ORD-NONE] INFO  - User already exist, skip seed
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.127 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application seed successfully deployed
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.138 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/seed-0.1.war] has finished in [2,201] ms
2023-01-12 11:07:11 camunda           | 12-Jan-2023 19:07:11.138 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/pizza_order-0.1.war]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.529 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.529 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.PizzaOrderApplication'
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.532 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/pizza_order-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.535 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'pizza_order': 
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/salami.yml
2023-01-12 11:07:12 camunda           |         forms/check/order.yml
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/cheese.yml
2023-01-12 11:07:12 camunda           |         scripts/calc/price.groovy
2023-01-12 11:07:12 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:12 camunda           |         pizza_order.bpmn
2023-01-12 11:07:12 camunda           |         forms/select/ingredients/margherita.yml
2023-01-12 11:07:12 camunda           |         forms/show/order/sum.yml
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.557 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'pizza_order' registered for DB deployments [ac92cca4-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:12 camunda           | 
2023-01-12 11:07:12 camunda           |         pizza_order[version: 1, id: pizza_order:1:ac96c44d-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:12 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.559 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.559 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.560 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application pizza_order successfully deployed
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.562 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/pizza_order-0.1.war] has finished in [1,424] ms
2023-01-12 11:07:12 camunda           | 12-Jan-2023 19:07:12.562 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/new_customer-0.1.war]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.891 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.891 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.NewCustomerApplication'
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.894 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/new_customer-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.898 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'new_customer': 
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           |         scripts/check_address.groovy
2023-01-12 11:07:13 camunda           |         forms/unavailable.yml
2023-01-12 11:07:13 camunda           |         forms/plan.yml
2023-01-12 11:07:13 camunda           |         scripts/save_data.groovy
2023-01-12 11:07:13 camunda           |         new_customer.bpmn
2023-01-12 11:07:13 camunda           |         forms/customer.yml
2023-01-12 11:07:13 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:13 camunda           |         forms/confirm.yml
2023-01-12 11:07:13 camunda           |         forms/address.yml
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.917 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'new_customer' registered for DB deployments [ad6474a0-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:13 camunda           | 
2023-01-12 11:07:13 camunda           |         new_customer[version: 1, id: new_customer:1:ad66978a-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:13 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.920 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.921 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.922 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application new_customer successfully deployed
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.923 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/new_customer-0.1.war] has finished in [1,361] ms
2023-01-12 11:07:13 camunda           | 12-Jan-2023 19:07:13.924 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [/camunda/webapps/relocate_customer-0.1.war]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.322 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.323 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07015 Detected @ProcessApplication class 'org.camunda.bpm.latera.RelocateCustomerApplication'
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.325 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08024 Found processes.xml file at file:/camunda/webapps/relocate_customer-0.1/WEB-INF/classes/META-INF/processes.xml
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.329 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08023 Deployment summary for process archive 'relocate_customer': 
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           |         scripts/check_address.groovy
2023-01-12 11:07:15 camunda           |         forms/unavailable.yml
2023-01-12 11:07:15 camunda           |         forms/plan.yml
2023-01-12 11:07:15 camunda           |         scripts/save_data.groovy
2023-01-12 11:07:15 camunda           |         forms/install.yml
2023-01-12 11:07:15 camunda           |         scripts/internal/init.groovy
2023-01-12 11:07:15 camunda           |         forms/confirm.yml
2023-01-12 11:07:15 camunda           |         forms/address.yml
2023-01-12 11:07:15 camunda           |         relocate_customer.bpmn
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.343 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-07021 ProcessApplication 'relocate_customer' registered for DB deployments [ae330f5b-923f-11ed-8242-0242ac1a0005]. Will execute process definitions 
2023-01-12 11:07:15 camunda           | 
2023-01-12 11:07:15 camunda           |         relocate_customer[version: 1, id: relocate_customer:1:ae353245-923f-11ed-8242-0242ac1a0005]
2023-01-12 11:07:15 camunda           | Deployment does not provide any case definitions.
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.345 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.345 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.346 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.346 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.347 INFO [main] org.camunda.commons.logging.BaseLogger.logInfo ENGINE-08050 Process application relocate_customer successfully deployed
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.348 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of web application archive [/camunda/webapps/relocate_customer-0.1.war] has finished in [1,423] ms
2023-01-12 11:07:15 camunda           | 12-Jan-2023 19:07:15.348 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/host-manager]
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.666 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.668 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/host-manager] has finished in [1,320] ms
2023-01-12 11:07:16 camunda           | 12-Jan-2023 19:07:16.669 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/h2]
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.009 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.018 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/h2] has finished in [1,350] ms
2023-01-12 11:07:18 camunda           | 12-Jan-2023 19:07:18.019 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/camunda-welcome]
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.373 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.374 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/camunda-welcome] has finished in [1,354] ms
2023-01-12 11:07:19 camunda           | 12-Jan-2023 19:07:19.374 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/engine-rest]
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.866 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.935 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/engine-rest] has finished in [1,561] ms
2023-01-12 11:07:20 camunda           | 12-Jan-2023 19:07:20.935 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/camunda]
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.442 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.611 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/camunda] has finished in [1,675] ms
2023-01-12 11:07:22 camunda           | 12-Jan-2023 19:07:22.611 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/manager]
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.951 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.951 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/manager] has finished in [1,340] ms
2023-01-12 11:07:23 camunda           | 12-Jan-2023 19:07:23.952 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/ROOT]
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.311 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.312 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/ROOT] has finished in [1,360] ms
2023-01-12 11:07:25 camunda           | 12-Jan-2023 19:07:25.312 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [/camunda/webapps/docs]
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.670 INFO [main] org.apache.jasper.servlet.TldScanner.scanJars At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.671 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of web application directory [/camunda/webapps/docs] has finished in [1,359] ms
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.674 INFO [main] org.apache.coyote.AbstractProtocol.start Starting ProtocolHandler ["http-nio-0.0.0.0-8080"]
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.680 INFO [main] org.apache.catalina.startup.Catalina.start Server startup in [19,947] milliseconds
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.728 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.734 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.NamedProcessEngineRestServiceImpl from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.735 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:26 camunda           | 12-Jan-2023 19:07:26.736 INFO [http-nio-0.0.0.0-8080-exec-5] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider from Application class org.camunda.bpm.webapp.impl.engine.EngineRestApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.002 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.plugin.resources.BaseRootResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.webapp.impl.security.auth.UserAuthenticationResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.web.SetupResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.admin.impl.plugin.resources.AdminPluginsRootResource from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:07:27 camunda           | 12-Jan-2023 19:07:27.005 INFO [http-nio-0.0.0.0-8080-exec-9] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.admin.impl.web.AdminApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.244 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002225: Deploying javax.ws.rs.core.Application: class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonParseExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ProcessEngineExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.248 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.JacksonConfigurator from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoDefaultProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.JsonMappingExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.RestExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.mapper.MultipartPayloadProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.249 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.exception.ExceptionHandler from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002200: Adding class resource org.camunda.bpm.engine.rest.impl.JaxRsTwoNamedProcessEngineRestServiceImpl from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:09:24 camunda           | 12-Jan-2023 19:09:24.250 INFO [http-nio-0.0.0.0-8080-exec-10] org.jboss.resteasy.spi.ResteasyDeployment.processApplication RESTEASY002205: Adding provider class org.camunda.bpm.engine.rest.hal.JacksonHalJsonProvider from Application class org.camunda.bpm.engine.rest.impl.application.DefaultApplication
2023-01-12 11:17:22 homs              | I, [2023-01-12T19:17:22.594940 #54]  INFO -- : Refreshing Gem list
2023-01-12 11:17:24 homs              | /opt/homs/app/controllers/sessions_controller.rb:60: warning: Pattern matching is experimental, and the behavior may change in future versions of Ruby!
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.151167 #54]  INFO -- : listening on addr=0.0.0.0:3000 fd=7
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.161280 #62]  INFO -- : worker=0 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.162803 #64]  INFO -- : worker=1 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.163712 #66]  INFO -- : worker=2 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.164417 #67]  INFO -- : worker=3 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.166019 #70]  INFO -- : worker=4 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.167055 #54]  INFO -- : master process ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.167223 #71]  INFO -- : worker=5 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.167335 #73]  INFO -- : worker=6 ready
2023-01-12 11:17:24 homs              | I, [2023-01-12T19:17:24.168109 #74]  INFO -- : worker=7 ready
2023-01-12 11:17:28 homs              | [HOMS] I, [2023-01-12T19:17:28.898330 #62]  INFO -- : Started GET "/widget/cable" for 192.168.160.1 at 2023-01-12 19:17:28 +0000
2023-01-12 11:17:28 homs              | [HOMS] I, [2023-01-12T19:17:28.923840 #62]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:17:28 +0000
2023-01-12 11:17:28 homs              | [HOMS] I, [2023-01-12T19:17:28.923976 #62]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 11:17:28 homs              | [HOMS] I, [2023-01-12T19:17:28.939999 #62]  INFO -- : TaskChannel is transmitting the subscription confirmation
2023-01-12 11:17:28 homs              | [HOMS] I, [2023-01-12T19:17:28.940219 #62]  INFO -- : TaskChannel is streaming from task_channel_user@example.com
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.217896 #62]  INFO -- : Finished "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.218221 #62]  INFO -- : TaskChannel stopped streaming from task_channel_user@example.com
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.227338 #62]  INFO -- : Started GET "/orders/ORD-3" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.241564 #62]  INFO -- : Processing by OrdersController#show as HTML
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.241632 #62]  INFO -- :   Parameters: {"id"=>"ORD-3"}
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.299965 #62]  INFO -- :   Rendering orders/show.html.haml within layouts/application
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.318180 #62]  INFO -- :   Rendered orders/_common.html.haml (6.5ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.318241 #62]  INFO -- :   Rendered orders/_data.html.haml (9.2ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.318268 #62]  INFO -- :   Rendered orders/show.html.haml within layouts/application (18.2ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.407251 #62]  INFO -- :   Rendered layouts/_navigation.html.haml (6.9ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.490759 #62]  INFO -- : Completed 200 OK in 249ms (Views: 191.8ms | ActiveRecord: 9.0ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.561953 #62]  INFO -- : Started GET "/widget/cable" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.562340 #62]  INFO -- : Started GET "/widget/cable/" [WebSocket] for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.562390 #62]  INFO -- : Successfully upgraded to WebSocket (REQUEST_METHOD: GET, HTTP_CONNECTION: keep-alive, Upgrade, HTTP_UPGRADE: websocket)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.565291 #62]  INFO -- : Started GET "/widget/tasks?entity_class=order" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.566514 #62]  INFO -- : Processing by HBW::TasksController#index as JSON
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.566565 #62]  INFO -- :   Parameters: {"entity_class"=>"order"}
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.568472 #64]  INFO -- : Started GET "/widget/translations" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.570688 #64]  INFO -- : Processing by HBW::TranslationsController#index as JSON
2023-01-12 11:17:38 homs              |  [HBW] I, [2023-01-12T19:17:38.574166 #62]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:17:38 homs              |  [HBW] W, [2023-01-12T19:17:38.578064 #62]  WARN -- : HTTP 401
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.578586 #62]  INFO -- : Completed 504 Gateway Timeout in 12ms (Views: 0.1ms | ActiveRecord: 0.3ms)
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.580679 #62]  INFO -- : TaskChannel is transmitting the subscription confirmation
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.580842 #62]  INFO -- : TaskChannel is streaming from task_channel_user@example.com
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.585799 #62]  INFO -- : Started GET "/widget/buttons?entity_code=ORD-3&entity_type=pizza_order&entity_class=order" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.586534 #62]  INFO -- : Processing by HBW::ButtonsController#index as JSON
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.586578 #62]  INFO -- :   Parameters: {"entity_code"=>"ORD-3", "entity_type"=>"pizza_order", "entity_class"=>"order"}
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.588920 #66]  INFO -- : Started GET "/widget/users/check" for 192.168.160.1 at 2023-01-12 19:17:38 +0000
2023-01-12 11:17:38 homs              |  [HBW] I, [2023-01-12T19:17:38.590295 #62]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.591421 #66]  INFO -- : Processing by HBW::UsersController#check_user as JSON
2023-01-12 11:17:38 homs              |  [HBW] W, [2023-01-12T19:17:38.592149 #62]  WARN -- : HTTP 401
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.592587 #62]  INFO -- : Completed 504 Gateway Timeout in 6ms (Views: 0.1ms | ActiveRecord: 0.2ms)
2023-01-12 11:17:38 homs              |  [HBW] I, [2023-01-12T19:17:38.622449 #64]  INFO -- : [DURATION] Completed GET "/widget/translations" in 8.99ms
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.622601 #64]  INFO -- : Completed 200 OK in 52ms (Views: 1.7ms | ActiveRecord: 7.0ms)
2023-01-12 11:17:38 homs              |  [HBW] I, [2023-01-12T19:17:38.639474 #66]  INFO -- : GET http://camunda:8080/engine-rest/user?email=user%40example.com
2023-01-12 11:17:38 homs              |  [HBW] W, [2023-01-12T19:17:38.641364 #66]  WARN -- : HTTP 401
2023-01-12 11:17:38 homs              | [HOMS] I, [2023-01-12T19:17:38.642091 #66]  INFO -- : Completed 504 Gateway Timeout in 51ms (Views: 0.2ms | ActiveRecord: 5.2ms)
TimAle commented 1 year ago

Okay, I see, it's a mistake in the default app configuration, I'll fix it in #680

To avoid this problem you can:

Another note: I found that the version of Redis that is being used gives me an error, the logs report it needs to be version >= 3 and < 5. Going into the homs container and downgrading it to version 4.8.0 fixes this error though.

Nice catch, we'll fix it, thanx!