[appengine-java] request to html - context initialized

2010-11-06 Thread aswath satrasala
Hello,
I am requesting for a HTML resource on my app-id.  I get the following in
the logs.  How can I serve the HTML requests with out starting the context.

-Aswath
http://vs-accounting.appspot.com
Accounting for India Market.

11-06 12:09AM 28.270

com.veersoft.listener.VsServletContextListener contextInitialized:

 11-06 12:09AM 33.288

This request caused a new process to be started for your
application, and thus caused your application code to be
loaded for the first time. This request may thus take longer
and use more CPU than a typical request for your application

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: request to html - context initialized

2010-11-06 Thread Didier Durand
Hi Aswath,

This means just that your application was swapped out of App Engine
because of its low activity and the next time you come, initialization
has to be done again.

You cannot avoid it as long as your application activity is low (dev),
but when it gets higher (production), this should disappear.

regards
didier

On Nov 6, 8:17 am, aswath satrasala aswath.satras...@gmail.com
wrote:
 Hello,
 I am requesting for a HTML resource on my app-id.  I get the following in
 the logs.  How can I serve the HTML requests with out starting the context.

 -Aswathhttp://vs-accounting.appspot.com
 Accounting for India Market.

 11-06 12:09AM 28.270

 com.veersoft.listener.VsServletContextListener contextInitialized:

  11-06 12:09AM 33.288

 This request caused a new process to be started for your
 application, and thus caused your application code to be
 loaded for the first time. This request may thus take longer
 and use more CPU than a typical request for your application

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: SMS Already Verifies

2010-11-06 Thread Patou
It's a Pb with google app account !

Try to logging with the public interface :
http://appengine.google.com/

or by the google app interface

http://appengine.google.com/a/creativelift.net

There are two account, and just one is active !

Regards

Patrice

On Nov 5, 11:27 pm, citizen t...@creativelift.net wrote:
 Hi! When I try to create a new application, it asks me for SMS
 verification - but I have already been verified! Now it wont let me
 enter my phone number again because it says it has been used already
 but thats for this same account!

 My account is t...@creativelift.net and I am logging in 
 athttp://appengine.google.com/a/creativelift.net

 Thank you,

 Ted

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: OpenID: What's the use of the createLoginURL attributesRequest parameter

2010-11-06 Thread dflorey
Are you using OpenID? Is logout working with app engine? I thought it
is not yet usable.
You could use additional attributes to e.g. set PAPE=0 to emulate a
proper logout

Daniel


On Nov 5, 2:00 pm, Alex alex.jong...@gmail.com wrote:
 Hi,

 the createLoginURL method for federated login with OpenID has a Set of
 Strings parameter attribuesRequest.
 The JavaDoc states the following about this parameter:

 attributesRequest - additional attributions requested for this login,
 IDP may not may not support these attributes.

 Until now I didn't require to fill this attribute to use OpenID with
 parties like Google, Yahoo etc. But I was wondering what kind of
 requests I might encounter / use here. Are there any (Java) examples
 where this parameter is used? And what does IDP mean?

 Alex

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] while adding plugin(http://dl.google.com/eclipse/plugin/3.5) in eclipse-galileo

2010-11-06 Thread new2app
I'm getting error like this...how can i make complete install?


Cannot complete the install because one or more required items could
not be found.
Software being installed: Google App Engine Java SDK 1.3.8
1.3.8.v201010161055
(com.google.appengine.eclipse.sdkbundle.e35.feature.1.3.8.feature.group
1.3.8.v201010161055)
Missing requirement: Google App Engine Plugin 1.4.0.v201010280047
(com.google.appengine.eclipse.core 1.4.0.v201010280047)
requires 'bundle org.eclipse.wst.sse.core 0.0.0' but it could not be
found
Cannot satisfy dependency:
From: Google App Engine SDK 1.3.8.v201010161055
(com.google.appengine.eclipse.sdkbundle.1.3.8 1.3.8.v201010161055)
To: bundle com.google.appengine.eclipse.core 0.0.0
Cannot satisfy dependency:
From: Google App Engine Java SDK 1.3.8 1.3.8.v201010161055
(com.google.appengine.eclipse.sdkbundle.e35.feature.1.3.8.feature.group
1.3.8.v201010161055)
To: com.google.appengine.eclipse.sdkbundle.1.3.8 [1.3.8.v201010161055]

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



Re: [appengine-java] Task Queue on other App Servers

2010-11-06 Thread Maxim Veksler
Hi Andrew,

We would be interested in sharing info about moving to/from appengine. Guess
the biggest trouble would be the datastore implementation, we don't
currently use the task queue api.

Are you aware of http://code.google.com/p/appscale/ ?


Maxim.

-- Sent from my Nexus.
On Oct 26, 2010 4:24 PM, andrew aute...@gmail.com wrote:
 Anyone out there got an implementation of the TaskQueue working on
 other app servers (jetty, tomcat)?

 We would like this as an option to ensure portability of our
 application between app engine and other options.

 Either the same Google TaskQueue code configured to run on another
 server, or a compatible implementation.

 If not, anyone else looking for the same - who is interested in
 sharing the effort of getting that running?

 --
 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.comgoogle-appengine-java%2bunsubscr...@googlegroups.com
.
 For more options, visit this group at
http://groups.google.com/group/google-appengine-java?hl=en.


-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Re: What Does Hosted SQL Entail?

2010-11-06 Thread adahlquist
I'm looking for some more information on Hosted SQL as well and can't
seem to find detailed docs on what is planned for the Q4 release. I
found the road map, but no details pertaining to which sql databases
will be supported, or what the limitations may be.  Will PostgreSQL be
supported, and will the data stores only accessible by applications
running in the app engine? Answers to these questions or a link to
documentation would be greatly appreciated. Thanks.

On Sep 27, 3:04 am, l.denardo lorenzo.dena...@gmail.com wrote:
 NoSQLis available at the moment.SQLsupport is planned in the App Engine for 
 business version, which
 you can read about in the docs (planned Q4 2010).

 Regards
 Lorenzo

 On Sep 26, 5:29 am, Stefan stefan8...@gmail.com wrote:

  I'm trying to figure out if a traditional RDBMS will support my
  companies needs better than the given Google Datastore(BigTable).  The
  fact is that I don't know what the available RDBMS is/are and can't
  seem to find any info on what is out there. Do you know what the
  available options are, short of me calling sales? Please advise.

  Stefan

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[appengine-java] Problem with JSF 2.0

2010-11-06 Thread vaninh0
Hello,

I have an application running on EclipsePlugin (JSF2.0), but when I
deploy it got the following error:
(it's started when I used the templates)

Anyone can help me?

java.lang.RuntimeException: java.io.NotSerializableException:
br.com.controlecartao.web.managed.EmpresaMBean
at
com.google.apphosting.runtime.jetty.SessionManager.serialize(SessionManager.java:
387)
at
com.google.apphosting.runtime.jetty.SessionManager.createEntityForSession(SessionManager.java:
364)
at com.google.apphosting.runtime.jetty.SessionManager
$AppEngineSession.save(SessionManager.java:164)
at
com.google.apphosting.runtime.jetty.SaveSessionFilter.doFilter(SaveSessionFilter.java:
41)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
com.google.apphosting.utils.servlet.TransactionCleanupFilter.doFilter(TransactionCleanupFilter.java:
43)
at org.mortbay.jetty.servlet.ServletHandler
$CachedChain.doFilter(ServletHandler.java:1157)
at
org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:
388)
at
org.mortbay.jetty.security.SecurityHandler.handle(SecurityHandler.java:
216)
at
org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:
182)
at
org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:
765)
at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:
418)
at
com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:
238)
at
org.mortbay.jetty.handler.HandlerWrapper.handle(HandlerWrapper.java:
152)
at org.mortbay.jetty.Server.handle(Server.java:326)
at org.mortbay.jetty.HttpConnection.handleRequest(HttpConnection.java:
542)
at org.mortbay.jetty.HttpConnection
$RequestHandler.headerComplete(HttpConnection.java:923)
at
com.google.apphosting.runtime.jetty.RpcRequestParser.parseAvailable(RpcRequestParser.java:
76)
at org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
at
com.google.apphosting.runtime.jetty.JettyServletEngineAdapter.serviceRequest(JettyServletEngineAdapter.java:
135)
at
com.google.apphosting.runtime.JavaRuntime.handleRequest(JavaRuntime.java:
261)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime
$6.handleBlockingRequest(RuntimePb.java:8486)
at com.google.apphosting.base.RuntimePb$EvaluationRuntime
$6.handleBlockingRequest(RuntimePb.java:8484)
at
com.google.net.rpc.impl.BlockingApplicationHandler.handleRequest(BlockingApplicationHandler.java:
24)
at com.google.net.rpc.impl.RpcUtil.runRpcInApplication(RpcUtil.java:
418)
at com.google.net.rpc.impl.Server$RpcTask.runInContext(Server.java:
572)
at com.google.tracing.TraceContext$TraceContextRunnable
$1.run(TraceContext.java:448)
at com.google.tracing.TraceContext.runInContext(TraceContext.java:
688)
at com.google.tracing.TraceContext
$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:
326)
at com.google.tracing.TraceContext
$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:
318)
at com.google.tracing.TraceContext
$TraceContextRunnable.run(TraceContext.java:446)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:
1110)
at java.util.concurrent.ThreadPoolExecutor
$Worker.run(ThreadPoolExecutor.java:603)
at java.lang.Thread.run(Thread.java:636)
Caused by: java.io.NotSerializableException:
br.com.controlecartao.web.managed.EmpresaMBean
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1173)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:
343)
at java.util.HashMap.writeObject(HashMap.java:1018)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:
57)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:
43)
at java.lang.reflect.Method.invoke(Method.java:616)
at java.io.ObjectStreamClass.invokeWriteObject(ObjectStreamClass.java:
962)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1478)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:
1409)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1167)
at
java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:
1526)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:
1491)
at
java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:
1409)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:
1167)
at java.io.ObjectOutputStream.writeArray(ObjectOutputStream.java:
1355)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:

Re: [appengine-java] Re: What Does Hosted SQL Entail?

2010-11-06 Thread Wilson MacGyver
It's mysql, no other solution has been announced, and I doubt
they will be, so postgresql is very unlikely. There is currently a beta
signup right now. I doubt it will be accessible to none gae apps.
Since google isn't trying to get into hosted RDBMS solution.
So you'd have the solve this by building remote REST API yourself.

On Nov 5, 2010, at 3:41 PM, adahlquist adamdahlqu...@gmail.com wrote:

 I'm looking for some more information on Hosted SQL as well and can't
 seem to find detailed docs on what is planned for the Q4 release. I
 found the road map, but no details pertaining to which sql databases
 will be supported, or what the limitations may be.  Will PostgreSQL be
 supported, and will the data stores only accessible by applications
 running in the app engine? Answers to these questions or a link to
 documentation would be greatly appreciated. Thanks.

-- 
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.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.



[google-appengine] Re: Is imperative RequestHandler possible in GAE?

2010-11-06 Thread Tim Hoffman
Hi



On Nov 6, 11:12 am, Zeynel azeyn...@gmail.com wrote:
 In the Pyramid websitehttp://docs.pylonshq.com/pyramid/dev/narr/firstapp.html
 they give a Hello World App configured imperatively.

 I understood this to be configured without object orientation. Is
 this correct?

Not really, it just means its configured directly through code, rather
than indirectly via import time configuration.
It would be the same as creating db.Models by doing something like
mymode.addProperty(name,propertyType). Rather than at
class definition time.  I am not sure its any less object oriented,
just moves the point in time where the definition comes
together ;-)


 And is it possible to work in webapp Framework in imperative mode?

Yep

 For instance, would it be possible to write this 
 examplehttp://code.google.com/appengine/kb/commontasks.html#update
 imperatively without

 substituting a function for the class
 UpdateComment(BaseRequestHandler):

Other frameworks don't look like webepp based request handlers.  I use
bobo and bfg in differnt projects, and because of the way
they work, the views are declared quite differently.  Bobo for
instance can use imperitive of class based view/route definitions.

See http://bobo.digicool.com/more.html#configuring-routes-in-python
for instance, or with bfg 
http://docs.repoze.org/bfg/current/narr/configuration.html#imperative-configuration

Here is a snippet of bfg 1.2.x based main handler.  (All urls not
matching specific static handlers etc.. will be handled by this.)

config = Configurator(package=psc,renderers=[])
config.setup_registry(root_factory=get_root)
config.hook_zca()
config.begin()
config.load_zcml('configure_cf.zcml')
config.end()
logging.debug('configuration done')
application = config.make_wsgi_app()
application = SessionMiddleware(application,session_opts)
run_wsgi_app(application)

Hope this gives you some ideas.

T

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Channel API outside browsers

2010-11-06 Thread Michael
I'd like to have a port of Channel API for ActionScript.
If it uses XMPP under the hood, then it should be pretty
simple to emulate as there are ready to use XMPP
libraries. Maybe Google should release the underlying
protocol specification?

Currently i'm using polling from my flash app, and it
eats around 30% of my CPU quota.

On Nov 2, 2:41 pm, Tomas Alaeus tala...@gmail.com wrote:
 I for one thought directly of games when I heard that the Channel API
 were coming to AppEngine. However, all discussions and articles only
 mentions a Javascript client running in a web browser. Will it come
 ports to other languages as well? Maybe the actual communication is so
 simple that it is trivial to do oneself (considering that the API is
 somewhat similar to websockets if I understood it correctly)?

 Thanks, Tomas

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Will admin page be available during downtime?

2010-11-06 Thread Nik
For an application, will we still have the ability
to change the default deployed version at the time that
datastore maintenance is happening?

Thnx,
n.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] POSTing compressed data

2010-11-06 Thread Justin
I see AppEngine will automatically gzip response bodies provided the
appropriate HTTP headers are set:

http://code.google.com/appengine/kb/general.html#compression
http://code.google.com/appengine/docs/python/runtime.html#Responses

Is there equivalent functionality to decompress a POST- body, eg if
you get the Content-Encoding header ? [can't find anything; a quick
test seems to indicate not]

Thanks!

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Attempts to deploy result in 500 Server Error

2010-11-06 Thread Jeremy Benetz
I'm getting 500 errors when simply trying to open the admin console for
my apps. Something is seriously wrong with the app engine this morning.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Attempts to deploy result in 500 Server Error

2010-11-06 Thread Chris Copeland
+1

Can't deploy.  Can't access console.  Maintenance isn't scheduled to start
for 2.5 hours.


Error 500: --- begin server output ---

h1Error: Server Error/h1
h2The server encountered an error and could not complete your
request.pIf the problem persists, please A HREF=
http://code.google.com/appengine/community.html;report/A your problem and
mention this error message and the query that caused it./h2


On Sat, Nov 6, 2010 at 11:17 AM, Jeremy Benetz jeremyben...@gmail.comwrote:

 I'm getting 500 errors  when simply trying to open the admin console for my
 apps.  Something is seriously wrong with the app engine this morning.

  --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: High rate for errors of type 500 ?

2010-11-06 Thread Jeremy Benetz
Yes. I'm getting a lot of 500 errors. It has nothing to do with my code
since I'm just trying to access the admin dashboard. That's what's
giving me the 500 errors.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Can't get into dashboard?

2010-11-06 Thread 风笑雪
My site worked well, but suddenly an error went out. I tried to check
the logs, but all of my apps' dashboard  display this error:

Error: Server Error

The server encountered an error and could not complete your request.
If the problem persists, please report your problem and mention this
error message and the query that caused it.

Now my site is OK, but I can't deploy new version any more.

What's wrong with me or GAE?

--
keakon

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Jeremy Benetz
Same here. It's the App Engine.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Kangesh Gunaseelan
Same here.

On Sat, Nov 6, 2010 at 9:28 AM, Jeremy Benetz jeremyben...@gmail.comwrote:

 Same here.  It's the App Engine.

  --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Patrick Boe
ditto.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Anton Belyaev
+1


Error 500 while accessing dashboard.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread 风笑雪
It seems to be a scheduled maintenance:

Reminder: Upcoming scheduled maintenance November 6th, 2010

This is just a reminder that there will be a scheduled maintenance
period beginning on Saturday, November 6th, 2010 at noon Pacific Time
(November 6th, 2010, 19:00 UTC) lasting one hour. During this period,
the datastore will be placed into read-only mode, while Memcache
contents will be flushed.

http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/3bbb6d255938905b
--
keakon



On Sun, Nov 7, 2010 at 12:43 AM, Anton Belyaev anton.bely...@gmail.com wrote:
 +1
 Error 500 while accessing dashboard.

 --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Anton Belyaev
While the maintenance can be related, the time is not 19-00 UTC yet.
And the problem has been happening all the day today for me.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Erick Audet
Yep, same thing for and it's 12:55 EST. ;-(

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Tom Wu
It should have 2 clouds, so we can move to another one.

Tom

2010/11/7 Anton Belyaev anton.bely...@gmail.com

 While the maintenance can be related, the time is not 19-00 UTC yet.
 And the problem has been happening all the day today for me.

 --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Attempts to deploy result in 500 Server Error

2010-11-06 Thread Satoshi
I was having the same problem (error 500 when deploying my app) this
morning (between 9am and 10am Pacific time), but it is working now
(10:20am Pacific time).

Satoshi

On Nov 6, 9:20 am, Chris Copeland ch...@cope360.com wrote:
 +1

 Can't deploy.  Can't access console.  Maintenance isn't scheduled to start
 for 2.5 hours.

 Error 500: --- begin server output ---

 h1Error: Server Error/h1
 h2The server encountered an error and could not complete your
 request.pIf the problem persists, please A 
 HREF=http://code.google.com/appengine/community.html;report/A your 
 problem and
 mention this error message and the query that caused it./h2

 On Sat, Nov 6, 2010 at 11:17 AM, Jeremy Benetz jeremyben...@gmail.comwrote:



  I'm getting 500 errors  when simply trying to open the admin console for my
  apps.  Something is seriously wrong with the app engine this morning.

   --
  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.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Joining request

2010-11-06 Thread Wim den Ouden
hi Zuby,
You can add your membership here
http://groups.google.com/group/google-appengine?hl=enpli=1
gr
wim

On Fri, Nov 5, 2010 at 11:58 AM, zuby z4z...@gmail.com wrote:
 Hi, I'm a software engineer i wanna join this group. plz accept my
 request.

 --
 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.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.





-- 
gr
wdo

Demo free E-business: https://e-comm.appspot.com
Wim den Ouden Google App Engine (cloud)

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Index stuck in building

2010-11-06 Thread Wim den Ouden
Hi Rocky,
Sometimes building indexen can take days,
advice from google
use version
when everything is okay set version to default
gr
wim

On Fri, Nov 5, 2010 at 7:11 AM, Rocky rockych...@gmail.com wrote:
 Hi there,

 Is there something wrong with the App Engine indexing system?  My app
 has been stuck in building

 My application id is :Reglrly1

 Thanks

 --
 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.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.





-- 
gr
wdo

Demo free E-business: https://e-comm.appspot.com
Wim den Ouden Google App Engine (cloud)

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] How to make VerifyCode in Google App Engine ?

2010-11-06 Thread cpuzer
  response.setContentType(image/jpeg);
  response.setHeader(Pragma, No-cache);
  response.setHeader(Cache-Control, no-cache);
  response.setDateHeader(Expires, 0);

  int width = 160,  height = 35;
  BufferedImage image = new BufferedImage(width, height,
BufferedImage.TYPE_INT_RGB);
  Graphics g = image.getGraphics();


but error occuryed ,how can we make VerifyCode in Google App Engine ?

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Failed tot created a smart relay agent for inbound mail with appengine (GAE)

2010-11-06 Thread voscausa
In Gmail you can forward messages with a filter. The receiver of this
relayed messages does not see any difference. The sender is the
original sender.   In the “delivered-to” field of the message header
you can find the relay mail address.

I tried to build the same functionality with GAE. Relaying messages in
my apps domain based on the address of the sender. So when clients
send mail to: contac...@mydomain.com , the clients mail is relayed to
his personal account manager.

But GAE does not let you not relay messages: “Unauthorized sender”
When you send mail, you are not allowed to use the original sender
(any name) as the relay sender. You have to use an address you own for
the relay sender.

Why is that? Gmail allows it and even with apps script you can specify
any name of the sender.  Is this a spam measure? App engine should
have a relaying protocol. Gmail uses a collection of forwarding
addresses for this purpose.

I also tried to send mail with the python smtplib.  It works with the
SDK, but is not allowed when you publish the script.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] HTTP 500 post upgrade

2010-11-06 Thread vivpuri
My app is throwing HTTP 500 post upgrade. Can someone please look into
this.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: HTTP 500 post upgrade

2010-11-06 Thread vivpuri
Following is the stack trace


type 'exceptions.NameError': global name 'LoginExt' is not defined
Traceback (most recent call last):
  File /base/data/home/apps/app/appid/controller/user.py, line 4900,
in module
main()
  File /base/data/home/apps/app/appid/controller/user.py, line 4857,
in main
('/user/loginext', LoginExt),
type 'exceptions.NameError': global name 'LoginExt' is not defined


On Nov 6, 4:31 pm, vivpuri v...@vivekpuri.com wrote:
 My app is throwing HTTP 500 post upgrade. Can someone please look into
 this.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Failed tot created a smart relay agent for inbound mail with appengine (GAE)

2010-11-06 Thread Greg
One word - spam.

I'm pretty sure these limitations are carefully designed by Google to
prevent spammers using appengine. This is another yet thing that
spammers have spoiled - I only hope karma exists, so these b**s,
their children and grandchildren live in misery for ever more.

On Nov 7, 2:20 am, voscausa robert@gmail.com wrote:
 In Gmail you can forward messages with a filter. The receiver of this
 relayed messages does not see any difference. The sender is the
 original sender.   In the “delivered-to” field of the message header
 you can find the relay mail address.

 I tried to build the same functionality with GAE. Relaying messages in
 my apps domain based on the address of the sender. So when clients
 send mail to: contac...@mydomain.com , the clients mail is relayed to
 his personal account manager.

 But GAE does not let you not relay messages: “Unauthorized sender”
 When you send mail, you are not allowed to use the original sender
 (any name) as the relay sender. You have to use an address you own for
 the relay sender.

 Why is that? Gmail allows it and even with apps script you can specify
 any name of the sender.  Is this a spam measure? App engine should
 have a relaying protocol. Gmail uses a collection of forwarding
 addresses for this purpose.

 I also tried to send mail with the python smtplib.  It works with the
 SDK, but is not allowed when you publish the script.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: HTTP 500 post upgrade

2010-11-06 Thread vivpuri
Please ignore. Untested error on my end.

On Nov 6, 4:49 pm, vivpuri v...@vivekpuri.com wrote:
 Can someone @ Google respond to this.

 On Nov 6, 4:43 pm, vivpuri v...@vivekpuri.com wrote:







  Following is the stack trace

  type 'exceptions.NameError': global name 'LoginExt' is not defined
  Traceback (most recent call last):
    File /base/data/home/apps/app/appid/controller/user.py, line 4900,
  in module
      main()
    File /base/data/home/apps/app/appid/controller/user.py, line 4857,
  in main
      ('/user/loginext', LoginExt),
  type 'exceptions.NameError': global name 'LoginExt' is not defined

  On Nov 6, 4:31 pm, vivpuri v...@vivekpuri.com wrote:

   My app is throwing HTTP 500 post upgrade. Can someone please look into
   this.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: HTTP 500 post upgrade

2010-11-06 Thread Eli Jones
So your code was working before 12PM PST today.. and with no changes by you,
it just started throwing this error after the maintenance?  (I most
definitely do not represent Google).

On Sat, Nov 6, 2010 at 4:49 PM, vivpuri v...@vivekpuri.com wrote:

 Can someone @ Google respond to this.

 On Nov 6, 4:43 pm, vivpuri v...@vivekpuri.com wrote:
  Following is the stack trace
 
  type 'exceptions.NameError': global name 'LoginExt' is not defined
  Traceback (most recent call last):
File /base/data/home/apps/app/appid/controller/user.py, line 4900,
  in module
  main()
File /base/data/home/apps/app/appid/controller/user.py, line 4857,
  in main
  ('/user/loginext', LoginExt),
  type 'exceptions.NameError': global name 'LoginExt' is not defined
 
  On Nov 6, 4:31 pm, vivpuri v...@vivekpuri.com wrote:
 
 
 
 
 
 
 
   My app is throwing HTTP 500 post upgrade. Can someone please look into
   this.

 --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: High rate for errors of type 500 ?

2010-11-06 Thread Andrei Cosmin Fifiiţă
Wow... now it seams that the latencies are very very low... I've haven't
experienced such good response times for my app's queries. I hope they'll
keep this up ! :)

On Sat, Nov 6, 2010 at 6:24 PM, Jeremy Benetz jeremyben...@gmail.comwrote:

 Yes.  I'm getting a lot of 500 errors.  It has nothing to do with my code
 since I'm just trying to access the admin dashboard.  That's what's giving
 me the 500 errors.

  --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Gallery no longer available

2010-11-06 Thread nickmilon
Julian: - I do agree that some contents of the gallery were garbage or
spam application not even running on GAE, along with some really cute
applications. . This was a real problem but instead of fixing it (not
a very difficult task) they just dropped it without notice.

Also the gallery was a kind of museum where you could see how GAE
appls have been evolved in time from the early days circa April 2008
till now, always advancing using new features of the platform or as
the features were understood by the developers.
Now if they even do substitute this with a new site I doubt early
developers will go and resubmit their work.
So I only hope Google reconsiders this, fixes the problems related to
spam and classification of appls and restore the site.





On Nov 6, 5:17 am, Julian Namaro namarojul...@gmail.com wrote:
 An App Gallery is a great idea but Google's one looked like a weekend
 project thrown out in the wild and was pretty useless.
 There was a lot of spam, unhelpful reviews, and occasionally you could
 see Desktop software (running only on Windows, not even cross-
 plateform) with a whole bunch of 5-stars ratings in this App Engine
 gallery.

 My guess is that they're deprecating the gallery in favor of the
 Chrome Web Store. Hope this will be a more serious attempt :]

 On Nov 5, 6:14 am, MLTrim michele.trimar...@gmail.com wrote:







  Do you know why App Gallery  is no longer available?

 http://appgallery.appspot.com

  thanks
  Michele

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Attempts to deploy result in 500 Server Error

2010-11-06 Thread Martin Ceperley
I still haven't been able to deploy a bug fix for over 24 hours, it's 
alternating between a 500 and 400 errors. App ID is noahs-app

On Nov 6, 2010, at 1:22 PM, Satoshi wrote:

 I was having the same problem (error 500 when deploying my app) this
 morning (between 9am and 10am Pacific time), but it is working now
 (10:20am Pacific time).
 
 Satoshi
 
 On Nov 6, 9:20 am, Chris Copeland ch...@cope360.com wrote:
 +1
 
 Can't deploy.  Can't access console.  Maintenance isn't scheduled to start
 for 2.5 hours.
 
 Error 500: --- begin server output ---
 
 h1Error: Server Error/h1
 h2The server encountered an error and could not complete your
 request.pIf the problem persists, please A 
 HREF=http://code.google.com/appengine/community.html;report/A your 
 problem and
 mention this error message and the query that caused it./h2
 
 On Sat, Nov 6, 2010 at 11:17 AM, Jeremy Benetz jeremyben...@gmail.comwrote:
 
 
 
 I'm getting 500 errors  when simply trying to open the admin console for my
 apps.  Something is seriously wrong with the app engine this morning.
 
  --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
 e...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.
 
 -- 
 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.com.
 To unsubscribe from this group, send email to 
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at 
 http://groups.google.com/group/google-appengine?hl=en.
 

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Early Christmas Present from Google?

2010-11-06 Thread Greg
Check out the datastore stats after today's maintenance...

http://code.google.com/status/appengine/detail/datastore/2010/11/06#ae-trust-detail-datastore-get-latency

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Early Christmas Present from Google?

2010-11-06 Thread Bart Thate
On Sat, Nov 6, 2010 at 11:17 PM, Greg g.fawc...@gmail.com wrote:

 Check out the datastore stats after today's maintenance...


 http://code.google.com/status/appengine/detail/datastore/2010/11/06#ae-trust-detail-datastore-get-latency


I really really really hope it stays this way ;]
Latency dropped from 300 msec to 100msec for me

Bart
-- 
@jsonbot Heerhugowaard, Netherlands
programming schizofrenic - http://jsonbot.appspot.com

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Early Christmas Present from Google?

2010-11-06 Thread Peter Petrov
It looks like they performed some seriously powerful voodoo spells during
the maintenance :)

Well done, Googlers, thank you!

On Sun, Nov 7, 2010 at 12:21 AM, Bart Thate bth...@gmail.com wrote:



 On Sat, Nov 6, 2010 at 11:17 PM, Greg g.fawc...@gmail.com wrote:

 Check out the datastore stats after today's maintenance...


 http://code.google.com/status/appengine/detail/datastore/2010/11/06#ae-trust-detail-datastore-get-latency


 I really really really hope it stays this way ;]
 Latency dropped from 300 msec to 100msec for me

 Bart
 --
 @jsonbot Heerhugowaard, Netherlands
  programming schizofrenic - http://jsonbot.appspot.com

  --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Jamie H
Very impressive!  Datastore is screaming right now!

Whoever engineered this fix deserves a raise!

On Nov 6, 5:28 pm, Peter Petrov onest...@gmail.com wrote:
 It looks like they performed some seriously powerful voodoo spells during
 the maintenance :)

 Well done, Googlers, thank you!

 On Sun, Nov 7, 2010 at 12:21 AM, Bart Thate bth...@gmail.com wrote:

  On Sat, Nov 6, 2010 at 11:17 PM, Greg g.fawc...@gmail.com wrote:

  Check out the datastore stats after today's maintenance...

 http://code.google.com/status/appengine/detail/datastore/2010/11/06#a...

  I really really really hope it stays this way ;]
  Latency dropped from 300 msec to 100msec for me

  Bart
  --
  @jsonbot Heerhugowaard, Netherlands
   programming schizofrenic -http://jsonbot.appspot.com

   --
  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.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Kenneth
Totally awesome, I'm going to have some happy users if this keeps up.

Does this mean we're out of beta?  :-)


On Nov 6, 10:28 pm, Peter Petrov onest...@gmail.com wrote:
 It looks like they performed some seriously powerful voodoo spells during
 the maintenance :)

 Well done, Googlers, thank you!







 On Sun, Nov 7, 2010 at 12:21 AM, Bart Thate bth...@gmail.com wrote:

  On Sat, Nov 6, 2010 at 11:17 PM, Greg g.fawc...@gmail.com wrote:

  Check out the datastore stats after today's maintenance...

 http://code.google.com/status/appengine/detail/datastore/2010/11/06#a...

  I really really really hope it stays this way ;]
  Latency dropped from 300 msec to 100msec for me

  Bart
  --
  @jsonbot Heerhugowaard, Netherlands
   programming schizofrenic -http://jsonbot.appspot.com

   --
  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.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib 
  e...@googlegroups.com
  .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Gallery no longer available

2010-11-06 Thread Sargis Dallakyan
On Saturday, November 6, 2010 2:21:04 PM UTC-7, nickmilon wrote:Julian:
- I do agree that some contents of the gallery were garbage or
spam application not even running on GAE, along with some really cute
applications. . This was a real problem but instead of fixing it (not
a very difficult task) they just dropped it without notice.


My guess is that this was done to generate more traffic towards Google
Apps for Business Marketplace. Since App Gallery was no longer linked
from the main site, it seems that instead of don't be evil, they
throw the baby out with the bath water. I appreciate the hard work GEA
team did to build the App Gallery; it really needed more attention to
make it spam free. I would like to hear from other developers as well.
Maybe if enough developers would notice this and voice they concern,
they might consider restoring the site temporarily until further
notice. Cheers!

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Steve
Great job Google!  Thank you!!!

:)

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Steve
I just noticed, in addition to the halved RPC latencies (datastore,
memcache, everything) it looks like instances on my low traffic site
are living longer too!  I used to see new instances created if I got
no requests for 2-3 minutes.  Right now they're living for 10-15
minutes!  Fantastic!

--Steve


On Nov 6, 4:24 pm, Steve unetright.thebas...@xoxy.net wrote:
 Great job Google!  Thank you!!!

 :)

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: App Gallery no longer available

2010-11-06 Thread Sam Lores
I tried to look at the Chrome Web Store, but it is still in demo mode.
there is no browsable apps there. the question now is Google going to
clarify what becomes of the app gallery, I noticed that they even
removed it from the search engine

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread PK
I noticed another great improvement: much faster app uploads. See my
comments in this thread:

http://groups.google.com/group/google-appengine-python/browse_thread/thread/36b40184536b3e0

PK
www.gae123.com

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread johnP

Amazing.  I just pray that this is not temporary.

Thank you, and good job.

johnP


On Nov 6, 7:17 pm, PK p...@gae123.com wrote:
 I noticed another great improvement: much faster app uploads. See my
 comments in this thread:

 http://groups.google.com/group/google-appengine-python/browse_thread/...

 PKwww.gae123.com

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Lots of CPU to delete small amount of data

2010-11-06 Thread songs
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'}
Having some trouble. Used the Datastore Admin to clean things up and
it's stuck on the mapper metadata tables.



- Marked the table for deletion
- clicked on the job id
- watched it do it's thing
- then when the job id failed (i.e. job done), table looked like it was
gone
- refreshed list of tables available for deletion in Datastore Admin
and the table was back


The thing that's really bad about this now is that it seems to keep
retrying (or something) and that's eating up a lot of my CPU. I
normally only use about 2% per day, and this has already pushed me to
40% all in an hour. Looking at the requests/second graph, it's been
held at a pretty high rate for the last hour (~10x normal).




The table had 80k items and was taking up about 50M. Right now, I'm
looking at a current total of 3 CPU hours, 2 real hours. Everything
still going so who knows where it'll end up. I'd understand if it took
a while to get to my delete request because of the global queue, but it
doesn't seem like this is waiting to be run. I looks like it's running
and either I made something go haywire or it just takes an inordinate
amount of time/billable resources to remove a tiny bit of data.




So, do I just need to sit tight for a while longer, or did I do
something funky and I need someone to halt and reboot my app?

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Lots of CPU to delete small amount of data

2010-11-06 Thread songs
Also, before anyone says anything, this was all done well after the
datastore maintenance completed.  :)

On Nov 7, 1:16 pm, songs coca.c...@gmail.com wrote:
 p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 11.0px 'Lucida Grande'}
 Having some trouble. Used the Datastore Admin to clean things up and
 it's stuck on the mapper metadata tables.

 - Marked the table for deletion
 - clicked on the job id
 - watched it do it's thing
 - then when the job id failed (i.e. job done), table looked like it was
 gone
 - refreshed list of tables available for deletion in Datastore Admin
 and the table was back

 The thing that's really bad about this now is that it seems to keep
 retrying (or something) and that's eating up a lot of my CPU. I
 normally only use about 2% per day, and this has already pushed me to
 40% all in an hour. Looking at the requests/second graph, it's been
 held at a pretty high rate for the last hour (~10x normal).

 The table had 80k items and was taking up about 50M. Right now, I'm
 looking at a current total of 3 CPU hours, 2 real hours. Everything
 still going so who knows where it'll end up. I'd understand if it took
 a while to get to my delete request because of the global queue, but it
 doesn't seem like this is waiting to be run. I looks like it's running
 and either I made something go haywire or it just takes an inordinate
 amount of time/billable resources to remove a tiny bit of data.

 So, do I just need to sit tight for a while longer, or did I do
 something funky and I need someone to halt and reboot my app?

-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Early Christmas Present from Google?

2010-11-06 Thread Eli Jones
A site I like to look at that keeps independent stats can be found here:

http://amistrongeryet.com/op_detail.jsp?op=gae_db_readNonTransactional

http://amistrongeryet.com/op_detail.jsp?op=gae_db_readNonTransactionalBack
when the Sept 13th maintenance happened, you could see the pronounced
difference (for the worse)... now, you can see the pronounced difference for
the better.

Ojala, this wild-n-out performance will stick.  See here for general cloud
stats (my personal opinion has always been the Appengine allowed a wilder
99th percentile performance to give better median performance on gets and
puts.. while, say, Amazon Simple DB gave slower read performance in exchange
for a lower 99th percentile.  Whatever happens with the datastore
performance from now on, I like the approach they're taking):

http://amistrongeryet.com/dashboard.jsp



On Sat, Nov 6, 2010 at 11:32 PM, johnP j...@thinkwave.com wrote:


 Amazing.  I just pray that this is not temporary.

 Thank you, and good job.

 johnP


 On Nov 6, 7:17 pm, PK p...@gae123.com wrote:
  I noticed another great improvement: much faster app uploads. See my
  comments in this thread:
 
  http://groups.google.com/group/google-appengine-python/browse_thread/...
 
  PKwww.gae123.com

 --
 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.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.