hobuinc / greyhound

Greyhound is a point cloud streaming server. It should be considered deprecated for now. Use Entwine and Entwine Point Tile directly if you just want to serve point cloud web services.
https://greyhound.io
Apache License 2.0
131 stars 51 forks source link

put-pipeline hangs forever #25

Closed vpicavet closed 9 years ago

vpicavet commented 9 years ago

Steps to reproduce :

vagrant up
vagrant ssh
vagrant@greyhound-dev:/vagrant/examples/data$ ../cpp/put-pipeline  read.xml

There it hangs forever. No error message, no information displayed. Same with AZ stadium.

connormanning commented 9 years ago

This was due to NPM's default hipache installation having a bad version of dependency http-proxy (see https://github.com/hipache/hipache/issues/225), so Greyhound wasn't starting properly. Fixed in c99bfabced867d892ca490f208d7ff7ae1f9cc76.

vpicavet commented 9 years ago

Great, thanks !