[google-appengine] Unknown 500 Server Error

2014-03-24 Thread jlc488
Hi Guys, OS : Mac JDK : 1.7.0_51 GAE : 1.9.1 I am running simple project running fine on local which is created by GPE, However, as soon as I deployed to Google, it shows the 500 error. Error: Server Error The server encountered an error and could not complete your request. Please try again

Re: [google-appengine] Datastore Write Operations

2014-03-24 Thread Vinny P
On Mon, Mar 24, 2014 at 8:35 AM, Raghu rao wrote: > i am working on medical product. for one of the requirement i have to > store 3500 values in one object. it's working fine and able to > persist(patientMedicalData) in the data store. but in the Dashboard it's > showing Datastore Write Operat

Re: [google-appengine] VIP SSL, and Great Firewall of China

2014-03-24 Thread Vinny P
On Wed, Mar 19, 2014 at 12:16 AM, GAEfan wrote: > If an app uses Virtual IP address (VIP) for SSL, will that IP address > still be identified as Google, and be blocked by China's Great Firewall? > If not, that might be an important benefit. > Yes and no. You can try using VIP SSL to get an I

Re: [google-appengine] Re: Problems Deploying App - 500 Internal server Error

2014-03-24 Thread Vinny P
On Thu, Mar 20, 2014 at 6:47 AM, Mayuri Deshmukh wrote: > >1. > 1. E 2014-03-20 04:43:55.731 javax.servlet.ServletContext log: > unavailable javax.servlet.UnavailableException at > org.mortbay.jetty.servlet.Holder.doStart(Holder.java:79) at org. > 2. C 2014-03-20 04:43

[google-appengine] is there any way to access data of another app better than rpc?

2014-03-24 Thread saintthor
use python. -- 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-appe

[google-appengine] Datastore Write Operations

2014-03-24 Thread Raghu rao
Hi All, i am working on medical product. for one of the requirement i have to store 3500 values in one object. it's working fine and able to persist(patientMedicalData) in the data store. but in the Dashboard it's showing Datastore Write Operations is 22% for one request. how to avoid this i