[appengine-java] Re: Lots of 500 errors

2011-06-07 Thread Nichole
Hi Hector, The apache commons http client isn't loaded by the appengine classloader now. It's included in a repackaged form for use in testing in appengine-api-stubs.jar, but shouldn't be included in the deployment. Any 3rd party library using that class will have the same problem. You can

[appengine-java] Clearing Mem Cache in JUnit Tests with sdk 1.5.0.1 throws error

2011-06-07 Thread Heiko Roth
Everythings works fine appengine sdk 1.4.3. With Version 1.5.0 Memcache didn't work at all. Now (Version 1.5.0.1) com.google.appengine.api.memcache.jsr107cache.GCache.clear() throws an error. The error occurs using jsr107 or javax. java.lang.VerifyError: class

[appengine-java] Is the native API really so much faster than JDO and slim3?

2011-06-07 Thread DennisP
I'm looking at this online demo: http://slim3demo.appspot.com/performance/ Sample run: The number of entities: 1 low-level API:get: 2 millis Slim3: 2490 millis JDO: 6030 millis Is the low-level API really that much faster? -- You received this message because you are subscribed to the

[appengine-java] Re: Is the native API really so much faster than JDO and slim3?

2011-06-07 Thread Ian Marshall
The low-level API does indeed look very fast. Just a comment on JDO: repeat runs roughly halve the JDO run time. I presume that this is because for repeat runs the JDO persistence manager factory has already been constructed. On Jun 6, 8:44 pm, DennisP dennisbpeter...@gmail.com wrote: I'm

[appengine-java] Re: Channel API (Java) doesn't work locally, but in production mode.

2011-06-07 Thread Moishe
Are you all using GWT? Any chance you can include some debug logs that include a request to / _ah/channel/dev/.*? And also log the token that's returned from ChannelService.CreateChannel? Thanks- -Moishe -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Secure Data Connector Spring

2011-06-07 Thread Darren Haken
Hi, Is it possible to use the Spring REST API's with the Secure Data Connector e.g. RestTemplate or am I forced to use the URLFetch directly? I read somewhere that AppEngine will still use the secure data connector but I wondered if someone could confirm this to me. -- You received this

[appengine-java] Request was aborted after waiting too long to attempt to service your request.

2011-06-07 Thread holger
Hello everyone, i am running a java REST service in the appengine and get this: Request was aborted after waiting too long to attempt to service your request. This may happen sporadically when the App Engine serving cluster is under unexpectedly high or uneven load. If you see this message

[appengine-java] Re: Not able to commit changes to google code, eclipse plugin keep asking for password even if I am already logged in.

2011-06-07 Thread Prashant
older version used to work fine for me ... is there any way to downgrade to older version ? On Mon, Jun 6, 2011 at 12:32 PM, Prashant antsh...@gmail.com wrote: anyone ? On Mon, Jun 6, 2011 at 12:39 AM, Prashant antsh...@gmail.com wrote: Hi, Since last eclipse plugin update (few days

[appengine-java] Re: LifecycleManager javadoc

2011-06-07 Thread Justin Haugh
On Sunday, June 5, 2011 2:32:57 AM UTC-7, radzish wrote: Hi, Backends Overview page: http://code.google.com/appengine/docs/java/backends/overview.html Briefly explains how to use LifecycleManager. Therefore, reference to its javadoc

[appengine-java] Re: Lots of 500 errors

2011-06-07 Thread hector@ISB
I am using the URLFetchService low level api (which works great, esp Futures). I checked my dependencies for commons-httpclient but I didn't find any... I do have commons-fileupload, commons-lang, commons-logging from apache... as well as aopalliance, log4j and a bunch of springframework jars.

Re: [appengine-java] Re: Short-lived timer

2011-06-07 Thread Ikai Lan (Google)
Another possibility could be to lazily calculate turns. When a user has either a rich client or web browser open, it pings the server every N seconds. The server then evaluates whether it's a new turn or not and does the computations at this time. If M turns have passed, the server runs the game

Re: [appengine-java] share libraries between application

2011-06-07 Thread Ikai Lan (Google)
Yes, but locally, you should still add the files to your WEB-INF/lib directory. When you upload files, we hash the contents and check the signature against other files already uploaded so you only upload files that changed. Ikai Lan Developer Programs Engineer, Google App Engine Blog:

[appengine-java] common reasons for compile jsp error

2011-06-07 Thread Shash Joshi
My app runs locally, but when I go to deploy to GAE I get an compile jsp error at line -1. I'm not doing anything fancy. Is there a do and don'ts for jsp in GAE which I can check my code against? -- You received this message because you are subscribed to the Google Groups Google App Engine for

Re: [appengine-java] Re: Can't create application - SMS says account already verified

2011-06-07 Thread Ikai Lan (Google)
Just fill out that form and put your name in the comments. That form is effectively a manual whitelisting request for us. We go through each of the requests and approve them. It just has a longer turnaround time. Ikai Lan Developer Programs Engineer, Google App Engine Blog:

Re: [appengine-java] Request was aborted after waiting too long to attempt to service your request.

2011-06-07 Thread Ikai Lan (Google)
You get this error when your request waits in a pending queue. App Engine apps are autoscaled IF they can average under 1000ms. If they cannot, we do not give you additional instances, and requests line up in a pending queue. If your request waits in the pending queue for more than N seconds (I

[appengine-java] DLL how to handle data tables

2011-06-07 Thread Nathan Stiles
I'm coming from a strong c# background. I'm used to visually designing my tables in SSMS then having VS create the data logic. I obviously see the greater flexibility of the way data is handled in appengine. I'm used to a strongly typed dataset, how can I achieve this in java for use with

Re: [appengine-java] Request was aborted after waiting too long to attempt to service your request.

2011-06-07 Thread Holger Weissböck
Hello Ikai, thanks a lot for clearing that up! I will test my app with concurrent threads and try it. This was on my todo list anyway. ;-) However, the funny thing is that its latency averages at about 150ms. If i am not able to figure it out, i'll be back here. Thanks again, Holger On Wed,

Re: [appengine-java] Request was aborted after waiting too long to attempt to service your request.

2011-06-07 Thread Jeff Schnitzer
Is this documented anywhere? It's something I figured out from occasional comments I've seen on this list over the years, but I've never seen it mentioned in the official documentation. And it's kinda important. In particular, I'd like to know what the bounds are for threaded java, and how the

[appengine-java] Re: New GWT/App Engine site

2011-06-07 Thread Giorgio Riccardi
I find it fast enough. May be you logged-in on a peak of traffic? if you have the chance try again and let us know please ;-) On May 31, 7:00 pm, Jay Young jayyoung9...@gmail.com wrote: Cool idea, but I think you might want to look into GWT's code splitting.  It took me 35 seconds to download