Re: [google-appengine] Stability of Java 8 on Standard Environment

2017-07-11 Thread Thomas Wiradikusuma
I noticed that my app is 0.5mb smaller but takes longer to load and uses more memory. This is simply by comparing data from GCP console (open new tab of same console page, refresh, see what's different). -- You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-11-05 Thread Thomas Wiradikusuma
ll down. <https://lh3.googleusercontent.com/-ZYeXTaCx9zA/WB6b2i1uapI/P_Q/u7GwKTi5FW4s37yaDOm45hkNJvrbr9c8gCLcB/s1600/Screen%2BShot%2B2016-11-06%2Bat%2B10.52.30%2BAM.png> I'm sorry I complain a lot. Just to be clear, I love what you guys doing. Please keep up the good work! R

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-10-12 Thread Thomas Wiradikusuma
which I think the documentation doesn't clearly explain what it is. Regards, Thomas Wiradikusuma -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-10-06 Thread Thomas Wiradikusuma
Hi Nick, I've been using API Explorer (built-in tool from Cloud Endpoints), which does not require client library. Or should I use other tools? Regards, Thomas Wiradikusuma On Friday, October 7, 2016 at 5:54:50 AM UTC+8, Nick (Cloud Platform Support) wrote: > > Hey Thomas, >

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-10-03 Thread Thomas Wiradikusuma
generation (but doesn't fix my issue). Regards, Thomas Wiradikusuma On Tuesday, October 4, 2016 at 3:18:59 AM UTC+8, Nick (Cloud Platform Support) wrote: > > Hey Thomas, > > Could you show what the web.xml file looks like before you take one out? > I'm not sure how

[google-appengine] Re: Endpoints v2 InconsistentApiConfigurationException

2016-10-02 Thread Thomas Wiradikusuma
d be due to this new property "issuers" that's poorly documented (compare https://cloud.google.com/appengine/docs/java/endpoints/annotations vs https://cloud.google.com/endpoints/docs/frameworks/java/annotations, Ctrl+F for "issuers"). Looking forward for a solution!

[google-appengine] Endpoints v2 InconsistentApiConfigurationException

2016-09-27 Thread Thomas Wiradikusuma
Hi guys, I'm a longtime user of Cloud Endpoints (v1), and decided to give v2 a try. So I followed https://cloud.google.com/appengine/docs/java/endpoints/migrating and here's my diff: - compile 'com.google.appengine:appengine-endpoints:1.9.42' + compile 'com.google.endpoints:endpoints-framewor

[google-appengine] my projects suspend

2016-03-06 Thread Thomas Wiradikusuma
Do you use debit card? I had this issue, and fixed it by changing to credit card (but still had to go through support). -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send

[google-appengine] Java SDK 1.9.28 - The Files API is disabled

2015-10-31 Thread Thomas Wiradikusuma
Hi guys, This code used to work, before upgrading to Java SDK 1.9.28: gcs.createOrReplace( new GcsFilename("myapp.appspot.com", "/gs/myapp.appspot.com/foo/bar.jpg"), new Builder().mimeType("image/jpeg").build()) This is the exception: Oct 31, 2015 6:28:32 PM com.google.apphosting.utils.jetty.J

[google-appengine] Re: Feedback to Google Technical Support on their contribution in this list

2015-10-21 Thread Thomas Wiradikusuma
Hi Kaan, I agree with you that the community here is no longer as active as the "good old days" (I've been here since GAE first introduced Java). But! I think this is also because the "veterans" are used to GAE and now they're busy building stuff! I'm a satisfied customer and I prefer that G

Re: [google-appengine] Re: Why are cloud endpoints so slow ?

2015-08-11 Thread Thomas Wiradikusuma
Hi guys, Any news on this? It's almost a year since last discussion here and Google Cloud Endpoints is still very slow. Regarding suggestion to "hit the rpc 50x to warm it up", how do you know "when"? I mean, "hit rpc from time to time, and when it's slow, hit it 50x" doesn't sound like a go

Re: [google-appengine] Naked domain has stopped working

2015-04-20 Thread Thomas Wiradikusuma
How do you handle both naked and www, esp in regards to SSL? At the moment, I set *both* in Console, so both http://bla.com and http://www.bla.com are valid but won't redirect to each other. Not a big deal (I can use "canonical url" meta tag for search engine crawlers), but if SSL doesn't work

Re: [google-appengine] Re: Announcing a credit for App Engine applications with new custom domains

2014-04-15 Thread Thomas Wiradikusuma
Hi Andrew, The implementation of naked domain seems to conflict with naked domain redirection in Google Apps: https://code.google.com/p/googleappengine/issues/detail?id=10798 Regards, Thomas Wiradikusuma -- You received this message because you are subscribed to the Google Groups "G

[google-appengine] Re: Endpoints, missing something?

2013-06-07 Thread Thomas Wiradikusuma
Posted to SO: http://stackoverflow.com/questions/16984231/google-cloud-endpoints-files-generated-server-not-working Regards, Thomas Wiradikusuma On Jun 7, 10:24 am, Thomas Wiradikusuma wrote: > Hi guys, > > Last night I played with Endpoints[1], successfully generated the >

[google-appengine] Endpoints, missing something?

2013-06-06 Thread Thomas Wiradikusuma
s a bit lacking, it doesn't even explain what the files it generates are for. Regards, Thomas Wiradikusuma [1] https://developers.google.com/appengine/docs/java/endpoints/gen_clients [2] https://developers.google.com/appengine/docs/java/endpoints/test_deploy -- You received this mes

[google-appengine] Re: SSL configuration issue (GAE/Java)

2013-05-25 Thread Thomas Wiradikusuma
g. if request.notsecure then redirect to https version of the same URL). The link you gave is about securing url with Google Account (or whatever you specify in Authentication Type in Application Settings in control panel). Regards, Thomas Wiradikusuma On Sunday, 26 May 2013 04:06:55 UTC+8,

[google-appengine] Enable suspended Google Apps user used for transactional email

2013-05-24 Thread Thomas Wiradikusuma
Hi guys, I built a website that's been running in autopilot for months (billing enabled). Recently I realize that the Google Apps user used for transactional email (info@MYAPP) has been "suspended for abuse" (according to Google Admin Control Panel). I can't even login ("This account has been

Re: [google-appengine] giving up with GAE

2013-02-04 Thread Thomas Wiradikusuma
I use Scala, which has slower startup time compared to Java, but I stick to barebone JSP+Servlet (and Objectify for a dozen of domain classes, everything else use direct datastore) and my startup time is acceptable. My app has 2-3k pv/day, so it's low traffic and most likely subject to cold sta

[google-appengine] java.lang.IndexOutOfBoundsException: fromIndex = -1

2012-12-25 Thread Thomas Wiradikusuma
Hi guys, I'm using Objectify and have a model like this: @Entity(name = "D") @Indexed public class Detail extends AbstractString implements Serializable { private static final long serialVersionUID = 1L; @Parent private Key user; private Date dob; private double ordering; private int contact

[google-appengine] Re: Google Apps No Longer Free

2012-12-06 Thread Thomas Wiradikusuma
Hi Greg (of Google), I agree of what the other Greg said. It's very common to send transactional emails from a dedicated address (e.g. noreply). It's not professional (and even raise suspicion) if the "Click here to reset your password" email comes from j...@startupname.com for example. If it'

[google-appengine] Re: Distinct Recipients Emailed Quota limit ?

2012-11-28 Thread Thomas Wiradikusuma
Maybe they should call it "Emails sent" instead. On Wednesday, 28 November 2012 03:51:54 UTC+8, Michael Hermus wrote: > > That is by design, although the terminology is confusing: > > 1 message to 1 recipient = 1 recipient emailed. > 1 message to 2 recipients = 2 recipients emailed. > 2 messages

[google-appengine] Re: What is "Recipients Emailed" quota limit?

2012-11-26 Thread Thomas Wiradikusuma
The Recipients Email quota is set to 100 for free apps. To remove the limit, enable billing and wait until you're billed (so you can't start sending tons of email right after enabling billing). Then if you disable your billing, the cycle repeats. On Sunday, 25 November 2012 22:07:47 UTC+8, yyd

[google-appengine] Frequent NPE on Objectify.get

2012-11-06 Thread Thomas Wiradikusuma
Hi guys, I'm using Java and Objectify 3, but I'm thinking this problem I'm experiencing is probably more related to GAE. // Snippet from ProfilePhoto.java @Entity(name = "PP") @Unindexed public class ProfilePhoto implements Serializable { private static final long serialVersionUID = 1L;

Re: [google-appengine] Re: Creating a Million dollar application

2012-10-11 Thread Thomas Wiradikusuma
Submitted this to HN to help it get "traction". http://news.ycombinator.com/item?id=4643603 On Friday, 12 October 2012 10:00:33 UTC+8, James Broberg wrote: > > A googol amount of dollars isn't cool, you know what's > cool? A googolplex amount of dollars. > > On 12 October 2012 04:56, Vinny P > wr

Re: [google-appengine] Re: SSL VIP pricing changed to $39/mo

2012-09-18 Thread Thomas Wiradikusuma
Could you report your finding here? :) On Tuesday, 18 September 2012 19:51:50 UTC+8, barryhunter wrote: > > > > On Tue, Sep 18, 2012 at 10:30 AM, Richard Watson wrote: > >> >> However, with CF you ... you can add extra domains for $5 each. I have a >> couple of apps on GAE and CF's saving will a

Re: [google-appengine] Re: APP DOWN: App suddenly no longer starts, no code changes

2012-09-12 Thread Thomas Wiradikusuma
Hi Jeff, I feel sorry for your loss. I agree completely with your message and your recommendation to Google. Hi GAE team, at the very least, please let us know when you want to roll out upgrades and stuff. It might not break stuff, but we need to know so we can be prepared (at least we won't s

Re: [google-appengine] Re: Frameworks on GAE

2012-07-23 Thread Thomas Wiradikusuma
Hi Brandon, I use both Objectify and low-level access. Objectify for most "fixed-field" entities, and low-level for small entities (for session, as i override GAE's Java session) and entities where it can have 30+ fields but only 5+ filled in average (but need to store them in 1 entity since pe

[google-appengine] Re: Frameworks on GAE

2012-07-22 Thread Thomas Wiradikusuma
Hi Phil, Coming from Java world, I'm very much spoiled with frameworks. When I first created an app for GAE, I used Spring. But due to unacceptable start-up time, I ditched it and just use Servlet+JSP. I miss a lot of convenience (esp. Spring Security), but luckily GAE provides other goodies,

[google-appengine] Naked https (SSL) domain?

2012-07-22 Thread Thomas Wiradikusuma
Hi guys, I'm using GAE's official SSL SNI support in my app. Opening https://www.temanmudik.com is fine. But opening https://temanmudik.com (naked domain) gives warning (in Chrome) that essentially says, "Hey, the cert is not for temanmudik.com, it's Google's". Non-SSL (http://temanmudik.com)

Re: [google-appengine] appengine with spring mvc and sitemesh

2012-07-16 Thread Thomas Wiradikusuma
Sure, I'll send it to you tonight when I reach home. On Tuesday, 17 July 2012 01:36:28 UTC+8, Slawek wrote: > > Unfortunately i can't compile this project. Could you share your > compilated jar file? > > Best Regards > sw > > On Monday, July 16, 2012 3:32:56 A

Re: [google-appengine] appengine with spring mvc and sitemesh

2012-07-15 Thread Thomas Wiradikusuma
I also use SiteMesh for www.neytap.com. AFAIK you must use SiteMesh 2.5+ to be compatible with GAE. Grab it from https://github.com/sitemesh/sitemesh2/. On Sunday, 15 July 2012 18:44:42 UTC+8, Slawek wrote: > > Yes, I have checked - there is nothing. > > Best Regards > sw > > > On Sunday, July

Re: [google-appengine] Re: Java instance startup time out of control

2012-06-25 Thread Thomas Wiradikusuma
I went further by JARring everything (classes+small JARs, except Scala JAR and GAE Labs JAR). But i don't see big difference :( >From ~18sec to ~15sec. On Monday, 25 June 2012 08:00:47 UTC+8, Jeff Schnitzer wrote: > > Experiment #1: JARing my classes. > > Times are measured by shutting down in

Re: [google-appengine] Re: Java instance startup time out of control

2012-06-21 Thread Thomas Wiradikusuma
I have updated http://code.google.com/p/googleappengine/issues/detail?id=7706 with this information. On Monday, 18 June 2012 11:44:29 UTC+8, Takashi Matsuo (Google) wrote: > > On Mon, Jun 18, 2012 at 9:57 AM, Thomas Wiradikusuma > wrote: > > Just my 2 cents, > > > &

Re: [google-appengine] Re: Java instance startup time out of control

2012-06-17 Thread Thomas Wiradikusuma
Just my 2 cents, If indeed our app needs to be single-JARred and obfuscaticated (at least removing unused code), IMO that feature should be baked in the tool. Probably triggered with extra flag. -- You received this message because you are subscribed to the Google Groups "Google App Engine" g

Re: [google-appengine] Inefficient Session Implementation on Google App Engine / Java & GAE Critics

2012-04-16 Thread Thomas Wiradikusuma
I end up setting to false and implementing HttpSession myself which uses memcache (and +datastore for selected props). On Tuesday, 17 April 2012 05:51:22 UTC+8, Jeff Schnitzer wrote: > > There isn't a straight-up answer to that. The question to ask is: > Why do you think you need a server-side

Re: [google-appengine] Happy birthday?

2012-04-16 Thread Thomas Wiradikusuma
Happy belated bday GAE and team! On Monday, 16 April 2012 09:12:38 UTC+8, Brian Quinlan wrote: > > We did cake :-) > https://plus.google.com/111039891542127786416/posts/hN4PMZ4QqmU > > Cheers, > Brian > > On Sun, Apr 15, 2012 at 3:48 AM, alex wrote: > > I meant to post this a few days back. > >

Re: [google-appengine] Re: Understanding "The App Engine Way"

2012-02-23 Thread Thomas Wiradikusuma
I haven't actually used it other than the one provided by Objectify :D I'm thinking of putting more (mostly rendered pages, recently accessed items, lookups), but afraid memcache will become full and evicting more important cache objects. What kind of misuse that you're talking? If I know I wou

[google-appengine] Re: Understanding "The App Engine Way"

2012-02-23 Thread Thomas Wiradikusuma
Is there any documentation mentioning the max size of memcache for an app? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/inXxqs5q9kMJ. To post to

[google-appengine] Re: 1.6.3 Prerelease SDK Available

2012-02-22 Thread Thomas Wiradikusuma
This might be a solution looking for problem for me, but I'm curious, why would I need that? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/TRZVz

[google-appengine] Re: Optimizing the usage of the free quota

2012-02-14 Thread Thomas Wiradikusuma
Hi Brett, If you know your user base won't require more than 1 instance of server (so you can put everything in local memory and not be concerned with clustering), why don't you get a cheap VPS? http://prgmr.com/xen/ is pretty good for the price. Unlike GAE which can spawn more instances when req

[google-appengine] Uneven instance load

2011-12-10 Thread Thomas Wiradikusuma
Hi guys, I'm seeing this: QPS*Latency*Req Err Age Memory Availability 0.000 0.0 ms 3 0 20:03:1462.8 MBytes Resident 0.000 0.0 ms 1 0 1:22:39 57.5 MBytes Resident 0.000 0.0 ms 399 2 19:50:13

[google-appengine] Re: a happy developer

2011-12-01 Thread Thomas Wiradikusuma
Couldn't agree more! Outstanding work guys! PS: When can we see 1.6.1? On Dec 2, 1:11 am, Vivek Puri wrote: > +1 > > On Nov 30, 4:59 pm, alex wrote: > > I've seen many people bashing GAE dev team, especially lately. > > > What I want to say here is, I've been using it for years now and it's >

[google-appengine] Re: What happened to the promised reliability improvement for email delivery?

2011-11-12 Thread Thomas Wiradikusuma
+1 with me. This sort of thing gives GAE a bad name. Better implement it good or not at all. But of course people would wonder, "aint email one of Google's strength? (Gmail)" On Nov 13, 1:50 am, Adrian Scott wrote: > > As far as email goes - personally, I'd rather Appengine shut down the > > em

[google-appengine] Re: New Acceptable Use: Porn?

2011-11-12 Thread Thomas Wiradikusuma
Suddenly GAE cost looks cheap compared to its potential ;-) On Nov 11, 8:14 am, "Gregory D'alesandre" wrote: > I was wondering when someone was gonna notice.  This was not a mistake. >  The new policy does not prohibit pornography nor gambling.  The policy was > written to disallow illegal activ

[google-appengine] Re: I have to leave App Engine platform, feeling really bad and sad

2011-11-04 Thread Thomas Wiradikusuma
> > 1. build an app with the most rapid way (forget about best coding > > practices etc) > > 4. pay someone smarter to refine the code and make it scale > > Good luck with that.  If you cannot do #4 on your own then I don't > believe you will be able to hire someone else who can.  Especially not >

[google-appengine] Re: I have to leave App Engine platform, feeling really bad and sad

2011-11-03 Thread Thomas Wiradikusuma
Typical startup flow is like this: 1. build an app with the most rapid way (forget about best coding practices etc) 2. get traction 3. get funding 4. pay someone smarter to refine the code and make it scale Even in the 'right way' scenario, people often defer optimization as "premature optimizatio

[google-appengine] Re: data just a bit over free quota

2011-11-02 Thread Thomas Wiradikusuma
My app name has 6 chars (although it means i have to add extra chars to register for Fb app name, ouch). Models are 1 char (e.g. U for User, P for Page), and fields are 1-2 chars. Lucky I use Objectify so I can use "getEmail()" instead of "e" :) But for savings, I'm not sure, as I never have same

[google-appengine] Re: data just a bit over free quota

2011-11-02 Thread Thomas Wiradikusuma
Hi Brandon, could you elaborate more on that? Do you zip all fields? Or put in 'shared field' (e.g JSON it) then zip it? For savings, I'm all ears :) On Nov 3, 4:06 am, "Brandon Wirtz" wrote: > You should consider the Zip, unzip thing... It made my app faster and > significantly smaller.  About 4

[google-appengine] Re: Announcing SSL for Custom Domains Trusted Tester Program

2011-10-17 Thread Thomas Wiradikusuma
Wow this is big news! I currently don't need it, but will eventually use it. Congrats guys! On Oct 17, 4:13 pm, Cayden Meyer wrote: > Hey everyone, > > I am pleased to announce that we are accepting signups for the SSL for > custom domains Trusted Tester Program. This will allow you to serve > se

[google-appengine] Re: can't get appId from remote api; status code = 302

2011-10-17 Thread Thomas Wiradikusuma
Yep, I did everything in the book: - Set "Google Accounts API" as Authentication Options - Don't login as administrator with Google Apps account - Set the /remote_api servlet Anything that I miss? On Oct 18, 5:16 am, Muneer Malik wrote: > did you deploy the remote servlet on the app engine? --

[google-appengine] can't get appId from remote api; status code = 302

2011-10-17 Thread Thomas Wiradikusuma
Hi guys, I keep getting 302 when uploading data to my Java app, and I'm already using "Google Accounts API" as Authentication Options. Exception in thread "main" java.io.IOException: can't get appId from remote api; status code = 302 at com.google.appengine.tools.remoteapi.RemoteApiInstal

[google-appengine] Re: Google App Engine service

2011-10-10 Thread Thomas Wiradikusuma
Hi Kevin, Sorry OOT, I'm interested to know whether App Engine apps can be opened from China, or are you targeting other countries? On Oct 9, 11:09 am, kevin yang wrote: > I am a Chinese python coder and I want to use Google App Engine > service. However, my cell phone cannot receive the SMS ver

[google-appengine] Entity name vs property

2011-09-09 Thread Thomas Wiradikusuma
Hi guys, I have this entity: House { - country - state - address - owner - ... } Since I will *always* limit queries to be inside specific country +state combo, would it be more efficient (faster, smaller datastore, smaller index) if I just shard them into different entities? E.g.: HouseBaId (f

[google-appengine] Re: Best practice to save entity avoiding duplicate

2011-09-08 Thread Thomas Wiradikusuma
Hi Ikai, yeah I'm that Thomas :D Thanks for your suggestion. I can't use lat/lang since postings from one apartment will result in unnecessary false positives. They are indeed located in the same place, just different house number. I will probably normalize the address and hash on that. It doesn

[google-appengine] Best practice to save entity avoiding duplicate

2011-09-06 Thread Thomas Wiradikusuma
Hi guys, I'm working on something like AirBnB but much simpler. I want to hint user whenever he/she tries to submit duplicate entry. Currently, my model looks like: House { Id Username Address State Country } The id is made of address+state+country MD5. Is this the "correct" way to do it? Or, s

[google-appengine] Re: Our new performance tuning "best practices" document

2011-08-27 Thread Thomas Wiradikusuma
+1 for the Wiki idea. On Aug 28, 10:26 am, James Broberg wrote: > Great stuff Per - and you have an interesting application there. It > makes me wonder whether it would be worthwhile setting up a central > shared wiki somewhere so we could all contribute our best practices. -- You received this

[google-appengine] GAE Hackaton in KL, anyone?

2011-06-13 Thread Thomas Wiradikusuma
Hi guys, Any of you attending GAE Hackaton in KL, Malaysia, this weekend? I reserved my spot. Any of you attended it anywhere else before? How's the experience? Is this similiar with Startup Weekend? -- You received this message because you are subscribed to the Google Groups "Google App Engine

[google-appengine] Re: Using App Engine as a server for an Android game.

2011-05-03 Thread Thomas Wiradikusuma
Hi Ikai, Sorry I'm hijacking this thread, but I'm curious, this "under 1000ms" thing, is it for all requests including startup (cold start), or excluding that? This is a concern for me as I'm using Java. On May 4, 1:48 am, "Ikai Lan (Google)" wrote: > You're going to exceed free quotas before yo

[google-appengine] Re: Using App Engine as a server for an Android game.

2011-05-03 Thread Thomas Wiradikusuma
Hi Ikai, Sorry I'm hijacking this thread, but I'm curious, this "under 1000ms" thing, is it for all requests including startup (cold start), or excluding that? This is a concern for me as I'm using Java. On May 4, 1:48 am, "Ikai Lan (Google)" wrote: > You're going to exceed free quotas before yo

[google-appengine] Re: GAE Hauling the Freight

2011-04-30 Thread Thomas Wiradikusuma
Man this is awesome, thanks for sharing with us! It makes us who choose GAE feel good, after these "OMG cloud is falling" stuff :) On Apr 29, 3:44 pm, "Brandon Wirtz" wrote: > 900 Megabytes per second Burst for about 10 minutes, with 375 MBps for about > 9 hours.  That's 7.2Gigabits burst.  To do

[google-appengine] Re: Redirect from naked domain preserving full path

2011-04-01 Thread Thomas Wiradikusuma
Hi Giacinto, I'm having exactly the same problem. Can you get into more detail (step-by-step, starting from https://www.google.com/a/cpanel/MYDOMAIN/DomainSettingsDomains probably?) on how you get it done? I understand your post, but I'm afraid I might click/delete the wrong stuff. On Mar 31, 2:

[google-appengine] Re: gae needs a counter service

2011-03-17 Thread Thomas Wiradikusuma
needs and the traffic > your app gets.  I suspect that's why Google does not provide it as > service -- it won't satisfy everyone's needs. > > Robert > > On Wed, Mar 16, 2011 at 22:38, Thomas Wiradikusuma > > > > > > > > wrote: > &

[google-appengine] Re: gae needs a counter service

2011-03-16 Thread Thomas Wiradikusuma
I agree with David. It's a bit "higher level" compared to other GAE services, but from application perspective, it's just another plumbing. Just like MapReduce in GAE and AppStats, they sit on top of existing services, yet they are considered low level for the rest of us. Just my 2 cents :) On M

[google-appengine] Re: Unable to remove a GAE app from my Google Apps dashboard.

2011-03-07 Thread Thomas Wiradikusuma
Hi Gary, How did you solve this? It's been days and I still have *two* GAE apps in my Google Apps. One the M/S version, the other one the HR version. On Mar 7, 8:31 am, Gary Eberhart wrote: > I went back two minutes later and animalengineorg was gone. It looks like > sometime after the app has

[google-appengine] Re: Please reset my index

2011-03-05 Thread Thomas Wiradikusuma
Hi Robert, Thanks! I'll bookmark it :) I didn't know such tool exist. On Mar 5, 12:07 pm, Robert Kluin wrote: > Thomas, >    http://code.google.com/appengine/docs/python/tools/uploadinganapp.htm... > >    Remove the index from index.yaml, then appcfg.py vacuum_indexes . -- You received this me

[google-appengine] Re: Please reset my index

2011-03-04 Thread Thomas Wiradikusuma
@Wim den Ouden Thanks, I will bookmark this :) @Ikai If you look at my index (appid: lelanggokil-hr), Payment has 2 indices, but the first one (with ancestor) is no longer valid. Initially I made Payment child of Member, now I remove the relationship. But the index is still there. Is this harml

[google-appengine] Please reset my index

2011-03-03 Thread Thomas Wiradikusuma
Hi App Engine team, Can you please reset index for my app "lelanggokil-hr"? Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from th

[google-appengine] Re: Manage new releases on App Engine

2011-02-25 Thread Thomas Wiradikusuma
I'm sorry, I might be missing something, but isn't (from docs) "Warmup requests are enabled by default for all Java applications"? Basically you don't need to "enable" anything right? On Feb 26, 2:18 am, footy wrote: > We do have warmup requests enabled for the app. > > > > Sahid Orentino Ferdja

[google-appengine] Re: love letter to appengine team (see attached)

2011-02-19 Thread Thomas Wiradikusuma
Hi Ikai, what if my app is clean? (i.e. I dont mind deleting everything *but* want to keep the ID). Is there any button/anything to make the switch? On Feb 19, 6:54 am, "Ikai Lan (Google)" wrote: > Nope, you'll have to create a new application ID. Once you have a migration > plan, if you open a b

[google-appengine] Re: Sending to non-existent channel

2011-02-06 Thread Thomas Wiradikusuma
nce with channels so far, the only thing I > can suggest is the following small improvement: > > for each channelId in list { >   try { send } catch { remove the affected channel from the list } > > } > > See also channel wish list above... > > Best regards, >

[google-appengine] [Channel API] Sending to non-existent channel

2011-02-03 Thread Thomas Wiradikusuma
Hi guys, I learn that (at least in Java) ChannelService.sendMessage will throw exception when sending to non-existent channel (i.e. channelId no longer valid). Now assume this situation: Every time someone opens your website, clientId token is generated and kept in a list in the server, so you ca

[google-appengine] Re: Disconnect notification via Channel API?

2011-01-31 Thread Thomas Wiradikusuma
Hi guys, any news on this? I'm maintaining a set of active channel tokens in the server so I can push message to them. I need a way to evict dead tokens (due to either expired per Channel API spec or abandoned page). What is the best way to do that eviction without disconnect notification? On De

[google-appengine] Re: Channel API from mobile

2010-12-28 Thread Thomas Wiradikusuma
Hi Ikai, I tested on Android and iPhone, Channel API works. As for BlackBerry, I end up removing Channel API and using manual polling instead. On Dec 29, 2:45 am, "Ikai Lan (Google)" wrote: > I'm curious if anyone with a BlackBerry can make this work. The Channel API > uses whatever technology i

[google-appengine] Channel API from mobile

2010-12-26 Thread Thomas Wiradikusuma
Hi guys, I tried Channel API from BlackBerry 8900 and 9700, doesn't work. jQuery can run there so I thought Channel API can run too. Anyone tried with other BlackBerry with positive result? Anyone successfully tried from Android/iPhone/other? -- You received this message because you are subscri

[google-appengine] Re: Memcache expirity and get-for-update

2010-12-09 Thread Thomas Wiradikusuma
Hi Ikai, Thanks for your answer. > 1. From what I remember, no. The initial expiry time is the set expiration. I tested and confirmed. So I simply: obj = memcache.get(key) if (obj not null) memcache.put(key, obj, 30min) > 2. If I understand you correctly, the operation you're looking for is

[google-appengine] Memcache expirity and get-for-update

2010-12-08 Thread Thomas Wiradikusuma
Hi guys, Is memcache's expire strategy work like http session's? In http session, if you set it to expire in 30 minutes and you access a page in minute 29th, it will be prolonged for another 30 minutes. Is this also the case for memcache? If not, is there any "atomic" way to do it? (i.e. not by d

[google-appengine] Sync datastore between server and local

2010-11-02 Thread Thomas Wiradikusuma
Hi all, Is there any way to "sync" data in datastore between server (live) and local (localhost)? I have some test data that I want to make available to both environments. Another question: I'm splitting the web to "front-facing" webapp and "admin panel" webapp: web.latest.myapp.appspot.com and

[google-appengine] Appstats for Java not working

2010-06-01 Thread Thomas Wiradikusuma
Hi guys, I followed instructions from http://code.google.com/appengine/docs/java/tools/appstats.html, basically just copy-pasting the whole thing. When I tried from Chrome, after login using my one-and-only admin account, I got "Error: User not in required role". Trying from Safari gave me "Error:

[google-appengine] Re: Google App Engine "final release"?

2010-02-26 Thread Thomas Wiradikusuma
But the mentality is different. From user perspective, it's like assurance that "this is production-quality, we can totally depend on it", and from Google perspective, "we can't hide behind 'it's a preview' excuses." The same reason why some businesses stayed away from GMail because it was "beta".

[google-appengine] Google App Engine "final release"?

2010-02-25 Thread Thomas Wiradikusuma
Hi guys, just wondering, when will Google App Engine come out from "preview release" and reach 1.0? Sorry for the one-liner. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to google-appeng...@googlegroups.

[google-appengine] Re: How to apply an "unique" constrain to a field of a class using JDO annotations?

2009-09-14 Thread Thomas Wiradikusuma
AFAIK you can't App Engine doesn't support unique unless it's a key. On Sep 14, 2:42 am, Artem Kuroptev wrote: > I'have tried to make a field of a class "unique" using different > combinations of JDO annotations. Never successfully. > Here is one of my variations: > --- > @Uniques({.

[google-appengine] Combining Python and Java

2009-08-22 Thread Thomas Wiradikusuma
I was wondering, can I develop application in AppEngine using both Python and Java? E.g. Python in the backend and GWT in the frontend. What approach would I take? --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Goog

[google-appengine] Re: How to integrate Payment module with google app engine

2009-08-12 Thread Thomas Wiradikusuma
Hi neal, do they apply to international merchants? (e.g. AFAIK Google Checkout does not available for merchants in Asia). And regarding PayPal, is it ok to use Personal(?) account? On Aug 12, 12:55 am, NealWalters wrote: > Your basic choices are: > 1) Google Checkout > 2) Paypal > 3) Get your o

