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
  • Brite
  • 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 - Status | Demo | Docs | Install
  1. Cloudron Forum
  2. N8N
  3. FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory & longchain node_modules could not resolve dependency

FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory & longchain node_modules could not resolve dependency

Scheduled Pinned Locked Moved N8N
6 Posts 2 Posters 1.8k Views 2 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.
  • rmdesR Offline
    rmdesR Offline
    rmdes
    wrote on last edited by
    #1

    My workflows all stopped working a few days ago, I didn't notice right away but when I went to the log viewer all I see is this 2 errors in loop :

    one is about the javascript heap out memory

    so I made sure I was vaccuming workflows runs in the env file with :

    export EXECUTIONS_DATA_PRUNE = True
    export EXECUTIONS_DATA_MAX_AGE = 30
    export DB_SQLITE_VACUUM_ON_STARTUP = True
    

    It does not solve the heap memory issue yet because N8N cannot fully boot, even tho the log say it's ready, the next issue comes in :

    Mar 09 15:44:52
    Mar 09 15:44:52<--- Last few GCs --->
    Mar 09 15:44:52
    Mar 09 15:44:52[1:0x6b9d680] 62308 ms: Mark-sweep (reduce) 2040.3 (2061.2) -> 2037.7 (2059.2) MB, 939.5 / 0.0 ms (+ 2.9 ms in 1 steps since start of marking, biggest step 2.9 ms, walltime since start of marking 956 ms) (average mu = 0.151, current mu = 0.133) alloca[1:0x6b9d680] 62321 ms: Scavenge (reduce) 2039.1 (2060.3) -> 2039.1 (2060.3) MB, 3.6 / 0.0 ms (average mu = 0.151, current mu = 0.133) allocation failure;
    Mar 09 15:44:52
    Mar 09 15:44:52
    Mar 09 15:44:52<--- JS stacktrace --->
    Mar 09 15:44:52
    Mar 09 15:44:52FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
    Mar 09 15:44:521: 0xb87bc0 node::Abort() [node]
    Mar 09 15:44:522: 0xa96834 [node]
    Mar 09 15:44:523: 0xd687f0 v8::Utils::ReportOOMFailure(v8::internal::Isolate*, char const*, bool) [node]
    Mar 09 15:44:524: 0xd68b97 v8::internal::V8::FatalProcessOutOfMemory(v8::internal::Isolate*, char const*, bool) [node]
    Mar 09 15:44:525: 0xf462a5 [node]
    Mar 09 15:44:526: 0xf471a8 v8::internal::Heap::RecomputeLimits(v8::internal::GarbageCollector) [node]
    Mar 09 15:44:527: 0xf576b3 [node]
    Mar 09 15:44:528: 0xf58528 v8::internal::Heap::CollectGarbage(v8::internal::AllocationSpace, v8::internal::GarbageCollectionReason, v8::GCCallbackFlags) [node]
    Mar 09 15:44:529: 0xf32e8e v8::internal::HeapAllocator::AllocateRawWithLightRetrySlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
    Mar 09 15:44:5210: 0xf34257 v8::internal::HeapAllocator::AllocateRawWithRetryOrFailSlowPath(int, v8::internal::AllocationType, v8::internal::AllocationOrigin, v8::internal::AllocationAlignment) [node]
    Mar 09 15:44:5211: 0xf1542a v8::internal::Factory::NewFillerObject(int, v8::internal::AllocationAlignment, v8::internal::AllocationType, v8::internal::AllocationOrigin) [node]
    Mar 09 15:44:5212: 0x12da78f v8::internal::Runtime_AllocateInYoungGeneration(int, unsigned long*, v8::internal::Isolate*) [node]
    Mar 09 15:44:5213: 0x170a079 [node]
    Mar 09 15:44:53=> Healtheck error: Error: read ECONNRESET
    Mar 09 15:45:11=> Ensure directories
    Mar 09 15:45:11=> Loading configuration
    Mar 09 15:45:11=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.103:5678
    Mar 09 15:45:11=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.103:5678
    Mar 09 15:45:11=> Setting permissions
    Mar 09 15:45:12=> Installing handlebars@4.7.7 jsonata@2.0.2 marked@4.3.0 bwip-js@3.3.0 ajv-formats@2.1.1 odoo-xmlrpc@1.0.8 firebase-admin@11.10.1
    Mar 09 15:45:16[..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] | idealTree:code: sill idealTree buildDeps [..................] | idealTree:code: sill idealTree buildDeps [..................] - idealTree:code: sill idealTree buildDeps [#########.........] / idealTree:code: timing idealTree:#root Completed in 1104 npm WARN ERESOLVE overriding peer dependency
    Mar 09 15:45:16npm WARN While resolving: langchain@0.0.198
    Mar 09 15:45:16npm WARN Found: cheerio@1.0.0-rc.6
    Mar 09 15:45:16npm WARN node_modules/cheerio
    Mar 09 15:45:16npm WARN cheerio@"1.0.0-rc.6" from n8n-nodes-base@1.31.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/n8n-nodes-base
    Mar 09 15:45:16npm WARN n8n-nodes-base@"1.31.1" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:16npm WARN 2 more (n8n-nodes-base, n8n-nodes-base)
    Mar 09 15:45:16npm WARN
    Mar 09 15:45:16npm WARN Could not resolve dependency:
    Mar 09 15:45:16npm WARN peerOptional cheerio@"^1.0.0-rc.12" from langchain@0.0.198
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
    Mar 09 15:45:16npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:16npm WARN
    Mar 09 15:45:16npm WARN Conflicting peer dependency: cheerio@1.0.0-rc.12
    Mar 09 15:45:16npm WARN node_modules/cheerio
    Mar 09 15:45:16npm WARN peerOptional cheerio@"^1.0.0-rc.12" from langchain@0.0.198
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
    Mar 09 15:45:16npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:16npm WARN ERESOLVE overriding peer dependency
    Mar 09 15:45:16npm WARN While resolving: langchain@0.0.198
    Mar 09 15:45:16npm WARN Found: pyodide@0.23.4
    Mar 09 15:45:16npm WARN node_modules/pyodide
    Mar 09 15:45:16npm WARN pyodide@"0.23.4" from n8n-nodes-base@1.31.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/n8n-nodes-base
    Mar 09 15:45:16npm WARN n8n-nodes-base@"1.31.1" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:16npm WARN 2 more (n8n-nodes-base, n8n-nodes-base)
    Mar 09 15:45:16npm WARN
    Mar 09 15:45:16npm WARN Could not resolve dependency:
    Mar 09 15:45:16npm WARN peerOptional pyodide@"^0.24.1" from langchain@0.0.198
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
    Mar 09 15:45:16npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:16npm WARN
    Mar 09 15:45:16npm WARN Conflicting peer dependency: pyodide@0.24.1
    Mar 09 15:45:16npm WARN node_modules/pyodide
    Mar 09 15:45:16npm WARN peerOptional pyodide@"^0.24.1" from langchain@0.0.198
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
    Mar 09 15:45:16npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
    Mar 09 15:45:16npm WARN node_modules/@n8n/n8n-nodes-langchain
    Mar 09 15:45:18[#########.........] | idealTree: timing idealTree Completed in 2891ms [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t
    Mar 09 15:45:18up to date, audited 1494 packages in 5s
    Mar 09 15:45:18
    Mar 09 15:45:18175 packages are looking for funding
    Mar 09 15:45:18run `npm fund` for details
    Mar 09 15:45:18
    Mar 09 15:45:1813 vulnerabilities (12 moderate, 1 critical)
    Mar 09 15:45:18
    Mar 09 15:45:18To address issues that do not require attention, run:
    Mar 09 15:45:18npm audit fix
    Mar 09 15:45:18
    Mar 09 15:45:18To address all issues (including breaking changes), run:
    Mar 09 15:45:18npm audit fix --force
    Mar 09 15:45:18
    Mar 09 15:45:18Run `npm audit` for details.
    Mar 09 15:45:18=> Starting N8N
    Mar 09 15:45:19User settings loaded from: /app/data/user/.n8n/config
    Mar 09 15:45:19Loading config overwrites [ '/app/data/configs/default.json' ]
    Mar 09 15:45:20=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.103:5678
    Mar 09 15:45:212024-03-09T14:45:21.513Z | info | Initializing n8n process "{ file: 'start.js', function: 'init' }"
    Mar 09 15:45:212024-03-09T14:45:21.775Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 352,\n nodes: 444,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:212024-03-09T14:45:21.789Z | debug | Lazy Loading credentials and nodes from @n8n/n8n-nodes-langchain "{\n credentials: 14,\n nodes: 70,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.040Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 352,\n nodes: 444,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.064Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.184Z | debug | No codex available for: Baserow.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.186Z | debug | Loaded all credentials and nodes from n8n-nodes-baserow-extended "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.207Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.211Z | debug | Loaded all credentials and nodes from n8n-nodes-baserow-trigger "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.213Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.218Z | debug | Loaded all credentials and nodes from n8n-nodes-changes "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.239Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.271Z | debug | Loaded all credentials and nodes from n8n-nodes-directus "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.274Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.340Z | debug | Loaded all credentials and nodes from n8n-nodes-document-generator "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.342Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.355Z | debug | No codex available for: ETReddit.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.356Z | debug | Loaded all credentials and nodes from n8n-nodes-et-reddit "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.359Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.377Z | debug | No codex available for: ETTwitter.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.378Z | debug | Loaded all credentials and nodes from n8n-nodes-et-twitter "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.381Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.421Z | debug | Loaded all credentials and nodes from n8n-nodes-m4tt72 "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.426Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.434Z | debug | Loaded all credentials and nodes from n8n-nodes-mastodon "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.437Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.535Z | debug | No codex available for: MySqlExtend.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.537Z | debug | Loaded all credentials and nodes from n8n-nodes-mysql-extend "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.539Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.543Z | debug | Loaded all credentials and nodes from n8n-nodes-ntfy "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.544Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.591Z | debug | No codex available for: RssFeedTrigger.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.591Z | debug | Loaded all credentials and nodes from n8n-nodes-rss-feed-trigger "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.594Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.596Z | debug | No codex available for: SplitInBatchesAdvanced.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.597Z | debug | Loaded all credentials and nodes from n8n-nodes-splitinbatches-advanced "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.598Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.741Z | debug | No codex available for: Sqlite.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.743Z | debug | Loaded all credentials and nodes from n8n-nodes-sqlite "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.750Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.755Z | debug | No codex available for: Switch9000.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.756Z | debug | Loaded all credentials and nodes from n8n-nodes-switch-nine-thousand "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:222024-03-09T14:45:22.758Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.761Z | debug | No codex available for: TelegramPollingTrigger.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
    Mar 09 15:45:222024-03-09T14:45:22.762Z | debug | Loaded all credentials and nodes from n8n-nodes-telegram-polling "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
    Mar 09 15:45:22n8n ready on 0.0.0.0, port 5678
    Mar 09 15:45:222024-03-09T14:45:22.948Z | debug | [license] initializing for deviceFingerprint 5ad542210943ceb049325caf5a17ae4154db90c0f331cbe82a07345a3983be38 "{ file: 'LicenseManager.js', function: 'log' }"
    Mar 09 15:45:222024-03-09T14:45:22.958Z | debug | [license] attempting license renewal "{ file: 'LicenseManager.js', function: 'log' }"
    Mar 09 15:45:222024-03-09T14:45:22.959Z | debug | Orchestration init complete "{ file: 'start.js', function: 'init' }"
    Mar 09 15:45:222024-03-09T14:45:22.963Z | debug | Binary data service init complete "{ file: 'start.js', function: 'init' }"
    Mar 09 15:45:222024-03-09T14:45:22.963Z | debug | External hooks init complete "{ file: 'start.js', function: 'init' }"
    Mar 09 15:45:222024-03-09T14:45:22.967Z | debug | External secrets init complete "{ file: 'start.js', function: 'init' }"
    Mar 09 15:45:222024-03-09T14:45:22.968Z | debug | Workflow history init complete "{ file: 'start.js', function: 'init' }"
    
    1 Reply Last reply
    0
    • rmdesR Offline
      rmdesR Offline
      rmdes
      wrote on last edited by
      #2

      I have tried to return to previous backup

      FATAL ERROR: Ineffective mark-compacts near heap limit Allocation failed - JavaScript heap out of memory
      Mar 09 18:01:58[1:0x6192680] 62187 ms: Scavenge (reduce) 2035.9 (2057.7) -> 2035.9 (2057.7) MB, 2.6 / 0.0 ms (average mu = 0.176, current mu = 0.113) allocation failure;
      Mar 09 18:01:58[1:0x6192680] 62228 ms: Scavenge (reduce) 2040.1 (2060.9) -> 2039.5 (2060.9) MB, 5.1 / 0.0 ms (average mu = 0.176, current mu = 0.113) allocation failure;
      Mar 09 18:02:11=> Healtheck error: Error: Timeout of 7000ms exceeded
      Mar 09 18:02:29=> Ensure directories
      Mar 09 18:02:29=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.130:5678
      Mar 09 18:02:29=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.130:5678
      Mar 09 18:02:29=> Loading configuration
      Mar 09 18:02:29=> Setting permissions
      Mar 09 18:02:30=> Installing handlebars@4.7.7 jsonata@2.0.2 marked@4.3.0 bwip-js@3.3.0 ajv-formats@2.1.1 odoo-xmlrpc@1.0.8 firebase-admin@11.10.1
      Mar 09 18:02:30box:taskworker Starting task 3798. Logs are at /home/yellowtent/platformdata/logs/63016f14-106c-433b-b8a8-75b2e546d13c/apptask.log
      Mar 09 18:02:30box:apptask run: startTask installationState: pending_restart runState: running
      Mar 09 18:02:30box:tasks update 3798: {"percent":10,"message":"Starting app services"}
      Mar 09 18:02:30box:tasks update 3798: {"percent":20,"message":"Restarting container"}
      Mar 09 18:02:35[..................] \ idealTree: timing arborist:ctor Completed in 4ms [..................] \ idealTree:code: sill idealTree buildDeps [..................] | idealTree:code: sill idealTree buildDeps [..................] | idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] \ idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [..................] / idealTree:code: sill idealTree buildDeps [#########.........] - idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] - idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 [#########.........] | idealTree:code: timing idealTree:#root Completed in 2333 npm WARN ERESOLVE overriding peer dependency
      Mar 09 18:02:35npm WARN While resolving: langchain@0.0.198
      Mar 09 18:02:35npm WARN Found: cheerio@1.0.0-rc.6
      Mar 09 18:02:35npm WARN node_modules/cheerio
      Mar 09 18:02:35npm WARN cheerio@"1.0.0-rc.6" from n8n-nodes-base@1.31.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/n8n-nodes-base
      Mar 09 18:02:35npm WARN n8n-nodes-base@"1.31.1" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:35npm WARN 2 more (n8n-nodes-base, n8n-nodes-base)
      Mar 09 18:02:35npm WARN
      Mar 09 18:02:35npm WARN Could not resolve dependency:
      Mar 09 18:02:35npm WARN peerOptional cheerio@"^1.0.0-rc.12" from langchain@0.0.198
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
      Mar 09 18:02:35npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:35npm WARN
      Mar 09 18:02:35npm WARN Conflicting peer dependency: cheerio@1.0.0-rc.12
      Mar 09 18:02:35npm WARN node_modules/cheerio
      Mar 09 18:02:35npm WARN peerOptional cheerio@"^1.0.0-rc.12" from langchain@0.0.198
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
      Mar 09 18:02:35npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:35npm WARN ERESOLVE overriding peer dependency
      Mar 09 18:02:35npm WARN While resolving: langchain@0.0.198
      Mar 09 18:02:35npm WARN Found: pyodide@0.23.4
      Mar 09 18:02:35npm WARN node_modules/pyodide
      Mar 09 18:02:35npm WARN pyodide@"0.23.4" from n8n-nodes-base@1.31.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/n8n-nodes-base
      Mar 09 18:02:35npm WARN n8n-nodes-base@"1.31.1" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:35npm WARN 2 more (n8n-nodes-base, n8n-nodes-base)
      Mar 09 18:02:35npm WARN
      Mar 09 18:02:35npm WARN Could not resolve dependency:
      Mar 09 18:02:35npm WARN peerOptional pyodide@"^0.24.1" from langchain@0.0.198
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
      Mar 09 18:02:35npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:35npm WARN
      Mar 09 18:02:35npm WARN Conflicting peer dependency: pyodide@0.24.1
      Mar 09 18:02:35npm WARN node_modules/pyodide
      Mar 09 18:02:35npm WARN peerOptional pyodide@"^0.24.1" from langchain@0.0.198
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain/node_modules/langchain
      Mar 09 18:02:35npm WARN langchain@"0.0.198" from @n8n/n8n-nodes-langchain@0.16.1
      Mar 09 18:02:35npm WARN node_modules/@n8n/n8n-nodes-langchain
      Mar 09 18:02:39[#########.........] / idealTree: timing idealTree Completed in 4453ms [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] - reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] \ reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] | reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t [##################] / reify:@msgpackr-extract/msgpackr-extract-darwin-arm64: t
      Mar 09 18:02:39up to date, audited 1494 packages in 9s
      Mar 09 18:02:39
      Mar 09 18:02:39175 packages are looking for funding
      Mar 09 18:02:39run `npm fund` for details
      Mar 09 18:02:40
      Mar 09 18:02:4013 vulnerabilities (12 moderate, 1 critical)
      Mar 09 18:02:40
      Mar 09 18:02:40To address issues that do not require attention, run:
      Mar 09 18:02:40npm audit fix
      Mar 09 18:02:40
      Mar 09 18:02:40To address all issues (including breaking changes), run:
      Mar 09 18:02:40npm audit fix --force
      Mar 09 18:02:40
      Mar 09 18:02:40Run `npm audit` for details.
      Mar 09 18:02:40=> Starting N8N
      ding config overwrites [ '/app/data/configs/default.json' ]
      Mar 09 18:03:092024-03-09T17:03:09.024Z | info | Initializing n8n process "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:092024-03-09T17:03:09.224Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 352,\n nodes: 444,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.240Z | debug | Lazy Loading credentials and nodes from @n8n/n8n-nodes-langchain "{\n credentials: 14,\n nodes: 70,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.455Z | debug | Lazy Loading credentials and nodes from n8n-nodes-base "{\n credentials: 352,\n nodes: 444,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.466Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.560Z | debug | No codex available for: Baserow.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.562Z | debug | Loaded all credentials and nodes from n8n-nodes-baserow-extended "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.575Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.580Z | debug | Loaded all credentials and nodes from n8n-nodes-baserow-trigger "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.581Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.587Z | debug | Loaded all credentials and nodes from n8n-nodes-changes "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.589Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.622Z | debug | Loaded all credentials and nodes from n8n-nodes-directus "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.650Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.693Z | debug | Loaded all credentials and nodes from n8n-nodes-document-generator "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.695Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.699Z | debug | No codex available for: ETReddit.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.700Z | debug | Loaded all credentials and nodes from n8n-nodes-et-reddit "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.701Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.718Z | debug | No codex available for: ETTwitter.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.719Z | debug | Loaded all credentials and nodes from n8n-nodes-et-twitter "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.720Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.751Z | debug | Loaded all credentials and nodes from n8n-nodes-m4tt72 "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.752Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.758Z | debug | Loaded all credentials and nodes from n8n-nodes-mastodon "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.759Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.832Z | debug | No codex available for: MySqlExtend.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.833Z | debug | Loaded all credentials and nodes from n8n-nodes-mysql-extend "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.835Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.837Z | debug | Loaded all credentials and nodes from n8n-nodes-ntfy "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.839Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.872Z | debug | No codex available for: RssFeedTrigger.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.873Z | debug | Loaded all credentials and nodes from n8n-nodes-rss-feed-trigger "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.874Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.876Z | debug | No codex available for: SplitInBatchesAdvanced.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.876Z | debug | Loaded all credentials and nodes from n8n-nodes-splitinbatches-advanced "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.877Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.965Z | debug | No codex available for: Sqlite.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.966Z | debug | Loaded all credentials and nodes from n8n-nodes-sqlite "{\n credentials: 1,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.971Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.975Z | debug | No codex available for: Switch9000.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.976Z | debug | Loaded all credentials and nodes from n8n-nodes-switch-nine-thousand "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:092024-03-09T17:03:09.976Z | debug | Can't enable lazy-loading "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.978Z | debug | No codex available for: TelegramPollingTrigger.node.js "{ file: 'LoggerProxy.js', function: 'exports.debug' }"
      Mar 09 18:03:092024-03-09T17:03:09.979Z | debug | Loaded all credentials and nodes from n8n-nodes-telegram-polling "{\n credentials: 0,\n nodes: 1,\n file: 'LoggerProxy.js',\n function: 'exports.debug'\n}"
      Mar 09 18:03:10=> Healtheck error: Error: connect ECONNREFUSED 172.18.19.130:5678
      Mar 09 18:03:10n8n ready on 0.0.0.0, port 5678
      Mar 09 18:03:102024-03-09T17:03:10.147Z | debug | [license] initializing for deviceFingerprint 5ad542210943ceb049325caf5a17ae4154db90c0f331cbe82a07345a3983be38 "{ file: 'LicenseManager.js', function: 'log' }"
      Mar 09 18:03:102024-03-09T17:03:10.156Z | debug | [license] attempting license renewal "{ file: 'LicenseManager.js', function: 'log' }"
      Mar 09 18:03:102024-03-09T17:03:10.157Z | debug | Orchestration init complete "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:102024-03-09T17:03:10.160Z | debug | Binary data service init complete "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:102024-03-09T17:03:10.160Z | debug | External hooks init complete "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:102024-03-09T17:03:10.163Z | debug | External secrets init complete "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:102024-03-09T17:03:10.164Z | debug | Workflow history init complete "{ file: 'start.js', function: 'init' }"
      Mar 09 18:03:112024-03-09T17:03:11.567Z | debug | Wait tracker querying database for waiting executions "{ file: 'WaitTracker.js', function: 'getWaitingExecutions' }"
      Mar 09 18:03:112024-03-09T17:03:11.848Z | debug | Wait tracker found 462 executions. Setting timer for IDs: 1265004, 1258348, 1262446, 1260784, 1263742, 1261978, 1260160, 1263779, 1254629, 1259906, 1263625, 1259752, 1259135, 1259136, 1259134, 1263624, 1265608, 1264745, 1265946, 1265945, 1259141, 1251064, 1251610, 1251944, 1263375, 1254624, 1262810, 1263374, 1263376, 1254622, 1262812, 1251059, 1265625, 1265627, 1265626, 1253541, 1263393, 1265335, 1265633, 1262158, 1257219, 1257223, 1262156, 1265132, 1257216, 1265133, 1261916, 1262157, 1262163, 1261837, 1265320, 1263581, 1264308, 1259841, 1261668, 1265140, 1256635, 1265037, 1261661, 1256628, 1261662, 1261663, 1264818, 1264817, 1264816, 1259585, 1261456, 1265128, 1263188, 1263967, 1262545, 1264824, 1252534, 1255504, 1260601, 1261260, 1250097, 1255497, 1264424, 1252529, 1255499, 1260603, 1265990, 1254887, 1260607, 1259948, 1264070, 1264069, 1254881, 1264068, 1260600, 1259794, 1263790, 1264076, 1263767, 1265034, 1258584, 1260953, 1265681, 1260314, 1262005, 1266001, 1266000, 1254331, 1259799, 1251745, 1259793, 1263469, 1263468, 1254325, 1250691, 1257381, 1251740, 1258212, 1262936, 1258213, 1265692, 1262937, 1266008, 1258218, 1264799, 1263617, 1265382, 1256798, 1262292, 1261931, 1256791, 1265394, 1265393, 1261932, 1250695, 1262943, 1253265, 1261939, 1256224, 1265401, 1265157, 1261783, 1256668, 1265056, 1265055, 1263308, 1259865, 1264395, 1261877, 1265152, 1261521, 1265063, 1256231, 1264878, 1256226, 1264879, 1252931, 1252340, 1261339, 1264516, 1261337, 1261340, 1264515, 1260765, 1255147, 1260764, 1255601, 1260044, 1259686, 1264041, 1262685, 1252344, 1261345, 1255153, 1264104, 1264523, 1266033, 1251983, 1260050, 1259820, 1263811, 1260043, 1254748, 1263810, 1263707, 1263818, 1259518, 1263708, 1259524, 1258423, 1259519, 1259520, 1258807, 1261092, 1263786, 1262076, 1260445, 1265051, 1265734, 1264861, 1251284, 1257549, 1263500, 1263501, 1254755, 1257548, 1263503, 1266043, 1266044, 1263060, 1263061, 1265755, 1265756, 1265757, 1253781, 1263508, 1261904, 1263639, 1259892, 1265436, 1251279, 1265764, 1262439, 1262433, 1262432, 1261963, 1262435, 1256689, 1265449, 1265450, 1257554, 1264486, 1265188, 1265187, 1265189, 1265195, 1250513, 1265079, 1261828, 1256694, 1252679, 1256363, 1264918, 1249177, 1261820, 1264919, 1249804, 1255732, 1261821, 1252117, 1255738, 1262842, 1263448, 1265180, 1261582, 1264093, 1259741, 1264599, 1264926, 1266075, 1260920, 1264179, 1260922, 1264178, 1254933, 1260921, 1260208, 1265071, 1264186, 1254940, 1263725, 1259845, 1259844, 1263726, 1263846, 1263805, 1261203, 1262188, 1259051, 1265795, 1266082, 1266081, 1264909, 1259851, 1256930, 1251877, 1263733, 1254456, 1265813, 1263549, 1263547, 1254449, 1256923, 1256926, 1258631, 1257710, 1263154, 1262526, 1258630, 1263151, 1262525, 1254451, 1263153, 1266090, 1258636, 1259940, 1263702, 1260515, 1261926, 1265485, 1263158, 1265498, 1261984, 1265497, 1261983, 1265234, 1265233, 1265505, 1264569, 1263491, 1261990, 1265100, 1265099, 1265220, 1265108, 1264978, 1264977, 1264692, 1264690, 1264691, 1259787, 1256507, 1253358, 1264698, 1250835, 1261508, 1253003, 1260343, 1252723, 1255859, 1261503, 1250414, 1261502, 1261863, 1264239, 1250020, 1256501, 1261057, 1256503, 1260344, 1260346, 1261501, 1255299, 1250242, 1266116, 1265094, 1262970, 1263838, 1261288, 1261683, 1262312, 1264151, 1259302, 1260637, 1254827, 1260350, 1263917, 1263919, 1263918, 1254821, 1259869, 1252441, 1255306, 1263924, 1263748, 1265855, 1266121, 1264960, 1263721, 1266123, 1261945, 1259712, 1251518, 1259708, 1263591, 1259706, 1263291, 1263593, 1258899, 1265876, 1263592, 1265875, 1257854, 1259705, 1254069, 1254073, 1263599, 1265553, 1265883, 1247418, 1252821, 1262650, 1262644, 1265562, 1249039, 1256567, 1262645, 1265563, 1256739, 1262643, 1248223, 1248663, 1252817, 1257860, 1250564, 1264667, 1261898, 1265296, 1261552, 1265288, 1261894, 1265289, 1261892, 1265116, 1261891, 1265290, 1262050, 1256017, 1256020, 1256024, 1265268, 1265009, 1265008, 1265010, 1264761, 1261180, 1261179, 1261182, 1265016, 1261186, 1266138, 1252246, 1255051, 1259900, 1264324, 1264323, 1259899, 1255044, 1264325, 1260482, 1264332, 1263771, 1263772, 1264002, 1264003, 1265113, 1263534, 1261798, 1259458, 1261380, 1259816, 1264229, 1263880, 1260010, 1263075, 1265921 "{ file: 'WaitTracker.js', function: 'getWaitingExecutions' }"
      Mar 09 18:03:112024-03-09T17:03:11.853Z | debug | Wait tracker resuming execution 1265004 "{\n executionId: '1265004',\n file: 'WaitTracker.js',\n function: 'startExecution'\n}"
      Mar 09 18:03:112024-03-09T17:03:11.858Z | debug | Wait tracker resuming execution 1258348 "{\n executionId: '1258348',\n file: 'WaitTracker.js',\n function: 'startExecution'\n}"
      Mar 09 18:03:112024-03-09T17:03:11.860Z | debug | Wait tracker resuming execution 1262446 "{\n executionId: '1262446',\n file: 'WaitTracker.js',\n function: 'startExecution'\n}"
      
      

      then the container loops back to the near heap limit Allocation failed - JavaScript heap out of memory

      This N8N app has 9GB of memory available

      1 Reply Last reply
      0
      • girishG Offline
        girishG Offline
        girish
        Staff
        wrote on last edited by
        #3

        @rmdes so you have installed langchain as a custom module using https://docs.cloudron.io/apps/n8n/#custom-node-modules ? What is your configuration ?

        1 Reply Last reply
        0
        • rmdesR Offline
          rmdesR Offline
          rmdes
          wrote on last edited by
          #4

          I don't, i never used it in the first place, this N8N instance is mostly doing translations stuff with DeepL and that's it, never even touched any AI stuff in it, but since 5 days it got stuck like this;

          I tried to salvage it but to no avail, so I ended up exporting my workflows and credentials and deployed a new N8N instance, did the imports and now things are back up and running

          I honestly have no idea how this N8N got stuck like this because I haven't touched in a while, like almost a year
          it did have auto-updates enabled, but even reverting 2 versions/backup didn't solve the issue

          1 Reply Last reply
          0
          • girishG Offline
            girishG Offline
            girish
            Staff
            wrote on last edited by
            #5

            @rmdes can you check if you have set export EXTRA_NODE_MODULES=xxx in /app/data/env.sh ? Note that you may not have set this manually but this could be a migration from a old cloudron package where we used to have some default modules pre-installed. In the new packages, we have removed this. If you have comment (don't remove the line, just comment it out with ''#') out that line and restart n8n .

            1 Reply Last reply
            0
            • rmdesR Offline
              rmdesR Offline
              rmdes
              wrote on last edited by
              #6

              Will try and report back, thanks

              1 Reply Last reply
              0

              Hello! It looks like you're interested in this conversation, but you don't have an account yet.

              Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.

              With your input, this post could be even better 💗

              Register Login
              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