-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Not able to create project #3332
Comments
@benoitf - any chance this is related to the che-server bug discovered yesterday on where projects are written? |
@TylerJewell unfornately no, yesterday bug can only happen in "native" mode |
Try starting with Che with this command and let us know the output. |
Thanks for the help. It works with docker command but looks like it is not considering CHE_ASSEMBLY from my local. Does I am missing anything? |
@chetanladdha could you get rid of two extra // at the end of your |
@benoitf : I tried by removing extra // but it's still not working. Anything missing/wrong ? |
Currently, I am not able to up che with my local che_assembly. Is this bug with Windows or am I missing anything ? |
@chetanladdha What if you move your Che binaries to a a user directory - Only user directory gets mounted into a Virtual Box machine. |
@eivantsov : I tried by moving to %USERPROFILE% but it didn't work. CHE_ASSEMBLY is getting ignored Can this be related with #3351? |
Once started, can you run docker ps, grab id of |
@chetanladdha also, what 's the problem - inability to create a project or use custom Che binaries? |
Problem has been resolved with latest build. |
I have done che setup in windows 7. Workspace gets successfully created but error while creating the project.
I get message
Unable create folder. Item specified as parent is not a folder
while creating folder.I was able to run che in past but facing problem now with this error now.
Envrionment Details:
Che version: eclipse-che-5.0.0-M8-SNAPSHOT
OS and version: Windows 7 Professional
Docker version: [Enter your Docker version here
docker version
on CLI]Che install: Zip
che info output
`
Additional information:
Problem started happening recently, didn't happen in an older version of Che: Not with eclipse-che-5.0.0-M3, I can run with that version now also.
I have tried multiple times on two different machine for doing setup but same error. Any thought ?
The text was updated successfully, but these errors were encountered: