Quantcast
Channel: Apache Timeline
Viewing all articles
Browse latest Browse all 5648

activemq-maven-plugin

$
0
0
Currrently on activemq.apache site, there is small note that with version
5.8, with maven plugin has been renamed which is good but the example/sample
code mentioned in site, is still referring to maven-activemq-plugin, why
this is not updated??

I am still using maven-activemq-plugin ver 5.7, whenever my maven build is
done, quite a few times it errors out by saying
Exception in thread "ActiveMQ ShutdownHook" java.lang.NoClassDefFoundError:
org/apache/activemq/transport/vm/VMTransportFactory
at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:750)
at
org.apache.activemq.xbean.XBeanBrokerService.stop(XBeanBrokerService.java:91)
at
org.apache.activemq.broker.BrokerService.containerShutdown(BrokerService.java:2303)
at org.apache.activemq.broker.BrokerService$6.run(BrokerService.java:2270)
Caused by: java.lang.ClassNotFoundException:
org.apache.activemq.transport.vm.VMTransportFactory
at
org.codehaus.plexus.classworlds.strategy.SelfFirstStrategy.loadClass(SelfFirstStrategy.java:50)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:244)
at
org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:230)
... 4 more

Is there a known fix to it?

- Bhumir Jhaveri

Viewing all articles
Browse latest Browse all 5648

Trending Articles