-
-
Notifications
You must be signed in to change notification settings - Fork 3
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
EISDIR error when running migrate from Azure DevOps release pipeline #13
Comments
I also get a similar error to this when running the following Azure DevOps pipeline config:
The error received is:
would love to use this if possible and happy to assist with getting it resolved |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am trying to get this setup to run in a pipeline and receive the following error:
2023-06-16T16:53:22.4138884Z [VERBOSE] [2023-06-16T16:53:22.383Z] Begin step 'Write process payload to file'.
2023-06-16T16:53:22.4139264Z [VERBOSE] [2023-06-16T16:53:22.393Z] Exception message:EISDIR: illegal operation on a directory, open 'D:\a\r1\a'
2023-06-16T16:53:22.4139635Z Call stack:Error: EISDIR: illegal operation on a directory, open 'D:\a\r1\a'
2023-06-16T16:53:22.4142917Z at Object.openSync (node:fs:601:3)
2023-06-16T16:53:22.4143481Z at Object.writeFileSync (node:fs:2249:35)
2023-06-16T16:53:22.4144837Z at NodeJsUtility.writeJsonToFile (C:\npm\prefix\node_modules\process-migrator\build\nodejs\nodejs\NodeJsUtilities.js:19:20)
2023-06-16T16:53:22.4145349Z at C:\npm\prefix\node_modules\process-migrator\build\nodejs\nodejs\main.js:40:78
2023-06-16T16:53:22.4146049Z at Engine.Task (C:\npm\prefix\node_modules\process-migrator\build\nodejs\common\Engine.js:12:27)
2023-06-16T16:53:22.4146547Z at main (C:\npm\prefix\node_modules\process-migrator\build\nodejs\nodejs\main.js:40:35)
2023-06-16T16:53:22.4147033Z at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
2023-06-16T16:53:22.4147483Z [ERROR] [2023-06-16T16:53:22.393Z] Encountered unkonwn error, check log file for details.
2023-06-16T16:53:22.4412007Z ##[error]Process-Migrator FAILED: Call stack:Error: EISDIR: illegal operation on a directory, open 'D:\a\r1\a' [ERROR] [2023-06-16T16:53:22.393Z] Encountered unkonwn error, check log file for details.
2023-06-16T16:53:22.4423540Z
2023-06-16T16:53:22.4423791Z
2023-06-16T16:53:22.4666536Z ##[section]Finishing: Azure DevOps Services Process migrate
The text was updated successfully, but these errors were encountered: