Hello Nick,

Production issue created.

https://code.google.com/p/googleappengine/issues/detail?id=13156

As mentioned earlier, everything was working fine, until the new admin
console was released.

It happens with our other appids also.






On Fri, Jul 22, 2016 at 1:06 AM, 'Nick (Cloud Platform Support)' via Google
App Engine <google-appengine@googlegroups.com> wrote:

> Hey Rajesh,
>
> If you believe this is a platform issue rather than possibly caused by
> code or actions on your end, then you should post to the Public Issue
> Tracker <http://code.google.com/p/googleappengine/issues/list> (this has
> also been mentioned in several prior threads), and be sure to include
> enough information, such as a curl request to /remote_api on the relevant
> service/version, the history of deployment, full error messages, a copy of
> your app.yaml / appengine-web.xml file, etc. etc.
>
> This forum (Google Groups App Engine) is meant for general and high level
> discussion of the platform and services, questions about architecture and
> design patterns, comparison of different approaches to more high level
> problems, etc.
>
> Please make a post to the Public Issue Tracker if you believe you're
> seeing a platform issue. My instinct is that some kind of change to your
> app, a recent deployment, a change to the default serving version /
> service, etc., likely made the handler start returning 404. When you post
> the issue, be sure to post a link here so I can continue to assist in the
> proper forum - I'll be happy to.
>
> Sincerely,
>
> Nick
> Cloud Platform Community Support
>
> On Wednesday, July 20, 2016 at 11:23:32 PM UTC-4, Rajesh Gupta wrote:
>>
>> Hi,
>> It was working fine last 3-4 years.
>>
>> Why SO?  This is not a code problem. Suddenly it stopped working.  It is
>> some configuration issue, after the google cloud moved completely into the
>> new datastore admin console.
>>
>> Any configuration changes on the appid is required?
>>
>> On Thu, Jul 21, 2016 at 3:48 AM, 'Nick (Cloud Platform Support)' via
>> Google App Engine <google-appengine@googlegroups.com> wrote:
>>
>>> Hey Rajesh,
>>>
>>> As mentioned in previous threads, this forum should not be used for
>>> troubleshooting posts like this. You should either post an issue like this
>>> to the Public Issue Tracker if you are confident it's a platform issue (you
>>> have read the documentation and the system is not behaving as it should),
>>> or to Stack Overflow if it seems more like a possible confusion on your
>>> end.
>>>
>>> Nonetheless, I'll help you with some basic advice on this problem:
>>>
>>> It seems that you have changed the authentication part of the code as a
>>> result of 404 - this is unnecessary as it's *403 *which is the error
>>> response for auth issues. 404 means "Not Found", so it seems that you
>>> haven't deployed the remote API to the server you are trying to connect to.
>>> See this doc
>>> <https://cloud.google.com/appengine/docs/java/tools/remoteapi>, for
>>> example, for the java way to configure remote API on the server (you need a
>>> special remote api handler on /remote_api).
>>>
>>> Cheers,
>>>
>>> Nick
>>> Cloud Platform Community Support
>>>
>>>
>>> On Tuesday, July 19, 2016 at 7:30:20 AM UTC-4, Rajesh Gupta wrote:
>>>>
>>>> I tried the following also - using useApplicationDefaultCredentail.
>>>>     RemoteApiOptions options =
>>>>         new RemoteApiOptions().server(serverConfig.domainName,
>>>> serverConfig.portNumber).
>>>>         useApplicationDefaultCredential();
>>>>
>>>> installer.install() still throws error.
>>>>
>>>>
>>>> I am running a local server and trying to access remote datastore.
>>>>
>>>>
>>>> On Tue, Jul 19, 2016 at 1:24 PM, Rajesh Gupta <
>>>> rajesh.gu...@veersoftsolutions.com> wrote:
>>>>
>>>>> I am using
>>>>>     RemoteApiInstaller installer = new RemoteApiInstaller();
>>>>>     RemoteApiOptions options =
>>>>>         new RemoteApiOptions().server(domainName, portNumber)
>>>>>             .credentials(userName, passwd);
>>>>>     installer.install(options);
>>>>>
>>>>> It is throwing the follow exception
>>>>>  com.google.appengine.tools.remoteapi.LoginException: Bad
>>>>> authentication response: 404
>>>>>
>>>>> --
>>>>> Regards,
>>>>> Rajesh
>>>>> *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
>>>>> *www.GainERP.com <https://www.gainerp.com>*
>>>>> *Accounting/Inventory/Orders on Google Cloud Platform and Mobile*
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Regards,
>>>> Rajesh
>>>> *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
>>>> *www.GainERP.com <https://www.gainerp.com>*
>>>> *Accounting/Inventory/Orders on Google Cloud Platform and Mobile*
>>>>
>>>> --
>>> 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/b74faf87-0f62-45b2-8ce5-e206b0bd816a%40googlegroups.com
>>> <https://groups.google.com/d/msgid/google-appengine/b74faf87-0f62-45b2-8ce5-e206b0bd816a%40googlegroups.com?utm_medium=email&utm_source=footer>
>>> .
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Regards,
>> Rajesh
>> *www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
>> *www.GainERP.com <https://www.gainerp.com>*
>> *Accounting/Inventory/Orders on Google Cloud Platform and Mobile*
>>
>> --
> 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/4b0a5bb7-8400-49e9-8fb5-75ba089159fd%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/4b0a5bb7-8400-49e9-8fb5-75ba089159fd%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Regards,
Rajesh
*www.VeersoftSolutions.com <http://www.VeersoftSolutions.com>*
*www.GainERP.com <https://www.gainerp.com>*
*Accounting/Inventory/Orders on Google Cloud Platform and Mobile*

-- 
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/CA%2BS7ijZRTF%2B9XNd9jxUxnro55C-So091A0shk5d1Y_hbwO_m5g%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.
  • [google-appengine] R... Rajesh Gupta
    • [google-appengi... Rajesh Gupta
      • [google-app... 'Nick (Cloud Platform Support)' via Google App Engine
        • Re: [go... Rajesh Gupta
          • Re:... 'Nick (Cloud Platform Support)' via Google App Engine
            • ... Rajesh Gupta
              • ... Rajesh Gupta
                • ... 'Nick (Cloud Platform Support)' via Google App Engine
                • ... Rajesh Gupta
                • ... 'Nick (Cloud Platform Support)' via Google App Engine
                • ... Rajesh Gupta
                • ... 'Nick (Cloud Platform Support)' via Google App Engine
                • ... Rajesh Gupta
                • ... Rajesh Gupta
                • ... 'Nick (Cloud Platform Support)' via Google App Engine
    • Re: [google-app... PK

Reply via email to