fabric8io / fabric8

fabric8 is an open source microservices platform based on Docker, Kubernetes and Jenkins
http://fabric8.io/
1.76k stars 504 forks source link

Creating container thread gets in infinit loop #2103

Closed kleyer closed 10 years ago

kleyer commented 10 years ago

If I try to install quick start samples for tomcat (I use quickstarts-war-rest) just following the read-me guide. After the

container-create-child --profile quickstarts-war-rest root my-rest

it hangs. Thread with name "Creating container my-rest" grab whole the CPU and never stop.

sonofingo commented 10 years ago

You have probably encountered the same bug as I did: https://github.com/fabric8io/fabric8/issues/2072

jstrachan commented 10 years ago

we'll cut CR6 soon with this fix...

davsclaus commented 10 years ago

Yeah should be fixed in next release. Sorry about that.

kleyer commented 10 years ago

Thank you for the quick response! I checked it in master branch - now it works good.