[appengine-java] Re: 500 error updating index definitions

2011-08-25 Thread James Cooper
Yeah, at around 9pm Pacific this error went away.  So presumably there was 
an operational issue at GAE.

-- James

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/PmhvWuQ-puQJ.
To post to this group, send email to google-appengine-java@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] Re: 500 error updating index definitions

2011-08-24 Thread James Cooper
Sorry, I should have included version info.  I've gotten the error with 
1.5.2 and 1.5.3 of the Java SDK.  Here's some output:

$ ~/bin/appengine-java-sdk-1.5.3/bin/appcfg.sh update war
Reading application configuration data...
Aug 24, 2011 5:50:41 PM 
com.google.apphosting.utils.config.AppEngineWebXmlReader readAppEngineWebXml
INFO: Successfully processed war/WEB-INF/appengine-web.xml
Aug 24, 2011 5:50:42 PM 
com.google.apphosting.utils.config.AbstractConfigXmlReader readConfigXml
INFO: Successfully processed war/WEB-INF/web.xml
Aug 24, 2011 5:50:42 PM com.google.apphosting.utils.config.IndexesXmlReader 
readConfigXml
INFO: Successfully processed 
war/WEB-INF/appengine-generated/datastore-indexes-auto.xml
Beginning server interaction for clj-contact...
0% Created staging directory at: 
'/var/folders/N8/N8ijLJCfGp4EcySYUwGd5k+++TI/-Tmp-/appcfg4075726641025123142.tmp'
5% Scanning for jsp files.
20% Scanning files on local disk.
25% Initiating update.
28% Cloning 48 application files.
40% Uploading 3 files.
52% Uploaded 1 files.
61% Uploaded 2 files.
68% Uploaded 3 files.
73% Initializing precompilation...
90% Deploying new version.
95% Will check again in 1 seconds.
98% Will check again in 2 seconds.
99% Will check again in 4 seconds.
99% Will check again in 8 seconds.
99% Closing update: new version is ready to start serving.
99% Uploading index definitions.

java.io.IOException: Error posting to URL: 
https://appengine.google.com/api/datastore/index/add?app_id=clj-contactversion=2;
500 Internal Server Error

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/UK_Q89dPDqcJ.
To post to this group, send email to google-appengine-java@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] Re: 500 error updating index definitions

2011-08-24 Thread Kesava Neeli
Hi,

I am having similar issue. My app deployment is failing always with 500 
server error when uploading index definitions. LAst 4 hrs it's been like 
this. My old app with same index file works file. I created a new version of 
app wit hsame index file and it fails consistently. 

I put an empty index file and the deployment is successful. But my app fails 
with a missing index. When I include it, the deployment hangs. I think there 
is some problem with appengine today with new apps and index files. Could 
someone in GAE team comment on this? 

Thanks
Neeli 

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine for Java group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine-java/-/VqAucCAR4cQJ.
To post to this group, send email to google-appengine-java@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.