I figured it out. It was a temporary issue. Undeploying, restarting the server and then deploying the application fixed the problem. Empty password with any email forks fine.
On Sep 29, 6:24 pm, Zacheusz Siedlecki <[email protected]> wrote: > I can't upload data to my GAE Java dev serwer. Bulkloader asks for a > password, but no password (even empty) matches: > > D:\python_google_appengine>appcfg.py upload_data -- > config_file=bulkloader.yaml --filename=templates.csv --url=http:// > localhost:8080/remote_api --kind=EmailMessageTemplate -- > application=myappid --insecure > Uploading data records. > [INFO ] Logging to bulkloader-log-20110927.084025 > [INFO ] Throttling transfers: > [INFO ] Bandwidth: 250000 bytes/second > [INFO ] HTTP connections: 8/second > [INFO ] Entities inserted/fetched/modified: 20/second > [INFO ] Batch Size: 10 > [INFO ] Opening database: bulkloader-progress-20110927.084025.sql3 > Please enter login credentials for localhost > Email: [email protected] > Password for [email protected]: > [INFO ] Connecting to localhost:8080/remote_api > 2011-09-27 08:40:44,062 WARNING appengine_rpc.py:435 ssl module not > found. > Without the ssl module, the identity of the remote host cannot be > verified, and > connections may NOT be secure. To fix this, please install the ssl > module fromhttp://pypi.python.org/pypi/ssl. > To learn more, seehttp://code.google.com/appengine/kb/general.html#rpcssl > . > Please enter login credentials for localhost > Email: Interrupted. > > Then how to create credentials with a password on Java dev server or > bypass password requirement? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
