Jhipster 5.7 microservice failed to start on windows with error CreateProcess error=206, The filename or extension is too long
I have created a Jhipster micro service. when I am trying to start, I get error CreateProcess error=206, The filename or extension is too long. All other questions are suggesting to reduce classpath or usning IntelliJ. None of them explained how. Here are few things I have trying:
Remove Unnecessary jar from classpath:
- I have fresh Jhipsterap. I don't know which jar I can remove without breaking it.
Use IntelliJ
- I am running the service from command line.
Move your project or maven repo to "c:" drive to make path short.
- I can't. The repo is huge and is being shared.
Let me know if there is any other solution for this problem.
Thanks