2.8rc1 and server reload in Intellij

已查看 190 次
跳至第一个未读帖子

P.G.Taboada

未读,
2016年8月4日 03:19:082016/8/4
收件人 GWT Users
Hi,

with GWT 2.8 I cannot reload the server anymore:

java.util.concurrent.RejectedExecutionException: org.eclipse.jetty.annotations.AnnotationConfiguration$1@2a5ec0a4
at org.eclipse.jetty.util.thread.QueuedThreadPool.execute(QueuedThreadPool.java:362)
at org.eclipse.jetty.annotations.AnnotationConfiguration.scanForAnnotations(AnnotationConfiguration.java:541)
at org.eclipse.jetty.annotations.AnnotationConfiguration.configure(AnnotationConfiguration.java:447)
at org.eclipse.jetty.webapp.WebAppContext.configure(WebAppContext.java:479)
at org.eclipse.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1337)
at org.eclipse.jetty.server.handler.ContextHandler.doStart(ContextHandler.java:741)
at org.eclipse.jetty.webapp.WebAppContext.doStart(WebAppContext.java:505)


Am I the only one? 

brgds,

Papick

Thomas Broyer

未读,
2016年8月4日 12:21:162016/8/4
收件人 GWT Users
Reproduced. I have a fix: https://gwt-review.googlesource.com/15500

We probably need to add this ("restart web server") to our smoke test process.

Philippe Gonze

未读,
2016年8月8日 12:55:052016/8/8
收件人 GWT Users
Same problem exactly.
Any practical solution or workaround would be highly appreciated.
The link provided by Thomas Broyer could not help to find a solution (in eclipse neon).

PG 

Thomas Broyer

未读,
2016年8月10日 08:20:052016/8/10
收件人 GWT Users
Workaround would be to duplicate the class, applying the changes, and using it as the -server argument to DevMode instead of the broken one from GWT.

Philippe Gonze

未读,
2016年8月12日 02:47:502016/8/12
收件人 GWT Users


Le mercredi 10 août 2016 14:20:05 UTC+2, Thomas Broyer a écrit :
Workaround would be to duplicate the class, applying the changes, and using it as the -server argument to DevMode instead of the broken one from GWT.

Tnx Thomas...

Would you be more explicit please ?
Which class should be duplicated ? The entry point container?
Where exactly are -server DevMode arguments defined in eclipse ?
It is a one shot (definitive) solution or should it be repeated at any reload (making it not so convenient) ?

Tnx. 

Thomas Broyer

未读,
2016年8月12日 08:39:582016/8/12
收件人 GWT Users
Just use RC2 now, much simpler 😉
回复全部
回复作者
转发
0 个新帖子