[appengine-java] Re: Total Stored Data billing is misleading

2011-08-16 Thread GoSharp Lite
For the past few days, I start to use DeferredTask extensively for numerical calculation. Results of my numerical calculation are good, but there is one huge problem. The 'Total Stored Data' increases from 3.00 GBytes to 11.50 GBytes. Since my numerical calculation does not save entities into

[appengine-java] Total Stored Data billing is misleading

2011-08-14 Thread GoSharp Lite
My admin console shows 'Size of all entities' is 1 GByte. My Billing Status show 'Total Stored Data' is 9.45 GBytes. It seems the billable 'Total Stored Data' is affected by datastore entities, indexes, memcache, task queue and other background mechanism. I will be a much happier customer if I

[appengine-java] Re: Reverse proxy won't allow Google Accounts sign in

2011-03-02 Thread GoSharp Lite
; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; } Now users in China should be able to sign in by Google Accounts and play. http://web.gochild2011.com On Mar 1, 9:43 am, GoSharp Lite gosharpl...@gmail.com wrote: A reverse proxy positioned in front of Google Apps may

[appengine-java] Reverse proxy won't allow Google Accounts sign in

2011-02-28 Thread GoSharp Lite
In order to give users in China access to http://gochild2009.appspot.com , a reverse proxy has been set up at http://50.56.75.253 using Nginx. When I try to sign in from http://50.56.75.253 , Google Accounts will re-direct back to http://50.56.75.253 without sign in. Is it possible to have a

[appengine-java] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
(SelectChannelEndPoint.java: 409)         at org.mortbay.thread.QueuedThreadPool $PoolThread.run(QueuedThreadPool.java:582) On Dec 3, 6:30 pm, GoSharp Lite gosharpl...@gmail.com wrote: I have just upgraded Eclipse Galileo with AppEngine version 1.4.0. There seems to be a mismatch of Tomcat versions between pre

[appengine-java] Re: 1.4 eclipse plugin

2010-12-04 Thread GoSharp Lite
(SelectChannelEndPoint.java: 409)         at org.mortbay.thread.QueuedThreadPool $PoolThread.run(QueuedThreadPool.java:582) On Dec 3, 6:30 pm, GoSharp Lite gosharpl...@gmail.com wrote: I have just upgraded Eclipse Galileo with AppEngine version 1.4.0. There seems to be a mismatch of Tomcat versions between pre

[appengine-java] Re: 1.4 eclipse plugin

2010-12-03 Thread GoSharp Lite
I have just upgraded Eclipse Galileo with AppEngine version 1.4.0. There seems to be a mismatch of Tomcat versions between pre- compilation and execution. Does anyone have a solution with jsp compilation issue? Local server shows below logs with SDK 1.4.0 - HTTP ERROR 500 Problem accessing /.

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-27 Thread GoSharp Lite
to remember to adjust the path later. On Mon, Jul 26, 2010 at 9:47 PM, GoSharp Lite gosharpl...@gmail.com wrote: Thanks, Don. It works like a charm after I include below line in html. script src=/_ah/channel/jsapi/dev-channel-js.js/script On Jul 26, 11:03 pm, Don Schwarz schwa...@google.com wrote

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-26 Thread GoSharp Lite
not referencehttp://talkgadget.google.com/talkgadget/channel.jsdirectly.  That path will never work in the DevAppServer.  The dance-dance-robot sample will be updated when 1.3.6 is launched and this works in the DevAppServer without the above workaround. On Mon, Jul 19, 2010 at 10:13 PM, GoSharp Lite

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-19 Thread GoSharp Lite
I have the same error using dev server. If you deploy your app to production server, below error log shows channel service is not enable. exception: com.google.apphosting.api.ApiProxy $FeatureNotEnabledException: The channel service is not enabled. It seems we have to patiently wait:) On Jul

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-18 Thread GoSharp Lite
I believe you are using script src='/_ah/channel/jsapi'/script, which gives $wnd.goog is undefined. Try script src='http://talkgadget.google.com/talkgadget/channel.js'/ script. On Jul 16, 9:11 am, Daniel Guermeur superco...@gmail.com wrote: Hello there, I am building a GWT+ GAE app based on

[appengine-java] Re: Dance Dance Robot error / Channel API

2010-07-18 Thread GoSharp Lite
I did not get your error on running below code. public static final native Channel createChannel(String channelId) /*- { return new $wnd.goog.appengine.Channel(channelId); }-*/; I have successfully create a channelId string on server side. The format looks like channel--9iwvs5-testing. Then

[appengine-java] Changing default encryption policy of GAE

2009-10-23 Thread GoSharp Lite
Hi All, My webapp works on my notebook and can handle encryption/decryption with higher strength keys. This is possible because I have downloaded the Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files. And installed these Policy Files in my notebook. Unluckily GAE