Don't know if this has anything to do with your problems, but my (python) deployments began failing recently because my error_handlers: page directive, defined in app.yaml, was pointing to an error page in a subdirectory. When I moved it up to the top-level directory it worked. Filed a bug here: http://code.google.com/p/googleappengine/issues/detail?id=4032
On Nov 10, 2010, at 11:01 AM, Dave Watson wrote: > 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ş <[email protected]> > 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 <[email protected]> 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 [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
