I recently upgraded Google App Engine to 1.7.7. and have not been able to run any apps locally since. This includes apps that worked before the update and apps I\'ve created
For people who got Unknown key when running fuser -k 8080/tcp, here is a solution which worked for me:
Unknown key
fuser -k 8080/tcp
lsof -P | grep ':8080' | awk '{print $2}' | xargs kill -9