Out of curiosity, I created a app from scratch using the plugin for
eclipse. I used GAE 1.3.8 and GWT 2.1.0 and made no changes
whatsoever.

When I try to deploy this app, I get exactly the same issue.

On Nov 13, 4:13 pm, "nicanor.babula" <nicanor.bab...@gmail.com> wrote:
> Hi,
>
> Sure thing!
>
> appId: domodentweb
>
> and here is appengine.xml:
>
> [code]
> <?xml version="1.0" encoding="utf-8"?>
> <appengine-web-app xmlns="http://appengine.google.com/ns/1.0";>
>         <application>domodentweb</application>
>         <version>2g</version>
>
>         <sessions-enabled>true</sessions-enabled>
>         <precompilation-enabled>true</precompilation-enabled>
>
>         <!-- Configure java.util.logging -->
>         <system-properties>
>                 <property name="java.util.logging.config.file" value="WEB-INF/
> logging.properties"/>
>                 <property name="com.google.gdata.DisableCookieHandler"
> value="true"/>
>         </system-properties>
>
>         <admin-console>
>                 <page name="Gestione account" url="/admin/" />
>                 <page name="Importazione treatments" url="/admin/
> importTreatments.jsp" />
>         </admin-console>
>
> </appengine-web-app>
> [/code]
>
> On 12 Nov, 21:38, Joakim Söderström <joakim.soderst...@gmail.com>
> wrote:
>
>
>
>
>
>
>
> > Sure, here are the appengine-web.xml files of our two main apps.
>
> > I hope this helps!
>
> > //Joakim
>
> > 2010/11/12 Ikai Lan (Google)
> > <ikai.l+gro...@google.com<ikai.l%2bgro...@google.com>
>
> > > Do you guys have a sample appengine-web.xml and application IDs?
>
> > > --
> > > Ikai Lan
> > > Developer Programs Engineer, Google App Engine
> > > Blogger:http://googleappengine.blogspot.com
> > > Reddit:http://www.reddit.com/r/appengine
> > > Twitter:http://twitter.com/app_engine
>
> > > On Fri, Nov 12, 2010 at 2:00 AM, Didier Durand 
> > > <durand.did...@gmail.com>wrote:
>
> > >> Hi
>
> > >> Same thing here: I noticed that the messages in the deploying script
> > >> have changed a little bit. I guess that Google team has made / is
> > >> making an update on the infrastructure and it brings some issues...
>
> > >> Some patience will probably solve it ;-)
> > >> didier
>
> > >> On Nov 12, 10:43 am, "nicanor.babula" <nicanor.bab...@gmail.com>
> > >> wrote:
> > >>  > Hi,
>
> > >> > I am experiencing the same problem with my application
> > >> > ID: domodentweb
>
> > >> > com.google.apphosting.utils.config.AppEngineConfigException: Received
> > >> > IOException parsing the input stream for G:/eclipseWorkspaces/
> > >> > workspace_jee_galileo/domodentweb/war\WEB-INF/web.xml
> > >> >         at
>
> > >> com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(
> > >>  AbstractConfigXmlReader.java:
> > >> > 210)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.AbstractConfigXmlReader.parse(AbstractCo
> > >>  nfigXmlReader.java:
> > >> > 228)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.WebXmlReader.processXml(WebXmlReader.jav
> > >>  a:
> > >> > 142)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.WebXmlReader.processXml(WebXmlReader.jav
> > >>  a:
> > >> > 22)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.AbstractConfigXmlReader.readConfigXml(Ab
> > >>  stractConfigXmlReader.java:
> > >> > 111)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.WebXmlReader.readWebXml(WebXmlReader.jav
> > >>  a:
> > >> > 73)
> > >> >         at
> > >> > com.google.appengine.tools.admin.Application.<init>(Application.java:
> > >> > 105)
> > >> >         at
>
> > >> com.google.appengine.tools.admin.Application.readApplication(Application.ja
> > >>  va:
> > >> > 151)
> > >> >         at
>
> > >> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin(
> > >>  AppEngineBridgeImpl.java:
> > >> > 204)
> > >> >         at
>
> > >> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngin
> > >>  eBridgeImpl.java:
> > >> > 265)
> > >> >         at
>
> > >> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(De
> > >>  ployProjectJob.java:
> > >> > 146)
> > >> >         at
>
> > >> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorksp
> > >>  aceJob.java:
> > >> > 38)
> > >> >         at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
> > >> > Caused by: java.net.ConnectException: Connection timed out: connect
> > >> >         at java.net.PlainSocketImpl.socketConnect(Native Method)
> > >> >         at java.net.PlainSocketImpl.doConnect(Unknown Source)
> > >> >         at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
> > >> >         at java.net.PlainSocketImpl.connect(Unknown Source)
> > >> >         at java.net.SocksSocketImpl.connect(Unknown Source)
> > >> >         at java.net.Socket.connect(Unknown Source)
> > >> >         at java.net.Socket.connect(Unknown Source)
> > >> >         at sun.net.NetworkClient.doConnect(Unknown Source)
> > >> >         at sun.net.www.http.HttpClient.openServer(UnknownSource)
> > >> >         at sun.net.www.http.HttpClient.openServer(UnknownSource)
> > >> >         at sun.net.www.http.HttpClient.<init>(Unknown Source)
> > >> >         at sun.net.www.http.HttpClient.New(UnknownSource)
> > >> >         at sun.net.www.http.HttpClient.New(UnknownSource)
> > >>  >         at
> > >> > sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown
> > >> > Source)
> > >> >         at
> > >> sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown
> > >> > Source)
> > >> >         at sun.net.www.protocol.http.HttpURLConnection.connect(Unknown
> > >> > Source)
> > >> >         at
> > >> sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown
> > >> > Source)
> > >> >         at
> > >> org.apache.xerces.impl.XMLEntityManager.setupCurrentEntity(Unknown
> > >> > Source)
> > >> >         at org.apache.xerces.impl.XMLEntityManager.startEntity(Unknown
> > >> > Source)
> > >> >         at
> > >> org.apache.xerces.impl.XMLEntityManager.startDTDEntity(Unknown
> > >> > Source)
> > >> >         at
> > >> org.apache.xerces.impl.XMLDTDScannerImpl.setInputSource(Unknown
> > >> > Source)
> > >> >         at org.apache.xerces.impl.XMLDocumentScannerImpl
> > >> > $DTDDispatcher.dispatch(Unknown Source)
> > >> >         at
>
> > >> org.apache.xerces.impl.XMLDocumentFragmentScannerImpl.scanDocument(Unknown
> > >> > Source)
> > >> >         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> > >> Source)
> > >> >         at org.apache.xerces.parsers.XML11Configuration.parse(Unknown
> > >> Source)
> > >> >         at org.apache.xerces.parsers.XMLParser.parse(Unknown Source)
> > >> >         at org.apache.xerces.parsers.AbstractSAXParser.parse(Unknown
> > >> Source)
> > >> >         at
> > >> org.apache.xerces.jaxp.SAXParserImpl$JAXPSAXParser.parse(Unknown
> > >> > Source)
> > >> >         at org.apache.xerces.jaxp.SAXParserImpl.parse(Unknown Source)
> > >> >         at org.mortbay.xml.XmlParser.parse(XmlParser.java:230)
> > >> >         at
>
> > >> com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(
> > >>  AbstractConfigXmlReader.java:
> > >> > 206)
> > >> >         ... 12 more
>
> > >> > On 10 Nov, 08:38, "Joakim S?derstr?m" <joakim.soderst...@gmail.com>
> > >> > wrote:
>
> > >> > > Since yesterday, I've been experiencing difficulty while trying to 
> > >> > > use
> > >> > > appcfg to deploy a new version to App Engine. Sometimes I have to try
> > >> > > something like 10 times before the upload is successful. The error
> > >> that
> > >> > > I get seems to be caused by a timeout. Complete stacktrace:
>
> > >> > > Reading application configuration data...
> > >> > > Nov 10, 2010 8:32:55 AM
> > >> > > com.google.apphosting.utils.config.AppEngineWebXmlReader
> > >> > > readAppEngineWebXml
> > >> > > INFO: Successfully processed war/WEB-INF/appengine-web.xml
> > >> > > 2010-11-10 08:32:55.723:INFO::Logging to STDERR via
> > >> > > org.mortbay.log.StdErrLog
> > >> > > Nov 10, 2010 8:33:16 AM
> > >> > > com.google.apphosting.utils.config.AbstractConfigXmlReader
> > >> > > getTopLevelNode
> > >> > > SEVERE: Received IOException parsing the input stream for
> > >> > > war/WEB-INF/web.xml
> > >> > > java.net.ConnectException: Connection timed out
> > >> > > at java.net.PlainSocketImpl.socketConnect(Native Method)
> > >> > > at
>
> > >> java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:310
> > >> )
> > >> > > at
>
> > >> java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.j
> > >> ava:176)
> > >> > > at
>
> > >> java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:163)
> > >> > > at java.net.Socket.connect(Socket.java:546)
> > >> > > at java.net.Socket.connect(Socket.java:495)
> > >> > > at sun.net.NetworkClient.doConnect(NetworkClient.java:174)
> > >> > > at sun.net.www.http.HttpClient.openServer(HttpClient.java:409)
> > >> > > at sun.net.www.http.HttpClient.openServer(HttpClient.java:530)
> > >> > > at sun.net.www.http.HttpClient.<init>(HttpClient.java:240)
> > >> > > at sun.net.www.http.HttpClient.New(HttpClient.java:321)
> > >> > > at sun.net.www.http.HttpClient.New(HttpClient.java:338)
> > >> > > at
>
> > >> sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnectio...)
> > >> > > at
>
> > >> sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.ja...)
> > >> > > at
>
> > >> sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:801)
> > >> > > at
>
> > >> sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection....)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.setupCurrentEntity
> > >> (XMLEntityManager.java:654)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startEntity(XMLEnt
> > >> ityManager.java:1292)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLEntityManager.startDTDEntity(XML
> > >> EntityManager.java:1259)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLDTDScannerImpl.setInputSource(XM
> > >> LDTDScannerImpl.java:260)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.di
> > >> spatch(XMLDocumentScannerImpl.java:1169)
> > >> > > at
>
> > >> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$DTDDriver.ne
> > >> xt(XMLDocumentScannerImpl.java:1065)
>
> ...
>
> read more »

-- 
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-j...@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.

Reply via email to