[google-appengine] How do I debug "no default robot"?

2015-03-10 Thread Lorenz Leutgeb
Dear *,

I have asked a question on StackOverflow and did not get any response for 
about a month.

Please consider taking a look: http://stackoverflow.com/questions/28128598

Help is greatly appreciated, thank you.

Kind regards,
Lorenz Leutgeb

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8cfce4c1-4d0e-4a0e-aa53-70ce9f8d44c5%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: PHP GAE exit beta?

2015-03-10 Thread Luigi Cardamone
Dear Stuart,
thank you for your answer.

You are saying that the main problems are bugs and the absence of a SLA.
What about performances and scalability? They are the same of Java and 
Python
or are there any limits for PHP at this stage?

Il giorno martedì 10 marzo 2015 06:54:38 UTC+1, Stuart Langley ha scritto:
>
> Sorry for the delay in responding.
>
> We are working very hard to exit BETA and move the PHP runtime to being 
> Generally Available (GA) as soon as possible. We've recently released the 
> PHP 5.5 runtime and a number of our most requested features (for example 
> cURL, direct uploads and temporary files) and now we're working on ensuring 
> that the runtime is stable and performant, as well as actively fixing any 
> bugs that are preventing people from adopting the PHP 5.5 runtime. It is 
> our plan to move forward to GA with the PHP 5.5 runtime and turn down the 
> PHP 5.4 runtime. 
>
> BETA status refers to the fact that the runtime is not covered by and SLA 
> and we may need to make backward incompatible changes before we leave the 
> BETA release. That being said, it is unlikely we need to make a backwards 
> incompatible change at this stage.
>
> On Saturday, 28 February 2015 02:13:42 UTC+11, Luigi Cardamone wrote:
>>
>> Hi all,
>>
>> Are there any news about when PHP GAE will exit from beta?
>>
>> The "beta" status is only related to bugs or also to performance issues 
>> and limitations?
>> Is someone using it in production?
>> Are there any examples of big websites using PHP GAE?
>>
>>
>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/d95b6f16-07d8-4605-9f2f-846ead8ce634%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Experiencing Long deploying delays since March 9.

2015-03-10 Thread Massimo DiPierro

12:13 PM Checking if deployment succeeded.
12:13 PM Will check again in 60 seconds.
...
up to 10 minutes long delays.

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/1db4b4c6-4170-4101-bdcb-9cd6d966dece%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Why is my Google App Engine application throwing AccessControlExceptions?

2015-03-10 Thread Holger Weissböck


Hello everyone,

I am in panic mode today and would very much appreciate your precious help:

Since three hours now our Java-based Google App Engine application is 
throwing AccessControlExceptions when it tries to load a FreeMarker 
template. The code of this application did not change for 11 days. Since 
approximately 3h however each template loading request throws something 
like this:

java.security.AccessControlException: access denied ("java.io.FilePermission" 
"/WEB-INF/freemarker/panel/root.ftl" "read")
at com.google.appengine.runtime.Request.process-e5a6df6e4f6e9c58(Request.java)
at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:382)
at java.security.AccessController.checkPermission(AccessController.java:572)
at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
at java.io.File.isFile(File.java:961)
at freemarker.cache.FileTemplateLoader$2.run(FileTemplateLoader.java:165)
at java.security.AccessController.doPrivileged(AccessController.java:63)
at 
freemarker.cache.FileTemplateLoader.findTemplateSource(FileTemplateLoader.java:161)
at freemarker.cache.TemplateCache.acquireTemplateSource(TemplateCache.java:628)
at freemarker.cache.TemplateCache.findTemplateSource(TemplateCache.java:618)
at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:316)
at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:205)
at freemarker.template.Configuration.getTemplate(Configuration.java:740)
at freemarker.template.Configuration.getTemplate(Configuration.java:665)...

As you can see the problem seems to be that the application is not allowed 
to load this file any more, although it was allowed to load it in the past.

*Did the behaviour of App Engine change when it comes to file reading 
permissions? Am I missing something?*

Thanksalot for your input!



-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/4088eb7a-0848-4490-b404-1f8851cf9b7f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: You do not have sufficient permissions to view this page. in google app engine

2015-03-10 Thread Patrice
Hi Greg,

Sorry for the delay on the answer.

I would suggest trying an incognito window to make sure there are no issues 
with multiple sign-ins.

Also, if this is related to billing, you can open a billing support case 
(no need for a support package) and they can look into this for you. Look 
at : https://support.google.com/cloud/contact/cloud_platform_billing

Thanks!

On Wednesday, February 18, 2015 at 10:55:44 PM UTC-5, Greg Froggatt wrote:
>
> Hi,
>
> We have a Google app engine app that has been running for a while. Myself 
> and one of the other guys that work here are list as owner under 
> Administration/Permissions. But when we try to log into the Billing Status 
> it tells me that "Billing for this application is managed from the Google 
> Cloud Console" and "You cannot make billing changes because you are not a 
> Billing Administrator. You will need an existing Administrator to give you 
> access" so we can't actually manage anything to do with billing. If I click 
> one the "Google Cloud Console" link it takes me to a page that says
>
>
> You do not have sufficient permissions to view this page.
>
> So I can not do much to manage this app, I can not even add a new user.
>
> Any help would be appreciated
>
> This email comes from the Lovatts Media Group Pty Ltd For information on 
> Lovatts crossword and puzzle magazines including news, tutorials and 
> subscriptions, visit www.lovattspuzzles.com Play online games & puzzles 
> with a chance to win prizes at www.youplay.com Order Lovatts syndicated 
> puzzles for your own publication, website or other platform from 
> www.puzzlexperts.com
>
> Disclaimer: This communication contains information which is 
> confidential. If you are not the intended recipient of this communication 
> please delete and destroy all copies and do not copy, disclose or 
> distribute this communication without the prior authority of Lovatts Media 
> Group. Any views expressed in this communication are those of the 
> individual sender, except where the sender specifically states them to be 
> the views of Lovatts Media Group. Except as required by law, Lovatts Media 
> Group does not represent, warrant and/or guarantee that the integrity of 
> this communication has been maintained. 
> Please consider the environment before printing this email. 

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/9f958e40-ad06-4a60-817b-cf7afa1ca324%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Lost my developer account after migrating Google Apps Console

2015-03-10 Thread Patrice
Hey Gabriel,

I'm sorry, but I think that this has to do with Google Apps, not Google App 
Engine, no? Unless I'm unclear on the actual situation.

If it's a Google Apps issue, you should have support through Google Apps, 
no? Or the fact you can't access your account makes you unable to open a 
case with Google Apps?

Thank you in advance for the clarification.

On Tuesday, March 10, 2015 at 11:57:49 AM UTC-4, Gabriel Piassetta wrote:
>
> Hello,
>
> I have a product in chrome webstore, using this user 'gabriel at 
> cloudncodes.com.br'.
>
> Last weekend we migrated our reseller and now my domain is in another 
> panel.
>
> After migrating console, I cant manage my extension anymore. 
>
> How can I recovery it?
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/243d7a20-0c6b-41fa-acfb-9a5f568c88cb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Why is my Google App Engine application throwing AccessControlExceptions?

2015-03-10 Thread 'Roberto Chinnici' via Google App Engine
Could you post the code you use to initialize FreeMarker?

On Tue, Mar 10, 2015 at 10:44 AM, Holger Weissböck <
holger.weissbo...@gmail.com> wrote:

> Hello everyone,
>
> I am in panic mode today and would very much appreciate your precious help:
>
> Since three hours now our Java-based Google App Engine application is
> throwing AccessControlExceptions when it tries to load a FreeMarker
> template. The code of this application did not change for 11 days. Since
> approximately 3h however each template loading request throws something
> like this:
>
> java.security.AccessControlException: access denied ("java.io.FilePermission" 
> "/WEB-INF/freemarker/panel/root.ftl" "read")
> at com.google.appengine.runtime.Request.process-e5a6df6e4f6e9c58(Request.java)
> at 
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:382)
> at java.security.AccessController.checkPermission(AccessController.java:572)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
> at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
> at java.io.File.isFile(File.java:961)
> at freemarker.cache.FileTemplateLoader$2.run(FileTemplateLoader.java:165)
> at java.security.AccessController.doPrivileged(AccessController.java:63)
> at 
> freemarker.cache.FileTemplateLoader.findTemplateSource(FileTemplateLoader.java:161)
> at 
> freemarker.cache.TemplateCache.acquireTemplateSource(TemplateCache.java:628)
> at freemarker.cache.TemplateCache.findTemplateSource(TemplateCache.java:618)
> at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:316)
> at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:205)
> at freemarker.template.Configuration.getTemplate(Configuration.java:740)
> at freemarker.template.Configuration.getTemplate(Configuration.java:665)...
>
> As you can see the problem seems to be that the application is not allowed
> to load this file any more, although it was allowed to load it in the past.
>
> *Did the behaviour of App Engine change when it comes to file reading
> permissions? Am I missing something?*
>
> Thanksalot for your input!
>
>
>
>  --
> 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.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/4088eb7a-0848-4490-b404-1f8851cf9b7f%40googlegroups.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAKQgnXW62xbCPdAnKN2vanZa4S1jX-b69MJpT9LZs-nhZUWZ0g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Experiencing Long deploying delays since March 9.

2015-03-10 Thread Shobhit
Can you try it by changing the version of your app. Sometimes it happen if 
you were trying to update the App with the same version again & again.For 
me it working fine. try it again and let me know if the issue still 
persists.

