Hey Naftoli,

I posted a link to the code that's throwing the error - seems to being  
caused from isAssignableFrom.

I'm wondering if it's got anything to do with the servlet abstraction  
stuff?

Cheers, Tim

Sent from my iPhone

On 13 Oct 2009, at 02:06, Naftoli Gugenheim <naftoli...@gmail.com>  
wrote:

>
> Wouldn't know, but have you tried looking up the source code that
> throws the exception? Is Jetty trying to do anything unusual?
>
> On Mon, Oct 12, 2009 at 8:14 PM, Timothy Perrett
> <timo...@getintheloop.eu> wrote:
>>
>> Hey guys,
>>
>> I've been having a crazy problem all day (and now into the extremely
>> late night). Basically, Jetty is throwing this error:
>>
>> jvm 1    | java.lang.IllegalStateException: class
>> net.liftweb.http.LiftFilter is not a javax.servlet.Filter
>> jvm 1    |      at org.mortbay.jetty.servlet.FilterHolder.doStart
>> (FilterHolder.java:88)
>> jvm 1    |      at org.mortbay.component.AbstractLifeCycle.start
>> (AbstractLifeCycle.java:50)
>> jvm 1    |      at  
>> org.mortbay.jetty.servlet.ServletHandler.initialize
>> (ServletHandler.java:662)
>> jvm 1    |      at org.mortbay.jetty.servlet.Context.startContext
>> (Context.java:140)
>> jvm 1    |      at  
>> org.mortbay.jetty.webapp.WebAppContext.startContext
>> (WebAppContext.java:1250)
>> jvm 1    |      at org.mortbay.jetty.handler.ContextHandler.doStart
>> (ContextHandler.java:517)
>> jvm 1    |      at org.mortbay.jetty.webapp.WebAppContext.doStart
>> (WebAppContext.java:467)
>> jvm 1    |      at org.mortbay.component.AbstractLifeCycle.start
>> (AbstractLifeCycle.java:50)
>> jvm 1    |      at org.mortbay.jetty.handler.HandlerWrapper.doStart
>> (HandlerWrapper.java:130)
>> jvm 1    |      at org.mortbay.jetty.Server.doStart(Server.java:224)
>> jvm 1    |      at org.mortbay.component.AbstractLifeCycle.start
>> (AbstractLifeCycle.java:50)
>> jvm 1    |      at Launcher.main(Launcher.java:53)
>> jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke0 
>> (Native
>> Method)
>> jvm 1    |      at sun.reflect.NativeMethodAccessorImpl.invoke 
>> (Unknown
>> Source)
>> jvm 1    |      at sun.reflect.DelegatingMethodAccessorImpl.invoke
>> (Unknown Source)
>> jvm 1    |      at java.lang.reflect.Method.invoke(Unknown Source)
>> jvm 1    |      at org.tanukisoftware.wrapper.WrapperJarApp.run
>> (WrapperJarApp.java:358)
>> jvm 1    |      at java.lang.Thread.run(Unknown Source)
>> jvm 1    | 2009-10-13 01:10:12.781::INFO:  Started
>> selectchannelconnec...@0.0.0.0:9090
>>
>> I must confess, Im running a fairly specific config. Essentially I
>> have an executable WAR file that has a jetty launcher class inside -
>> its pretty sweet, and it works from the command line doing:
>>
>> java -jar myapp.war
>>
>> However, when I go to implement it with JWS I get this error.
>>
>> Any help would be really, really welcome
>>
>> Cheers, Tim
>>
>>>
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to liftweb@googlegroups.com
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to