You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Freeman Fang (JIRA)" <ji...@apache.org> on 2008/09/01 09:07:52 UTC

[jira] Created: (SM-1537) update jetty version to 6.1.12rc1 for smx3

update jetty version to 6.1.12rc1 for smx3
------------------------------------------

                 Key: SM-1537
                 URL: https://issues.apache.org/activemq/browse/SM-1537
             Project: ServiceMix
          Issue Type: Task
            Reporter: Freeman Fang
             Fix For: 3.3


this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
the exception for the test failure is
java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
        at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
        at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
        at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
        at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
        at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
        at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
        at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
        at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
        at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Work started: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Work on SM-1537 started by Freeman Fang.

> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45301#action_45301 ] 

Freeman Fang commented on SM-1537:
----------------------------------

http://svn.apache.org/viewvc?rev=691127&view=rev for 3.2 branch

> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang reassigned SM-1537:
--------------------------------

    Assignee: Freeman Fang

> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Ulhas Bhole (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45279#action_45279 ] 

Ulhas Bhole commented on SM-1537:
---------------------------------

Can we add the same fix to Servicemix 3.2? We had some issue with Jetty which seems to have fixed in this version but I was waiting for 6.1.12 release. It would good if we can move to 6.1.12rc1 for now and move to 6.1.12 release as soon as it is available.

-- Ulhas 

> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Freeman Fang resolved SM-1537.
------------------------------

    Resolution: Fixed

http://svn.apache.org/viewvc?rev=690879&view=rev

> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (SM-1537) update jetty version to 6.1.12rc1 for smx3

Posted by "Freeman Fang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1537?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=45280#action_45280 ] 

Freeman Fang commented on SM-1537:
----------------------------------

Hi Ulhas,
I will also update it for smx 3.2

Freeman



> update jetty version to 6.1.12rc1 for smx3
> ------------------------------------------
>
>                 Key: SM-1537
>                 URL: https://issues.apache.org/activemq/browse/SM-1537
>             Project: ServiceMix
>          Issue Type: Task
>            Reporter: Freeman Fang
>            Assignee: Freeman Fang
>             Fix For: 3.3
>
>
> this will fix samples/bridge/bridge-sa-itest/IntegrationTest failure since we already use this jetty version in servicemix-http component
> the exception for the test failure is
> java.lang.NoClassDefFoundError: org/mortbay/thread/QueuedThreadPool
>         at org.apache.servicemix.http.HttpComponent.createNewJettyClient(HttpComponent.java:176)
>         at org.apache.servicemix.http.HttpComponent.doInit(HttpComponent.java:262)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.init(AsyncBaseLifeCycle.java:193)
>         at org.apache.servicemix.common.SyncLifeCycleWrapper.init(SyncLifeCycleWrapper.java:44)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.init(ComponentMBeanImpl.java:201)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.doStart(ComponentMBeanImpl.java:287)
>         at org.apache.servicemix.jbi.framework.ComponentMBeanImpl.start(ComponentMBeanImpl.java:216)
>         at org.apache.servicemix.jbi.framework.AdminCommandsService.startComponent(AdminCommandsService.java:156)
>         at org.apache.servicemix.jbi.container.InstallComponent.doDeploy(InstallComponent.java:68)
>         at org.apache.servicemix.jbi.container.DeploySupport.deploy(DeploySupport.java:58)
>         at org.apache.servicemix.jbi.container.SpringJBIContainer.afterPropertiesSet(SpringJBIContainer.java:111)

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.