[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-19 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 
 Guidehttps://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-uphttps://docs.google.com/forms/d/1NTPROehZLn7lzu3pcXryB8BlZN5cu0SwiIzPnl35xHs/viewform

 Also, if you have any questions, please feel free to send an email to:
 appengine-...@googelgroups.com javascript:

 Thanks!

 -- 
 Takashi Matsuo | Developers Programs Engineer | tma...@google.comjavascript:
  

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




 -- 
 Takashi Matsuo | Developers Advocate | tma...@google.com javascript:

  

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



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 mi...@epek.com javascript: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 
 alex...@absolutns.comwrote:

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




 -- 
 Takashi Matsuo | Developers Advocate | tma...@google.com javascript:

  

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



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



[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 http://code.google.com/appengine/kb/ .  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.



[appengine-java] Re: XMPP -- GAE in outage for our application

2010-05-19 Thread Mihai Parparita
I'm also seeing this for app IDs partychapp and push-bot. Most of the
XMPP requests do not make it to the app (i.e. they're logged as /_ah/
xmpp/message/chat/ requests).

Mihai

On May 19, 5:04 am, Terry yaoxing...@126.com wrote:
 The same problem for my apps.

 On May 19, 3:49 pm, Jerome jerome.mou...@gmail.com wrote:





  For at least two hours, most of our customers are unable to send XMPP
  messages to our GAE application.

  Checking in the logs, all the users unable to talk with our app do not
  have their Gtalk requests logged in /_ah/xmpp/message/chat/, so
  basically GAE does not receive or map the requests to the servlet.

  Surprisingly, there are a very few customers for which it is working
  ok, but again most of them are unable to reach the app.

  Jerome

  --
  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 
  athttp://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 
 athttp://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] backup and restore options

2010-05-03 Thread Mihai Campean
 I know that utilities for backup and restore are in the GAE future
roadmap, but until then I need to do some backup/restore operations on
the data store of my GAE/J application.
  I found some info on how to enable the remote API for GAE/J
applications by setting up the RemoteServlet in the application's
web.xml and then you should be able to use the bulkloader.py tool from
the python sdk to do backup/restore operation on the datastore of a
GAE/J app.
  I've added the remote API servlet in the web.xml, deployed it and
the remote API seems to be active since I get the This request did
not contain a necessary header message in the browser. However when
trying to use the bulkloader.py tool with the remote url and my
developer credentials, I get an message from the python tool:
URLError: (urlopen error (10060, 'Operation timed out')) with the
Authentication Failed info message.
Did any one encountered this problem and managed to solve it? Some
pointers would be very much appreciated.

Thanks,
Mihai

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