Hello I have this problem when I try to start my local host (127.0.0.1) Could not find required bundle org.eclipse.jetty.webapp. Would you happen to know where I might download and install this missing bundle?
Kevin
On Tuesday, May 6, 2014 at 12:23:42 PM UTC-6, pron...@gmail.com wrote:
-- Kevin
On Tuesday, May 6, 2014 at 12:23:42 PM UTC-6, pron...@gmail.com wrote:
This is a place where we can continue the discussion about issue #8526, rather than having a conversation within the bug report.Summary so far: GWT 2.6.1-rc2 includes changes intended to fix issue #8526. I've tested the changes, and they appear to work when I start dev mode on the command-line. All of my Cucumber tests work in this situation, and I haven't seen anything broken when spot-checking by hand.However, when I try to start dev mode from Eclipse, using the standard Run As > Web Application provided by the Google Plugin for Eclipse, things are different. I get basically the same error I saw with GWT 2.6.0, prior to the recent fix (stack trace below).I am working in Eclipse Kepler (build id 20130320-2352) using Google Plugin for Eclipse 3.5.1.v201312301723-rel-r43. Although I use the Google Plugin for Eclipse, all of my dependencies come from Maven (via Gradle), and I do not rely on any bundled SDK provided by the Eclipse plugin.I've tried a variety of different workarounds as documented in the bug report. I've also tried a few other wild guesses not documented there, like starting over in a completely fresh workspace, changing JVMs (both 1.6 and 1.7), installing new bundled SDKs , moving the GWT jars to the top and bottom of the Eclipse classpath. The result is the same no matter what I do.KEN------Starting Jetty on port 8888[WARN] Failed startup of context c.g.g.d.s.j.WebAppContextWithReload{/, file:/C:/Ken/Workspaces/GWT/ SscTestSite/SscTestSite/war/}, C:\Ken\Workspaces\GWT\ SscTestSite\SscTestSite\war java.lang.IllegalArgumentException: Object of class 'com.google.gwt.dev.shell. jetty.JettyLauncher. WebAppContextWithReload' is not of type 'org.eclipse.jetty.webapp. WebAppContext'. Object Class and type Class are from different loaders. at org.eclipse.jetty.xml.XmlConfiguration$ JettyXmlConfiguration. configure(XmlConfiguration. java:323) at org.eclipse.jetty.xml.XmlConfiguration.configure( XmlConfiguration.java:281) at org.eclipse.jetty.webapp.JettyWebXmlConfiguration. configure( JettyWebXmlConfiguration.java: 103) at org.eclipse.jetty.webapp.WebAppContext.configure( WebAppContext.java:468) at org.eclipse.jetty.webapp.WebAppContext.startContext( WebAppContext.java:1237) at org.eclipse.jetty.server.handler.ContextHandler. doStart(ContextHandler.java: 717) at org.eclipse.jetty.webapp.WebAppContext.doStart( WebAppContext.java:494) at com.google.gwt.dev.shell.jetty.JettyLauncher$ WebAppContextWithReload. doStart(JettyLauncher.java: 541) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java: 64) at org.eclipse.jetty.server.handler.HandlerWrapper. doStart(HandlerWrapper.java: 95) at org.eclipse.jetty.server.handler.RequestLogHandler. doStart(RequestLogHandler. java:162) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java: 64) at org.eclipse.jetty.server.handler.HandlerWrapper. doStart(HandlerWrapper.java: 95) at org.eclipse.jetty.server.Server.doStart(Server.java: 282) at org.eclipse.jetty.util.component.AbstractLifeCycle. start(AbstractLifeCycle.java: 64) at com.google.gwt.dev.shell.jetty.JettyLauncher.start( JettyLauncher.java:740) at com.google.gwt.dev.DevMode.doStartUpServer(DevMode.java: 522) at com.google.gwt.dev.DevModeBase.startUp( DevModeBase.java:1104) at com.google.gwt.dev.DevModeBase.run(DevModeBase. java:844) at com.google.gwt.dev.DevMode.main(DevMode.java:322)
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+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment