[google-appengine] Re: .NET Core 3.1 running in GAE Flex - Thread Pool Starvation

2022-03-04 Thread 'Shawn Wu' via Google App Engine
I have confirmed there is no recently update for flexible environment for .NET[1]. The issue seems to be specific impact your service, I recommend you to open an support case, allowing support team to investigate further. [1]

[google-appengine] Re: no response headers from Google Frontend (or not paying for them), denial of wallet attacks

2021-06-16 Thread 'Shawn Wu' via Google App Engine
as you mentioned it may DDos attack, please go cloud console to file support case, it will allow us to look into the issue specific based on your logs and service behavior, to assist you fix the issue. On Wednesday, June 16, 2021 at 3:03:59 AM UTC-4 waltrau...@gmail.com wrote: > Hi! > Thanks

Re: [google-appengine] Re: GAE HTTP/3 with custom domain

2021-05-15 Thread 'Shawn Wu' via Google App Engine
The issue seem very specific impact on the case. I recommend you to file a support consult in the console, it will allow the team to have deeper looking into the project and gathering the logs. On Friday, May 14, 2021 at 4:20:00 PM UTC-4 John Coonrod wrote: > Thanks. I use the normal gae

[google-appengine] Re: why google search api results is NoneType object

2021-05-10 Thread 'Shawn Wu' via Google App Engine
what is the python version ? Generally, It means the value of data is None. You can simply print "enumerate(search_items, start=1)" to confirm the value type. On Saturday, May 8, 2021 at 9:10:12 AM UTC-4 amol.s...@namasys.co wrote: > output: > result = self.fn(*self.args, **self.kwargs) >

[google-appengine] Re: Free trial registration issue

2021-05-07 Thread 'Shawn Wu' via Google App Engine
please try to use the chrome incognito mode or try to clear the cookies and try again. On Thursday, May 6, 2021 at 3:54:32 PM UTC-4 Animesh Sharma wrote: > Please try firefox private window. I am able to do so by this only. > > On Thursday, May 6, 2021 at 7:37:54 PM UTC+5:30 pref...@gmail.com

[google-appengine] Re: gcloud app deploy command broken

2021-04-27 Thread 'Shawn Wu' via Google App Engine
please add --verbosity(https://cloud.google.com/sdk/gcloud/reference#--verbosity) flag to debug to pull out the error details for further understanding On Tuesday, April 27, 2021 at 9:09:10 AM UTC-4 in...@rdvassistant.com wrote: > hello, > I am looking for help for an issue of GAE deploy > >

[google-appengine] Re: Cloud Run services latency spikes

2021-04-19 Thread 'Shawn Wu' via Google App Engine
I believe the best way is to file the support case in the cloud console, in this way the Support team can have a deeper look into the issue. On Monday, April 19, 2021 at 11:10:40 AM UTC-4 Andreas Lans wrote: > Hello! > > We have several projects in Google Cloud and we have recurring problems

[google-appengine] Re: Server side GTM using App Engine

2021-04-09 Thread 'Shawn Wu' via Google App Engine
the App Engine standard is only used for testing.. Once being deployed to the production, 3 instances with 1 vCPU, 0.5 GB memory, 10 GB disk and App Engine Flex insensate are required , you can only increase or reduce the amount of the instance rather than modify the container. On

[google-appengine] Re: Cannot debug app on Google Cloud App Engine

2021-03-19 Thread 'Shawn Wu' via Google App Engine
the args seems missing the yaml settings. Can you double confirm the yaml files ? On Thursday, March 18, 2021 at 9:46:29 AM UTC-4 bha...@gmail.com wrote: > > Hello everyone, > I have a PHP Laravel app deployed on Google Cloud App Engine. > > Previously, I was able to debug the app online and

Re: [google-appengine] Re: New migration resource

2021-03-16 Thread 'Shawn Wu' via Google App Engine
App Engine Memorystore for Redis Sample at https://github.com/GoogleCloudPlatform/python-docs-samples/tree/master/appengine/standard/migration/memorystore provided the example how to replace the Memcache API with the Memorystore for Redis. you can refer to this doc for more details. On

[google-appengine] Re: AppEngine Error: EROFS: read-only file system, open '.next/static/sitemap.xml

2020-11-10 Thread 'Shawn Wu' via Google App Engine
I recommend you to file the app's architecture questions in the StackoverFlow, since there is no standard answers for these question. the StackoverFlow community should be the best place for those information. On Tuesday, November 10, 2020 at 12:15:24 PM UTC-5 Mog Obahor wrote: > Thanks for

[google-appengine] Re: Basic-scaling random port number in local devserver

2020-10-07 Thread 'Shawn Wu' via Google App Engine
I think the forwarded_ports should be set. You can forward ports from your instance (HOST_PORT) to the Docker container (CONTAINER_PORT). If you only specify a PORT, then App Engine assumes that it is the same port on the host and the container[1]. [1]

[google-appengine] Re: C# SqlServer database connection problem while deploying to AppEngine

2020-10-07 Thread 'Shawn Wu' via Google App Engine
A batch is a SQL string that you send for execution to SQL Server. It can contain multiple statements. Every time you call SqlCommand.Execute* you send a single batch. On Monday, October 5, 2020 at 6:33:50 PM UTC-4 krzyszt...@gmail.com wrote: > I think I found the real problem. It was

[google-appengine] Re: Migrating from GAE Flexible to Standard

2020-10-07 Thread 'Shawn Wu' via Google App Engine
You can refer to this stackoverflow case[1],which the GCP support team provided the information to migrate from flex to standard environment. [1] https://stackoverflow.com/questions/44880708/change-project-from-google-app-engine-flexible-to-standard/49454510 On Monday, October 5, 2020 at

[google-appengine] Re: Cloud Function build error - go113_20200924_20_RC00

2020-09-29 Thread 'Shawn Wu' via Google App Engine
if you deploy by using gcloud, please ensure the command is correct. the error message seems to indicate command invalid. On Monday, September 28, 2020 at 4:10:29 PM UTC-4 Črtomir Majer wrote: > I can no longer deploy my Cloud Function using a commit from ~3 days ago > that was deployed

Re: [google-appengine] Download source code of Node.js project deployed on Google Cloud AppEngine

2020-09-14 Thread 'Shawn Wu' via Google App Engine
please double confirm the IAM role of your account. it may caused by the account lack of IAM role. On Saturday, September 12, 2020 at 5:21:58 PM UTC-4 aqibp...@gmail.com wrote: > Dear Wesley, > > Thanks for your response, but i am not able to see the option of *Source*. > I am only able to

[google-appengine] Re: quotas

2020-08-21 Thread 'Shawn Wu' via Google App Engine
please check that service quota limit. On Friday, August 21, 2020 at 4:50:30 AM UTC-4 ma...@gmsolustion.online wrote: > have you any info for this error please > > temporary error: quotaExceeded backing off: 60 seconds, retry: 7/10 > -- You received this message because you are subscribed to

[google-appengine] Re: webapp2 maintenance

2019-12-30 Thread 'Shawn Wu' via Google App Engine
will be approved and be pushed into the repo, and we cannot provide an ETA for the approval procedure to be completed. [1] https://github.com/GoogleCloudPlatform/webapp2/pull/150 On Tuesday, December 24, 2019 at 3:42:22 AM UTC-5, Remko Tronçon wrote: > > Hi Shawn, > > Due to this,

[google-appengine] Re: webapp2 maintenance

2019-12-23 Thread 'Shawn Wu' via Google App Engine
Hello Remko, By looking into the link you provided, I was able to notice that this particular repository is supported by its own set of contributors. Due to this, you may feel free to reach out to the team through their issue tracker here[1]. This will ensure you would be getting the most

[google-appengine] Re: backup of datastore to local machine

2014-08-27 Thread Shawn Lee
/scheduled_backups . This method creates a cron job the automatically backup the datastore at the specified intervals. Hope you found these useful! Best regards, Shawn On Wednesday, 27 August 2014 21:13:09 UTC+8, Rohith D Vallam wrote: Hello Shawn, Thanks a lot for your valuable suggestions

Re: [google-appengine] Re: backup of datastore to local machine

2014-08-27 Thread Shawn Lee
Hi Rohith, Unfortunately, I have only used the Python and Java APIs for the GAE, so I can't really comment on the support for PHP, but I'm sure that there are definitely some similar APIs for PHP. Best regards, Shawn On Wednesday, 27 August 2014 22:05:18 UTC+8, Rohith D Vallam wrote: Hello

[google-appengine] Re: backup of datastore to local machine

2014-08-22 Thread Shawn Lee
help. We are still experimenting with this idea, but we are able to periodically retrieve the entities over 5 minute intervals and upload them to a local machine. We can then view the data on the local server as though we are on the live server. Best regards, Shawn On Friday, 22 August 2014 01

[google-appengine] Building a backend for multiple mobile apps.

2014-07-08 Thread Shawn McElroy
I am researching how I could build an app on appengine/compute. Basically, it would be something similar to parse.com. Except it would have a few different features and would be targeted for a specific kind of app. Which I am building now. Basically, i would have a web app on appengine, where

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
is losing it's mojo if it takes the natural categories and lumps them into one less useful one. Shawn -- 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-java@googlegroups.com

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
Search for google-app-engine java. I still don't get it. searching pulls up results that are seemingly unordered by time using a Stack Overflow filter (to notify by email or display current results) doesn't find java related posts. YUCK. It'd be nice to be able to just follow the java version

Re: [appengine-java] Reminder: Google App Engine community support is moving to Stack Overflow

2012-03-08 Thread Shawn Brown
. Shawn -- 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-java@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr...@googlegroups.com

Re: [appengine-java] Mail send from AppEngine application not received by any recipient from past few days

2012-02-23 Thread Shawn Brown
We have two Business application running on AppEngine one of which we have upgraded into HRD instance a couple of months before and other one was upgraded into HRD instance a week before.Everything was working fine on them but from past few days(after Friday) no mail is sending from these

[google-appengine] Re: Blobstore migration tool.

2012-02-13 Thread Shawn
after migrating the datastore. -- Shawn On Feb 13, 9:56 am, Vinuth Madinur vinuth.madi...@gmail.com wrote: When can we expect a blobstore migration tool? The latencies are increasingly getting slower and is killing. Thanks, Vinuth. -- You received this message because you are subscribed

Re: [google-appengine] *.proto API files?

2012-02-10 Thread Shawn Lewis
I should be able to get the information I was after from the compiled python protocol buffers. But to answer your question, in this case I was wondering what the behavior is when .setCount isn't called on the NextResult pb in QueryResultsSourceImpl.java. Of course I could glean the default value

[google-appengine] *.proto API files?

2012-02-07 Thread Shawn Lewis
Can't find 'em in the API source. In this old thread someone mentioned they'd be released soon, but that was 2008. I'm probably just not looking hard enough. Thanks!

Re: [google-appengine] Typical user latencies?

2012-02-07 Thread Shawn Lewis
request in chrome debug tools or whatever (don't include latency for pulling down subsequent files). http://slquerytest.appspot.com/ On Thu, Feb 2, 2012 at 10:52 PM, Robert Kluin robert.kl...@gmail.comwrote: Hi Shawn, Setup a file you'd like to benchmark against and I'll pull it down a few times

[google-appengine] Where did my /_ah/warmup requests go?

2012-02-02 Thread Shawn
could find no requests for /_ah/warmup in our logs? They used to be there. We have been twiddling the maxIdle/minLat scheduler dials. Could this affect the warmup requests in some way? I am stumped. -- Shawn -- You received this message because you are subscribed to the Google Groups Google App

[google-appengine] Typical user latencies?

2012-02-02 Thread Shawn Lewis
I saw an old thread about this but would like more up to date info. For a 4k static_file I get between 150ms-300ms (spiking to 600ms). In San Francisco, CA. Also, are there third party system status dashboards that report such info? Appendix: old latency thread:

Re: [appengine-java] Implementation question regarding efficient check and lock on datastore

2012-01-12 Thread Shawn Brown
AccountStatusLock] 3a generate AccountStatus 3b commit entity with generated AccountStatus 4 delete AccountStatusLock Shawn -- 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-java

Re: [appengine-java] Re: problem with Content-type: null with css files

2012-01-10 Thread Shawn Brown
the error as I did by just modifying the spaces in comments in the css file anymore. Shawn -- 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-java@googlegroups.com. To unsubscribe from

Re: [appengine-java] Re: problem with Content-type: null with css files

2012-01-09 Thread Shawn Brown
If someone has a deterministically reproducible case that you can share with us (project files and everything), it'd be very helpful for us to nail this bug. We aren't able to do this with our test apps (big apps, small apps). There's got to be some parameter that's different in your apps. I

[appengine-java] utf-8 log files

2011-09-09 Thread Shawn Brown
/logging.properties / property name=file.encoding value=UTF-8 / property name=DEFAULT_ENCODING value=UTF-8 / /system-properties Anyone know? Shawn -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group

[appengine-java] Re: utf-8 log files

2011-09-09 Thread Shawn Brown
Is this the right way to get appengine logs in utf-8? I tried downloading them but ... the file itself was not written as utf-8. So I'm wondering about setting this in appengine-web.xml: system-properties                property name=java.util.logging.config.file

Re: [appengine-java] Set a header of text/cache-manifest when a .manifest file is downloaded.

2011-08-25 Thread Shawn Brown
Hi, It is possible to have the iPhone remember a web page to make it look like an App.  To do this you need to specify a manifest file to tell the iPhone what to cache. I think you are talking about html5 offline support -no? Works with 'droid too right? The .manifest file must have a header

[appengine-java] Server Error : Deployment Failed

2011-08-19 Thread Shawn Brown
) at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:61) and 37% Cloning 1027 application files. 37% on backend null. So what do I need to do to reply? Shawn -- 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

[google-appengine] Re: Help on Fantasm Fan In

2011-06-10 Thread Shawn R
jason.a.coll...@gmail.com wrote: @Mike_W, I've updated the docs to describe this new feature.  http://code.google.com/p/fantasm/wiki/AdvancedConcepts#Fan-In j On Jun 8, 9:44 pm, Robert Kluin robert.kl...@gmail.com wrote: Hey Shawn,   Awesome,  I'll try to review it tomorrow!   Hopefully

Re: [google-appengine] Re: Help on Fantasm Fan In

2011-06-08 Thread Shawn
Hi Robert, Done. http://code.google.com/p/fantasm/source/detail?r=147. Please give it a quick review if you are able. Thanks again. -- Shawn -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Help on Fantasm Fan In

2011-06-07 Thread Shawn
Robert, IIRC, the bottleneck on my end was getting the unit tests to pass. The patch caused some failures (in a feature I wanted to deprecate anyway), but I have not had time to get to it. Now that two people want the feature, I'll try to prioritize. Thanks again for the patch :-) -- Shawn

Re: [appengine-java] DWR 3 doesn't work

2011-06-03 Thread Shawn Brown
without me seeing, then having looked at the src code of dwr and seeing what would be needed to get it to run, I would suggest http://code.google.com/appengine/docs/java/channel/ Shawn -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group

Re: [appengine-java] does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-13 Thread Shawn Brown
Hi, Do you have the contact information for the Apple Engineer? He's contacted you, Toby, off list now. I got cc'd on the mail. Let me know if for some reason you didn't get it. Shawn -- You received this message because you are subscribed to the Google Groups Google App Engine for Java

[appengine-java] does the Google AppEngine or WebToolkit replace the bootclasspath of the running Java runtime?

2011-03-12 Thread Shawn Brown
appears to be isolated to these Google tools, I can only speculate that this is the work of JVM wizards who are somehow replacing our universe with their own. I don't think AE or GWT do that, do they? Shawn -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Re: Google App Engine with MySQL Database.

2010-11-26 Thread Shawn Brown
/slim3appengine/slim3-datastore http://code.google.com/p/twig-persist/ Shawn -- 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 group, send

Re: [appengine-java] Security and Authentication - security-constraint in web.xml annoying error

2010-10-30 Thread Shawn Brown
how can i fix this annoying error ? web-resource-name}' is expected. see the top link in the following search and just add a web-resource-name http://docs.sun.com/app/docs/doc/819-3669/bncbk?a=view Shawn -- You received this message because you are subscribed to the Google Groups Google App

Re: [appengine-java] Disappointment about JPA relationships :(

2010-10-24 Thread Shawn Brown
App Engine datastore. http://code.google.com/p/objectify-appengine/ Shawn -- 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 group

Re: [appengine-java] [Perhaps OT] Oracle vs. Google : Java still a viable language?

2010-08-27 Thread Shawn Brown
trouble as Oracle reserved the rights to mobile devices for non-GPL versions of Java. Nobody would or could ever do that I think, and so am sure it won't ever be an issue. Don't listen to me though. Really don't. Shawn -- You received this message because you are subscribed to the Google

Re: [appengine-java] HTTPS on App Engine

2010-08-26 Thread Shawn Brown
I tried it but a call via http is still possible and wil not be automatically redirected to the https protocol. Are you using *.appspot.com? It doesn't work for a custom domain, does it? Also Eclipse doesn't like the url-pattern in web-resource-collection and marks it as error. adding

[appengine-java] Stored Data- how billed?

2010-08-09 Thread Shawn Brown
a little confused. Is my storage per day added up and then billed so actually I'd see 25 GB (on disk) X 31 days X $0.15 = $3.75 x 30. I'm guessing daily storage is averaged and then billed at the end of the month. (daily average for the month) in GB X $0.15/month Anyone know? Shawn -- You

Re: [appengine-java] Instance startup/shutdown and sessions

2010-07-26 Thread Shawn Brown
What happens if between logged in user navigates to another page and the GAE instance was shutdown? I understand a new instance is started but what happened to the session data? AFAIK session data is persisted to big table. Also, how is startup/shutdown of instances related to

[appengine-java] Re: sessions - configured but don't work on first call

2010-07-17 Thread Shawn Brown
to treat it as a non-static resource so yes the filter is called but under the dev server no cookie is sent for the first access. Shawn -- 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

Re: [appengine-java] Re: memcache best practice or framework

2010-07-16 Thread Shawn Brown
the relevant code. Shawn -- 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 group, send email to google-appengine-java+unsubscr

[appengine-java] Why are filters not used on first access?

2010-07-11 Thread Shawn Brown
page but still don't see the filter applied. What am I not understanding??? Shawn -- 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

Re: [appengine-java] Why are filters not used on first access?

2010-07-11 Thread Shawn Brown
be documented here http://code.google.com/appengine/docs/java/config/webxml.html#Filters Anyway, thanks! Shawn -- 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

Re: [appengine-java] Re: memcache best practice or framework

2010-07-10 Thread Shawn Brown
revisionded84586e4Delete /src/main/java/com/vercer/cache/MemoryCache.java Is it no longer supported? Shawn -- 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

Re: [appengine-java] Re: Enabling SSL for a Servlet

2010-07-09 Thread Shawn Brown
, is there source code available. I can't find anything (for java) at: http://code.google.com/p/google-app-engine-samples/ and appengine-java-sdk-1.3.5 seems not to have it as a demo. Thanks, Shawn PS. Actually Chrome reports: Unable to make a secure connection to the server. This may be a problem

[appengine-java] Re: Failure to write objects to HttpSession - NotSerializableException : LazyResult

2010-06-03 Thread Shawn Draper
Attached is the User object... package com.gcf.core; import java.util.*; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.NotPersistent; import javax.jdo.annotations.PersistenceCapable; import javax.jdo.annotations.Persistent; import

[appengine-java] Failure to write objects to HttpSession - NotSerializableException : LazyResult

2010-06-02 Thread Shawn Draper
for your help. Shawn -- 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 group, send email to google-appengine-java+unsubscr

Re: [appengine-java] java.lang.RuntimeException: java.io.NotSerializableException: + objectify framework

2010-04-12 Thread Shawn Brown
uses threads and file writes. Have you modified dwr to avoid those? Shawn -- 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 group

Re: [google-appengine] How to pay for more than 1,300,000 requests per day?

2010-03-31 Thread Shawn Hartsock
I did some math on this recently for my application but my application's numbers won't fit your application. Each application is going to have a different performance profile. You need to profile your application and determine what it will use in resources. My application is very CPU intensive so

Re: [appengine-java] Re: Why should app startup times be a problem.

2010-03-29 Thread Shawn Brown
to immediately serve. Can't you. I don't see what the difficulty understanding is. Shawn -- 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

Re: [appengine-java] GWT+JDO+GAE enhancement nightmare

2010-03-22 Thread Shawn Brown
) it seems cold start up time is better when you take the jdo and datanucleus stuff out. (judging by mail on this list) There are much more knowledgeable people on this list but ... yeah I know it's a nightmare to get it figured out in the beginning and don't wonder if objectify isn't simpler. Shawn

[appengine-java] Discussion on will-it-play-in-app-engine

2009-12-21 Thread Shawn
WRONG** You have: Direct Web Remoting (DWR) Version(s): 2.0.5, 3.0 RC1 Status: COMPATIBLE If AppEngine does not support spawning new threads then 3.0RC1 won't work out of the box see http://old.nabble.com/DWR3RC1-threads-td23074328.html and/or search the DWR mailing list for appengine

Re: [appengine-java] GAE for few requests high processing

2009-12-13 Thread Shawn Brown
processing application with GAE ? Have you seen http://code.google.com/appengine/docs/java/taskqueue/ Shawn -- 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

Re: [appengine-java] Why not use integer primary keys?

2009-12-12 Thread Shawn Brown
Error in meta-data for my.syncdroidserver.Box.boxID: Unsupported primary key type: int http://code.google.com/appengine/docs/java/datastore/creatinggettinganddeletingdata.html#Keys -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group.

Re: [appengine-java] Re: Why not use integer primary keys?

2009-12-12 Thread Shawn Brown
com.google.appengine.api.datastore.Key.getId() getId public long getId() Returns the numeric identifier of this Key. Shawn -- 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

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

2009-12-06 Thread Shawn Brown
. Shawn -- 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 group, send email to google-appengine-java+unsubscr...@googlegroups.com

Re: [appengine-java] Re: DWR SUPPORT

2009-12-04 Thread Shawn Brown
javascript on the client has already moved on and thrown the undefined error because DWR hadn't returned in time. I saw this with reverse ajax. Shawn -- 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

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

2009-12-04 Thread Shawn Brown
And So is it become official version at Dec-5th? I think so. Well Dec 4th. http://groups.google.com/group/google-appengine-java/browse_thread/thread/18e49b1559752fae/fdf7c0bc29d6e74d?lnk=gstq=App+Engine+SDK+1.2.8+released+including+new+Admin+Console+features#fdf7c0bc29d6e74d Shawn

[appengine-java] Re: Exception while trying to run app

2009-10-24 Thread Shawn Brown
see http://tinyurl.com/yzhwl6p It's a known issue with upgrading. Look at the top result. --~--~-~--~~~---~--~~ 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] Emergency, who can help me? Wildcard must appear at the end of the expression string (only prefix matches are supported)

2009-09-09 Thread Shawn
I used the jdoql url.matches like this: public static ListPojo_website getEntries(String url) { PersistenceManager pm = PMF.get().getPersistenceManager(); Query query = pm.newQuery(Pojo_website.class); StringBuilder filter = new

[google-appengine] Emergency, who can help me? Wildcard must appear at the end of the expression string (only prefix matches are supported)

2009-09-09 Thread Shawn Wu
I used the jdoql url.matches like this: public static ListPojo_website getEntries(String url) { PersistenceManager pm = PMF.get().getPersistenceManager(); Query query = pm.newQuery(Pojo_website.class); StringBuilder filter = new

[google-appengine] brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
missing something very simple here. Any insight would be great, thanks. -Shawn --~--~-~--~~~---~--~~ 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

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
it skips those by default..according to the documentation On Jul 31, 4:51 pm, djidjadji djidja...@gmail.com wrote: why do you skip app.yaml and index.yaml? 2009/7/31 Shawn A. boris...@gmail.com: Hi, I am just getting into google app engines. After pushing my app up to production i

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
should have included this in my last reply: http://code.google.com/appengine/docs/python/config/appconfig.html#Skipping_Files On Jul 31, 4:51 pm, djidjadji djidja...@gmail.com wrote: why do you skip app.yaml and index.yaml? 2009/7/31 Shawn A. boris...@gmail.com: Hi, I am just

[google-appengine] Re: brand new app. 500 error, nothing in the error logs.

2009-07-31 Thread Shawn A.
Hello Holger, Wow! I could have stared at the file for hours and not noticed that. sometimes all you need is another pair of eyes. Thank you that worked like a charm. Sneaky that it worked in the sdk btw. Thanks, -Shawn On Jul 31, 9:15 pm, Holger w...@arcor.de wrote: Hi Shawn, Try changing

[google-appengine] Re: Over Quota: Datastore Indices Count

2009-06-29 Thread Shawn
Hello GAE Team, We are also experiencing the Your application is exceeding a quota: Datastore Indices Count on one of our test applications. application: steprep-demo Number of indexes: 88 (14 stuck in 'Building' for 3+ days) Can you folks work your magic or otherwise instruct me on how to

[google-appengine] math/trig functions in GQL

2009-02-09 Thread Shawn
Is there a list of SQL-supported math (specifically trig) functions published somewhere? --~--~-~--~~~---~--~~ 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] Re: math/trig functions in GQL

2009-02-09 Thread Shawn
Ok, thanks for the info. Are there any good references on GQL other than the docs provided on the Google Code site for App Engine? Shawn On Feb 9, 4:08 pm, Alexander Kojevnikov alexan...@kojevnikov.com wrote: On Feb 10, 8:50 am, Shawn shawn.s...@gmail.com wrote: Is there a list of SQL

[google-appengine] Hello Everyone

2008-10-31 Thread Shawn Pack
Kind of lurking a bit. I'm researching how to fully utilize Google Apps right now and I'm curious about how I can use and leverage App Engine for a site I'm working on. I've got Developing with Google App Engine (Firstpress) on pre-order from Amazon. Seems kind of small if the 100 pages is