The s~ is supposed to be an invisible modifier for High Replication applications. Give this a try:
appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url= http://helixchewer.appspot.com/_ah/remote_api --application=s~helixchewer -- Ikai Lan Developer Programs Engineer, Google App Engine Blogger: http://googleappengine.blogspot.com Reddit: http://www.reddit.com/r/appengine Twitter: http://twitter.com/app_engine On Sun, Jan 9, 2011 at 8:41 PM, Matthew Stone <[email protected]>wrote: > I can't for the life of me figure out what this error means, or how to > solve it. It looks like I made a typo somewhere (s~helixchewer vs > helixchewer) but I can't figure out where. > > Has anyone run into this before? > > > > appcfg.py create_bulkloader_config --filename=bulkloader.yaml --url= > http://helixchewer.appspot.com/_ah/remote_api > Creating bulkloader configuration. > [INFO ] Logging to bulkloader-log-20110109.232451 > [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-20110109.232451.sql3 > [INFO ] Opening database: bulkloader-results-20110109.232451.sql3 > [INFO ] Connecting to helixchewer.appspot.com/_ah/remote_api > [INFO ] Downloading kinds: > ['__Stat_PropertyType_PropertyName_Kind__'] > [ERROR ] [Thread-1] WorkerThread: > Traceback (most recent call last): > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/tools/adaptive_thread_pool.py", line 150, in > WorkOnItems > status, instruction = item.PerformWork(self.__thread_pool) > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/tools/bulkloader.py", line 691, in PerformWork > transfer_time = self._TransferItem(thread_pool) > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/tools/bulkloader.py", line 1078, in _TransferItem > self, retry_parallel=self.first) > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/tools/bulkloader.py", line 1348, in GetEntities > results = self._QueryForPbs(query) > File "/Applications/GoogleAppEngineLauncher.app/Contents/Resources/ > GoogleAppEngine-default.bundle/Contents/Resources/google_appengine/ > google/appengine/tools/bulkloader.py", line 1319, in _QueryForPbs > raise datastore._ToDatastoreError(e) > BadRequestError: app s~helixchewer cannot access app helixchewer's > data > [INFO ] [Thread-3] Backing off due to errors: 1.0 seconds > [INFO ] An error occurred. Shutting down... > [ERROR ] Error in Thread-1: app s~helixchewer cannot access app > helixchewer's data > > [INFO ] Have 0 entities, 0 previously transferred > [INFO ] 0 entities (1697 bytes) transferred in 2.0 seconds > > > Contents of app.yaml: > > application: helixchewer > version: 1 > runtime: python > api_version: 1 > > handlers: > - url: .* > script: main.py > > builtins: > - datastore_admin: on > - remote_api: on > > -- > 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]<google-appengine%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- 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.
