Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

>= 0.204.0 EBUSY errors in cache #5274

Closed
lublak opened this issue Jan 27, 2023 · 3 comments
Closed

>= 0.204.0 EBUSY errors in cache #5274

lublak opened this issue Jan 27, 2023 · 3 comments

Comments

@lublak
Copy link
Contributor

lublak commented Jan 27, 2023

Describe the bug

Since version 0.204.0 there are a lot of problems with EBUSY in the cache (lazy loading implementation).
Based on this: https://community.n8n.io/t/n8n-webhook-empty/22279/9

grafik

{"__type":"$$EventMessageWorkflow","id":"7df56903-962c-47c9-8a77-c5ac9e3955d6","ts":"2023-01-27T15:14:28.515+01:00","eventName":"n8n.workflow.started","message":"n8n.workflow.started","payload":{"executionId":"4","userId":"4f10ffaf-1caf-40e9-9a88-8b692f368904","workflowId":"1","isManual":false,"workflowName":"My workflow"}}
{"__type":"$$EventMessageConfirm","confirm":"7df56903-962c-47c9-8a77-c5ac9e3955d6","ts":"2023-01-27T15:14:28.515+01:00","source":{"id":"0","name":"eventBus"}}
{"__type":"$$EventMessageWorkflow","id":"309ed921-db1f-41f7-a2b6-1e932e265bd6","ts":"2023-01-27T15:14:30.957+01:00","eventName":"n8n.workflow.failed","message":"n8n.workflow.failed","payload":{"executionId":"4","success":false,"userId":"4f10ffaf-1caf-40e9-9a88-8b692f368904","workflowId":"1","errorMessage":"EBUSY: resource busy or locked, copyfile 'C:\\ProgramData\\npm\\npm\\node_modules\\n8n\\node_modules\\n8n-nodes-base\\dist\\nodes\\Google\\Sheet\\googleSheets.svg' -> 'C:\\Users\\testadmin\\.cache\\n8n\\public\\icons\\nodes\\n8n-nodes-base.googleSheets.svg'","isManual":false,"workflowName":"My workflow"}}
{"__type":"$$EventMessageConfirm","confirm":"309ed921-db1f-41f7-a2b6-1e932e265bd6","ts":"2023-01-27T15:14:30.958+01:00","source":{"id":"0","name":"eventBus"}}

To Reproduce

Install n8n via npm on windows.

Expected behavior

No Error

Environment (please complete the following information):

  • OS: Windows Server 2016
  • n8n Version 0.212.1
  • Node.js Version v16.15.0
  • Database system postgres
  • Operation mode own
@MajesticPotatoe
Copy link

If i had to guess, This is probably something caused by #4865
More specifically

copyFile(source, destination),

@Joffcom
Copy link
Member

Joffcom commented Feb 14, 2023

Hey @lublak,

This should be resolved in 0.215.0, I am going to het this one marked as closed and if you are still seeing the issue we can open it again.

@Joffcom Joffcom closed this as completed Feb 14, 2023
@lublak
Copy link
Contributor Author

lublak commented Feb 16, 2023

@Joffcom thanks :) and i will try this next week.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants