Re: Problems deploying to app engine

2011-08-14 Thread Oliver Uvman
Oh! Here is what the HTML looks like at the time of the exception: http://dl.dropbox.com/u/6174666/909C8695A83550446C89538CB145ACB1.cache.html On Aug 14, 1:57 pm, Oliver Uvman wrote: > So I added to the Circulus.gwt.xml > module so that I can run the compiled version locally in chrome. > Compil

Re: Problems deploying to app engine

2011-08-14 Thread Oliver Uvman
So I added to the Circulus.gwt.xml module so that I can run the compiled version locally in chrome. Compiling with log level info and output style detailed. Getting this circulus.nocache.js: http://dl.dropbox.com/u/6174666/circulus.nocache.js And the following uncaught errors: Uncaught # (anony

Re: Problems deploying to app engine

2011-08-13 Thread Shawn Brown
Hi, You can see what that is like here: > http://3.michaeltyack.appspot.com > Look at firebug or the web inspector in safari or chrome and look for errors in the console. It shows an error stemming from this code in 909C8695A83550446C89538CB145ACB1.cache.html:1486[object Object]: function dyna

Re: Problems deploying to app engine

2011-08-13 Thread Oliver Uvman
Oh, I also want to note that there are no errors logged for the appengine application. File fetches seem to work properly. //Oliver On Aug 13, 9:49 pm, Oliver Uvman wrote: > Hello! > > I've got a relatively simple project that I've been working on for a > while. I recently successfully deployed

Problems deploying to app engine

2011-08-13 Thread Oliver Uvman
Hello! I've got a relatively simple project that I've been working on for a while. I recently successfully deployed it to app engine using the google plugin for eclipse. The result can be seen here http://michaeltyack.appspot.com/ After this, I've made some changes to the project. It still works