-
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
Error while creating the project Internal Server Error #979
Comments
It seems there is no network in the container. Can you please try to run the image with bash using such command as |
@ddementieva I tried to ping the github manually inside the container. |
I'd first make sure that Windows firewall isn't blocking anything in the VM. Running |
@eivantsov I am able to ping the github from ubuntu VM's terminal. |
You may want to try disabling iptables in the VM |
@eivantsov I did runt he following commands in the VM terminal to disable the iptables. |
What happens if you run:
|
@eivantsov I ran the commands as said by you. Below is the output kumo@kumo-VirtualBox:~$ docker run -ti --net=host codenvy/ubuntu_jdk8 bash
When you say "--net=host is the key here" that means I should replace the host by the IP address of the VM? |
@kushalmokashi |
@eivantsov Hi, I am still not able to resolve this issue. I know its something related to the network configuration, but if somebody can help me to solve this then it will be of great help. Let me know what all details(like system configuration and docker configuration etc.) you need from my side. |
@kushalmokashi I suggest that you start a thread with Docker community - this way you will resolve the issue much faster. I personally haven't met such a problem since my only Docker on Windows experience is running Docker in a VM created by docker-machine. |
@eivantsov The issue is resolved for me. I had to explicitly configure the --dns="IP_Addr" in the docker file, which is located in the /etc/default/ folder. Now it works. |
Hi,
System description:
Host OS: Windows
Virtual box:Oracle VM virtual box 5.0.12
guest OS: Ubuntu 14.04 trusty.
kernel version: 4.2.0-27-generic
Scenario:
Now when I click on New Project,I am getting the "Error while creating the project
Internal Server Error: fatal: unable to access 'https://github.com/che-samples/console-java-simple.git/': Could not resolve host: github.com " error.
The workspace will be created but not able to create the project.
All the log files have been attached and also a screen shot has been attached.
Is there any steps which I am missing during the setup.?
Please help to resolve this issue.
1.txt
catalina-0log.txt
localhost-access-0log.txt
machineIdlogs.txt
The text was updated successfully, but these errors were encountered: