I downloaded 1.4 yesterday and try to run it on Windows7 64 bit, but still with Java 6u35, I set the App Engine directory correctly:
set AEJSDK=..\..\appengine-java-sdk-1.7.2
but get a fatal error
No fixid list found.
Any idea?
when I start the browser at http://localhost:8888/ it seams to be that I get the old personal server which is still available in another directory?
Taifun
23.09.2012 15:42:16 com.google.apphosting.utils.jetty.JettyLogger info
INFO: Logging to JettyLogger(null) via com.google.apphosting.utils.jetty.JettyLogger
23.09.2012 15:42:18 com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed C:\Prog\appinventor-personal-V1.4\AppEngine\war\WEB-INF/appengine-web.xml
23.09.2012 15:42:18 com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed C:\Prog\appinventor-personal-V1.4\AppEngine\war\WEB-INF/web.xml
23.09.2012 15:42:18 com.google.apphosting.utils.jetty.JettyLogger info
INFO: jetty-6.1.x
23.09.2012 15:42:19 com.google.appinventor.server.IdMap <init>SCHWERWIEGEND: No fixid list found.23.09.2012 15:42:20 com.google.appengine.api.datastore.dev.LocalDatastoreService
init
INFO: Local Datastore initialized:
Type: Master/Slave
Storage: C:\Prog\appinventor-personal-V1.4\AppEngine\war\WEB-INF\appengine-generated\local_db.bin
23.09.2012 15:42:20 com.google.appengine.api.datastore.dev.LocalDatastoreService
load
INFO: Time to load datastore: 100 ms
23.09.2012 15:42:22 com.google.apphosting.utils.jetty.JettyLogger info
INFO: Started SelectChannelConnector@localhost:8888
23.09.2012 15:42:22 com.google.appengine.tools.development.DevAppServerImpl start
INFO: The server is running at
http://localhost:8888/23.09.2012 15:42:22 com.google.appengine.tools.development.DevAppServerImpl start
INFO: The admin console is running at
http://localhost:8888/_ah/admin