[google-appengine] Re: appengine 1.8.0 already deploying?

2013-05-07 Thread Scott Murphy
+1

On Saturday, May 4, 2013 7:13:59 AM UTC-7, Vinny P wrote:
>
> On Friday, May 3, 2013 8:22:58 PM UTC-5, Benjamin Possolo wrote:
>
>> Mine is showing 1.8.0 as well.
>>
>> Performance seems to be pretty crappy at the moment too. Normally my cold 
>> start time is 11 seconds (entity manager factory takes about 5-6). Now the 
>> cold start is around 24s w entitymanagerfactory creation time at 11s.
>>
>
> +1 to Benjamin & this thread. I'm also seeing 1.8.0 shown on my console, 
> and seeing slightly reduced performance. My guess is that Google is ironing 
> out the bugs in the upcoming PHP runtime.
>
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.




Re: [google-appengine] Error on session deserialize

2012-12-03 Thread Scott Murphy
Hi Yoav,

I am experiencing something similar.

Did you get any resolution on this?

On Wednesday, September 19, 2012 2:11:15 AM UTC-7, Takashi Matsuo (Google) 
wrote:
>
>
> Hi Yoav,
>
> Can you tell us your app-id, and confirm which timezone you're using?
>
>
> On Wed, Sep 19, 2012 at 4:21 PM, Yoav Alhalel 
> > wrote:
>
>> Hi, 
>> Some of my request are getting error 500 (log attached)
>> it seems that the error got to do with deserialize an object in the 
>> session.
>> the same request is made successfully hundred of times and the exception 
>> is thrown only in some (unknown) occasions.
>>
>>
>>1. 
>>
>>javax.servlet.ServletException: java.lang.RuntimeException: 
>> java.lang.ClassNotFoundException: 
>> org.brickred.socialauth.SocialAuthManager$$EnhancerByCGLIB$$beb34597
>>  at 
>> com.google.apphosting.runtime.jetty.AppVersionHandlerMap.handle(AppVersionHandlerMap.java:268)
>>  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:146)
>>  at 
>> com.google.apphosting.runtime.JavaRuntime$RequestRunnable.run(JavaRuntime.java:447)
>>  at 
>> com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
>>  at 
>> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:459)
>>  at com.google.tracing.TraceContext.runInContext(TraceContext.java:701)
>>  at 
>> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContextNoUnref(TraceContext.java:336)
>>  at 
>> com.google.tracing.TraceContext$AbstractTraceContextCallback.runInInheritedContext(TraceContext.java:328)
>>  at 
>> com.google.tracing.TraceContext$TraceContextRunnable.run(TraceContext.java:456)
>>  at 
>> com.google.apphosting.runtime.ThreadGroupPool$PoolEntry.run(ThreadGroupPool.java:251)
>>  at java.lang.Thread.run(Thread.java:679)
>>Caused by: java.lang.RuntimeException: java.lang.ClassNotFoundException: 
>> org.brickred.socialauth.SocialAuthManager$$EnhancerByCGLIB$$beb34597
>>  at 
>> com.google.apphosting.runtime.jetty.SessionManager.deserialize(SessionManager.java:404)
>>  at 
>> com.google.apphosting.runtime.jetty.MemcacheSessionStore.getSession(MemcacheSessionStore.java:39)
>>  at 
>> com.google.apphosting.runtime.jetty.SessionManager.loadSession(SessionManager.java:338)
>>  at 
>> com.google.apphosting.runtime.jetty.SessionManager.getSession(SessionManager.java:312)
>>  at 
>> org.mortbay.jetty.servlet.AbstractSessionManager.getHttpSession(AbstractSessionManager.java:237)
>>  at 
>> org.mortbay.jetty.servlet.SessionHandler.setRequestedId(SessionHandler.java:246)
>>  at 
>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:136)
>>  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:266)
>>  ... 16 more
>>Caused by: java.lang.ClassNotFoundException: 
>> org.brickred.socialauth.SocialAuthManager$$EnhancerByCGLIB$$beb34597
>>  at 
>> com.google.appengine.runtime.Request.process-9e95f5733b88a356(Request.java)
>>  at 
>> org.mortbay.jetty.servlet.AbstractSessionManager.getHttpSession(AbstractSessionManager.java:237)
>>  at 
>> org.mortbay.jetty.servlet.SessionHandler.setRequestedId(SessionHandler.java:246)
>>  at 
>> org.mortbay.jetty.servlet.SessionHandler.handle(SessionHandler.java:136)
>>  at 
>> org.mortbay.jetty.handler.ContextHandler.handle(ContextHandler.java:765)
>>  at org.mortbay.jetty.webapp.WebAppContext.handle(WebAppContext.java:418)
>>  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 org.mortbay.jetty.HttpConnection.handle(HttpConnection.java:404)
>>  at 
>> com.google.tracing.TraceContext$TraceContextRunnable.runInContext(TraceContext.java:452)
>>  at 
>> com.google.tracing.TraceContext$TraceContextRunnable$1.run(TraceContext.java:459)
>>  at com.google.tracing.TraceContext.runInContext(TraceContext.java:701)
>>  at 
>> com.google

[google-appengine] Re: App Engine 1.7.0 Release is Out!

2012-06-27 Thread Scott Murphy
If you go with a virtual ip, will app engine support the use of a naked 
domain?

On Tuesday, June 26, 2012 6:42:16 PM UTC-5, Takashi Matsuo (Google) wrote:
>
>
> Hi App Engine users,
>
> We've just released the release of the 1.7.0 SDK.
>
> Release notes for Java:
> http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
>
> Release notes for Python:
> http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
>
> Release notes for Go:
> http://code.google.com/p/googleappengine/wiki/SdkForGoReleaseNotes
>
> Enjoy!
>
> -- 
> Takashi Matsuo
>  

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/lvSpzNO4apkJ.
To post to this group, send email to google-appengine@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] Any more upcoming App Engine Hangouts?

2012-05-23 Thread Scott Murphy
I thought they were every week, but it seems like they stopped happening? 
 I don't see any twitter posts either.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/j0KWe2gW4AgJ.
To post to this group, send email to google-appengine@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] Java Apps Erroring 20-30% Per Day for Past 14 Days

2012-02-27 Thread Scott Murphy
The App Engine Java "Hello World" System Status app has been hitting a 
20-30% error rate every day for the past 14 days.

http://code.google.com/status/appengine/detail/serving-java/2012/02/27#ae-trust-detail-helloworld-get-java-error_rate

Does anyone have any insight on why this is happening and if/when it will 
be resolved?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/D_wt8bjxEPkJ.
To post to this group, send email to google-appengine@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] More than 1800 QPS

2012-02-22 Thread Scott Murphy
"One suggestion
would be to figure out what the typical response time is then set a
lower deadline, such as 5 seconds."

How do you lower the deadline?

Best,

Scott

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/57BZHFj8zPMJ.
To post to this group, send email to google-appengine@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] is Appspot blocked in chinna

2012-02-17 Thread Scott Murphy
Are Google's IPs blocked? or if we are using our own domain it is ok?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/bw6Yw_1CvK4J.
To post to this group, send email to google-appengine@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] is Appspot blocked in chinna

2012-02-17 Thread Scott Murphy
Do you mean each user in China needs to get a proxy or the website owner 
can use some sort of service to proxy requests for Chinese users?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/XG1i0IMf6voJ.
To post to this group, send email to google-appengine@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] is Appspot blocked in chinna

2012-02-17 Thread Scott Murphy
How do you get a proxy provider for China?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/9ujwHTyx4cAJ.
To post to this group, send email to google-appengine@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: Frontend Instance Class (Default F1? 128MB?) All my instances have been running around 256MB

2011-12-14 Thread Scott Murphy
Thanks for clearing that up Jon! I was getting scared for a minute but it 
is nice to know my app could run in a 128 MB heap :)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/sTgMokv5KC0J.
To post to this group, send email to google-appengine@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] Frontend Instance Class (Default F1? 128MB?) All my instances have been running around 256MB

2011-12-13 Thread Scott Murphy
Hi, I am confused.  Did the default used to be F2?  All my instances run > 
128MB of ram. How is this possible?  Does this mean that part of the memory 
is swapped to disk?  If I choose a larger instance class say (F4), will my 
Java Heap size automatically change to allow up to 512MB heap? Or is this 
extra memory not usable by the app?

0..0 ms108112:44:46170.1 MBytes[image: Resident Icon]Resident0..0 ms
27701 day, 21:07:27190.0 MBytes[image: Resident Icon]Resident0.0171905.0 ms
14101 day, 5:35:31182.7 MBytes[image: Resident Icon]Resident0.4331114.4 ms
402102:49:43239.3 MBytes[image: Dynamic Icon]Dynamic0..0 
ms109701:00:15203.4 
MBytes[image: Dynamic Icon]Dynamic0..0 ms12500:12:01197.4 MBytes[image: 
Dynamic Icon]Dynamic0.2331295.7 ms48500:22:12192.7 MBytes[image: Dynamic 
Icon]Dynamic0.4671081.0 ms696734:08:09245.1 MBytes[image: Dynamic Icon]
Dynamic0.3831486.6 ms367314:03:36243.4 MBytes[image: Dynamic Icon]Dynamic
0..0 ms641304:15:35243.5 MBytes[image: Dynamic Icon]Dynamic0.0503124.3 
ms600:02:07149.5 MBytes[image: Dynamic Icon]Dynamic0.05030326.0 
ms200:00:40136.2 
MBytes[image: Dynamic Icon]Dynamic0.5671189.9 ms551503:33:30244.8 MBytes[image: 
Dynamic Icon]Dynamic


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/kXh_1X4GcLgJ.
To post to this group, send email to google-appengine@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: How to Filter the logs based on instance or loading_request using Labels

2011-12-02 Thread Scott Murphy
Wow, so nobody knows if this is possible?

On Nov 23, 4:37 pm, Scott Murphy  wrote:
> I would like to Filter all 500 requests for a specific instance.  Is this
> possible using labels?
>
> I don't know which label to use for instance and/or loading_request?
>
> The information I want is in the first line of the log
>
> 0.1.0.3 - - [23/Nov/2011:16:05:58 -0800] "GET /_ah/warmup HTTP/1.1" 500 0 - - 
> "10.354882841056537036.myapp.appspot.com" ms=68570 cpu_ms=31239 api_cpu_ms=65 
> cpm_usd=0.867775 loading_request=1 exit_code=104 
> instance=00c61b117cde1998d024f2dbbd67e9f4d3dc1f
>
> So I want to do something like
> status:500, instance:00c61b117cde1998d024f2dbbd67e9f4d3dc1f
>
> but the valid labels are:
>
> Valid labels:
>
>    - day,
>    - month,
>    - year,
>    - hour,
>    - minute,
>    - second,
>    - tzone,
>    - remotehost,
>    - identd_user,
>    - user,
>    - status, bytes,
>    - referrer,
>    - useragent,
>    - method,
>    - path,
>    - querystring,
>    - protocol,
>    - request_id_hash

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from 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 Filter the logs based on instance or loading_request using Labels

2011-11-23 Thread Scott Murphy
I would like to Filter all 500 requests for a specific instance.  Is this 
possible using labels?

I don't know which label to use for instance and/or loading_request?

The information I want is in the first line of the log

0.1.0.3 - - [23/Nov/2011:16:05:58 -0800] "GET /_ah/warmup HTTP/1.1" 500 0 - - 
"10.354882841056537036.myapp.appspot.com" ms=68570 cpu_ms=31239 api_cpu_ms=65 
cpm_usd=0.867775 loading_request=1 exit_code=104 
instance=00c61b117cde1998d024f2dbbd67e9f4d3dc1f


So I want to do something like
status:500, instance:00c61b117cde1998d024f2dbbd67e9f4d3dc1f

but the valid labels are:

Valid labels:
   
   - day,
   - month,
   - year,
   - hour,
   - minute,
   - second,
   - tzone,
   - remotehost,
   - identd_user,
   - user,
   - status, bytes,
   - referrer,
   - useragent,
   - method,
   - path,
   - querystring,
   - protocol,
   - request_id_hash




-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/O2Ndn_cFnksJ.
To post to this group, send email to google-appengine@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: application is down on production

2011-11-23 Thread Scott Murphy
How long have you been experiencing slow instance startup?  We have been 
experiencing it since Friday.  Overall site performance seems a lot slower 
since Friday as well.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/lTCiIm08DwgJ.
To post to this group, send email to google-appengine@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: 30 minutes of DeadlineExceededError waiting for datastore, is the appengine status online?

2011-11-23 Thread Scott Murphy
My application (java) has been dying from DeadlineExceededErrors since 
Friday.  Overall performance sees a lot slower as well. 

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/jjyHGGNzp2gJ.
To post to this group, send email to google-appengine@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] MASSIVE ApiProxy$CancelledException Exceptions since Friday Night.

2011-11-21 Thread Scott Murphy
I have been experiencing MASSIVE ApiProxy$CancelledException exceptions 
since Friday night. 
My instances start up times are also EXTREMELY slow now...

Is anyone else feeling this pain?

com.google.apphosting.api.ApiProxy$CancelledException

 The API call datastore_v3.Put() was explicitly cancelled.

Seems like most of the stack traces contain saveSession in them.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/dNZVZJbF8SEJ.
To post to this group, send email to google-appengine@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: Deadline exceeded during warm-up

2011-07-04 Thread Scott Murphy
I have been having major problems lately. I am on Master/Slave.  I have 
Always On and only the middle (2nd) instance always fails out of 3.  It just 
keeps recycling.  

http://code.google.com/p/googleappengine/issues/detail?id=4921

http://code.google.com/p/googleappengine/issues/detail?id=5253


-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/PcUQ3a_jtQgJ.
To post to this group, send email to google-appengine@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] I can't log in to my app engine account from my google apps domain

2011-02-16 Thread Scott Murphy
I have a Google account for app engine and I have a Google Apps account as 
well.

I can log in with my google account, but I can't publish an app.
When I log in with my domain, 

https://appengine.google.com/a/

I get a server error page.

This used to work fine.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appengine@googlegroups.com.
To unsubscribe from 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] I can't view my apps. https://appengine.google.com/start "The page isn't redirecting properly"

2009-11-27 Thread Scott Murphy
I can't log in to http://appengine.google.com. It just dies.

I also created a new appengine account in which I can create apps, but
can't see them after I hit the save button.

Is appengine down???

--

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.