On Tuesday, March 10, 2015 at 1:14:12 PM UTC-4, Massimo DiPierro wrote:
>
>
> 12:13 PM Checking if deployment succeeded.
> 12:13 PM Will check again in 60 seconds.
> ...
> up to 10 minutes long delays.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/7a8e059b-3446-480f-adfc-dcb3e913a8da%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Why is my Google App Engine application throwing AccessControlExceptions?

2015-03-10 Thread David Ras
Hi Holger,

I am sorry, this issue is on Google's side, and we have found the cause and 
are working on the fix right now.
For anyone else affected, I have created a public issue tracker at:
https://code.google.com/p/googleappengine/issues/detail?id=11766

Please let us know if your application is affected, and we will get it back 
up and running right away.



On Tuesday, March 10, 2015 at 10:44:18 AM UTC-7, Holger Weissböck wrote:
>
> Hello everyone,
>
> I am in panic mode today and would very much appreciate your precious help:
>
> Since three hours now our Java-based Google App Engine application is 
> throwing AccessControlExceptions when it tries to load a FreeMarker 
> template. The code of this application did not change for 11 days. Since 
> approximately 3h however each template loading request throws something 
> like this:
>
> java.security.AccessControlException: access denied ("java.io.FilePermission" 
> "/WEB-INF/freemarker/panel/root.ftl" "read")
> at com.google.appengine.runtime.Request.process-e5a6df6e4f6e9c58(Request.java)
> at 
> java.security.AccessControlContext.checkPermission(AccessControlContext.java:382)
> at java.security.AccessController.checkPermission(AccessController.java:572)
> at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)
> at java.lang.SecurityManager.checkRead(SecurityManager.java:888)
> at java.io.File.isFile(File.java:961)
> at freemarker.cache.FileTemplateLoader$2.run(FileTemplateLoader.java:165)
> at java.security.AccessController.doPrivileged(AccessController.java:63)
> at 
> freemarker.cache.FileTemplateLoader.findTemplateSource(FileTemplateLoader.java:161)
> at 
> freemarker.cache.TemplateCache.acquireTemplateSource(TemplateCache.java:628)
> at freemarker.cache.TemplateCache.findTemplateSource(TemplateCache.java:618)
> at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:316)
> at freemarker.cache.TemplateCache.getTemplate(TemplateCache.java:205)
> at freemarker.template.Configuration.getTemplate(Configuration.java:740)
> at freemarker.template.Configuration.getTemplate(Configuration.java:665)...
>
> As you can see the problem seems to be that the application is not allowed 
> to load this file any more, although it was allowed to load it in the past.
>
> *Did the behaviour of App Engine change when it comes to file reading 
> permissions? Am I missing something?*
>
> Thanksalot for your input!
>
>
>
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/94a9495b-2207-495a-a603-968b5b1de8ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: PHP GAE exit beta?

2015-03-10 Thread Stuart Langley
There's no performance or scalability limits compared to Python & Java that 
we are aware of.  If you have any concerns do please let us know.





On Wednesday, 11 March 2015 01:33:46 UTC+11, Luigi Cardamone wrote:
>
> Dear Stuart,
> thank you for your answer.
>
> You are saying that the main problems are bugs and the absence of a SLA.
> What about performances and scalability? They are the same of Java and 
> Python
> or are there any limits for PHP at this stage?
>
> Il giorno martedì 10 marzo 2015 06:54:38 UTC+1, Stuart Langley ha scritto:
>>
>> Sorry for the delay in responding.
>>
>> We are working very hard to exit BETA and move the PHP runtime to being 
>> Generally Available (GA) as soon as possible. We've recently released the 
>> PHP 5.5 runtime and a number of our most requested features (for example 
>> cURL, direct uploads and temporary files) and now we're working on ensuring 
>> that the runtime is stable and performant, as well as actively fixing any 
>> bugs that are preventing people from adopting the PHP 5.5 runtime. It is 
>> our plan to move forward to GA with the PHP 5.5 runtime and turn down the 
>> PHP 5.4 runtime. 
>>
>> BETA status refers to the fact that the runtime is not covered by and SLA 
>> and we may need to make backward incompatible changes before we leave the 
>> BETA release. That being said, it is unlikely we need to make a backwards 
>> incompatible change at this stage.
>>
>> On Saturday, 28 February 2015 02:13:42 UTC+11, Luigi Cardamone wrote:
>>>
>>> Hi all,
>>>
>>> Are there any news about when PHP GAE will exit from beta?
>>>
>>> The "beta" status is only related to bugs or also to performance issues 
>>> and limitations?
>>> Is someone using it in production?
>>> Are there any examples of big websites using PHP GAE?
>>>
>>>
>>>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/36925a34-30ea-4089-b151-d379eae547a7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.