Quantcast
Channel: SmartClient Forums
Viewing all articles
Browse latest Browse all 4756

Cookie Error

$
0
0
Fresh IDE install, import built-in-ds project, launch, browser screen is blank, eclipse console shows this error:
Code:

=== 2015-07-24 15:59:39,224 [3-27] DEBUG ServletTools - setting cookie 'isc_cState' to: 'ready'
Starting Jetty on port 8888
  [WARN] Error for /BuiltInDS.html
java.lang.NoSuchMethodError: javax.servlet.http.Cookie.isHttpOnly()Z
        at org.eclipse.jetty.server.Response.addCookie(Response.java:162)
        at com.isomorphic.servlet.ServletTools.setCookie(ServletTools.java:542)
        at com.isomorphic.servlet.ServletTools.setCookie(ServletTools.java:527)
        at com.isomorphic.servlet.ServletTools.setCompressionReadyCookie(ServletTools.java:982)
        at com.isomorphic.compression.ServletCompression.compressAndSend(ServletCompression.java:154)
        at com.isomorphic.servlet.CompressionFilter.doFilter(CompressionFilter.java:387)
        at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1474)
        at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:499)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:137)
        at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:557)
        at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:231)
        at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1086)
        at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:428)
        at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:193)
        at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1020)
        at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:135)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.handler.RequestLogHandler.handle(RequestLogHandler.java:68)
        at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:116)
        at org.eclipse.jetty.server.Server.handle(Server.java:370)
        at org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.java:489)
        at org.eclipse.jetty.server.AbstractHttpConnection.headerComplete(AbstractHttpConnection.java:949)
        at org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.headerComplete(AbstractHttpConnection.java:1011)
        at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:644)
        at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:235)
        at org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.java:82)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.java:668)
        at org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.java:52)
        at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:608)
        at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:543)
        at java.lang.Thread.run(Unknown Source)

SGWT Power 7/24/2015 nightly
Eclipse 4.3 & 4.4 w/ GPE 2.6.0
Classic Dev Mode
IE 8

Update: Backed down to GWT 2.5.1. IE8 halts on user.agent error. FF24 works fine (fails w/ same cookie error w/ GWT 2.6.0).

Viewing all articles
Browse latest Browse all 4756

Trending Articles