I have successfully used appcfg.py upload_data to get lots of data onto
my app at appspot.google.com.


Now, I'd like to have the same, complete dataset on my development
server. However, each attempt of appcfg.py to hit the development
server is failing. A clue is that it is generating a server log:

[WARN] java.lang.IllegalArgumentException: Cookie name "Path" is a
reserved token



Here is the full command:



appcfg.py --config_file=configuration.kind2.yaml
--application=<myappid> --url=http://localhost:8888/_ah/remote_api
--no_cookies --filename=<datafilename> --kind=<data kind>
--log_file=tmp/bulkloader.log --db_filename=tmp/bulkloader.sql3
upload_data


I'm on the latest and greatest of just about everything and am stumped
now. Versions are below. Ideas are welcome.


Again, the same script --- except for authentication differences ---
has worked over and over again on appspot. ~Brian


Dev server launched by Google App Engine Java SDK 1.3.8 Plugin
Plug-in is running under Eclipse 3.6 Helios SR1.
Yesterday (10/24/2010) I accepted a Java update from Apple, to 13.3.0.
OS is Mac OS X 10.6.4.

-- 
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