I need to update my project with a new version. Upload process is ok.
But when entering start serving phase my console shows problem as seen on attached file.
In this case I didn't follow any specific instructions.
I'm using batch file (.bat) on a Windows 7 machine to upload my projects.
Here is the code inside it:
cd "C:\Program Files (x86)\Google\google_appengine\launcher"
appcfg.py -v update --no_cookies D:\\MIS\\Projects\\Svrapprovalmemo
pause
With similar .bat code above, other projects uploaded normally as expected.
What should I do?
Any help would be very much appreciated!