Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
TileStache on AWS EC2
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  11 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Raj  
View profile  
 More options Apr 13 2012, 3:32 pm
From: Raj <arthiyagara...@gmail.com>
Date: Fri, 13 Apr 2012 12:32:18 -0700 (PDT)
Local: Fri, Apr 13 2012 3:32 pm
Subject: TileStache on AWS EC2
Hi,

I am trying to run TileStache on AWS EC2.
Do you have any idea on which IP address I have to run TileSatche so
that I could get it to display in a url?

Because if I use their private IP address, though TileStache gives a
message of running successfully, I cannot get it to display tiles in a
url. And I cannot run it through their Public IP because its already
running an instance.
Any ideas would be appreciated!

-Thanks
Raj


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Greg Allensworth  
View profile  
 More options Apr 13 2012, 3:56 pm
From: Greg Allensworth <gre...@greeninfo.org>
Date: Fri, 13 Apr 2012 12:56:29 -0700
Local: Fri, Apr 13 2012 3:56 pm
Subject: Re: [tilestache] TileStache on AWS EC2
On 4/13/2012 12:32 PM, Raj wrote:

> I am trying to run TileStache on AWS EC2.
> Do you have any idea on which IP address I have to run TileSatche so
> that I could get it to display in a url?

I run TS via Apache and CGI. This allows me to run TS on port 80 and
also to serve other content -- using the EC2's public DNS name.

If you're trying to run TS via the WSGI Werkzeug service, and are seeing
that port 8080 is already in use, this means that something is already
using port 8080. You may want to check into that. If it's an existing TS
instance, and THAT's the one you want to connect to via browser, then
add :8080 to your URLs, e.g.:
    http://12-34-56.amazon.com/
becomes
    http://12-34-56.amazon.com:8080/

If neither of these answer your question, we should back up a bit and
ask how you're trying to run TS.

--
Greg Allensworth, Web GIS Developer
BS  A+  Network+  Security+  Linux+  Server+
GreenInfo Network - Information and Mapping in the Public Interest
564 Market Street, Suite 510  San Francisco CA 94104
PH: 415-979-0343 x302  FX: 415-979-0371    email: gre...@greeninfo.org
Web: www.GreenInfo.org     www.MapsPortal.org

Subscribe to MapLines, our e-newsletter, at www.GreenInfo.org


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arek Skalski  
View profile  
 More options Apr 13 2012, 4:44 pm
From: Arek Skalski <askalsk...@gmail.com>
Date: Fri, 13 Apr 2012 22:44:45 +0200
Local: Fri, Apr 13 2012 4:44 pm
Subject: Re: [tilestache] TileStache on AWS EC2

it is very simple to run tilestache with different port. Simply add the -p
parameter and the any other free port You would like to use (ex. 8081).
Next make sure to add this port to your amazon security group.

2012/4/13 Greg Allensworth <gre...@greeninfo.org>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Somerlot  
View profile  
 More options Apr 13 2012, 10:05 pm
From: Chris Somerlot <csomer...@gmail.com>
Date: Fri, 13 Apr 2012 22:05:13 -0400
Local: Fri, Apr 13 2012 10:05 pm
Subject: Re: [tilestache] TileStache on AWS EC2

I am having the same problem as the OP. I run TS using the Weurkeug
service, on port 8080, with no other web services, on a windows AMI. I
specify the port and IP via commandline flags as the elastic IP of my
instance and port 8080, and I get site not found. If I try with localhost,
works fine.
On Apr 13, 2012 3:56 PM, "Greg Allensworth" <gre...@greeninfo.org> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arek Skalski  
View profile  
 More options Apr 14 2012, 4:03 am
From: Arek Skalski <askalsk...@gmail.com>
Date: Sat, 14 Apr 2012 10:03:38 +0200
Local: Sat, Apr 14 2012 4:03 am
Subject: Re: [tilestache] TileStache on AWS EC2

You can try -i IP option to specify address to listen on . Combine with -p
PORT to be fully custom :) Sometimes is good to read the manual.

2012/4/14 Chris Somerlot <csomer...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Somerlot  
View profile  
 More options Apr 14 2012, 10:30 am
From: Chris Somerlot <csomer...@gmail.com>
Date: Sat, 14 Apr 2012 10:30:12 -0400
Local: Sat, Apr 14 2012 10:30 am
Subject: Re: [tilestache] TileStache on AWS EC2

I did. I tried both the IP listed in ipconfig and the elastic IP assigned
by AWS. Neither work.. I get a socket error with the elastic IP and page
not found with the other.

On Apr 14, 2012 4:03 AM, "Arek Skalski" <askalsk...@gmail.com> wrote:

> You can try -i IP option to specify address to listen on . Combine with

-p PORT to be fully custom :) Sometimes is good to read the manual.

> 2012/4/14 Chris Somerlot <csomer...@gmail.com>

>> I am having the same problem as the OP. I run TS using the Weurkeug

service, on port 8080, with no other web services, on a windows AMI. I
specify the port and IP via commandline flags as the elastic IP of my
instance and port 8080, and I get site not found. If I try with localhost,
works fine.

>> On Apr 13, 2012 3:56 PM, "Greg Allensworth" <gre...@greeninfo.org> wrote:

>>> On 4/13/2012 12:32 PM, Raj wrote:

>>>> I am trying to run TileStache on AWS EC2.
>>>> Do you have any idea on which IP address I have to run TileSatche so
>>>> that I could get it to display in a url?

>>> I run TS via Apache and CGI. This allows me to run TS on port 80 and

also to serve other content -- using the EC2's public DNS name.

>>> If you're trying to run TS via the WSGI Werkzeug service, and are

seeing that port 8080 is already in use, this means that something is
already using port 8080. You may want to check into that. If it's an
existing TS instance, and THAT's the one you want to connect to via
browser, then add :8080 to your URLs, e.g.:
>>>   http://12-34-56.amazon.com/
>>> becomes
>>>   http://12-34-56.amazon.com:8080/

>>> If neither of these answer your question, we should back up a bit and

ask how you're trying to run TS.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arek Skalski  
View profile  
 More options Apr 14 2012, 12:00 pm
From: Arek Skalski <askalsk...@gmail.com>
Date: Sat, 14 Apr 2012 18:00:35 +0200
Local: Sat, Apr 14 2012 12:00 pm
Subject: Re: [tilestache] TileStache on AWS EC2

hmm, maby you have some kind of firewall by your system? ports blocked by
windows?

2012/4/14 Chris Somerlot <csomer...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chris Somerlot  
View profile  
 More options Apr 14 2012, 12:45 pm
From: Chris Somerlot <csomer...@gmail.com>
Date: Sat, 14 Apr 2012 12:45:30 -0400
Local: Sat, Apr 14 2012 12:45 pm
Subject: Re: [tilestache] TileStache on AWS EC2

What port would I need to open besides the one I specified, 8080?
On Apr 14, 2012 12:00 PM, "Arek Skalski" <askalsk...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Arek Skalski  
View profile  
 More options Apr 15 2012, 5:35 am
From: Arek Skalski <askalsk...@gmail.com>
Date: Sun, 15 Apr 2012 11:35:41 +0200
Local: Sun, Apr 15 2012 5:35 am
Subject: Re: [tilestache] TileStache on AWS EC2

8080 seems to be enough. Have you enabled 8080 in AMI configuration? It
needs to be set to be open for your IP. When you starder the tilestache on
elastic IP did you try to access the tiles directly from the server? Maby
the port isn't open for IP of machine you are testing on .

2012/4/14 Chris Somerlot <csomer...@gmail.com>


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Raj  
View profile  
 More options Apr 15 2012, 6:24 pm
From: Raj <arthiyagara...@gmail.com>
Date: Sun, 15 Apr 2012 15:24:16 -0700 (PDT)
Local: Sun, Apr 15 2012 6:24 pm
Subject: Re: TileStache on AWS EC2
HI,

So, I am trying to specify my private IP address & port (8080 or even
a different port). When I start TileStache using tilestache-server.py,
it says 'runing at that particular ip address & port' (I starting the
server file from a ssh client). I am assuming that private IP address
in AWS EC2 is connected with running instance(am I right?). Of course
in url I cant access using my private IP. So, I use my public IP(of
AWS) and specify the same port I used previously to run using private
IP. Then it says 'The server at xx.xx.xx.xx. is taking too long to
respond.'... ??

-Raj

On Apr 15, 5:35 am, Arek Skalski <askalsk...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Thiyagarajan  
View profile  
 More options Apr 16 2012, 2:43 am
From: Thiyagarajan <arthiyagara...@gmail.com>
Date: Mon, 16 Apr 2012 02:43:50 -0400
Local: Mon, Apr 16 2012 2:43 am
Subject: Re: [tilestache] Re: TileStache on AWS EC2

Hello Folks,

Never mind.. Finally I got it running! The Key was to add the port number
with default IP 0.0.0.0/0 to the AWS security group.
This link was useful
http://support.rightscale.com/12-Guides/Dashboard_Users_Guide/Clouds/...
May be I should have read this before. ;)

-Thanks
Raj


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »