[google-appengine] Re: What is the most common IDE for GAE/Python?

2013-04-28 Thread timh
Hmm, this question is a bit like what is your favourite icecream.  I don't 
use either, but I doubt what I use is popular ;-)

I prefer Boa Constructor and Ninja IDE, but there are heaps of others I 
would use before Eclipse.

Cheers

T

On Monday, April 29, 2013 12:50:25 PM UTC+8, Takashi SASAKI wrote:
>
> I'm posting this topic for personal interest.
> What is the most common IDE for Google App Engine with Python?
>
> I'm using PyDev for now. Some of my friends are using PyCharm.
> Whereas there is the official Eclipse plugin for Java, not for Python.
>

-- 
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.




[google-appengine] Re: Problem with requests - failed with Critical state

2013-04-28 Thread Alexandru Farcaş
Hi Vinny,

Thanks for your answer, but I am not reading/processing any ZIP file in my 
servlets. 
I have a test servlet on which I only print "OK" to output. This servlet 
also received the same exception (This is how I test if my application is 
running OK). Because I received several times error for this servlet I 
verified my app and logs.

My app requests lasts for 2-3 seconds. My last deploy (on default) was 
Friday and until last night I didn't have any problems.

Now it is working OK with no changes my code!

 Kind regards,
 Alexandru!

On Monday, April 29, 2013 1:39:07 AM UTC+3, Vinny P wrote:
>
> Hello Alexandru,
>
> It looks like you're reading in and processing a ZIP file in your 
> servlet's init function, correct?
>
> Google App Engine has a warmup limit of 60 seconds - your app must fully 
> initialize (loading in libraries, running init) within 60 seconds or it 
> throws a DeadlineExceededException. Your app is going over that time limit. 
> You'll need to modify your app to move some logic out of the init portion.
>
>
> -
> -Vinny P
> Technology & Media Advisor
> Chicago, IL
>
> My Go side project: http://invalidmail.com/
>
>
> On Sunday, April 28, 2013 4:20:09 PM UTC-5, Alexandru Farcaş wrote:
>>
>>  Here is an example of request (in the attchm).
>> Some of them are just receiving this warning
>>
>> A problem was encountered with the process that handled this request, 
>> causing it to exit. This is likely to cause a new process to be used for the 
>> next request to your application. If you see this message frequently, you 
>> may be throwing exceptions during the initialization of your application. 
>> (Error code 104)
>>
>>

-- 
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] Problem with SSL on mobile browsers

2013-04-28 Thread Phil McDonnell
Yes, I've definitely setup the CNAME correctly and waited for that to
propagate.  GoDaddy's site looks fine on my android browser so I think
their cert should generally speaking work.

I believe the issue I have is hooking up the GoDaddy issued cert and
intermediate bundle. I assume I must not be formatting this correctly or
something. The weird thing is that the site works fine on desktop, but from
the article I linked earlier it sounds like there are some sort of mobile
specific issues that the intermediate crt bundle can solve when you copy
and paste them together. Anyone know the steps to correctly plug these
together?

Thanks,
Phil



On Sun, Apr 28, 2013 at 1:26 PM, Barry Hunter wrote:

> According to this
>
> http://support.godaddy.com/help/article/1139/which-browsers-and-devices-are-your-ssl-certificates-compatible-with
> GoDaddy's Root Authority should be installed on Android.
>
> Can you visit?
> https://www.godaddy.com/
> (they of course use their own CA :)
>
>
> And to confirm have you definitly set the right CNAME (ie something like
> ghs-svc-https-c.ghs-ssl.googlehosted.com.
> not just ghs.google.com). And allowed enough time for it to propogate, eg
> mobile still has the old settings cached somewhere).
>
>
>
>
> On Sun, Apr 28, 2013 at 9:02 PM, Phil McDonnell <
> phil.a.mcdonn...@gmail.com> wrote:
>
>> I've setup SSL with a VIP on my GAE account. It works fine on my mac in
>> chrome, safari, etc. However, when I pull up the https site on my android
>> browser (both android stock broswer & android chrome) I get a "security
>> certificated is not trusted" warning.
>>
>> Is this normal? I used GoDaddy to create a cert and followed the directions
>> here
>> .
>>
>> Here's in detail what I did...
>>
>>1. GoDaddy gives you yourdomain.com.crt and gd_bundle.crt, which is
>>the intermediate bundle.
>>2. I copied those two crt files together into one file and called it
>>combined.pem
>>3. I unencrypted my key file an called it unencrypted.pem
>>4. Uploaded the combined.pem and unencrypted.pem to Google
>>5. Changed my cname to point to the right ghs domain.
>>
>> Like I said, it works fine on desktop, but just seems broken on mobile.
>> Any ideas what might be wrong?
>>
>> Thanks,
>> Phil
>>
>> --
>> 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.
>>
>>
>>
>
>  --
> 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.
>
>
>

-- 
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.




[google-appengine] What is the most common IDE for GAE/Python?

2013-04-28 Thread Takashi SASAKI
I'm posting this topic for personal interest.
What is the most common IDE for Google App Engine with Python?

I'm using PyDev for now. Some of my friends are using PyCharm.
Whereas there is the official Eclipse plugin for Java, not for Python.

-- 
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.




[google-appengine] Re: Problem with requests - failed with Critical state

2013-04-28 Thread Vinny P
Hello Alexandru,

It looks like you're reading in and processing a ZIP file in your servlet's 
init function, correct?

Google App Engine has a warmup limit of 60 seconds - your app must fully 
initialize (loading in libraries, running init) within 60 seconds or it 
throws a DeadlineExceededException. Your app is going over that time limit. 
You'll need to modify your app to move some logic out of the init portion.


-
-Vinny P
Technology & Media Advisor
Chicago, IL

My Go side project: http://invalidmail.com/


On Sunday, April 28, 2013 4:20:09 PM UTC-5, Alexandru Farcaş wrote:
>
>  Here is an example of request (in the attchm).
> Some of them are just receiving this warning
>
> A problem was encountered with the process that handled this request, causing 
> it to exit. This is likely to cause a new process to be used for the next 
> request to your application. If you see this message frequently, you may be 
> throwing exceptions during the initialization of your application. (Error 
> code 104)
>
>

-- 
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.




[google-appengine] Problem with requests - failed with Critical state

2013-04-28 Thread Alexandru Farcaş
Hi,

I have problems accesing my application. The majority of my requests fail 
with Critical status (almost all)

Uncaught exception from servlet
javax.servlet.UnavailableException: Initialization failed.


In the end I receive this Warning:

A problem was encountered with the process that handled this request, causing 
it to exit. This is likely to cause a new process to be used for the next 
request to your application. If you see this message frequently, you may be 
throwing exceptions during the initialization of your application. (Error code 
104)


My app ID is ebashr. 
(HR, Java SDK)


-- 
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] Problem with SSL on mobile browsers

2013-04-28 Thread Barry Hunter
According to this
http://support.godaddy.com/help/article/1139/which-browsers-and-devices-are-your-ssl-certificates-compatible-with
GoDaddy's Root Authority should be installed on Android.

Can you visit?
https://www.godaddy.com/
(they of course use their own CA :)


And to confirm have you definitly set the right CNAME (ie something like
ghs-svc-https-c.ghs-ssl.googlehosted.com.
not just ghs.google.com). And allowed enough time for it to propogate, eg
mobile still has the old settings cached somewhere).




On Sun, Apr 28, 2013 at 9:02 PM, Phil McDonnell
wrote:

> I've setup SSL with a VIP on my GAE account. It works fine on my mac in
> chrome, safari, etc. However, when I pull up the https site on my android
> browser (both android stock broswer & android chrome) I get a "security
> certificated is not trusted" warning.
>
> Is this normal? I used GoDaddy to create a cert and followed the directions
> here
> .
>
> Here's in detail what I did...
>
>1. GoDaddy gives you yourdomain.com.crt and gd_bundle.crt, which is
>the intermediate bundle.
>2. I copied those two crt files together into one file and called it
>combined.pem
>3. I unencrypted my key file an called it unencrypted.pem
>4. Uploaded the combined.pem and unencrypted.pem to Google
>5. Changed my cname to point to the right ghs domain.
>
> Like I said, it works fine on desktop, but just seems broken on mobile.
> Any ideas what might be wrong?
>
> Thanks,
> Phil
>
> --
> 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.
>
>
>

-- 
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.




[google-appengine] Problem with SSL on mobile browsers

2013-04-28 Thread Phil McDonnell
I've setup SSL with a VIP on my GAE account. It works fine on my mac in
chrome, safari, etc. However, when I pull up the https site on my android
browser (both android stock broswer & android chrome) I get a "security
certificated is not trusted" warning.

Is this normal? I used GoDaddy to create a cert and followed the directions
here
.

Here's in detail what I did...

   1. GoDaddy gives you yourdomain.com.crt and gd_bundle.crt, which is the
   intermediate bundle.
   2. I copied those two crt files together into one file and called it
   combined.pem
   3. I unencrypted my key file an called it unencrypted.pem
   4. Uploaded the combined.pem and unencrypted.pem to Google
   5. Changed my cname to point to the right ghs domain.

Like I said, it works fine on desktop, but just seems broken on mobile. Any
ideas what might be wrong?

Thanks,
Phil

-- 
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.