You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/04/19 08:00:16 UTC

[GitHub] Overv opened a new issue #2581: Latest Docker container is broken

Overv opened a new issue #2581: Latest Docker container is broken
URL: https://github.com/apache/cloudstack/issues/2581
 
 
   ##### ISSUE TYPE
    * Bug Report
   
   ##### COMPONENT NAME
   <!--
   Categorize the issue, e.g. API, VR, VPN, UI, etc.
   -->
   ~~~
   Docker
   ~~~
   
   ##### CLOUDSTACK VERSION
   <!--
   New line separated list of affected versions, commit ID for issues on master branch.
   -->
   
   ~~~
   Master branch (15afc35)
   ~~~
   
   ##### CONFIGURATION
   <!--
   Information about the configuration if relevant, e.g. basic network, advanced networking, etc.  N/A otherwise
   -->
   No configuration at all, just ran the docker container with the command specified on:
   
   https://hub.docker.com/r/cloudstack/simulator/
   
   ##### OS / ENVIRONMENT
   <!--
   Information about the environment if relevant, N/A otherwise
   -->
   Docker 17.12.0-ce running on Ubuntu 16.04.3 LTS
   
   ##### SUMMARY
   <!-- Explain the problem/feature briefly -->
   
   The container stops doing anything after setting up mysqld (and restarting it around 8 times) and the web server on port 8080 returns error 503 Service Unavailable.
   
   ##### STEPS TO REPRODUCE
   <!--
   For bugs, show exactly how to reproduce the problem, using a minimal test-case. Use Screenshots if accurate.
   
   For new features, show how the feature would be used.
   -->
   
   <!-- Paste example playbooks or commands between quotes below -->
   ~~~
   docker pull cloudstack/simulator
   docker run --name cloudstack -d -p 8080:8080 cloudstack/simulator
   <open browser at http://localhost:8080/client/>
   ~~~
   
   <!-- You can also paste gist.github.com links for larger files -->
   
   ##### EXPECTED RESULTS
   <!-- What did you expect to happen when running the steps above? -->
   
   ~~~
   A functional Cloudstack dashboard
   ~~~
   
   ##### ACTUAL RESULTS
   <!-- What actually happened? -->
   
   <!-- Paste verbatim command output between quotes below -->
   ~~~
   503 Service Unavailable
   
   Powered by Jetty
   ~~~
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services