[google-appengine] Is is possible to run a script on deploy such as "post-install-cmd" on GAE Standard PHP7.2/7.3?

2019-09-17 Thread Mihai Scurtu
Hello,

I tried adding a script in either "post-install-cmd", "post-update-cmd" or 
"post-autoload-dump" and none of them seemed to execute.

Is there any way to see more detailed deployment logs? I tried 
--verbosity="debug" but still couldn't see any calls to composer install or 
anything like that.

I have seen other articles/topics suggesting "post-install-cmd" works on 
GAE flex apps, do I just have to migrate to that?

Thanks

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/dcf60cae-333a-4653-b8ad-399c7b2b7334%40googlegroups.com.


[google-appengine] Re: App Engine VM-based Backends - Trusted Tester Sign-up

2013-09-18 Thread Mihai
This allows us to run websockets  however without auto-scaling is 
worthless .

Thanks,
Mihai.


On Thursday, 20 June 2013 20:21:06 UTC+1, Takashi Matsuo (Google) wrote:
>
>
> Fellow App Engine Gurus,
>
> We're happy to announce the next generation of App Engine Managed 
> Backends. These Backends utilize the App Engine VM Runtime, allowing 
> developers to run Backends on Compute Engine VMs. By building on top of 
> Compute Engine VMs, developers can:
>
>
>- take advantage of higher CPU and memory
>- rely on longer-lived processes
>- utilize a local filesystem
>- communicate via native network stacks
>- execute external processes
>- access the entire JRE
>- upload arbitrary Python extensions
>
>
> Given that these are App Engine Backends, you can still use all the App 
> Engine APIs to access the existing managed services (Datastore, Task 
> Queues, Memcache, etc.)
>
> Updating existing Backends to run on Compute Engine VMs is a simple config 
> change:
>
> app.yaml
> 
> application: app-id
> version: v1
> runtime: python27
> *vm: true*
> *
> *
> *manual_scaling:*
> *  instances: 1*
>
>
> That’s all you need to get started. We’ll pick a deafult VM machine type 
> and spin everything up your behalf. Of course there other options that you 
> can set (including machine type) and these are documented in the Getting 
> Started 
> Guide<https://docs.google.com/document/d/1VH1oVarfKILAF_TfvETtPPE3TFzIuWqsa22PtkRkgJ4/edit#>
> .
>
> In order to build a great product, we need quality feedback from brave 
> early adopters. If you’re interested test driving, please sign-up at the 
> link below and we’ll take care of the rest.
>
> App Engine VM-based VM Runtime - Trusted Tester 
> Sign-up<https://docs.google.com/forms/d/1NTPROehZLn7lzu3pcXryB8BlZN5cu0SwiIzPnl35xHs/viewform>
>
> Also, if you have any questions, please feel free to send an email to:
> appengine-...@googelgroups.com 
>
> Thanks!
>
> -- 
> Takashi Matsuo | Developers Programs Engineer | tma...@google.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.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [google-appengine] openid4java suddenly stopped working

2012-09-12 Thread Mihai
never mind, now it seems to work again .

