Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

java.lang.NoClassDefFoundError: org/apache/activemq/transport/vm/VMTransportFactory #170

Open
dizzzz opened this issue Nov 19, 2019 · 0 comments
Assignees
Labels

Comments

@dizzzz
Copy link
Member

dizzzz commented Nov 19, 2019

Running tests show:

[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  12.329 s
[INFO] Finished at: 2019-11-19T09:05:58Z
[INFO] ------------------------------------------------------------------------
[INFO] Apache ActiveMQ 5.15.10 (localhost, ID:localhost-41183-1574154352437-0:1) is shutting down
[INFO] Connector openwire stopped
Exception in thread "Thread-6" java.lang.NoClassDefFoundError: org/apache/activemq/transport/vm/VMTransportFactory
	at org.apache.activemq.broker.BrokerService.stop(BrokerService.java:854)
	at org.apache.activemq.xbean.XBeanBrokerService.stop(XBeanBrokerService.java:122)
	at org.apache.activemq.maven.Broker.waitForShutdown(Broker.java:118)
	at org.apache.activemq.maven.Broker$1.run(Broker.java:48)
	at java.lang.Thread.run(Thread.java:748)
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.unsynchronizedLoadClass(ClassRealm.java:271)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:247)
	at org.codehaus.plexus.classworlds.realm.ClassRealm.loadClass(ClassRealm.java:239)
	... 5 more
@dizzzz dizzzz self-assigned this Nov 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant