[appengine-java] Re: Security Exception using Guice Servlet

2010-03-17 Thread steveb
I forgot to add : I suspected a Guice bug so I build the Guice trunk and tried that but there was no change in behaviour so that's out. On Mar 18, 4:17 pm, steveb wrote: > Hi, I've started to see a new exception for my application and I'm > hoping that a kind Googler can look this up for me. My a

[appengine-java] Security Exception using Guice Servlet

2010-03-17 Thread steveb
Hi, I've started to see a new exception for my application and I'm hoping that a kind Googler can look this up for me. My appid is catapult-lb and here's the stack trace. I'd be grateful for any help as this has been working for more than 6 months and now (probably due to a code change of mine) I'

[appengine-java] http response 411 workaround

2010-03-17 Thread legendlink
I tried to connect to our uploaded servlet in gae by using other means (UrlConnection and the like). but it always returns 411 length required. i dont have any values in the body... only in headers.. is there a way to eliminate this error? -- You received this message because you are subscribed t

Re: [appengine-java] Re: App instance recycling and response times - is there solution?

2010-03-17 Thread James Koch
As a followup, today (3/17) from 1-3PM PST I received several instances of "Request was aborted after waiting too long to attempt to service your request." This is on my app w/ zero users, just 3 requests/minute of a blank page as a test load. On Thu, Mar 11, 2010 at 1:50 PM, Don Schwarz wrote:

[appengine-java] garbage log message when japanese language is used

2010-03-17 Thread legendlink
when i log a japanese message, when i check the logs from google app engine admin page it displays garbage value. i tried to change the character encoding in my browser but still displays garbage message. is japanese message log supported? thanks! -- You received this message because you are subs

[appengine-java] Re: it's terrible slow when loading resource files

2010-03-17 Thread firestoke
hi, If the latency only get 75-85ms, it surely is fine I think. The performance I expected is that the latency should be always under 300ms. But it always exceed 1 second from my PC testing. So it should be common network delay from my PC to app engine server. I am not a America user, and my PC is

Re: [appengine-java] Re: @Google: Are you working on UserService running with OpenId?

2010-03-17 Thread Conor Power
would be great if you could share your solution with the community ... On Wed, Mar 17, 2010 at 8:11 PM, dflorey wrote: > I finally managed to get it up and running - but an integration with > UserService would be highly appreciated > > > On Mar 10, 5:03 pm, dflorey wrote: > > If yes, I can s

[appengine-java] Authentication failure

2010-03-17 Thread Sandeep Sathaye
I implemented an automated login mechanism for accessing the database product I am developing using ClientLogin URL ( https://www.google.com/accounts/ClientLogin). My login mechanism was working fine for few weeks and it suddenly started failing sometime last week with error "CaptchaRequired". Has

[appengine-java] Re: Google Plugin for Eclipse 1.3 is now available

2010-03-17 Thread Vlad Skarzhevskyy
Thanks Google for hard work! In your FAQ you made a big efforts to support Dynamic Web projects in Eclipse for Java EE for GWT applications. Does the same apply for App Engine projects? What is the recommended way to make complex GWT and App Engine applications? In template projects created by

[appengine-java] Re: @Google: Are you working on UserService running with OpenId?

2010-03-17 Thread dflorey
I finally managed to get it up and running - but an integration with UserService would be highly appreciated On Mar 10, 5:03 pm, dflorey wrote: > If yes, I can sit down and wait. If not, I have to keep on my fight > with getting Step2 running on App Engine... -- You received this message becaus

[appengine-java] Inconsistent results when fetching URL using cookies

2010-03-17 Thread fletcher
I'm using the following method to fetch a page that I need to supply a cookie in order to view: public static String fetchPage(String urlString) { StringBuilder page = new StringBuilder(); try { URL url = new URL(urlString);

Re: [appengine-java] Re: it's terrible slow when loading resource files

2010-03-17 Thread Don Schwarz
I'm getting 304 responses for your application with about a 75-85ms latency above my ping times. I've confirmed that you're using our optimized serving infrastructure for static files. What kind of performance are you expecting to see? I would also try this tool: http://code.google.com/speed/pa

[appengine-java] Re: recommended way for application to authenticate general gmail accounts and users with google app accounts

2010-03-17 Thread Dmitry Anipko
Can please someone from Google comment on my question? Thank you. On Sun, Mar 14, 2010 at 7:24 PM, Dmitry Anipko wrote: > Hi, > > we're developing a service on GAE that we want to start selling to > both individual using gmail accounts and companies using google apps - > basically we need to aut

[appengine-java] Re: java.io.IOException: Could not fetch URL problem and google spreadsheet api

2010-03-17 Thread Rahul
I am trying to open a connection to the following service : http://translate.thoughtclicks.com/translateService/german/good morning which is definitely taking less then 5 seconds but i am still getting this exception any clue on this folks. My code to open the url connection is as follows.

[appengine-java] Ant with GWT 2.0

2010-03-17 Thread Iqbal Yusuf Dipu
Hi Is it possible to use Ant to run development server for GWT 2.0? Is there any tutorial available? Thanks. Iqbal -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@google

[appengine-java] Re: java.io.IOException: Could not fetch URL problem and google spreadsheet api

2010-03-17 Thread Rahul
Did you find the solution for this as i am having the problem ? Any help appreciated. Thanks, Rahul On Mar 16, 10:31 am, dominity wrote: > Hi, guys. > > When my application trying to put user credentials into spreadsheet > service, I've got this exception: > > com.google.gdata.util.Authenticatio

Re: [appengine-java] Too many open files

2010-03-17 Thread Don Schwarz
I think Toby was asking for your source for this statement: > I've read around and found a reasonable suggestion that a problem like this can happen because of a faulty > Jasper implementation - the tag handler doesn't close the file properly. Do you have a link to that Jasper bug, or an URL wher

[appengine-java] using JDO level 2 caching

2010-03-17 Thread AJ
I'm interested to hear from people who have enabled the datanucleus JDO level 2 caching for App Engine-- how has that worked out? This thread: http://groups.google.com/group/google-appengine-java/browse_thread/thread/13cb942ceb97dc/3ab7518edf6a8bc6 suggests that at least one person had the expe

[appengine-java] Re: it's terrible slow when loading resource files

2010-03-17 Thread firestoke
hi Don Schwarz, My app id is "fstoke-mypage". And the full url is http://fstoke-mypage.appspot.com/ Thanks! :^) On 3月17日, 上午1時22分, Don Schwarz wrote: > On Tue, Mar 16, 2010 at 8:04 AM, firestoke wrote: > > hi, > > > The average ping time is as the following: > > Reply from 72.14.203.141: bytes

[appengine-java] bosh hosting

2010-03-17 Thread asianCoolz
any recommendation on scalable bosh server hosting that i can use with jgae? -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this grou

[appengine-java] Re: How to best run GWTTestCase tests that involve persistence?

2010-03-17 Thread Christian Schuhegger
The reason why I thought such tests would be beneficial is that there exist projects like gilead: http://noon.gilead.free.fr/gilead/index.php?page=gwt that only deal with the aspect of mapping between enhanced and unenhanced objects. When communicating over the network the object graph of the argu

[appengine-java] Re: Best practices for datastore and JDO?

2010-03-17 Thread vennervald
Thanks a lot for your answer. It is very helpful. We also came to the conclusion, that we would have to fit the entity types to our query needs. We were thinking about maintaining specific query views while inserting data. We just needed to here from someone else, that this was a feasible solution.

Re: [appengine-java] Too many open files

2010-03-17 Thread Alexander Kolesnikov
> Do you have a link to a bug / issue in a tracker or a page that describes > this fault (and which versions of Jasper it might be in)? > Here it is: http://code.google.com/p/googleappengine/issues/detail?id=2980 Which version of Jasper? I am using App Engine SDK 1.3.1 But does anybody actually

Re: [appengine-java] Re: Time zones implementation is broken in Java AppEngine

2010-03-17 Thread Alexander Kolesnikov
Don, The problem is intermittent, it appears and disappears from time to time. I just know that when users start bombarding me with emails telling me that Netherland Antilles aren't in the same as Netherlands or that time in New Zealand isn't GMT, I know that time zones in App Engine are broken ag

[appengine-java] Geospatial data management with GAE Java

2010-03-17 Thread fvisticot
I know that Geomodel is a solution for python users to manage geospatial information. What is available for GAE Java users in term of Geospatial data management ? What is the best solution ? Is there a native approach provided by GAE Java ? In case no solution is available, what are the workarrou