aaronbannin opened a new issue #3255: manifest.json not created or found
URL: https://github.com/apache/incubator-superset/issues/3255
 
 
   Make sure these boxes are checked before submitting your issue - thank you!
   
   - [x ] I have checked the superset logs for python stacktraces and included 
it here as text if any
   - [x ] I have reproduced the issue with at least the latest released version 
of superset
   - [x ] I have checked the issue tracker for the same issue and I haven't 
found one similar
   
   
   ### Superset version
   `Superset 0.19.0`
   
   ### Expected results
   Accessing `localhost:8088` shows home page.
   
   ### Actual results
   Accessing `localhost:8088` shows a partially loaded homepage. Selecting a 
link shows a functional page.
   
   Server logs:
   ```
   Starting server with command: 
   gunicorn -w 2 --timeout 60 -b  0.0.0.0:8088 --limit-request-line 0 
--limit-request-field_size 0 superset:app
   
   [2017-08-07 21:03:03 -0700] [59190] [INFO] Starting gunicorn 19.7.1
   [2017-08-07 21:03:03 -0700] [59190] [INFO] Listening at: http://0.0.0.0:8088 
(59190)
   [2017-08-07 21:03:03 -0700] [59190] [INFO] Using worker: sync
   [2017-08-07 21:03:03 -0700] [59193] [INFO] Booting worker with pid: 59193
   [2017-08-07 21:03:03 -0700] [59194] [INFO] Booting worker with pid: 59194
   no manifest file found at 
/usr/local/projects/incubator-superset/superset/static/assets/dist/manifest.json
   ```
   
   ### Steps to reproduce
   Followed installation instructions here: 
`https://superset.incubator.apache.org/installation.html`
   
   Using Python 3 with venv.
   <img width="1226" alt="screen shot 2017-08-07 at 9 15 02 pm" 
src="https://user-images.githubusercontent.com/6948336/29056106-8ead49e2-7bb5-11e7-95dd-c1dfdd9663ac.png";>
   
   
   
 
----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to