Just one extra note - dev_appserver.py is lying. It correctly mounted
the specified SQLite data file, yet, it created the database in temp.
After startup i can see the data in the SQLite database through the
_ah/admin interface.

One more thing: dev_appserver.py created the database in the /tmp
folder like it reported, but isn't using it.

2011/10/18 Ricardo Bánffy <rban...@gmail.com>:
> Since the 1.5.5 upgrade, I noticed my dev_appserver.py is acting weird.
>
> $ dev_appserver.py --use_sqlite --datastore_path=dev_appserver_4.sql3 src
> Warning: You are using a Python runtime (2.7) that is more recent than
> the production runtime environment (2.5). Your application may use
> features that are not available in the production environment and may
> not work correctly when deployed to production.
> INFO     2011-10-18 13:08:34,657 appengine_rpc.py:159] Server:
> appengine.google.com
> INFO     2011-10-18 13:08:34,981 appcfg.py:463] Checking for updates to the 
> SDK.
> INFO     2011-10-18 13:08:35,846 appcfg.py:481] The SDK is up to date.
> INFO     2011-10-18 13:08:35,848 rdbms_sqlite.py:58] Connecting to
> SQLite database '' with file '/tmp/dev_appserver.rdbms'
>
> $ ls -l $(which dev_appserver.py)
> lrwxrwxrwx 1 root root 38 2011-09-18 13:59
> /usr/local/bin/dev_appserver.py ->
> /opt/google_appengine/dev_appserver.py
>
> Shouldn't it connect to the ./dev_appserver_4.sql3 database? Am I
> making some basic mistake? Something *really* dumb?
>
>
> --
> Ricardo Bánffy
> http://www.dieblinkenlights.com
> http://twitter.com/rbanffy
>



-- 
Ricardo Bánffy
http://www.dieblinkenlights.com
http://twitter.com/rbanffy

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

Reply via email to