[appengine-java] Re: Java while statement bug on GAE server?

2010-10-26 Thread doc123
Sorry to use specific sample code. So I tried more basic following code. try { int i =0; boolean tempFlag = false; while(tempFlag == true); { i++; out.println("tempFlag" + i + ":=" + tempFlag); tempFlag = false; } } catch(Exception e) { out.println("Error" + e.toString()); }

[appengine-java] Java while statement bug on GAE server?

2010-10-26 Thread doc123
Now I am using GDataI for Java and I tried following code to get Google document list DocumentListFeed tempFeed; tempFeed = myService.getFeed(feedUrl, DocumentListFeed.class); After I confirmed this code work without problem, I change code as following to be able to feed more than one page

[appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-07 Thread doc123
Hi shwan I'm in Nagoya and thank you for your follow. I could fix this problem by using following post http://groups.google.com/group/google-appengine-java/browse_thread/thread/df660675d21c64f0/725edfd2ecb0d188?lnk=gst&q=1.2.6#725edfd2ecb0d188 The Last Larry Cable's Post is the one to fix this p

[appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-07 Thread doc123
Hi shwan I'm in Nagoya I could fix this problem by using following post http://groups.google.com/group/google-appengine-java/browse_thread/thread/df660675d21c64f0/725edfd2ecb0d188?lnk=gst&q=1.2.6#725edfd2ecb0d188 The Last Larry Cable's Post is the to show how to fix this problem. Thank you Larry

[appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-05 Thread doc123
Thank you Shawn the information. Yes its like a official release I can breathe again. Then move back original question. "How should I teach Eclipse of this update? Dec-5th Sorry I am writing from japan so Dec-5th is japan time and it means Dec-4th US west coast. -- You received this message b

[appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-05 Thread doc123
Hi Shawn I am writing from Japan by Japan time so I updated around Dec-5th-12:00 by Japan time So it is around Dec-4th-21:00 at US west coast time. On 12月5日, 午後4:06, Shawn Brown wrote: > >  And So is it become > > official version at Dec-5th? > > I think so.  Well Dec 4th. > >  http://groups.goo

[appengine-java] Re: Failed to startup after ver 1.2.8 update

2009-12-04 Thread doc123
I updated ver1.2.8 at Dec-5th by seeing update request on Eclipse screen. But I was very surprised when I am seeing 1.2.8 is pre-release SDK and have no production environment by this post(=> hhttp://groups.google.com/group/google-appengine-java/browse_thread/thread/fe334c9e461026fa/b944b708a8d8de

[appengine-java] Failed to startup after ver 1.2.8 update

2009-12-04 Thread doc123
Application does not start up after update ver 1.2.8 Error Message is following Error occurred during initialization of VM agent library failed to init: instrument Error opening zip file or JAR manifest missing : C:\eclipse\plugins \com.google.appengine.eclipse.sdkbundle_1.2.6.v200910130758\appe

[appengine-java] memcache.InvalidValueException caused by java.io.InvalidClassException

2009-09-24 Thread doc123
Hi I got following exception when I changed cashing class(M_SitePolicy class) . I have read related post and understand that I must remove previous cashed object and put serialVersionUID to my M_SitePolicy class to avoid recurrence of this kind of error. So I put serialVersionUID = 2001 to M_Sit

[appengine-java] DataStoreTimeOutException when using session at production mode

2009-09-21 Thread doc123
Hi I got DatastoreTimeoutException when I using HttpSession at production mode. This code does not create error at local development environment. Purpose to use session is cashing userID(google e-mail string ) when user login at first time. So I created Session_User class which have SeesionID,

[appengine-java] Confirmation of Google Multi-Tenant app policy

2009-09-02 Thread doc123
Hi Now I am planning to start free project management service => http://www.chainofasker.com/ by using Google App Engine When I try to provide this free project management service, problem is server fee because once I release this service, I can not expect how many user come to this site and u