Re: [google-appengine] Trouble to deploy and download dependencies

2020-04-27 Thread ramesh bandaru
how u solved this problem... once give me the clarity about that one.. thanks in advance On Friday, 14 February 2020 01:45:06 UTC+5:30, Dongcheng Li wrote: > > Thank you for your reply. The issue was fixed. > > Have a great day! > > DC > > On Thu, Feb 13, 2020 at 12:18 PM 'Andrew Gorcester' via

[google-appengine] xcode error

2020-04-27 Thread ramesh bandaru
i am getting a xcode error -- 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

[google-appengine] DataStore Composite index is created, but there are no entries & when the query is run null result is coming though there are valid entries for the query in the datastore

2016-05-01 Thread Venkata Ramesh Babu Pasupuleti
DataStore Composite index is created, but there are no entries & when the query is run null result is coming though there are valid entries for the query in the datastore? Status is shown as serving when checked through admin console -- You received this message because you are subscribed to

[google-appengine] Google App Engine seems down

2012-03-05 Thread ramesh
Hi All, My applications suddenly stopped loading. It seems server is down. Please look into this. Ramesh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com

[google-appengine] Re: What's going on with the high latency ?

2012-02-28 Thread ramesh
Me too, My application is also down from past 30 minutes, Please fix it ASAP. On Feb 29, 12:31 am, Alain de Raynal aderay...@gmail.com wrote: http://code.google.com/status/appengine/detail/datastore/2012/02/28#a... my apps have been unreachable for the past 30 minutes... please help --

[google-appengine] No matching index found

2012-02-27 Thread ramesh
query, it saying no matching index found. Please let me know what i am doing wrong. Thanks Ramesh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe

[appengine-java] Re: Use of com.google.appengine.repackaged

2012-01-04 Thread ramesh
fine. Please help me on this. On Jan 3, 3:59 pm, Jerome jerome.mou...@gmail.com wrote: Hello Ramesh, As Ikai was suggesting above, change your import to: import org.apache.commons.codec.binary.Base64; The method name in this class are a bit different from the repacked Google class

[appengine-java] Re: Use of com.google.appengine.repackaged

2012-01-03 Thread ramesh
Hi Jerome, Even i imported this, it is not working me. import org.apache.commons.codec.binary.Base64; import com.google.appengine.repackaged.org.json.JSONObject; this statement showing error message. Thanks Ramesh On Jan 3, 3:59 pm, Jerome jerome.mou...@gmail.com wrote: Hello Ramesh

[appengine-java] How to run inbound service xmpp_presence as a backend

2011-12-12 Thread ramesh
Hi, I am using xmpp_presence as a inbound service. If i run it as front end instance, app engine is creating lot of instances which is increasing my daily budget. Is there any possibility to integrate xmpp_presnce with backend service. Please let me know , how can we do this. -- You received

[google-appengine] xmpp presence

2011-09-19 Thread ramesh
Hi, How can i know user presence in my application. -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send email to

[google-appengine] Re: xmpp presence

2011-09-19 Thread ramesh
xmppservice.parsePresence is not defined in XMPPService API. Please help. On Sep 19, 12:37 pm, ramesh chiluverirame...@gmail.com wrote: Hi, How can i know user presence in my application. -- You received this message because you are subscribed to the Google Groups Google App Engine group

[google-appengine] Unable to get Presence object using xmppservice

2011-09-18 Thread ramesh
Thanks Ramesh -- You received this message because you are subscribed to the Google Groups Google App Engine group. 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

[google-appengine] XMPP Presence

2011-09-16 Thread ramesh
Hi, I am trying to know user presence on my application. If i add xmpp presence service to my application, can i get all the users status who are registered my application or all the users of gtalk? I have tried adding xmpp presence, request coming to one of my servlet but it saying that

[google-appengine] Re: Channel API not working properly

2011-09-15 Thread ramesh
I am facing the same issue from today morning onwards. I am getting error in following URL:

[google-appengine] Re: Channel API not working properly

2011-09-15 Thread ramesh
Any ETA from Google to fix this issue. We are waiting on this one. -- 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/-/AIBc5uAm2iQJ. To post to this

[google-appengine] Cron job

2011-08-19 Thread ramesh
cron job. 2) When one cron job fails why it is removing other cron jobs Thanks Ramesh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email to google-appengine@googlegroups.com. To unsubscribe from this group, send

[google-appengine] Can not establish connection on windows vista platform

2011-08-10 Thread ramesh
Hi, I am trying to establish connection with google channel API to receive/ send messages. I am able to establish connection in all OS's except windows vista in IE7 8. I am loading channel.js from https://talkgadget.google.com/talkgadget/channel.js Please help me. Thanks Ramesh -- You

[google-appengine] Unable to create Socket in IE7 from second time

2011-07-18 Thread ramesh
and socket only one time. Once i closed the socket, if i try to create one more socket, it is not allowing me to create socket. Please help me . Thanks Ramesh -- You received this message because you are subscribed to the Google Groups Google App Engine group. To post to this group, send email

[appengine-java] How to add task to pushQueue and when task will execute

2011-06-02 Thread ramesh
to queue . But when task(i.e test) will execute automatically? I am running it locally. I am able to see tasks in http://localhost:/_ah/admin/taskqueue I am unable to understood document provided by google app engine. Please help me with example. Thanks Ramesh -- You received

[appengine-java] Query on date

2011-05-04 Thread Ramesh
Hi all, Even after searching i am not able to see any correct answer on how to work with GAE java dates. My Model: /** */ @Entity @Table(name = testDetail) public class TestDetail { /** * */ private static final long serialVersionUID = 1L; /** */

[appengine-java] How to Read gmail inbox

2011-04-18 Thread Ramesh
Hi All, Can any one of you please tell me if it is possible read gmail inbox using Imap or pop3, preferably Imap. Please provide any useful links or sample code for reading gmail inbox. Thanks, Ramesh.V -- You received this message because you are subscribed to the Google Groups Google App

[appengine-java] Re: How to Read gmail inbox

2011-04-18 Thread Ramesh
Ok Thanks -- 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-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: How to give path name to servlet from index.html of a Application

2011-04-18 Thread Ramesh
Check your web.xml, if it is well configured or not -- 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-java@googlegroups.com. To unsubscribe from this group, send email to

[appengine-java] Re: How to give path name to servlet from index.html of a Application

2011-04-18 Thread Ramesh
See the url pattern in web.xml and in index.html, it differs index.html: form action=*/ServletCheckServlet* method=get web.xml: url-pattern*/servletCheck*/url-pattern -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this

[appengine-java] Re: How to give path name to servlet from index.html of a Application

2011-04-18 Thread Ramesh
It should work if url pattern is correctly matched. Check in case if you are running more than one instance of the same web application as shown in the attachment. Try restarting your server or restarting your eclipse. -- You received this message because you are subscribed to the Google

[appengine-java] Re: How to give path name to servlet from index.html of a Application

2011-04-18 Thread Ramesh
itself or shall i need spring framework for this work Please guide me. On Apr 18, 7:01 pm, Ramesh ramesh.v1...@gmail.com wrote: It should work if url pattern is correctly matched. Check in case if you are running more than one instance of the same web application as shown

[appengine-java] error msg= javax.management.MBeanServerPermission is a restricted class

2010-12-06 Thread ramesh rajapandian
Hi all, I'm getting the errror while running the web application in google app engine(web application). Error: Warning: WDK application could not be started, error msg= javax.management.MBeanServerPermission is a restricted class. Please see the Google App Engine developer's guide for more

Re: [appengine-java] App Engine Cloud Cover Testing

2010-09-02 Thread Ramesh Ottikunta
) == Run 4001: RUNNING, Completed 0/1 (0%) Passed: 0 Too Slow: 0 Failed: 0 In Progress: 1 Not Started: 0 == Any help on this is appreciated. Thanks, Ramesh On Thu, Sep 2, 2010 at 9:57 AM, mobileQAguru rottiku...@gmail.com wrote: Hi, I am getting following error when I am

[google-appengine] SSLSocket Connections from Google Java App Engine

2009-10-23 Thread ramesh
Hello All, We would like to host a application on Google Java app engine that performs HTTPS/Post to a SSL enabled resource with a SOAP message. Does anyone had issues writing such a utility? I get error stating that HttpsUrlConnection object is restricted in Google app Engine? Thanks Ramesh

[google-appengine] Can't access the mapped domain

2009-07-28 Thread Ramesh Thiruchelvam
below. Kr, Ramesh C:\Documents and Settings\ramesh.thiruchelvamping www.sri-lankan.net Pinging ghs.l.google.com [72.14.203.121] with 32 bytes of data: Request timed out. Request timed out. C:\Documents and Settings\ramesh.thiruchelvamping sri- lankan.appspot.com Pinging appspot.l.google.com

[google-appengine] Re: Can't access the mapped domain

2009-07-28 Thread Ramesh Thiruchelvam
This issue is resolved now. I believe someone at Sri Lanka Telecom messed up some routing paths and fixed it ;) Kr, Ramesh On Jul 28, 11:11 am, Ramesh Thiruchelvam ramesh.thiruchel...@gmail.com wrote: I'm having problem accessing mapped domainwww.sri-lankan.netfrom Sri Lanka (ISP: Sri Lanka

[google-appengine] Re: can not force delete a index with error!

2009-07-20 Thread Ramesh Thiruchelvam
Hi Jeff, I wasn't able to delete the Error status index for a day, the next day when I tried vacuum_indexes it got deleted without any problem. The fist day I tried many times, but the index status was Error it didn't change to Deleting It was kind of stuck at the error status. Kr, Ramesh

[google-appengine] Re: can not force delete a index with error!

2009-07-18 Thread Ramesh Thiruchelvam
I've the sample problem, my app id is sri-lankan, and my index City is having the problem. I tried appcfg.py vacuum_indexes many times but it didn't work. Please help me. Kr, Ramesh On Jul 13, 7:38 pm, jb j.b...@gmx.de wrote: Hello, all myindexare stuck at error for some days now. I tried

[google-appengine] deploying unicode jsp files

2009-04-21 Thread Ramesh Ganesan
Hi, I have unicode in my jsp files. When i deployed these files , its unicode converted to some other unknown character. what is the possible way to deploy jsp file with unicode (anyhow, as of now i have converted these unicode in string format to deploy)? Thanks and Regards, Ramesh G