question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

docker fails when starting a workspace

See original GitHub issue

Merry christmas and happy New year!

When I start any workspace I have a docker error.

docker-error

Reproduction Steps:

$ git clone https://github.com/eclipse/che.git $ cd che/assembly $ mvn clean install $ cd assembly-main/target/eclipse-che-5.0.0-SNAPSHOT/eclipse-che-5.0.0-SNAPSHOT/bin $ ./che.sh start

  1. Create a new workspace and start it

Expected behavior:

It starts the workspace.

Observed behavior:

The error: Could not start workspace wksp-u18r. Reason: Start of environment default failed. Error: Error response from docker API, status: 404, message: Failed to program FILTER chain: iptables failed: iptables --wait -I FORWARD -o br-f6715790d40d -j DOCKER: iptables v1.4.21: Couldn't load target 'DOCKER':No such file or directory Try 'iptables -h' or 'iptables --help' for more information. (exit status 2)

Che version: the latest
OS and version: Ubuntu 14.04
Docker version: Docker version 1.12.5, build 7392c3b

Additional information:

The host computer is behind a proxy.

  • Problem started happening recently, didn’t happen in an older version of Che: No
  • Problem can be reliably reproduced, doesn’t happen randomly: Yes

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Dec 28, 2016

@aleksei-burakov that is certainly some iptables issue.

Can you manually run docker containers?

docker run -ti -P codenvy/ubuntu_jdk8 bash

Does the above command open a shell into a container?

1reaction
TylerJewellcommented, Dec 28, 2016

Well it is certainly great to start that kind of cheer! Thank you.

The technique that you used to start Che is about to be removed. The only allowed way to start Che moving forward will be through a docker container. And the files in the root of the repo will be removed.

Can you test this technique? https://github.com/eclipse/che/tree/master/docs/_docs/setup

Read more comments on GitHub >

github_iconTop Results From Across the Web

Permission error when starting workspace on Laradock ...
Each time when starting docker-compose up on Laradock, receives Permission error for workspace laradock on Windows 10.
Read more >
Unable to start workspace docker image:Error creating machine
1. Uninstall docker and oracle virtualbox · 2. Remove all previous docker images from the c:\Users\...\.docker folder · 3. Install DockerToolbox-1.12.5 · 4....
Read more >
Create a Dev Container - Visual Studio Code
The Visual Studio Code Dev Containers extension lets you use a Docker container as a full-featured development environment. It allows you to open...
Read more >
Chapter 8. Administering workspaces - Red Hat Customer Portal
Viewing logs from a failed workspace start ... The developer environment contains Docker containers, Kubernetes pods, and a virtual machine or localhost.
Read more >
Troubleshooting — Kasm 1.12.0 documentation
There are a number of reasons for this error message to occur, generally, this error message means that the workspace had requirements that...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found