Cloudron makes it easy to run web apps like WordPress, Nextcloud, GitLab on your server. Find out more or install now.


Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Bookmarks
  • Search
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

Cloudron Forum

Apps | Demo | Docs | Install
  1. Cloudron Forum
  2. Minio
  3. Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003

Error: listen EADDRNOTAVAIL: address not available 172.18.0.1:3003

Scheduled Pinned Locked Moved Minio
11 Posts 4 Posters 70 Views 4 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • BrutalBirdieB Offline
      BrutalBirdieB Offline
      BrutalBirdie
      Partner
      wrote last edited by BrutalBirdie
      #2

      🤨
      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 by 1128/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. 🙂

      Like my work? Consider donating a drink. Cheers!

      1 Reply Last reply
      0
      • F Offline
        F Offline
        flaxxain
        wrote last edited by
        #3

        Hello,

        Yes my box.service is active and running.

        But
        netstat -tulpen | grep -i 3003 got me an empty output

        https://prnt.sc/jwiVRCZpyuaq

        Also, 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!

        BrutalBirdieB 1 Reply Last reply
        0
        • F flaxxain

          Hello,

          Yes my box.service is active and running.

          But
          netstat -tulpen | grep -i 3003 got me an empty output

          https://prnt.sc/jwiVRCZpyuaq

          Also, 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!

          BrutalBirdieB Offline
          BrutalBirdieB Offline
          BrutalBirdie
          Partner
          wrote last edited by BrutalBirdie
          #4

          @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 your box.log here, and I might be able to assist further right now.

          Like my work? Consider donating a drink. Cheers!

          1 Reply Last reply
          0
          • F Offline
            F Offline
            flaxxain
            wrote last edited by
            #5

            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 stopped

            2025-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 stopped

            2025-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 stopped

            2025-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 stopped

            2025-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 stopped

            2025-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

            J 1 Reply Last reply
            0
            • nebulonN Offline
              nebulonN Offline
              nebulon
              Staff
              wrote last edited by
              #6

              So the box process keeps restarting as it can't bind to 172.18.0.1:3003 try to restart docker with systemctl restart docker maybe it got hung up somewhere and didn't release some initial bind.

              1 Reply Last reply
              0
              • F Offline
                F Offline
                flaxxain
                wrote last edited by
                #7

                I did that way before but it's the same, first it shows Cloudron is offline. Reconnecting… and then blank screen after some time.

                https://prnt.sc/1dKPDSBzvJA5

                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!

                1 Reply Last reply
                0
                • nebulonN Offline
                  nebulonN Offline
                  nebulon
                  Staff
                  wrote last edited by
                  #8

                  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?

                  1 Reply Last reply
                  0
                  • F flaxxain

                    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 stopped

                    2025-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 stopped

                    2025-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 stopped

                    2025-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 stopped

                    2025-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 stopped

                    2025-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

                    J Offline
                    J Offline
                    joseph
                    Staff
                    wrote last edited by
                    #9

                    @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 try docker 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 then systemctl restart box .

                    1 Reply Last reply
                    1
                    • F Offline
                      F Offline
                      flaxxain
                      wrote last edited by
                      #10

                      Hey @joseph, your solution worked perfectly.

                      First, the command:
                      ip addr | grep 172.18.0.1

                      got 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!

                      1 Reply Last reply
                      1
                      • J Offline
                        J Offline
                        joseph
                        Staff
                        wrote last edited by
                        #11

                        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 .

                        1 Reply Last reply
                        0
                        Reply
                        • Reply as topic
                        Log in to reply
                        • Oldest to Newest
                        • Newest to Oldest
                        • Most Votes


                          • Login

                          • Don't have an account? Register

                          • Login or register to search.
                          • First post
                            Last post
                          0
                          • Categories
                          • Recent
                          • Tags
                          • Popular
                          • Bookmarks
                          • Search