As it turns out, this was partially my fault. Intel's AppUp Store(Angry Birds anyone?) opens a port at 8888 and sits there listening. If you hit that with a browser, you'll get the error below.
However, there is a possible bug here: Even with something sitting on the port listening, there have been instances where Jetty starts up properly and claims that it too is listening on 8888... Can anyone shed some light? Thx! Koby On Jan 19, 7:33 pm, Koby <[email protected]> wrote: > Hi everyone, > > I just installed eclipse with the gwt and app engine plugins and am > running the basic application. I just created a basic Google project > and deployed. > > I haven't made any changes at all, and made my workspace c:\temp > \TestProject, just in case there's a path problem. > > However, when I open the link suggested, I continually see this: > > <SOAP-ENV:Envelope> > - > <SOAP-ENV:Body> > - > <SOAP-ENV:Fault SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/ > soap/encoding/"> > <faultcode>SOAP-ENV:Client</faultcode> > <faultstring>HTTP GET methodnotimplemented</faultstring> > </SOAP-ENV:Fault> > </SOAP-ENV:Body> > </SOAP-ENV:Envelope> > > This appears to be an error in Jetty - but I've no idea how to fix. > Can someone shed some light, or point me to a doc? > > Thanks! > > Koby -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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-web-toolkit?hl=en.
