Hey

First off -* thank you very much for all the work you are doing on GWT*. 
It's great to see all the amazing things coming in 2.8.0. Thank you!

Now to the issue that I'm reporting:

I'm using the Google Plugin For Eclipse and my project is using GWT 
(gwt-2.8.0-beta1) and AppEngine (1.9.42). 
Since I upgraded to gwt-2.8.0-rc1 (or rc2) I can no longer run the local 
dev server. The server starts but when I bring up the app in the browser I 
get an error saying that the code server is not available (full error 
message: "Couldn't load testserver1 from Super Dev Mode server at 
http://127.0.0.1:9876. Please make sure this server is ready. Do you want 
to try again?"). 

In the console, on the eclipse side, I get this error message:  

java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletResponse.getHeader(Ljava/lang/String;)Ljava/lang/String;

(plus the stack trace)


as well as:

java.lang.NoSuchMethodError: 
javax.servlet.http.HttpServletRequest.isAsyncStarted()Z

(plus the stack trace).


I'm assuming that these errors are caused by the fact that the codeserver 
in RC1 and RC2 requires Servlet 3.0 and I'm running (as part of the Google 
Plugin for Eclipse) jetty-6.1.x which provides Servlet 2.5. 


What I don't understand is *why is this setup working fine with 
gwt-2.8.0-beta1 but it is not working with gwt-2.8.0-rc1 or gwt-2.8.0-rc2. *


Thanks for the help

Tony



On Thursday, August 11, 2016 at 9:25:18 PM UTC-4, Daniel Kurka wrote:
>
> Hi all,
>
> I just build the GWT 2.8.0 RC2 and pushed it to maven central. The 
> complete SDK is also available from here <http://goo.gl/TkKVlY>.
>
> Please start testing and let us know if you run into any trouble and file 
> bugs <https://github.com/gwtproject/gwt/issues/new>.
>
> We are planing to release this as GWT 2.8.0 if we do not here about any 
> serious issues within the next two weeks. The release notes for RC 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC2>2
>  will 
> be made available shortly after this notice, in the mean time you can take 
> a look at the github repository 
> <https://github.com/gwtproject/gwt-site/blob/master/src/main/markdown/release-notes.md#Release_Notes_2_8_0_RC2>
> .
>
> Daniel,
> on behalf of the GWT team
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-web-toolkit+unsubscr...@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at https://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

Reply via email to