You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by kalber <Ka...@swslt.com> on 2015/12/01 15:01:25 UTC

camel 2.16.1 jetty component, error 'java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter)'

Passing from 2.15.3 to 2.16.1 i get this error :
java.lang.IllegalStateException: !(Jetty || Servlet 3.0 ||
ContinuationFilter)
	at
org.eclipse.jetty.continuation.ContinuationSupport.getContinuation(ContinuationSupport.java:108)
	at
org.apache.camel.component.jetty.CamelContinuationServlet.service(CamelContinuationServlet.java:100)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:808)

With 2.16 jetty is passed to version 9. What i have to configure 
to run my route again.

thanks 
Karlheinz



-----
kh
--
View this message in context: http://camel.465427.n5.nabble.com/camel-2-16-1-jetty-component-error-java-lang-IllegalStateException-Jetty-Servlet-3-0-ContinuationFil-tp5774595.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: camel 2.16.1 jetty component, error 'java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter)'

Posted by Claus Ibsen <cl...@gmail.com>.
You can use camel-jetty8 as that is the old version of jetty

On Wed, Dec 2, 2015 at 10:43 AM, kalber <Ka...@swslt.com> wrote:
> Setting useContinuation=false solves my probelm.
>
>
>
> -----
> kh
> --
> View this message in context: http://camel.465427.n5.nabble.com/camel-2-16-1-jetty-component-error-java-lang-IllegalStateException-Jetty-Servlet-3-0-ContinuationFil-tp5774595p5774614.html
> Sent from the Camel - Users mailing list archive at Nabble.com.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2

Re: camel 2.16.1 jetty component, error 'java.lang.IllegalStateException: !(Jetty || Servlet 3.0 || ContinuationFilter)'

Posted by kalber <Ka...@swslt.com>.
Setting useContinuation=false solves my probelm.



-----
kh
--
View this message in context: http://camel.465427.n5.nabble.com/camel-2-16-1-jetty-component-error-java-lang-IllegalStateException-Jetty-Servlet-3-0-ContinuationFil-tp5774595p5774614.html
Sent from the Camel - Users mailing list archive at Nabble.com.