You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@servicemix.apache.org by Peter Klotz <pe...@blue-elephant-systems.com> on 2006/05/15 10:31:17 UTC

Update of jetty6 beta jar?

Hi,

would it be possible to update the jetty6 jar file at some time?
SM is still using beta10, current is beta14 or so and it looks like there are
some method incompatibilities and we trying to use jetty6 beta14 have problems
with servicemix-http then:

WARN - AutoDeploymentService.monitorDirectory(519) | Automatic install of
/public/Temp/pak/midas/deploy/midas-behttp-sa.zip failed
errorCode: 0
        at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:323)
        at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
Source)
        at java.lang.Thread.run(Thread.java:534)
Caused by: java.lang.NoSuchMethodError:
org.mortbay.jetty.Server.setNotFoundHandler(Lorg/mortbay/jetty/Handler;)V
        at
org.apache.servicemix.http.ServerManager.createServer(ServerManager.java:249)
        at
org.apache.servicemix.http.ServerManager.createContext(ServerManager.java:98)
        at
org.apache.servicemix.http.processors.ConsumerProcessor.start(ConsumerProcessor.java:98)
        at org.apache.servicemix.soap.SoapEndpoint.activate(SoapEndpoint.java:296)
        at org.apache.servicemix.common.ServiceUnit.start(ServiceUnit.java:45)
        at
org.apache.servicemix.common.BaseServiceUnitManager.start(BaseServiceUnitManager.java:148)
        at
org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:102)
        at
org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:129)
        at
org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:373)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:259)
        at
org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.java:507)
        at
org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
        ... 2 more


Peter

Re: Update of jetty6 beta jar?

Posted by Guillaume Nodet <gn...@gmail.com>.
I will upgrade to beta 15 asap.

Cheers,
Guillaume Nodet

On 5/15/06, Peter Klotz <pe...@blue-elephant-systems.com> wrote:
> Hi,
>
> would it be possible to update the jetty6 jar file at some time?
> SM is still using beta10, current is beta14 or so and it looks like there are
> some method incompatibilities and we trying to use jetty6 beta14 have problems
> with servicemix-http then:
>
> WARN - AutoDeploymentService.monitorDirectory(519) | Automatic install of
> /public/Temp/pak/midas/deploy/midas-behttp-sa.zip failed
> errorCode: 0
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:323)
>         at EDU.oswego.cs.dl.util.concurrent.PooledExecutor$Worker.run(Unknown
> Source)
>         at java.lang.Thread.run(Thread.java:534)
> Caused by: java.lang.NoSuchMethodError:
> org.mortbay.jetty.Server.setNotFoundHandler(Lorg/mortbay/jetty/Handler;)V
>         at
> org.apache.servicemix.http.ServerManager.createServer(ServerManager.java:249)
>         at
> org.apache.servicemix.http.ServerManager.createContext(ServerManager.java:98)
>         at
> org.apache.servicemix.http.processors.ConsumerProcessor.start(ConsumerProcessor.java:98)
>         at org.apache.servicemix.soap.SoapEndpoint.activate(SoapEndpoint.java:296)
>         at org.apache.servicemix.common.ServiceUnit.start(ServiceUnit.java:45)
>         at
> org.apache.servicemix.common.BaseServiceUnitManager.start(BaseServiceUnitManager.java:148)
>         at
> org.apache.servicemix.jbi.framework.ServiceUnitLifeCycle.start(ServiceUnitLifeCycle.java:102)
>         at
> org.apache.servicemix.jbi.framework.ServiceAssemblyLifeCycle.start(ServiceAssemblyLifeCycle.java:129)
>         at
> org.apache.servicemix.jbi.framework.DeploymentService.start(DeploymentService.java:373)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService.updateArchive(AutoDeploymentService.java:259)
>         at
> org.apache.servicemix.jbi.framework.AutoDeploymentService$2.run(AutoDeploymentService.java:507)
>         at
> org.apache.geronimo.connector.work.WorkerContext.run(WorkerContext.java:291)
>         ... 2 more
>
>
> Peter
>
>


-- 
Cheers,
Guillaume Nodet