You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When deploying source code, all preparations are completed. After executing cargo run, accessing http://localhost reports an error. The following is the log of cargo run.The requested resource could not be found
sun@sun-virtual-machine:~/windmill-main/backend$ env DATABASE_URL="postgres://postgres:123456@localhost:5432/windmill" RUST_LOG=info cargo run
Finished dev profile [unoptimized + debuginfo] target(s) in 1.56s
Running target/debug/windmill
Connecting to database...
OTEL settings loaded: tracing (false), logs (false), metrics (false), endpoint (None), headers defined: (false)
2025-02-11T07:08:56.458532Z INFO windmill-api/src/db.rs:71: Acquiring global PG lock for potential migration with pid: Some(3650)
2025-02-11T07:08:56.464657Z INFO windmill-api/src/db.rs:91: Acquired global PG lock
2025-02-11T07:08:56.475540Z INFO windmill-api/src/db.rs:106: Releasing PG lock
2025-02-11T07:08:56.476260Z INFO windmill-api/src/db.rs:114: Released PG lock
2025-02-11T07:08:56.726840Z INFO src/main.rs:416:
##############################
Windmill Community Edition unknown-version
##############################
2025-02-11T07:08:56.727002Z INFO src/main.rs:972: config: PATH: /home/sun/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/sun/nsjail, HOME: /home/sun
2025-02-11T07:08:56.737423Z INFO windmill-common/src/worker.rs:708: Loading config from WORKER_GROUP: default
2025-02-11T07:08:56.743011Z INFO src/monitor.rs:1443: Reloading worker config...
2025-02-11T07:08:56.749220Z INFO windmill-common/src/worker.rs:307: Loaded setting custom_tags, common: ["chromium"], per-workspace: {}
2025-02-11T07:08:56.753305Z WARN windmill-common/src/server.rs:81: SMTP not configured
2025-02-11T07:08:56.753352Z INFO src/monitor.rs:1389: Reloading smtp config...
2025-02-11T07:08:56.755935Z INFO src/monitor.rs:1151: Loaded saml_metadata setting to None
2025-02-11T07:08:56.756507Z INFO src/monitor.rs:1151: Loaded scim_token setting to None
2025-02-11T07:08:56.758116Z INFO src/monitor.rs:1151: Loaded job_default_timeout setting to None
2025-02-11T07:08:56.758844Z INFO src/monitor.rs:1151: Loaded pip_extra_index_url setting to None
2025-02-11T07:08:56.759252Z INFO src/monitor.rs:1151: Loaded pip_index_url setting to None
2025-02-11T07:08:56.759646Z INFO src/monitor.rs:1151: Loaded npm_config_registry setting to None
2025-02-11T07:08:56.760039Z INFO src/monitor.rs:1151: Loaded bunfig_install_scopes setting to None
2025-02-11T07:08:56.760401Z INFO src/monitor.rs:1151: Loaded instance_python_version setting to None
2025-02-11T07:08:56.760769Z INFO src/monitor.rs:1151: Loaded nuget_config setting to None
2025-02-11T07:08:56.770103Z INFO src/monitor.rs:1400: Reloading smtp config...
2025-02-11T07:08:56.836265Z INFO src/main.rs:965: Successfully connected to pg listen
2025-02-11T07:08:56.841486Z INFO windmill-api/src/lib.rs:265: SMTP server not started because email domain is not set
2025-02-11T07:08:56.864247Z INFO windmill-api/src/lib.rs:564: server started on port=8000 and addr=0.0.0.0 instance=frO1H
2025-02-11T07:08:57.920764Z INFO src/main.rs:1060: Starting 1 workers and SLEEP_QUEUE=50ms
2025-02-11T07:08:57.935625Z INFO windmill-worker/src/worker.rs:1099: listening for jobs, WORKER_GROUP: default, config: WorkerConfig { worker_tags: ["ansible", "bash", "bun", "csharp", "deno", "dependency", "flow", "go", "hub", "other", "php", "powershell", "python3", "rust"], priority_tags_sorted: [PriorityTags { priority: 0, tags: ["ansible", "bash", "bun", "csharp", "deno", "dependency", "flow", "go", "hub", "other", "php", "powershell", "python3", "rust"] }], dedicated_worker: None, init_bash: None, cache_clear: None, additional_python_paths: None, pip_local_dependencies: None, env_vars: "" } worker=wk-default-machine-V5S7w hostname=sun-virtual-machine
2025-02-11T07:08:57.942975Z INFO windmill-worker/src/worker.rs:1263: ping update, memory: container=112MB, windmill=0MB worker=wk-default-machine-V5S7w hostname=sun-virtual-machine
2025-02-11T07:09:00.139251Z ERROR request: windmill-api/src/tracing_init.rs:37: response latency=2 status=404 method=GET uri=/ traceId="2b910b57-e6e7-4d71-8c85-30bd82ba7544"
The text was updated successfully, but these errors were encountered:
When deploying source code, all preparations are completed. After executing cargo run, accessing http://localhost reports an error. The following is the log of cargo run.The requested resource could not be found
sun@sun-virtual-machine:~/windmill-main/backend$ env DATABASE_URL="postgres://postgres:123456@localhost:5432/windmill" RUST_LOG=info cargo run
Finished
dev
profile [unoptimized + debuginfo] target(s) in 1.56sRunning
target/debug/windmill
Connecting to database...
OTEL settings loaded: tracing (false), logs (false), metrics (false), endpoint (None), headers defined: (false)
2025-02-11T07:08:56.458532Z INFO windmill-api/src/db.rs:71: Acquiring global PG lock for potential migration with pid: Some(3650)
2025-02-11T07:08:56.464657Z INFO windmill-api/src/db.rs:91: Acquired global PG lock
2025-02-11T07:08:56.475540Z INFO windmill-api/src/db.rs:106: Releasing PG lock
2025-02-11T07:08:56.476260Z INFO windmill-api/src/db.rs:114: Released PG lock
2025-02-11T07:08:56.726840Z INFO src/main.rs:416:
##############################
Windmill Community Edition unknown-version
##############################
2025-02-11T07:08:56.727002Z INFO src/main.rs:972: config: PATH: /home/sun/.cargo/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/sun/nsjail, HOME: /home/sun
2025-02-11T07:08:56.737423Z INFO windmill-common/src/worker.rs:708: Loading config from WORKER_GROUP: default
2025-02-11T07:08:56.743011Z INFO src/monitor.rs:1443: Reloading worker config...
2025-02-11T07:08:56.749220Z INFO windmill-common/src/worker.rs:307: Loaded setting custom_tags, common: ["chromium"], per-workspace: {}
2025-02-11T07:08:56.753305Z WARN windmill-common/src/server.rs:81: SMTP not configured
2025-02-11T07:08:56.753352Z INFO src/monitor.rs:1389: Reloading smtp config...
2025-02-11T07:08:56.755935Z INFO src/monitor.rs:1151: Loaded saml_metadata setting to None
2025-02-11T07:08:56.756507Z INFO src/monitor.rs:1151: Loaded scim_token setting to None
2025-02-11T07:08:56.758116Z INFO src/monitor.rs:1151: Loaded job_default_timeout setting to None
2025-02-11T07:08:56.758844Z INFO src/monitor.rs:1151: Loaded pip_extra_index_url setting to None
2025-02-11T07:08:56.759252Z INFO src/monitor.rs:1151: Loaded pip_index_url setting to None
2025-02-11T07:08:56.759646Z INFO src/monitor.rs:1151: Loaded npm_config_registry setting to None
2025-02-11T07:08:56.760039Z INFO src/monitor.rs:1151: Loaded bunfig_install_scopes setting to None
2025-02-11T07:08:56.760401Z INFO src/monitor.rs:1151: Loaded instance_python_version setting to None
2025-02-11T07:08:56.760769Z INFO src/monitor.rs:1151: Loaded nuget_config setting to None
2025-02-11T07:08:56.770103Z INFO src/monitor.rs:1400: Reloading smtp config...
2025-02-11T07:08:56.836265Z INFO src/main.rs:965: Successfully connected to pg listen
2025-02-11T07:08:56.841486Z INFO windmill-api/src/lib.rs:265: SMTP server not started because email domain is not set
2025-02-11T07:08:56.864247Z INFO windmill-api/src/lib.rs:564: server started on port=8000 and addr=0.0.0.0 instance=frO1H
2025-02-11T07:08:57.920764Z INFO src/main.rs:1060: Starting 1 workers and SLEEP_QUEUE=50ms
2025-02-11T07:08:57.935625Z INFO windmill-worker/src/worker.rs:1099: listening for jobs, WORKER_GROUP: default, config: WorkerConfig { worker_tags: ["ansible", "bash", "bun", "csharp", "deno", "dependency", "flow", "go", "hub", "other", "php", "powershell", "python3", "rust"], priority_tags_sorted: [PriorityTags { priority: 0, tags: ["ansible", "bash", "bun", "csharp", "deno", "dependency", "flow", "go", "hub", "other", "php", "powershell", "python3", "rust"] }], dedicated_worker: None, init_bash: None, cache_clear: None, additional_python_paths: None, pip_local_dependencies: None, env_vars: "" } worker=wk-default-machine-V5S7w hostname=sun-virtual-machine
2025-02-11T07:08:57.942975Z INFO windmill-worker/src/worker.rs:1263: ping update, memory: container=112MB, windmill=0MB worker=wk-default-machine-V5S7w hostname=sun-virtual-machine
2025-02-11T07:09:00.139251Z ERROR request: windmill-api/src/tracing_init.rs:37: response latency=2 status=404 method=GET uri=/ traceId="2b910b57-e6e7-4d71-8c85-30bd82ba7544"
The text was updated successfully, but these errors were encountered: