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

Windows: dev loop: CreateProcess error=206, The filename or extension is too long #925

Open
barchetta opened this issue Apr 26, 2023 · 2 comments
Labels

Comments

@barchetta
Copy link
Member

A Windows user reported:

loop failed java.io.IOException: Cannot run program "java.exe" (in directory "C:\emp-mdm-apple-service"): CreateProcess error=206, The filename or extension is too long

A potential reason could be the size of project.dependencies path length in .helidon file, which exceeds 37k characters.

@barchetta barchetta added the cli label Apr 26, 2023
@barchetta
Copy link
Member Author

Maybe we should update this code to use @argfile

@imrahul2
Copy link

A Windows user reported:

loop failed java.io.IOException: Cannot run program "java.exe" (in directory "C:\emp-mdm-apple-service"): CreateProcess error=206, The filename or extension is too long

A potential reason could be the size of project.dependencies path length in .helidon file, which exceeds 37k characters.

The debug-log file is attached:
debug-log.txt

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

No branches or pull requests

2 participants