On Wednesday, 12 September 2012 18:04:10 UTC+3, Takashi Matsuo (Google) 
wrote:
>
>
> Hi Mihai,
>
> What is your app-id?
>
>
> On Wed, Sep 12, 2012 at 11:40 PM, Mihai >wrote:
>
>> we have the same problem :
>>
>> javax.servlet.ServletContext log: unavailable
>> com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: java.lang.SecurityException:
>>
>> * Unable to get members for class org.openid4java.util.HttpFetcherFactory*
>>
>>  at 
>> com.google.inject.internal.MapMaker$StrategyImpl.compute(MapMaker.java:553)
>>  at 
>> com.google.inject.internal.MapMaker$StrategyImpl.compute(MapMaker.java:419)
>>  at 
>> com.google.inject.internal.CustomConcurrentHashMap$ComputingImpl.get(CustomConcurrentHashMap.java:2041)
>>  at com.google.inject.internal.FailableCache.get(FailableCache.java:46)
>>  at 
>> com.google.inject.MembersInjectorStore.get(MembersInjectorStore.java:66)
>>
>>
>> On Wednesday, 12 September 2012 10:54:08 UTC+3, Takashi Matsuo (Google) 
>> wrote:
>>
>>>
>>> Hi Alexander,
>>>
>>> It should be OK now. Let me know if you still have the problem.
>>>
>>> -- Takashi
>>>
>>>
>>> On Tue, Sep 11, 2012 at 8:04 PM, Alexander Botov 
>>> wrote:
>>>
>>>> Greetings, 
>>>>
>>>> Today we found out that our Google Apps Open ID related code suddenly 
>>>> stopped working resulting in blocking of all Open ID sign-ins. We use 
>>>> openid4java, the very bottom of the stack trace it shows the real cause: 
>>>>
>>>> *Caused by: java.lang.NoClassDefFoundError: 
>>>> com/google/apphosting/runtime/security/shared/stub/javax/
>>>> net/ssl/SSLContext*
>>>> * at java.lang.Class.getDeclaredConstructors0(Native Method)*
>>>> * at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)*
>>>> * ... 126 more*
>>>> *Caused by: java.lang.ClassNotFoundException: 
>>>> com.google.apphosting.runtime.security.shared.stub.javax.
>>>> net.ssl.SSLContext*
>>>> * at com.google.appengine.runtime.Request.process-
>>>> ef6eb452cfea3de1(Request.java)*
>>>> * ... 126 more*
>>>>  
>>>> This is initiated from guice and openid4java, the root exception is: 
>>>>
>>>> *Caused by: com.google.inject.internal.ComputationException: 
>>>> com.google.inject.internal.ComputationException: 
>>>> java.lang.SecurityException: Unable to get members for class 
>>>> org.openid4java.util.HttpFetcherFactory*
>>>>
>>>> HttpFetcherFactory can be constructed with SSLContext as parameter, I 
>>>> guess something changed in the hosting environment that causes this code 
>>>> to 
>>>> be no longer working. Locally everything works just fine. Any help? This 
>>>> is 
>>>> urgent request, the problem happens on production server currently. 
>>>>
>>>> Best Regards,
>>>> --alex
>>>>
>>>> -- 
>>>> 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/-/5-gu-**UElC_cJ<https://groups.google.com/d/msg/google-appengine/-/5-gu-UElC_cJ>
>>>> .
>>>> To post to this group, send email to google-a...@googlegroups.**com.
>>>> To unsubscribe from this group, send email to google-appengi...@**
>>>> googlegroups.com.
>>>>
>>>> For more options, visit this group at http://groups.google.com/**
>>>> group/google-appengine?hl=en<http://groups.google.com/group/google-appengine?hl=en>
>>>> .
>>>>
>>>
>>>
>>>
>>> -- 
>>> Takashi Matsuo | Developers Advocate | tma...@google.com
>>>
>>>   -- 
>> 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/-/vY9ZJFziZlwJ.
>>
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-appengi...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> -- 
> Takashi Matsuo | Developers Advocate | tma...@google.com 
>
>  

-- 
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/-/wuAUegTKeCgJ.
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] openid4java suddenly stopped working

2012-09-12 Thread Mihai
we have the same problem :

javax.servlet.ServletContext log: unavailable
com.google.inject.internal.ComputationException: 
com.google.inject.internal.ComputationException: 
com.google.inject.internal.ComputationException: 
com.google.inject.internal.ComputationException: 
com.google.inject.internal.ComputationException: 
com.google.inject.internal.ComputationException: java.lang.SecurityException:
* Unable to get members for class org.openid4java.util.HttpFetcherFactory*
at 
com.google.inject.internal.MapMaker$StrategyImpl.compute(MapMaker.java:553)
at 
com.google.inject.internal.MapMaker$StrategyImpl.compute(MapMaker.java:419)
at 
com.google.inject.internal.CustomConcurrentHashMap$ComputingImpl.get(CustomConcurrentHashMap.java:2041)
at com.google.inject.internal.FailableCache.get(FailableCache.java:46)
at 
com.google.inject.MembersInjectorStore.get(MembersInjectorStore.java:66)


On Wednesday, 12 September 2012 10:54:08 UTC+3, Takashi Matsuo (Google) 
wrote:
>
>
> Hi Alexander,
>
> It should be OK now. Let me know if you still have the problem.
>
> -- Takashi
>
>
> On Tue, Sep 11, 2012 at 8:04 PM, Alexander Botov 
> 
> > wrote:
>
>> Greetings, 
>>
>> Today we found out that our Google Apps Open ID related code suddenly 
>> stopped working resulting in blocking of all Open ID sign-ins. We use 
>> openid4java, the very bottom of the stack trace it shows the real cause: 
>>
>> *Caused by: java.lang.NoClassDefFoundError: 
>> com/google/apphosting/runtime/security/shared/stub/javax/net/ssl/SSLContext
>> *
>> * at java.lang.Class.getDeclaredConstructors0(Native Method)*
>> * at java.lang.Class.privateGetDeclaredConstructors(Class.java:2406)*
>> * ... 126 more*
>> *Caused by: java.lang.ClassNotFoundException: 
>> com.google.apphosting.runtime.security.shared.stub.javax.net.ssl.SSLContext
>> *
>> * at 
>> com.google.appengine.runtime.Request.process-ef6eb452cfea3de1(Request.java)
>> *
>> * ... 126 more*
>>
>> This is initiated from guice and openid4java, the root exception is: 
>>
>> *Caused by: com.google.inject.internal.ComputationException: 
>> com.google.inject.internal.ComputationException: 
>> java.lang.SecurityException: Unable to get members for class 
>> org.openid4java.util.HttpFetcherFactory*
>>
>> HttpFetcherFactory can be constructed with SSLContext as parameter, I 
>> guess something changed in the hosting environment that causes this code to 
>> be no longer working. Locally everything works just fine. Any help? This is 
>> urgent request, the problem happens on production server currently. 
>>
>> Best Regards,
>> --alex
>>
>> -- 
>> 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/-/5-gu-UElC_cJ.
>> To post to this group, send email to 
>> google-a...@googlegroups.com
>> .
>> To unsubscribe from this group, send email to 
>> google-appengi...@googlegroups.com .
>> For more options, visit this group at 
>> http://groups.google.com/group/google-appengine?hl=en.
>>
>
>
>
> -- 
> Takashi Matsuo | Developers Advocate | tma...@google.com 
>
>  

-- 
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/-/vY9ZJFziZlwJ.
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] do the admin recipients cost same as the external recipients ?

2012-08-26 Thread Mihai
We are looking to use the admin emails as an internal communication channel 
between apps so the cost is important to decide whether to develop a REST 
API or just use the email service.

-- 
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/-/bRTW9v0ZhN0J.
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] may I use a wildcard certificate on level 2 domain ?

2012-08-19 Thread Mihai
some of our apps (most of them ) are deployed as *application.api.example.com 
*. Will a wildcard certificate ( .*.api.example.com) work ? I'm asking 
because I find the documentation a bit confusing. "Wildcard certificates 
only support one level of subdomain." 

-- 
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/-/JfKhP4VI1CkJ.
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] We cannot remove the administrators

2012-03-07 Thread Mihai
How can we remove the administrators if they are locked ? I'm the only 
owner of the application and I set the other as "viewers". The remove 
button is disabled with additional message "Administrators cannot be 
removed right now. Learn more " .  I 
think this is a bug in google app engine 

-- 
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/-/Y2gU_ZH8NuIJ.
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: Permissions dash board

2012-03-07 Thread Mihai
We are having the same issue . Did you find any fix ?

On Thursday, 24 February 2011 15:37:38 UTC+2, Atif Gulzar wrote:
>
> Hi,
>
> I am facing a strange issue on my app dash board. In *Permissions *section 
> the remove button is disabled and there is a note with it "Administrators 
> cannot be removed right now." And it is set for at least one week. Is there 
> any one who is facing the same issue. 
>
> Also a new field added for "Role" but it is not documented anywhere. 
>
>
> --
> Best Regards,
> Atif Gulzar
>
> I  Unicode, ɹɐzlnƃ ɟıʇɐ
>
> 

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