[google-appengine] Constant 500 errors deploying Java app this morning

2011-01-26 Thread Dave Watson
I've been trying to deploy an updated version of my app all morning,
and keep getting errors. What I see is as follows:

"""
Unable to update app: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=sad-fox&version=4&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

Please see the logs [/var/folders/Eh/EhpFoV-MGamQxOsSJR6jOU+++Tc/-Tmp-/
appcfg3370065503962088826.log] for further information.
"""

And in the log file it tells me to check, I see this:

"""
Unable to update:
java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=sad-fox&version=4&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
582)
at
com.google.appengine.tools.admin.AppVersionUpload.updateCron(AppVersionUpload.java:
284)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
135)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
at com.google.appengine.tools.admin.AppCfg
$UpdateAction.execute(AppCfg.java:547)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:138)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:61)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57)
com.google.appengine.tools.admin.AdminException: Unable to update app:
Error posting to URL: 
https://appengine.google.com/api/datastore/cron/update?app_id=sad-fox&version=4&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
62)
at com.google.appengine.tools.admin.AppCfg
$UpdateAction.execute(AppCfg.java:547)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:138)
at com.google.appengine.tools.admin.AppCfg.(AppCfg.java:61)
at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57)
Caused by: java.io.IOException: Error posting to URL:
https://appengine.google.com/api/datastore/cron/update?app_id=sad-fox&version=4&;
500 Internal Server Error

Server Error (500)
A server error has occurred.

at
com.google.appengine.tools.admin.ServerConnection.send(ServerConnection.java:
149)
at
com.google.appengine.tools.admin.ServerConnection.post(ServerConnection.java:
82)
at
com.google.appengine.tools.admin.AppVersionUpload.send(AppVersionUpload.java:
582)
at
com.google.appengine.tools.admin.AppVersionUpload.updateCron(AppVersionUpload.java:
284)
at
com.google.appengine.tools.admin.AppVersionUpload.doUpload(AppVersionUpload.java:
135)
at
com.google.appengine.tools.admin.AppAdminImpl.update(AppAdminImpl.java:
56)
... 4 more
"""

-- 
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 options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Same infamous question - JDO or JPA - want to hear from people who used both!

2010-12-04 Thread Dave Watson
Agreed 100%. It's a great library, very simple and easy to use. It's
similar to the Python API, but in my opinion even better because it's
obvious what's going on, whereas the Python API has "magic" like auto-
fetching of ReferenceProperties, which can cause really terrible
performance if you don't realize what it's doing.

On Dec 3, 12:51 pm, Jeff Schwartz  wrote:
> Neither. Go with Objectify.
>
> Jeff
>
>
>
>
>
>
>
>
>
> On Fri, Dec 3, 2010 at 12:18 PM, har_shan  wrote:
> > yes, this is there all over internet and like any other appengine
> > newbie am in same dilemma but now i want to hear recommendation from
> > those who have used/tried both and hence their experiences
>
> > also i know that Google doesn't play favorites and
>
> > Max Ross has said in his blog...
>
> >    I'll give you the same answer I give whenever I'm asked this
> > question:
> >    If you're not already familiar with JDO or JPA, use JDO because
> > our documentation is better. If you're more familiar with JDO than
> > JPA, use JDO. If you're more familiar with JPA than JDO, use JPA. If
> > you're equally familiar with both then you probably have a preference,
> > so use the one you prefer.
>
> > Personally i have worked in a pet project using JPA + Hibernate, so am
> > inclined towards JPA as am bit familiar.
>
> > BUT am starting a new app in appengine so want to be sure that am in
> > right path. I know that in appengine some features are missing in impl
> > from both JPA/JDO, due to datastore constraints, but i do not want to
> > face a situation in future when i hear that life would have been easy
> > when i have chosen JDO for AppEngine!
>
> > Am also ready to spend time learning JDO if its really worth it. So
> > guys, please share your experiences! As always thank much in advance..
> > Ask me more if needed..
>
> > Hari
>
> > --
> > 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-appeng...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > google-appengine+unsubscr...@googlegroups.com > e...@googlegroups.com>
> > .
> > For more options, visit this group at
> >http://groups.google.com/group/google-appengine?hl=en.
>
> --
> *Jeff Schwartz*

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: More deployment problems today

2010-12-02 Thread Dave Watson
I'm still having constant problems - at least 50% of deployments are
still failing right now.

On Dec 2, 3:30 pm, Daniel  wrote:
> Still broken for me.  Another day, another problem with app engine...
>
> On Dec 2, 2:14 pm, Amir  wrote:
>
>
>
>
>
>
>
> > It's working again.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: The location will be effect connect speed?

2010-12-02 Thread Dave Watson
I believe Google's datacenter is located in California, so it
shouldn't matter where you upload from.

On Dec 2, 1:13 am, hpbg delta  wrote:
> I want make sure the user connects is effectuation in American if I
> upload the project from Taiwan.
>
> or user in Taiwan more fast connect the web data than in American.
>
> Thank you.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] More deployment problems today

2010-12-02 Thread Dave Watson
I've gotten two 500 errors in a row when trying to update an existing
version of my app engine/python app. Seems like whatever has been
breaking is still broken.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: deploy failures

2010-11-10 Thread Dave Watson
Also happening to me constantly when doing Java deployment via command-
line (automated deploy script). I'm getting about a 75% failure rate,
which is a gigantic time waster.

I don't know how Google can claim to have a reasonable system when
their deployment tools fail so much. This is really getting
ridiculous.

On Nov 9, 8:22 am, Alexandru Farcaş 
wrote:
> I also receive this error : SEVERE: Received IOException parsing the
> input stream for my_path/war/WEB_INF//web.xml)
> I am using java sdk and Eclipse Helios.
> After I restart the eclipse it's working ok.
>
> On Nov 9, 2:47 pm, Erik  wrote:
>
>
>
>
>
>
>
> > I have also been getting constant deployment errors with Java
> > deployment for the past couple days, seems like something is funny on
> > the google side, don't think my connection is flaky:
>
> > Nov 9, 2010 7:18:59 AM
> > com.google.apphosting.utils.config.AbstractConfigXmlReader
> > getTopLevelNode
> > SEVERE: Received IOException parsing the input stream for /home/erik/
> > workspace/wikihop/war/WEB-INF/web.xml
> > java.net.ConnectException: Connection timed out
> >         at java.net.PlainSocketImpl.socketConnect(Native Method)
> >  ...
> > SEVERE: Received exception processing /home/erik/workspace/wikihop/war/
> > WEB-INF/web.xml
> > com.google.apphosting.utils.config.AppEngineConfigException: Received
> > IOException parsing the input stream for /home/erik/workspace/wikihop/
> > war/WEB-INF/web.xml
> >         at
> > com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode( 
> > AbstractConfigXmlReader.java:
> > 210)
> >  ...
> > Bad configuration: Received IOException parsing the input stream for /
> > home/erik/workspace/wikihop/war/WEB-INF/web.xml
> >   Caused by: Connection timed out

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Re: Deployment having issues.

2010-10-19 Thread Dave Watson
It's been broken for about 1.5 hours for me.

On Oct 18, 3:24 pm, johnP  wrote:
> Having deployment issues from 11:40PDT -->  ?
>
> Symptoms:
>
> 1.  When uploading, it Checks if version is ready to be served..
> Until it gives up.
> 2.  Switched from version X to version Y in Versions screen.  The
> Versions screen says that Y is the default version.  But it continues
> to serve X (7 instances of X running, and 0 instances of Y running,
> over 30 minutes later).
>
> And the usual existential question:  Is this for everyone?  Or is it
> just me???
>
> :)
>
> johnP

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.