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 <[email protected]>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" <[email protected]>
> 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(AbstractConfigXmlReader.java:
> > 228)
> >         at
> >
> com.google.apphosting.utils.config.WebXmlReader.processXml(WebXmlReader.java:
> > 142)
> >         at
> >
> com.google.apphosting.utils.config.WebXmlReader.processXml(WebXmlReader.java:
> > 22)
> >         at
> >
> com.google.apphosting.utils.config.AbstractConfigXmlReader.readConfigXml(AbstractConfigXmlReader.java:
> > 111)
> >         at
> >
> com.google.apphosting.utils.config.WebXmlReader.readWebXml(WebXmlReader.java:
> > 73)
> >         at
> > com.google.appengine.tools.admin.Application.<init>(Application.java:
> > 105)
> >         at
> >
> com.google.appengine.tools.admin.Application.readApplication(Application.java:
> > 151)
> >         at
> >
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.createAppAdmin(AppEngineBridgeImpl.java:
> > 204)
> >         at
> >
> com.google.appengine.eclipse.core.proxy.AppEngineBridgeImpl.deploy(AppEngineBridgeImpl.java:
> > 265)
> >         at
> >
> com.google.appengine.eclipse.core.deploy.DeployProjectJob.runInWorkspace(DeployProjectJob.java:
> > 146)
> >         at
> >
> org.eclipse.core.internal.resources.InternalWorkspaceJob.run(InternalWorkspaceJob.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" <[email protected]>
> > 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)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl$PrologDriver
> .next(XMLDocumentScannerImpl.java:978)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLDocumentScannerImpl.next(XMLDocu
> mentScannerImpl.java:625)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLNSDocumentScannerImpl.next(XMLNS
> DocumentScannerImpl.java:116)
> > > at
> > >
> com.sun.org.apache.xerces.internal.impl.XMLDocumentFragmentScannerImpl.scan
> Document(XMLDocumentFragmentScannerImpl.java:488)
> > > at
> > >
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Co
> nfiguration.java:812)
> > > at
> > >
> com.sun.org.apache.xerces.internal.parsers.XML11Configuration.parse(XML11Co
> nfiguration.java:741)
> > > at
> > >
> com.sun.org.apache.xerces.internal.parsers.XMLParser.parse(XMLParser.java:1
> 23)
> > > at
> > >
> com.sun.org.apache.xerces.internal.parsers.AbstractSAXParser.parse(Abstract
> SAXParser.java:1208)
> > > at
> > >
> com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser.parse(S
> AXParserImpl.java:525)
> > > at javax.xml.parsers.SAXParser.parse(SAXParser.java:392)
> > > at org.mortbay.xml.XmlParser.parse(XmlParser.java:230)
> > > at
> > >
> com.google.apphosting.utils.config.AbstractConfigXmlReader.getTopLevelNode(
> AbstractConfigXmlReader.java:206)
> > > 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:103)
> > > at
> > >
> com.google.appengine.tools.admin.Application.readApplication(Application.ja
> va:149)
> > > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:115)
> > > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:61)
> > > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57)
> > > Nov 10, 2010 8:33:16 AM
> > > com.google.apphosting.utils.config.AbstractConfigXmlReader
> readConfigXml
> > > SEVERE: Received exception processing war/WEB-INF/web.xml
> > > com.google.apphosting.utils.config.AppEngineConfigException: Received
> > > IOException parsing the input stream for 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:103)
> > > at
> > >
> com.google.appengine.tools.admin.Application.readApplication(Application.ja
> va:149)
> > > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:115)
> > > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:61)
> > > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:57)
> > > Caused by: java.net.ConnectException: Connection timed out
> > > at
> >
> > ...
> >
> > 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
> [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-appengine-java%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-appengine-java?hl=en.
>
>

-- 
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 [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-java?hl=en.

Reply via email to