Resolved. The issue was the "Connection refused". I had to update the proxy settings in Eclipse.
On Dec 4, 4:49 pm, GaryC <[email protected]> wrote: > Same issue. Just getting started today with Eclipse 3.5 and > Appengine 1.2.8 and JDK 1.6.0_16. Forward slashes are a problem on > Windows, no? > > com.google.apphosting.utils.config.AppEngineConfigException: Received > IOException parsing the input stream for /work/workspace/gac4- > reference/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:141) > 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:72) > at com.google.appengine.tools.admin.Application.<init> > (Application.java:91) > at com.google.appengine.tools.admin.Application.readApplication > (Application.java:120) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:107) > at com.google.appengine.tools.admin.AppCfg.<init>(AppCfg.java:58) > at com.google.appengine.tools.admin.AppCfg.main(AppCfg.java:54) > Caused by: java.net.ConnectException: Connection refused: connect > at java.net.PlainSocketImpl.socketConnect(Native Method) > at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) > at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java: > 195) > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > at java.net.Socket.connect(Socket.java:525) > at java.net.Socket.connect(Socket.java:475) > > Gary > > On Nov 19, 5:52 am, david jones <[email protected]> wrote: > > > heya, > > > i'm quite (well, very) new to the google app engine and am just trying > > to upload a very basic start to the project i'm working on. however, > > when i try to upload (either using the plugin for eclipse or through > > appcfg.cmd) i get the error: > > > An internal error occurred during: "Deploying ConferenceCloud to > > Google". > > ReceivedIOExceptionparsing the input stream for C:/Users/dave/ > > workspace/ConferenceCloud/war\WEB-INF/web.xml > > > i havent edited theweb.xmlfile, leaving it as it was when i created > > the project in eclipse > > > has anyone encountered this before or knows how to solve it? > > > thanks, > > david > > -- 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.
