[appengine-java] Unable to URL Fetch Google chart

2010-06-16 Thread brianl
A URL Fetch of a Google chart fails. Attempting w/ the low level API in the development environment... String chart = "http://chart.apis.google.com/chart?chs=250x100&chd=t: 60,40&cht=p3&chl=Hello|World"; FetchOptions options = FetchOptions.Builder.disallowTruncate().followRedirects(); HTTPReques

[appengine-java] Dance Dance Robot, Channel API Help

2010-05-20 Thread brianl
Looking for the Dance Dance Robot demo URL that was shown at Google IO? Think they said we can download an experimental SDK w/ the Channel API for a limited time? Wonder if that's true and how to get it. -- You received this message because you are subscribed to the Google Groups "Google App E

[appengine-java] Re: App Engine cold starts and overly aggressive cycling

2010-05-05 Thread brianl
This is quite an UGLY UGLY issue. GAEJ was working great till now. May have to start looking for alternatives. Seeing restarts within a few seconds to a few minutes of one another... 05-05 10:41PM 29.289 This request caused a new process to be started for your application, ... 05-05 10:41PM 22.3

[appengine-java] Development Server on Windows 7 continues to run after CTRL-C

2010-02-26 Thread brianl
Running the development server on Windows 7 64-bit. After CTRL-C of the development server still seeing the Java process running in the task manager. Have to kill the process from the task manager before relaunching the development server. Using JDK1.6 32-bit. -- You received this message beca