Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
-
Hey,
Getting this error in box.log
I checked that nothing else is running on port 3003.
The
systemctl status docker
is also active & running.But when I check
docker ps
It shows me empty results.
Can you please help me with the issue?
Thanks!
-
🤨
Checking my Cloudron:netstat -tulpen | grep -i 3003 tcp 0 0 0.0.0.0:30033 0.0.0.0:* LISTEN 0 10754 1062/dockerd tcp 0 0 172.18.0.1:3003 0.0.0.0:* LISTEN 808 19981 1128/node tcp6 0 0 :::30033 :::* LISTEN 0 10755 1062/dockerd
3003
used by1128/node
. What process?lsof -p 1128 node 1128 yellowtent cwd DIR 8,1 4096 129326 /home/yellowtent/box
So the
box.js
.Looking at:
systemctl status box.service ● box.service - Cloudron Admin Loaded: loaded (/etc/systemd/system/box.service; enabled; preset: enabled) Active: active (running) since Sun 2025-04-27 07:27:36 UTC; 1 day 23h ago Process: 259141 ExecReload=/bin/kill -HUP $MAINPID (code=exited, status=0/SUCCESS) Main PID: 1128 (node) Tasks: 11 (limit: 9212) Memory: 76.4M (max: 400.0M available: 323.5M peak: 112.3M swap: 10.7M swap peak: 10.7M) CPU: 38min 4.542s CGroup: /system.slice/box.service └─1128 node /home/yellowtent/box/box.js Apr 29 03:30:00 my-hackradt-com sudo[316537]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=808) Apr 29 03:30:07 my-hackradt-com sudo[316537]: pam_unix(sudo:session): session closed for user root Apr 29 03:45:00 my-hackradt-com sudo[318282]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=808) Apr 29 03:45:46 my-hackradt-com sudo[318282]: pam_unix(sudo:session): session closed for user root Apr 29 05:30:00 my-hackradt-com sudo[330246]: pam_unix(sudo:session): session opened for user root(uid=0) by (uid=808) Apr 29 05:30:07 my-hackradt-com sudo[330246]: pam_unix(sudo:session): session closed for user root Notice: journal has been rotated since unit was started, output may be incomplete.
Confirms this as well:
Main PID: 1128 (node)
Can you check if your
box.service
is really running 🤨
And even better, just run:cloudron-support --troubleshoot
To let Cloudron check itself for issues and send the output of that command here please.
-
Hello,
Yes my box.service is active and running.
But
netstat -tulpen | grep -i 3003 got me an empty outputAlso, I tried running the command:
cloudron-support --troubleshoot
and it got me the below error:
[FAIL] box service keeps restarting, please investigate the error by inspecting /home/yellowtent/platformdata/logs/box.log
And in box.log I got the error I created the ticket with.
Not sure what's and where's wrong.
Thanks!
-
Hello,
Yes my box.service is active and running.
But
netstat -tulpen | grep -i 3003 got me an empty outputAlso, I tried running the command:
cloudron-support --troubleshoot
and it got me the below error:
[FAIL] box service keeps restarting, please investigate the error by inspecting /home/yellowtent/platformdata/logs/box.log
And in box.log I got the error I created the ticket with.
Not sure what's and where's wrong.
Thanks!
@flaxxain said in Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003:
I created the ticket with
at
support@cloudron.io
?
I mean since we are already here, why not contiue here
If you can post yourbox.log
here, and I might be able to assist further right now. -
No.. I did not create any ticket to support, with the line I meant I made a forum topic.
Here below is the box.log:
root@my:/home/yellowtent/platformdata/logs# tail -500 box.log
2025-04-29T08:38:12.378Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:12.378Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:12.451Z box:shell All tasks stopped2025-04-29T08:38:12.478Z box:locks releaseAll: all locks released
2025-04-29T08:38:12.483Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:12.492Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:12.506Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:13.115Z box:platform onActivated: starting post activation services
2025-04-29T08:38:13.115Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:13.116Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:13.116Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:13.116Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:13.157Z box:apptaskmanager started
2025-04-29T08:38:13.158Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:13.218Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:13.222Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:13.225Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:13.227Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:13.228Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:13.228Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:13.228Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:13.228Z at doListen (node:net:2135:7)
2025-04-29T08:38:13.228Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:14.631Z box:server ==========================================
2025-04-29T08:38:14.632Z box:server Cloudron 8.3.1
2025-04-29T08:38:14.632Z box:server ==========================================
2025-04-29T08:38:14.633Z box:platform initialize: start platform
2025-04-29T08:38:14.676Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:14.677Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:14.746Z box:shell All tasks stopped2025-04-29T08:38:14.770Z box:locks releaseAll: all locks released
2025-04-29T08:38:14.775Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:14.783Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:14.796Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:15.366Z box:platform onActivated: starting post activation services
2025-04-29T08:38:15.367Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:15.368Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:15.368Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:15.368Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:15.411Z box:apptaskmanager started
2025-04-29T08:38:15.412Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:15.466Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:15.481Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:15.485Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:15.487Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:15.488Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:15.488Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:15.488Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:15.488Z at doListen (node:net:2135:7)
2025-04-29T08:38:15.488Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:16.826Z box:server ==========================================
2025-04-29T08:38:16.827Z box:server Cloudron 8.3.1
2025-04-29T08:38:16.827Z box:server ==========================================
2025-04-29T08:38:16.827Z box:platform initialize: start platform
2025-04-29T08:38:16.870Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:16.870Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:16.904Z box:shell All tasks stopped2025-04-29T08:38:16.934Z box:locks releaseAll: all locks released
2025-04-29T08:38:16.950Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:16.961Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:16.974Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:17.595Z box:platform onActivated: starting post activation services
2025-04-29T08:38:17.596Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:17.597Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:17.597Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:17.597Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:17.625Z box:apptaskmanager started
2025-04-29T08:38:17.626Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:17.683Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:17.687Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:17.690Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:17.692Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:17.693Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:17.693Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:17.693Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:17.693Z at doListen (node:net:2135:7)
2025-04-29T08:38:17.693Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:19.038Z box:server ==========================================
2025-04-29T08:38:19.039Z box:server Cloudron 8.3.1
2025-04-29T08:38:19.039Z box:server ==========================================
2025-04-29T08:38:19.039Z box:platform initialize: start platform
2025-04-29T08:38:19.082Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:19.082Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:19.119Z box:shell All tasks stopped2025-04-29T08:38:19.173Z box:locks releaseAll: all locks released
2025-04-29T08:38:19.179Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:19.188Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:19.201Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:19.801Z box:platform onActivated: starting post activation services
2025-04-29T08:38:19.802Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:19.802Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:19.803Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:19.803Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:19.849Z box:apptaskmanager started
2025-04-29T08:38:19.850Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:19.899Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:19.912Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:19.916Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:19.918Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:19.919Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:19.919Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:19.919Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:19.919Z at doListen (node:net:2135:7)
2025-04-29T08:38:19.919Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:21.345Z box:server ==========================================
2025-04-29T08:38:21.346Z box:server Cloudron 8.3.1
2025-04-29T08:38:21.346Z box:server ==========================================
2025-04-29T08:38:21.346Z box:platform initialize: start platform
2025-04-29T08:38:21.389Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:21.389Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:21.447Z box:shell All tasks stopped2025-04-29T08:38:21.471Z box:locks releaseAll: all locks released
2025-04-29T08:38:21.476Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:21.483Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:21.497Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:22.097Z box:platform onActivated: starting post activation services
2025-04-29T08:38:22.098Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:22.098Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:22.098Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:22.099Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:22.125Z box:apptaskmanager started
2025-04-29T08:38:22.126Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:22.175Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:22.188Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:22.192Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:22.194Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:22.195Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:22.195Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:22.195Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:22.195Z at doListen (node:net:2135:7)
2025-04-29T08:38:22.195Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:23.589Z box:server ==========================================
2025-04-29T08:38:23.590Z box:server Cloudron 8.3.1
2025-04-29T08:38:23.590Z box:server ==========================================
2025-04-29T08:38:23.590Z box:platform initialize: start platform
2025-04-29T08:38:23.634Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:23.634Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:23.666Z box:shell All tasks stopped -
I did that way before but it's the same, first it shows Cloudron is offline. Reconnecting… and then blank screen after some time.
FYI, recently I faced the
Error: Unable to initialize OpenID: Get "https://my.flaxxa.in/openid/.well-known/openid-configuration ": dial tcp 172.18.0.1:443: i/o timeout (*fmt.wrapError)
so I ran the below command:
cloudron-support --recreate-docker
as it was solved in my previous topics.
Is this the issue?
Need help!
Thanks!
-
The broken dashboard can be at least explained with the constant restarting of the box process. Same goes for the OpenID error.
The main question remains, why 3003 on the docker bridge is not bindable. Something in docker is either hogging this or docker got into some bad state. So
fuser 3003/tcp
is also not returning anything? -
No.. I did not create any ticket to support, with the line I meant I made a forum topic.
Here below is the box.log:
root@my:/home/yellowtent/platformdata/logs# tail -500 box.log
2025-04-29T08:38:12.378Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:12.378Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:12.451Z box:shell All tasks stopped2025-04-29T08:38:12.478Z box:locks releaseAll: all locks released
2025-04-29T08:38:12.483Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:12.492Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:12.506Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:13.115Z box:platform onActivated: starting post activation services
2025-04-29T08:38:13.115Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:13.116Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:13.116Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:13.116Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:13.157Z box:apptaskmanager started
2025-04-29T08:38:13.158Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:13.218Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:13.222Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:13.225Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:13.227Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:13.228Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:13.228Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:13.228Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:13.228Z at doListen (node:net:2135:7)
2025-04-29T08:38:13.228Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:14.631Z box:server ==========================================
2025-04-29T08:38:14.632Z box:server Cloudron 8.3.1
2025-04-29T08:38:14.632Z box:server ==========================================
2025-04-29T08:38:14.633Z box:platform initialize: start platform
2025-04-29T08:38:14.676Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:14.677Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:14.746Z box:shell All tasks stopped2025-04-29T08:38:14.770Z box:locks releaseAll: all locks released
2025-04-29T08:38:14.775Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:14.783Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:14.796Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:15.366Z box:platform onActivated: starting post activation services
2025-04-29T08:38:15.367Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:15.368Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:15.368Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:15.368Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:15.411Z box:apptaskmanager started
2025-04-29T08:38:15.412Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:15.466Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:15.481Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:15.485Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:15.487Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:15.488Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:15.488Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:15.488Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:15.488Z at doListen (node:net:2135:7)
2025-04-29T08:38:15.488Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:16.826Z box:server ==========================================
2025-04-29T08:38:16.827Z box:server Cloudron 8.3.1
2025-04-29T08:38:16.827Z box:server ==========================================
2025-04-29T08:38:16.827Z box:platform initialize: start platform
2025-04-29T08:38:16.870Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:16.870Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:16.904Z box:shell All tasks stopped2025-04-29T08:38:16.934Z box:locks releaseAll: all locks released
2025-04-29T08:38:16.950Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:16.961Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:16.974Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:17.595Z box:platform onActivated: starting post activation services
2025-04-29T08:38:17.596Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:17.597Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:17.597Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:17.597Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:17.625Z box:apptaskmanager started
2025-04-29T08:38:17.626Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:17.683Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:17.687Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:17.690Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:17.692Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:17.693Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:17.693Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:17.693Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:17.693Z at doListen (node:net:2135:7)
2025-04-29T08:38:17.693Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:19.038Z box:server ==========================================
2025-04-29T08:38:19.039Z box:server Cloudron 8.3.1
2025-04-29T08:38:19.039Z box:server ==========================================
2025-04-29T08:38:19.039Z box:platform initialize: start platform
2025-04-29T08:38:19.082Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:19.082Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:19.119Z box:shell All tasks stopped2025-04-29T08:38:19.173Z box:locks releaseAll: all locks released
2025-04-29T08:38:19.179Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:19.188Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:19.201Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:19.801Z box:platform onActivated: starting post activation services
2025-04-29T08:38:19.802Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:19.802Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:19.803Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:19.803Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:19.849Z box:apptaskmanager started
2025-04-29T08:38:19.850Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:19.899Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:19.912Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:19.916Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:19.918Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:19.919Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:19.919Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:19.919Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:19.919Z at doListen (node:net:2135:7)
2025-04-29T08:38:19.919Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:21.345Z box:server ==========================================
2025-04-29T08:38:21.346Z box:server Cloudron 8.3.1
2025-04-29T08:38:21.346Z box:server ==========================================
2025-04-29T08:38:21.346Z box:platform initialize: start platform
2025-04-29T08:38:21.389Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:21.389Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:21.447Z box:shell All tasks stopped2025-04-29T08:38:21.471Z box:locks releaseAll: all locks released
2025-04-29T08:38:21.476Z box:reverseproxy writeDashboardConfig: writing dashboard config for flaxxa.in
2025-04-29T08:38:21.483Z box:shell reverseproxy: openssl x509 -in /home/yellowtent/platformdata/nginx/cert/_.flaxxa.in.cert -noout -ocsp_uri
2025-04-29T08:38:21.497Z box:shell reverseproxy /usr/bin/sudo -S /home/yellowtent/box/src/scripts/restartservice.sh nginx
2025-04-29T08:38:22.097Z box:platform onActivated: starting post activation services
2025-04-29T08:38:22.098Z box:platform startInfra: checking infrastructure
2025-04-29T08:38:22.098Z box:platform startInfra: infra is uptodate at version 49.8.0
2025-04-29T08:38:22.098Z box:platform onInfraReady: platform is ready. infra changed: false
2025-04-29T08:38:22.099Z box:apps schedulePendingTasks: scheduling app tasks
2025-04-29T08:38:22.125Z box:apptaskmanager started
2025-04-29T08:38:22.126Z box:cron startJobs: starting cron jobs with hour 22 and minute 35
2025-04-29T08:38:22.175Z box:cron backupPolicyChanged: schedule 00 00 23 * * * (UTC)
2025-04-29T08:38:22.188Z box:cron autoupdatePatternChanged: pattern - 00 00 1,3,5,23 * * * (UTC)
2025-04-29T08:38:22.192Z box:cron Dynamic DNS setting changed to false
2025-04-29T08:38:22.194Z box:dockerproxy start: listening on 172.18.0.1:3003
2025-04-29T08:38:22.195Z Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003
2025-04-29T08:38:22.195Z at Server.setupListenHandle [as _listen2] (node:net:1882:21)
2025-04-29T08:38:22.195Z at listenInCluster (node:net:1961:12)
2025-04-29T08:38:22.195Z at doListen (node:net:2135:7)
2025-04-29T08:38:22.195Z at process.processTicksAndRejections (node:internal/process/task_queues:83:21)
2025-04-29T08:38:23.589Z box:server ==========================================
2025-04-29T08:38:23.590Z box:server Cloudron 8.3.1
2025-04-29T08:38:23.590Z box:server ==========================================
2025-04-29T08:38:23.590Z box:platform initialize: start platform
2025-04-29T08:38:23.634Z box:tasks stopAllTasks: stopping all tasks
2025-04-29T08:38:23.634Z box:shell tasks /usr/bin/sudo -S /home/yellowtent/box/src/scripts/stoptask.sh all
2025-04-29T08:38:23.666Z box:shell All tasks stopped@flaxxain said in Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003:
EADDRNOTAVAIL
Can you also check
ip addr | grep 172.18.0.1
? It looks like the docker network itself might be missing. You can trydocker network create --subnet=172.18.0.0/16 --ip-range=172.18.0.0/20 --gateway 172.18.0.1 cloudron --ipv6 --subnet=fd00:c107:d509::/64
and thensystemctl restart box
. -
Hey @joseph, your solution worked perfectly.
First, the command:
ip addr | grep 172.18.0.1got me an empty output, and then when I ran the other commands, it worked smoothly.
Now, even my app has started working fine.
Thanks a lot!
Also, @joseph, why does this Minio installation stop working all of a sudden after a few days? Is there any solution to stop this from happening repeatedly, as this causes a lot of downtime for me? Let me know.
Thanks!
-
Unless you deleted docker storage (or used cloudron-support --recreate-docker and for some reason that was incomplete), I am not sure why the docker network will go missing . I think best to check again here if it happens again in a few days, but it's quite unlikely .