Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-13 Thread Guy Dviri
no tone at all , I one how's deeply appreciated support.
and I like to thanks you for yours reply ,I don't take yours replies as
granted,

On Thu, May 13, 2021 at 11:51 AM 'Felipe Bergallo Corral' via Google App
Engine  wrote:

> Mr Dviri, as I implied when I linked the permissions setup for endpoints
> <https://groups.google.com/g/google-appengine/c/B73PhqjzURI/m/-JPqpjWZAQAJ>,
> it's not an authentication issue if what you see is that screen capture
> that you've sent, it's that you've not given the user you're using access
> to the APIs you wish to modify.
> Basically, you'd have to grant the *user you're using to log into the
> Developer Portal *the *Service Consumer* role (the italics are to make it
> easier to discern subject and object in the sentence, pardon), which is
> indicated in the following text when you access the link
> <https://console.cloud.google.com/endpoints?_ga=2.163226553.404746060.1620745837-495902788.1620745837>
> provided in the documentation
> <https://cloud.google.com/endpoints/docs/frameworks/control-api-callers>
> I've previously mentioned:
> "
> If you want to give someone the ability to enable your service in their
> own Cloud project and invoke its APIs, give them the Service Consumer role.
> "
>
> PS:
> I don't know what the intent was behind "Felipe Felipe*", *I imagine it
> was said with no ill intent, but I would like to inform you that it does
> come off as... slightly, just a little bit condescending. Again, I imagine
> that it was not your intent, I too have a bit of trouble conveying tone
> from time to time when talking through text, so I figured I ought to give
> you a heads-up.
> On Thursday, May 13, 2021 at 9:52:06 AM UTC+2 dvir...@gmail.com wrote:
>
>> Felipe Felipe ,  i don't need help right now , that problem with the 500
>> error solved last saturday  .And  I don't use  Cloud Foundry ., never
>> seen the logo of this product before.
>>
>> about the endpoint just let me know if you want to view my log ,and I'll
>> add you as a viewer ,have no problem with that ,
>>  what excelly do you need to help me viewing my  endpoint portal,because I've
>> already  done all the auth process ,and still I can't access my
>> endpoint portal , why?
>>
>> thanks alot
>>
>> Guy
>>
>> On Thu, May 13, 2021 at 10:39 AM 'Felipe Bergallo Corral' via Google App
>> Engine  wrote:
>>
>>> Mr Dviri, when I enter said portal I see the exact same content that
>>> you've displayed in your screen capture image. From what I can discern from
>>> the index.html, it seems like I don't have permission to view any of the
>>> APIs, so if what you wish to be able to do is see the APIs then what's
>>> wrong might just be that you've not set up the permissions
>>> <https://cloud.google.com/endpoints/docs/frameworks/control-api-callers>
>>> within Endpoints that allow you to see the APIs.
>>> Aside from that, I'm afraid I must concur with Wesley C. on not being
>>> able to discern the cause without at least an MRE or a small tidbit of the
>>> logs... It'd be like being told to throw darts in the dark, blindfolded,
>>> not knowing where the board even is. I might manage to hit the board
>>> somehow? But it's unlikely.
>>> As for not using PCF, well, I'm not sure about that. As far as I know I
>>> don't think you are using it as all the screenshots you've sent, well, both
>>> of them are using Google products and not Cloud Foundry. But it doesn't
>>> hurt to ask so... Are you using Cloud Foundry?
>>>
>>> On Wednesday, May 12, 2021 at 7:51:41 PM UTC+2 Wesley C (Google) wrote:
>>>
>>>> As mentioned earlier, there's no way *anyone* can help you without more
>>>> information.That kind error *could* be using features in Java that aren't
>>>> in JDK11, or even a typo in your code. I would bet that a stack trace with
>>>> your error from Cloud Logging <https://console.cloud.google.com/logs>
>>>> would be quite useful to share. Sure, moving to a PaaS cloud is great
>>>> because you don't have to worry about infrastructure, but that system
>>>> should still give you the tools to help debug your application, and logging
>>>> is the most important, perhaps even more important than the code itself,
>>>> esp. if it was working before and you haven't changed anything other than
>>>> the JDK version and redeployed.
>>>>
>>>> Also, are you *sure* you're using App Engine? I'm not a PCF user but
>>>> thought it only worked with Compute Engine VMs, at least from ou

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-13 Thread Guy Dviri
Felipe Felipe ,  i don't need help right now , that problem with the 500
error solved last saturday  .And  I don't use  Cloud Foundry ., never seen
the logo of this product before.

about the endpoint just let me know if you want to view my log ,and I'll
add you as a viewer ,have no problem with that ,
 what excelly do you need to help me viewing my  endpoint portal,because I've
already  done all the auth process ,and still I can't access my
endpoint portal , why?

thanks alot

Guy

On Thu, May 13, 2021 at 10:39 AM 'Felipe Bergallo Corral' via Google App
Engine  wrote:

> Mr Dviri, when I enter said portal I see the exact same content that
> you've displayed in your screen capture image. From what I can discern from
> the index.html, it seems like I don't have permission to view any of the
> APIs, so if what you wish to be able to do is see the APIs then what's
> wrong might just be that you've not set up the permissions
> <https://cloud.google.com/endpoints/docs/frameworks/control-api-callers>
> within Endpoints that allow you to see the APIs.
> Aside from that, I'm afraid I must concur with Wesley C. on not being able
> to discern the cause without at least an MRE or a small tidbit of the
> logs... It'd be like being told to throw darts in the dark, blindfolded,
> not knowing where the board even is. I might manage to hit the board
> somehow? But it's unlikely.
> As for not using PCF, well, I'm not sure about that. As far as I know I
> don't think you are using it as all the screenshots you've sent, well, both
> of them are using Google products and not Cloud Foundry. But it doesn't
> hurt to ask so... Are you using Cloud Foundry?
>
> On Wednesday, May 12, 2021 at 7:51:41 PM UTC+2 Wesley C (Google) wrote:
>
>> As mentioned earlier, there's no way *anyone* can help you without more
>> information.That kind error *could* be using features in Java that aren't
>> in JDK11, or even a typo in your code. I would bet that a stack trace with
>> your error from Cloud Logging <https://console.cloud.google.com/logs>
>> would be quite useful to share. Sure, moving to a PaaS cloud is great
>> because you don't have to worry about infrastructure, but that system
>> should still give you the tools to help debug your application, and logging
>> is the most important, perhaps even more important than the code itself,
>> esp. if it was working before and you haven't changed anything other than
>> the JDK version and redeployed.
>>
>> Also, are you *sure* you're using App Engine? I'm not a PCF user but
>> thought it only worked with Compute Engine VMs, at least from our 
>> documentation
>> page <https://cloud.google.com/architecture/cloud-foundry-on-gcp> on it.
>> I mean, they're kind-of competitors where Cloud Foundry "stitches" cloud
>> resources (VMs) together to form a PaaS whereby App Engine is itself a
>> self-contained PaaS system.
>>
>> On Wed, May 12, 2021 at 9:12 AM Guy Dviri  wrote:
>>
>>> [image: image.png]
>>>
>>> Why can't I enter this portal
>>> <https://endpointsportal.pivotal-robot-662.cloud.goog/>?
>>>
>>> So you see, GAE is only JDK 11, so I can't upgrade to JDK 16.1 ,so that
>>> was the problem ,wasn't it? do you have another explanation?
>>>
>>> On Wed, May 12, 2021 at 6:58 PM 'Felipe Bergallo Corral' via Google App
>>> Engine  wrote:
>>>
>>>> While the code may be "the same code", I've yet to see it? Which is why
>>>> I was asking for it, I don't know the code so I can't say for sure if it's
>>>> set up in a way that would only function in one environment or what might
>>>> be needed to be changed.
>>>> Also, the screen capture you're sharing is from Android Studio, I
>>>> believe? And this forum is for App Engine, so I'm guessing that's not the
>>>> image you've meant to send?
>>>> You mention that you've migrated the build and were asked if you wanted
>>>> to upgrade the JDK or keep the 11 version, and you chose to keep version 11
>>>> and that made it work. This implies that you might need to change your code
>>>> so that it is compatible with more recent versions of JDK; but the App
>>>> Engine's most recent version of JDK is Java 11, so there shouldn't be any
>>>> issue there.
>>>>
>>>> Also... what do you mean enter your endpoint portal? I don't see where
>>>> it is that you shared it...
>>>>
>>>> On Tuesday, May 11, 2021 at 12:18:56 PM UTC+2 dvir...@gmail.com wrote:
>>>>
>>>>> The code is the same code , what I did is just move 

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread Guy Dviri
The code is the same code , what I did is just move my SRC files without
the gradles build files ,from the app & the appengine to an old copy of the
project that I have..
then I  asked if I want to upgrade the JDK ,or keep the 11 version. I
choose to keep the 11 jdk version of the old project and deploy.
And just then It's works.