[google-appengine] Google Checkout for international merchants

2009-06-15 Thread Thomas Wiradikusuma
Hi guys, I know this is not the right place to ask, but I'm sure some developers using AppEngine are interested with this too. I wanted to register a Checkout account, but my country is not listed. Given that AppEngine+Checkout pretty much a match made in heaven for ecommerce platform, how do int

[google-appengine] Re: Knowing which app belong to who

2009-06-10 Thread Thomas Wiradikusuma
unless, of course, the app name is your own username. the first time i registered for GAE, i secured my username :) On Jun 10, 11:33 am, pranny wrote: > Because of unknown reasons, the app name can not be the name of any > gmail user. So, say someone has an email like 'foo.bar[AT]gmail[DOT] > co

[google-appengine] Knowing which app belong to who

2009-06-09 Thread Thomas Wiradikusuma
Hi guys, is there any way to see the owner's username of a certain app name? I wanted to register an app, say "foo", but discovered that it's already taken. I'm very much confident the name I picked is unique (it's in my local language and consisted of several words), but I've told some friends ab

[google-appengine] Re: ??? Over Quota ???

2009-06-09 Thread Thomas Wiradikusuma
just checked it from here (Indonesia) at 8:15am (local time), yup it's an honest 403. On Jun 10, 2:13 am, Sebastian Aviña wrote: > hi Jeff, > the webpage works fine for periods of 30 minutes, and then all the web page > triggers the 403 over quota error for about two hours... --~--~-~--

[google-appengine] Re: Applications Limit

2009-06-09 Thread Thomas Wiradikusuma
somebody in this list got another 10 from google :) i think they'd be happy to increase your limit for free if you have strong reason for the expansion. On Jun 9, 3:25 am, GTako wrote: > can someone indicate if this limit will be expanded? --~--~-~--~~~---~--~~ Y