Good afternoon,

I'm new with GAE using JAva, and I have some problems that Im not able
to resolve..

Start point:
Environment: OS  Ubuntu 10.04. / appengine-java-sdk-1.3.5
I have created an application (id = "tyd") to manage entities of king MenuInfo.
The application let me create and select entities from the datastore
without problems.

Problem 1:
- When I try to access URL http://localhost:8080/_ah/login, checking "
Sign in as Administrator", and logging with my account:
david.saenz.taga...@gmail.com, I get the next error: HTTP ERROR 404 -
Problem accessing /_ah/null. Reason: NOT_FOUND
Where is my error?


Problem 2:
- When I try to generate the file bulkloader.yaml by one of the next
two options, I allways get the log attached.. The bulkloader.yaml
generated doesnt contain any kind of entity!! But I can get entities
from my application!!.. What could be happening?

Note: the next options are used with "google_appengine" for Python.

Option 1:  ./appcfg.py create_bulkloader_config
--filename=bulkloader.yaml --url=http://localhost:8080/remote_api
--application=tyd --email=david.saenz.taga...@gmail.com
Option 2:  ./bulkloader.py --create_config --filename=bulkloader.yaml
--url=http://localhost:8080/remote_api --app_id=tyd
--email=david.saenz.taga...@gmail.com

Log generated:

/home/david/google_appengine/
google/appengine/ext/remote_api/remote_api_stub.py:64:
DeprecationWarning: the sha module is deprecated; use the hashlib
module instead
  import sha
/home/david/google_appengine/google/appengine/tools/dev_appserver_login.py:33:
DeprecationWarning: the md5 module is deprecated; use hashlib instead
  import md5
[INFO    ] Logging to bulkloader-log-20100727.195825
[INFO    ] Throttling transfers:
[INFO    ] Bandwidth: 250000 bytes/second
[INFO    ] HTTP connections: 8/second
[INFO    ] Entities inserted/fetched/modified: 20/second
[INFO    ] Batch Size: 100
[INFO    ] Opening database: bulkloader-progress-20100727.195825.sql3
[INFO    ] Opening database: bulkloader-results-20100727.195825.sql3
Password for david.saenz.taga...@gmail.com:
[INFO    ] Connecting to localhost:8080/remote_api
[INFO    ] Downloading kinds: ['__Stat_PropertyType_PropertyName_Kind__']
.
[INFO    ] Have 0 entities, 0 previously transferred
[INFO    ] 0 entities (293 bytes) transferred in 18.3 seconds

Thanks everybody.. and sorry.. My english level is not good :S

David

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-j...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to