sorry I can reproduce the problem ,because I'm cant afford to trap myself
inside this nightmare again.

any I lost the original screenshot but  when I open the AS after
transporting the new files to the old project ,i've get this message from
this menu:

[image: image.png]

but it doesn't was that it was something similar  to that, asking me to
choose JDK. ( I can't find the exact menu after  approval. ,sorry )

thanks Guy.

By the way ,can you pls help enter my endpoint portal , I have all the
certification and still can't choose API ,why?




On Tue, May 11, 2021 at 12:39 PM 'Felipe Bergallo Corral' via Google App
Engine  wrote:

> Well, a good jumping off point for debugging an endpoint would be the
> endpoint logs, following the documentation associated with it
> .
> Following that, if the information there isn't very clear, then the issue
> might be in the backend, which in this case would be your SQL instance; if
> this SQL instance is a CloudSQL instance, then you merely need to follow
> the documentation associated with that
> . On the other hand, if
> your SQL instance is inside of a Compute Engine Instance or an App Engine
> Instance, then you might find something in the logs of those instances,
> however, I believe you'll have more luck accessing the logs inside of the
> SQL instance itself if that's the case.
> That being said any advice I give on the logs of a SQL instance can be
> muddy because I'm not sure what SQL instance you're using? CloudSQL offers
> MySQL, PostgreSQL and Microsoft SQL Server, so I am somewhat well versed in
> those three, however if you use a different solution then my attempts at
> helping will mostly be a best-effort on my part, because I can't guarantee
> that I'll be very knowledgable.
> That being said, it would be nice to have a minimum reproducible example
> of your code? Y'know, just the basics of how you attempt to access
> instance, and the query you're trying to perform. Obviously we don't need
> to know the keys or anything exact about it, it's best to avoid any
> personal or private information getting in there.
>
> On Tuesday, May 11, 2021 at 10:59:19 AM UTC+2 dvir...@gmail.com wrote:
>
>> ambiguous or not this was the only error I've got , so what can I do to
>> figure this out?
>> anyway solve it after almost 3 days,, the problem was probably using jdk
>> 16.1 instead of 11.
>> if the log can give me clues about it , that would save me some time ,and
>> maybe save time for others.
>> thanks.
>>
>> On Tue, May 11, 2021 at 11:27 AM 'Felipe Bergallo Corral' via Google App
>> Engine  wrote:
>>
>>> To be clear, would you kindly either elaborate on the changes you've
>>> performed that have lead you to this error? Or possibly look into the logs
>>> found within the Logs Explorer to see if there's a more specific error in
>>> there?
>>>
>>> On Tuesday, May 11, 2021 at 10:25:22 AM UTC+2 Felipe Bergallo Corral
>>> wrote:
>>>
 Pardon, but that's... A bit ambiguous. 500 server error is any error
 within the server itself, which can refer to either the endpoint server or
 the sql server, would you kindly elaborate?

 On Thursday, May 6, 2021 at 2:01:32 AM UTC+2 dvir...@gmail.com wrote:

>
> 
> 
> 500 Server Error
> 
> 
> Error: Server Error
> The server encountered an error and could not complete your
> request.Please try again in 30 seconds.
> 
> 
>
> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit
>>> https://groups.google.com/d/topic/google-appengine/B73PhqjzURI/unsubscribe
>>> .
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengi...@googlegroups.com.
>>> To view this discussion on the web visit
>>> https://groups.google.com/d/msgid/google-appengine/7e5bb483-668c-42bc-a37c-ff431f5147b6n%40googlegroups.com
>>> 
>>> .
>>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/B73PhqjzURI/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> 

Re: [google-appengine] Re: 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-11 Thread Guy Dviri
ambiguous or not this was the only error I've got , so what can I do to
figure this out?
anyway solve it after almost 3 days,, the problem was probably using jdk
16.1 instead of 11.
if the log can give me clues about it , that would save me some time ,and
maybe save time for others.
thanks.

On Tue, May 11, 2021 at 11:27 AM 'Felipe Bergallo Corral' via Google App
Engine  wrote:

> To be clear, would you kindly either elaborate on the changes you've
> performed that have lead you to this error? Or possibly look into the logs
> found within the Logs Explorer to see if there's a more specific error in
> there?
>
> On Tuesday, May 11, 2021 at 10:25:22 AM UTC+2 Felipe Bergallo Corral wrote:
>
>> Pardon, but that's... A bit ambiguous. 500 server error is any error
>> within the server itself, which can refer to either the endpoint server or
>> the sql server, would you kindly elaborate?
>>
>> On Thursday, May 6, 2021 at 2:01:32 AM UTC+2 dvir...@gmail.com wrote:
>>
>>>
>>> 
>>> 
>>> 500 Server Error
>>> 
>>> 
>>> Error: Server Error
>>> The server encountered an error and could not complete your
>>> request.Please try again in 30 seconds.
>>> 
>>> 
>>>
>>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/B73PhqjzURI/unsubscribe
> .
> To unsubscribe from this group and all its topics, 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/7e5bb483-668c-42bc-a37c-ff431f5147b6n%40googlegroups.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 view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMk5Y2dx7npsg-_sm1e3cxJGCT%2BuA2sYZQ8%2B9GCdCbfO8dwtEg%40mail.gmail.com.


[google-appengine] 00 Server Error after deploy endpoint and change so SQL tables names ,why?

2021-05-05 Thread Guy Dviri



500 Server Error


Error: Server Error
The server encountered an error and could not complete your 
request.Please try again in 30 seconds.



-- 
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/7485ae87-55a6-49d9-801a-29c799220a32n%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-21 Thread Guy Dviri
I open an issue ,
I also think that after few hours the app-engine endpoints.. just shutdown 
,, in a way that some endpoints don't get hits.

-- 
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/12f20ef6-51fa-4851-9c0b-093ff0dec4a0%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread Guy Dviri
i think it's happens more often when I try to call it from the emulator..

-- 
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/7bb4c63b-9344-4c11-b6ac-b1e535482a88%40googlegroups.com.


[google-appengine] Re: I have one backed endpoint that don't hit why ?

2020-05-18 Thread Guy Dviri
it's sometime get hit , sometime don't , it's really weird ,try to change 
the name of the function , try to stop all instances , stop the  app engine 
,restart the app engine.. sometime it's   hits and  sometime it's don't.
it was happened once when they change some script on the server..  
I can't pinpoint what could be the cause.

-- 
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/321dd474-5046-4786-84ca-86a679320ab2%40googlegroups.com.


[google-appengine] I have one backed endpoint that don't hit why ?

2020-05-17 Thread Guy Dviri


@ApiMethod(name = "onUpdateQuestion")

public UserDataCloud onUpdateQuestion
(UserDataCloud userDataSender) throws
SQLException {



have no problem with my others endpoints.


so my main question is what could be the causes to one of the endpoints ,to 
don't hit from app , but get hit from web url ( endpoint explorer )?

-- 
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/9c53a7d3-0099-4b39-bdf7-b6da086a6400%40googlegroups.com.


[google-appengine] Re: org.eclipse.jetty.servlet.ServletHolder : java.lang.RuntimeException: Cannot access service class:? endpoint deploy ,why?

2019-10-03 Thread Guy Dviri
ok solve , my constructor need to be public and AS suggest me to turn it 
private .

-- 
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/66e2e631-c92e-491e-8a64-1496bfdb51c9%40googlegroups.com.


[google-appengine] Re: org.eclipse.jetty.servlet.ServletHolder : java.lang.RuntimeException: Cannot access service class:? endpoint deploy ,why?

2019-10-03 Thread Guy Dviri
[image: No photo description available.]

-- 
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/82cca441-312e-472a-bf53-48619d7d8b02%40googlegroups.com.


[google-appengine] Re: org.eclipse.jetty.servlet.ServletHolder : java.lang.RuntimeException: Cannot access service class:? endpoint deploy ,why?

2019-10-01 Thread Guy Dviri
No , not from eclipse , it's just the error message from the GAE log.


On Tuesday, October 1, 2019 at 6:59:38 PM UTC+3, George (Cloud Platform 
Support) wrote:
>
> Hello Guy, 
>
> You seem to want to deploy an App Engine application or a Cloud Endpoint 
> from Eclipse. How did you deploy? What commands did you use? For reference, 
> you may check Deploying the Endpoints configuration 
>  
> and Deploying App Engine Standard Applications from Eclipse 
> . 
>
> This discussion group is oriented more towards general opinions, trends, 
> and issues of general nature touching the app engine. For deploying 
> applications or endpoints, you may be better served in dedicated forums 
> such as stackoverflow, where experienced programmers are within reach and 
> ready to help. 
>

-- 
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/042a4cc8-de56-4cab-a791-e5ccb674f2bf%40googlegroups.com.


[google-appengine] org.eclipse.jetty.servlet.ServletHolder : java.lang.RuntimeException: Cannot access service class:? endpoint deploy ,why?

2019-10-01 Thread Guy Dviri



org.eclipse.jetty.servlet.ServletHandler doHandle:  (ServletHandler.java:624 
)
org.eclipse.jetty.servlet.ServletHolder$1: java.lang.RuntimeException: Cannot 
access service class:



-- 
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/9d9ede28-3121-4c04-a177-44b92c6c0f65%40googlegroups.com.


Re: [google-appengine] Re: Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-30 Thread Guy Dviri
Thanks Ani ,its alot to deigust  ,would much easier just to put a password
on the version within the cloud console.

On Sat, Jun 30, 2018, 11:35 Ani Hatzis  wrote:

> There is no particular write-protection for a given version. I can think
> of two solutions in your case:
>
> You could use two user accounts, where only one of them has the permission
> to upload new versions, and normally you would use the other (restricted)
> account for your day-to-day work between deployments. In Google Cloud
> Platform you would use roles to manage access, where a role is like a list
> of permissions, that can be assigned to individual user accounts, Google
> groups, all users in a G Suite domain or Cloud Identity domain, or service
> accounts. The pre-defined roles with App Engine
> <https://cloud.google.com/appengine/docs/standard/python/access-control#predefined_app_engine_roles>
>  already
> provide a separation, see "App Engine Deployer" and also the additional
> information later on that page regarding deployment and traffic management.
>
> If you don't want to handle two accounts, but have some kind of an
> additional step after an (accidental) deployment, then I suggest to utilize
> App Engine's version management and the *gcloud app deploy* options
> "--no-promote" flag and not to stop the previous version.
>
> *Set default config settings:*
> As you might know, you can manage SDK configurations
> <https://cloud.google.com/sdk/docs/configurations> in Cloud SDK  where
> you can store default settings, even multiple configurations. But I assume
> you only have one project and thus only one configuration (the DEFAULT
> configuration). You can just store the defaults in your gcloud
> configuration.
>
> In *gcloud app deploy*, *--promote* or *--no-promote* flag tells App
> Engine whether traffic should be automatically migrated from the previous
> version to the new version. Turn the promote off by default for all your 
> *gcloud
> app deploy* commands in this config:
>
> $ gcloud config set app/promote_by_default false
>
> Updated property [app/promote_by_default].
>
> The next option will prevent that a previous version is automatically
> stopped when you deploy a new version:
>
> $ gcloud config set app/stop_previous_version false
>
> Updated property [app/stop_previous_version].
>
> Verify that your configuration is correctly set under the *[app]* section
> (that's the one for App Engine specific configurations):
>
> $ gcloud config list
>
> [app]
>
> promote_by_default = False
>
> stop_previous_version = False
>
> You only need to repeat these steps, if you have a new gcloud installation
> or if you want to create a new gcloud configuration.
>
> *Future Deployments in two steps:*
>
> *Step 1:* From now on, only use *gcoud app deploy* without specifying a
> version (*--version*), without the *--pomote* flag, and without the
> *--stop-previous-version*. Just something like this:
>
> gcloud app deploy .
>
> As no *--version* is provided, App Engine will create a new version and
> give it an automatically created version name (looks like an ISO timestamp
> starting with the year, e.g. 20180630). The new version will not be the
> new default version, and the previous version will not stop to serve
> traffic. So the deployment has no effect to your users until now.
>
> *Step 2:* Next in gcloud or in the Web UI:
>
>- The deployment was accidental: just delete the accidentally created
>version (typically the newest one)
>- The deployment was intentional: migrate traffic to the new version
>or make it the new default version
>
> You can occasionally delete very old versions, so you won't hit the 200
> versions limit per app again.
>
> Best regards,
> Ani
>
>
> On Friday, June 29, 2018 at 9:06:29 PM UTC+2, Guy Dviri wrote:
>>
>> I reply thanks you 2 hours ago , but I don't see the reply in the thread
>>> , google groups UI must change their layout in my opinion ,
>>>
>> any way I like to ask @Ani one more thing ,  is it possible to block
>> version from updating , let's say that it will be update only with special
>> key,, or something like that , to prevent update by mistake..
>> do you know some way to do it?
>>
>>
>
>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/google-appengine/oK_RMcpR0CM/unsubscribe
> .
> To unsubscribe from this group and all its topics, send an email to
> google-appengine+unsubscr...@googlegroups.com.
> To post to this group, s

Re: [google-appengine] Re: Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-29 Thread Guy Dviri

>
> I reply thanks you 2 hours ago , but I don't see the reply in the thread , 
> google groups UI must change their layout in my opinion , 
>
any way I like to ask @Ani one more thing ,  is it possible to block 
version from updating , let's say that it will be update only with special 
key,, or something like that , to prevent update by mistake.. 
do you know some way to do 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/064bde80-33ee-4384-98d3-0557fad9f715%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-28 Thread Guy Dviri
no it's just a small app ,not even up to the air  ,  i don't know why i 
have 200 version i only need one..
what could i doing wrong..

i using endpoint + sql + bigstore .
i deploy my module using :

console : appenginedeploy

what do you think could trigger this behavior ? 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/17eec7eb-5203-4c27-bee0-e922010d38b7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hey after two days I get a message the I cannot deploy my appengine becuase I already got too many version.

2018-06-27 Thread Guy Dviri
so i go to the console and delete 200+ version.

what I want to ask is , I work on the google cloud more then 3 years and 
deploy countless of time... and never had this message , what change?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/adc61687-9b44-443b-90ce-4e642db86981%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: what the best way to connect my endpoints to SQL 2gen

2018-03-28 Thread Guy Dviri
Thanks Katayoon so I don't need the configuration in the appengine-web.xml 
and the web.xml because all my connection with the SQL is in the server 
side.

now one more thing , I like to now if my connection to SQL is open or close 
via the Cloud Console is there's a way to check it 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f56dda97-8a01-4c7e-aa9a-fd71cfa23167%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Re: what the best way to connect my endpoints to SQL 2gen

2018-03-27 Thread Guy Dviri

>
> Thanks Katayoon , I hope you can clear something to me.
>
  Client code ->   Endpoints code -> { Cloud SQL Instance ,does the  ( 
user ,pass ) need to hold in the client code attach somehow with the 
webAPI  or they store in the server side? )


what confuses me is the appengine-web.xml and the poem.xml both seems to 
hold duplicate 
values
 
of my SQL ( user & pass ). 
in the first gen SQL i hold the ( pass,user ) in the DriverManager on the 
server side , so I puzzled what the DriverManager role in the 2gen SQL 
implement scenario, and where I need to input the SQL ( user ,pass) values?.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/bc89e2f4-d9da-4a09-b591-10ff1267ff28%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] what the best way to connect my endpoints to SQL 2gen

2018-03-23 Thread Guy Dviri
I using java on android studio ,also I used JDBC DriverManager on the 
server side to connect to the cloud SQL, 
I read somewhere that I don't need to use DriveManager in the server side 
anymore when upgrading to 2gen , and the connection should be from the app 
, 
does any one have any code sample or can simplify the process of connecting 
my endpoints to 2gen using java?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/0014354e-5fb1-49e9-b459-16b1311c371b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
thanks for willing to give a a hand.

this is the continuous posting I've already post the log here
<https://groups.google.com/d/msg/google-cloud-endpoints/rvF6L4jJfoU/5geyfkV5CAAJ>
:
the deploy command is : gradlew appenginedeploy



On Tue, Mar 20, 2018 at 1:03 PM, Mihail Russu <mih...@russu.net> wrote:

> access denied was an hour ago , maybe after few modifications that message
>> change ,
>
>
> I was only pointing at your second screenshot, the way you posted it. No
> idea about what happened hours ago as you didn't provide any details on
> that.
>
> Again, you need to provide a lot more information if you want help, nobody
> can guess what's going on just by looking at the screenshots. Answering the
> following questions might help clear things up a bit:
>
>  - What is your deployment command (copy & paste the exact command how you
> deploy your app)?
>  - What is the result of that command (i.e. what log messages are you
> seeing when an app is deployed (again, copy and paste exact & full log
> messages when your app is being deployed))
>  - Provide the contents of your `appengine-web.xml` if it's a Java app and
> you don't have the `app.yaml` file.
>  - Provide the list of files in your app's root directory (just the file
> names)
>  - Are you following any tutorials? Which one?
>
> On Tuesday, March 20, 2018 at 12:49:09 PM UTC+2, Guy Dviri wrote:
>>
>> access denied was an hour ago , maybe after few modifications that
>> message change ,
>> no about the app.yaml do I must have it with endpoints v2 & gradle?
>>
>> On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu <mih...@russu.net> wrote:
>>
>>> It doesn't say "access denied", it says "Not Found" and we have no way
>>> of knowing why without you providing a lot more information first, i.e.
>>> telling what and how you deployed, i.e. do you have a valid `app.yaml`? How
>>> does it look like? Does an entry point defined? Did the deployment show any
>>> errors? etc.
>>>
>>> --
>>> You received this message because you are subscribed to a topic in the
>>> Google Groups "Google App Engine" group.
>>> To unsubscribe from this topic, visit https://groups.google.com/d/to
>>> pic/google-appengine/NGEMMDrBoHU/unsubscribe.
>>> To unsubscribe from this group and all its topics, send an email to
>>> google-appengi...@googlegroups.com.
>>> To post to this group, send email to google-a...@googlegroups.com.
>>> Visit this group at https://groups.google.com/group/google-appengine.
>>> To view this discussion on the web visit https://groups.google.com/d/ms
>>> gid/google-appengine/80577a97-b76e-41f7-95c8-c110b1dc802c%
>>> 40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-appengine/80577a97-b76e-41f7-95c8-c110b1dc802c%40googlegroups.com?utm_medium=email_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/NGEMMDrBoHU/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/f65a38ff-98a0-487e-97d2-
> 4cc80765d365%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/f65a38ff-98a0-487e-97d2-4cc80765d365%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMk5Y2dugSDue9omN_7eZ%2BJm_OW3cZC5mdnptO0NTF%3DEhnx%2Bmw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Re: [google-appengine] Re: access denied when deploy why?

2018-03-20 Thread Guy Dviri
access denied was an hour ago , maybe after few modifications that message
change ,
no about the app.yaml do I must have it with endpoints v2 & gradle?

On Tue, Mar 20, 2018 at 12:37 PM, Mihail Russu <mih...@russu.net> wrote:

> It doesn't say "access denied", it says "Not Found" and we have no way of
> knowing why without you providing a lot more information first, i.e.
> telling what and how you deployed, i.e. do you have a valid `app.yaml`? How
> does it look like? Does an entry point defined? Did the deployment show any
> errors? etc.
>
> On Tuesday, March 20, 2018 at 11:42:29 AM UTC+2, Guy Dviri wrote:
>>
>>
>> <https://lh3.googleusercontent.com/-wPSAOQuFDtQ/WrDXS_nzVWI/Y6E/BMIknuy9j78aSbycMmaIesAJg7w-yL7lACLcBGAs/s1600/TRY1.jpg>
>>
>>
>> to this :
>>
>>
>> <https://lh3.googleusercontent.com/-ZfYXA4g5pgI/WrDXaEuo1lI/Y6I/yisvriNIjz4Dsx0a60sSdrMh6YkfwTb4QCLcBGAs/s1600/TRY2.jpg>
>> why?
>>
> --
> You received this message because you are subscribed to a topic in the
> Google Groups "Google App Engine" group.
> To unsubscribe from this topic, visit https://groups.google.com/d/
> topic/google-appengine/NGEMMDrBoHU/unsubscribe.
> To unsubscribe from this group and all its topics, 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 https://groups.google.com/group/google-appengine.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/google-appengine/80577a97-b76e-41f7-95c8-
> c110b1dc802c%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/80577a97-b76e-41f7-95c8-c110b1dc802c%40googlegroups.com?utm_medium=email_source=footer>
> .
> 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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAMk5Y2dZVhJLot5ZVA2Yua%3Di87HMhV95w5SNZUrxLR%2Bs35wWtg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] access denied when deploy why?

2018-03-20 Thread Guy Dviri





to this :


why?

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/f174e8fd-8fa1-4f6c-a031-e96302623090%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hey Guys just upgrade from Endpoint V1 to V2 and works

2018-03-10 Thread Guy Dviri
I read all a lots of users guides but something dones't work , I'm wasted 1 
month on that issue , is there's any one that can teamview my problem?
( it's was a solid on V1 ).


-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/8635acbd-a2db-4811-914f-694e54c107a2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hey Guys can't deploy app engine after update to endpoints V2.

2018-03-06 Thread Guy Dviri



if there's any expert that can help me overcome this issue.
much appreciated.
Guy.
 

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/23b7be71-bc3d-41b2-b771-90ba6d98e3ff%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[google-appengine] Hello Guys, GAE cost me too much using the endpoints instance 24/7 , so i need to close it

2017-06-08 Thread Guy Dviri
every time  I've get off the PC ( because i'm on developing stage ). is 
there's any way to reduce the cost so i don't have to pay so much every 
month.

-- 
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 https://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ec36b05d-eaee-4dd4-bf71-c431b85b4442%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.