You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@servicemix.apache.org by "Tom Purcell (JIRA)" <ji...@apache.org> on 2008/02/05 20:06:35 UTC

[jira] Created: (SM-1216) NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

 NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
-----------------------------------------------------------------

                 Key: SM-1216
                 URL: https://issues.apache.org/activemq/browse/SM-1216
             Project: ServiceMix
          Issue Type: Bug
          Components: servicemix-eip
    Affects Versions: 3.2.1
         Environment: Linux and Windows
            Reporter: Tom Purcell


I'm running ServiceMix from the linux binary download (apache-servicemix-3.2.1.tar.gz). One of my SUs use the servicemix-eip component. When I run a test against it I get the following in ServiceMix log:

java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
        at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:130)
        at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:95)
        at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:69)
        at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java:184)
        at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:248)
        at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
        at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
        at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
        at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
        at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
        at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
        at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
        at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
        at java.lang.Thread.run(Thread.java:595)

What is missing is the aopalliance-1.0.jar. I copied that jar to the apache-servicemix-3.2.1/lib directory, restarted ServiceMix, ran my test client and everything worked.

I figured I may have screwed something up so I downloaded it again today and sure enough it looks like that jar is missing from the linux binary distribution. I downloaded the windows version (apache-servicemix-3.2.1.zip) and it appears to be missing from there too.


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


[jira] Commented: (SM-1216) NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

Posted by "Chris Custine (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/activemq/browse/SM-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=41239#action_41239 ] 

Chris Custine commented on SM-1216:
-----------------------------------

Spring AOP was added for Camel, but the aopalliance jar was not added to the assembly.  The war distro is fine because it packages all transient dependencies automatically.

>  NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
> -----------------------------------------------------------------
>
>                 Key: SM-1216
>                 URL: https://issues.apache.org/activemq/browse/SM-1216
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.1
>         Environment: Linux and Windows
>            Reporter: Tom Purcell
>            Assignee: Chris Custine
>             Fix For: 3.2.2, 3.3
>
>
> I'm running ServiceMix from the linux binary download (apache-servicemix-3.2.1.tar.gz). One of my SUs use the servicemix-eip component. When I run a test against it I get the following in ServiceMix log:
> java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:130)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:95)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:69)
>         at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java:184)
>         at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:248)
>         at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
>         at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
>         at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
>         at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> What is missing is the aopalliance-1.0.jar. I copied that jar to the apache-servicemix-3.2.1/lib directory, restarted ServiceMix, ran my test client and everything worked.
> I figured I may have screwed something up so I downloaded it again today and sure enough it looks like that jar is missing from the linux binary distribution. I downloaded the windows version (apache-servicemix-3.2.1.zip) and it appears to be missing from there too.

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


[jira] Resolved: (SM-1216) NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

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

Chris Custine resolved SM-1216.
-------------------------------

       Resolution: Fixed
    Fix Version/s: 3.3
                   3.2.2

>  NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
> -----------------------------------------------------------------
>
>                 Key: SM-1216
>                 URL: https://issues.apache.org/activemq/browse/SM-1216
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.1
>         Environment: Linux and Windows
>            Reporter: Tom Purcell
>            Assignee: Chris Custine
>             Fix For: 3.2.2, 3.3
>
>
> I'm running ServiceMix from the linux binary download (apache-servicemix-3.2.1.tar.gz). One of my SUs use the servicemix-eip component. When I run a test against it I get the following in ServiceMix log:
> java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:130)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:95)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:69)
>         at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java:184)
>         at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:248)
>         at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
>         at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
>         at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
>         at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> What is missing is the aopalliance-1.0.jar. I copied that jar to the apache-servicemix-3.2.1/lib directory, restarted ServiceMix, ran my test client and everything worked.
> I figured I may have screwed something up so I downloaded it again today and sure enough it looks like that jar is missing from the linux binary distribution. I downloaded the windows version (apache-servicemix-3.2.1.zip) and it appears to be missing from there too.

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


[jira] Updated: (SM-1216) NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

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

Chris Custine updated SM-1216:
------------------------------

    Assignee: Chris Custine

>  NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
> -----------------------------------------------------------------
>
>                 Key: SM-1216
>                 URL: https://issues.apache.org/activemq/browse/SM-1216
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.1
>         Environment: Linux and Windows
>            Reporter: Tom Purcell
>            Assignee: Chris Custine
>
> I'm running ServiceMix from the linux binary download (apache-servicemix-3.2.1.tar.gz). One of my SUs use the servicemix-eip component. When I run a test against it I get the following in ServiceMix log:
> java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:130)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:95)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:69)
>         at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java:184)
>         at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:248)
>         at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
>         at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
>         at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
>         at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> What is missing is the aopalliance-1.0.jar. I copied that jar to the apache-servicemix-3.2.1/lib directory, restarted ServiceMix, ran my test client and everything worked.
> I figured I may have screwed something up so I downloaded it again today and sure enough it looks like that jar is missing from the linux binary distribution. I downloaded the windows version (apache-servicemix-3.2.1.zip) and it appears to be missing from there too.

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


[jira] Updated: (SM-1216) NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation

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

Guillaume Nodet updated SM-1216:
--------------------------------

    Fix Version/s: servicemix-eip-2008.01

>  NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
> -----------------------------------------------------------------
>
>                 Key: SM-1216
>                 URL: https://issues.apache.org/activemq/browse/SM-1216
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: servicemix-eip
>    Affects Versions: 3.2.1
>         Environment: Linux and Windows
>            Reporter: Tom Purcell
>            Assignee: Chris Custine
>             Fix For: 3.2.2, 3.3, servicemix-eip-2008.01
>
>
> I'm running ServiceMix from the linux binary download (apache-servicemix-3.2.1.tar.gz). One of my SUs use the servicemix-eip component. When I run a test against it I get the following in ServiceMix log:
> java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInvocation
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:130)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:95)
>         at org.apache.servicemix.bean.support.BeanInfo.introspect(BeanInfo.java:69)
>         at org.apache.servicemix.bean.BeanEndpoint.getBeanInfo(BeanEndpoint.java:184)
>         at org.apache.servicemix.bean.BeanEndpoint.onProviderExchange(BeanEndpoint.java:248)
>         at org.apache.servicemix.bean.BeanEndpoint.process(BeanEndpoint.java:211)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.doProcess(AsyncBaseLifeCycle.java:538)
>         at org.apache.servicemix.common.AsyncBaseLifeCycle.processExchange(AsyncBaseLifeCycle.java:490)
>         at org.apache.servicemix.common.BaseLifeCycle.onMessageExchange(BaseLifeCycle.java:46)
>         at org.apache.servicemix.jbi.messaging.DeliveryChannelImpl.processInBound(DeliveryChannelImpl.java:610)
>         at org.apache.servicemix.jbi.nmr.flow.AbstractFlow.doRouting(AbstractFlow.java:170)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaFlow.doRouting(SedaFlow.java:167)
>         at org.apache.servicemix.jbi.nmr.flow.seda.SedaQueue$1.run(SedaQueue.java:134)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
>         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
>         at java.lang.Thread.run(Thread.java:595)
> What is missing is the aopalliance-1.0.jar. I copied that jar to the apache-servicemix-3.2.1/lib directory, restarted ServiceMix, ran my test client and everything worked.
> I figured I may have screwed something up so I downloaded it again today and sure enough it looks like that jar is missing from the linux binary distribution. I downloaded the windows version (apache-servicemix-3.2.1.zip) and it appears to be missing from there too.

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