Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no service on port 8001. geotrellis GeoTiffReader compilation error #666

Open
levareg opened this issue Jan 19, 2016 · 0 comments
Open

no service on port 8001. geotrellis GeoTiffReader compilation error #666

levareg opened this issue Jan 19, 2016 · 0 comments

Comments

@levareg
Copy link

levareg commented Jan 19, 2016

On Ubuntu 12.04.5 LTS, from the master branch, and after applying feature/fix-sbt-launch.

When uploading a first GTFS (/#/settings/upload) using the web interface, the following error message is returned

502 Bad Gateway nginx/1.1.19

Investigating the 502 error, I found out that a request was sent to 127.0.0.1:8001, but no service is Listening on port 8001 (lsof -iTCP -P).

Manually trying to start geotrellis (/etc/init/oti-geotrellis.conf) after replacing
import geotrellis.vector.json_ by
import geotrellis.vector.io.json_
sudo ./sbt 'project opentransit' -mem 5600 run

the following GeoTiffReader error is returned, preventing geotrellis from starting

[error] /home/vbox/dev/open-transit-indicators/scala/geotrellis-transit/src/main/scala/geotrellis/transit/Main.scala:182: geotrellis.raster.io.geotiff.reader.GeoTiffReader.type does not take parameters
[error] val (jobTile, extent, crs) = GeoTiffReader(inPath).read.imageDirectories.head.toRaster

How can I get geotrellis up and running for open-transit-indicators to process GTFS?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant