I'm bummed out. Just watched Massimo's incredible Vimeo video but now 
stuck, trying to deploy on an AWS EC2

Environment:
AWS EC2 / Windows 2008 R2 3.75GB memory / Python 2.7  / web2py (latest)

What I can do:
I ran the source, and the server comes up fine with interactions via local 
host.

What I cannot do:
I get a Rocket error (see below) when I attempt to start the server with 
the VM's IP address (I have an Elastic IP address).

I've tried:
- tweaked the Windows firewall, explicitly allowing all inbound connections 
for python.exe
- for the VM security group, explicitly allowed for incoming port 80 
connections
- attempted to use the options.py Windows service, but my web2py doesn't 
recognize command switch -W 

Win CMD Windows (run with Admin privileges) commands and error messages 
shown below:
-------------------------------------
D:\>C:\Python27\python.exe d:\pySrc\web2py\web2py.py -a 'password' -i 
54.xxx.xxx.xxx -p 80
web2py Web Framework
Created by Massimo Di Pierro, Copyright 2007-2014
Version 2.9.11-stable+timestamp.2014.09.15.23.35.11
Database drivers available: SQLite(sqlite3), MySQL(pymysql), 
PostgreSQL(pg8000),
 MSSQL(pyodbc), DB2(pyodbc), Teradata(pyodbc), Ingres(pyodbc), IMAP(imaplib)

please visit:
        http://54.xxx.xxx.xxx/
use "taskkill /f /pid 1628" to shutdown the web2py server


ERROR:Rocket.Errors.Port80:Socket 54.xxx.xxx.xxx:80 in use by other process 
and
it won't share.
WARNING:Rocket.Errors.Port80:Listener started when not ready.

-- 
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
--- 
You received this message because you are subscribed to the Google Groups 
"web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to web2py+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to