Jisun, Shin created ARTEMIS-2204:
------------------------------------
Summary: broker service not working - NoSuchMethodError
Key: ARTEMIS-2204
URL: https://issues.apache.org/jira/browse/ARTEMIS-2204
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Affects Versions: 2.6.3
Reporter: Jisun, Shin
Because of shaded package broker fail
16:08:24.683 [Thread-10
(ActiveMQ-server-org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl$5@408397c7)]
WARN o.a.activemq.artemis.core.server(805) - AMQ222225: Sending unexpected
exception to the client
java.lang.NoSuchMethodError:
org.apache.activemq.artemis.utils.uri.BeanSupport.registerConverter(Lorg/apache/commons/beanutils/Converter;Ljava/lang/Class;)V
at
org.apache.activemq.artemis.core.server.cluster.impl.MessageLoadBalancingType.<clinit>(MessageLoadBalancingType.java:27)
at
org.apache.activemq.artemis.core.postoffice.impl.BindingsImpl.<init>(BindingsImpl.java:61)
at
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.createBindings(PostOfficeImpl.java:1568)
at
org.apache.activemq.artemis.core.postoffice.impl.SimpleAddressManager.getMatchingBindings(SimpleAddressManager.java:127)
at
org.apache.activemq.artemis.core.postoffice.impl.PostOfficeImpl.getMatchingBindings(PostOfficeImpl.java:755)
at
org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.bindingQuery(ActiveMQServerImpl.java:844)
at
org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.executeBindingQuery(ServerSessionImpl.java:849)
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.slowPacketHandler(ServerSessionPacketHandler.java:421)
at
org.apache.activemq.artemis.core.protocol.core.ServerSessionPacketHandler.onMessagePacket(ServerSessionPacketHandler.java:287)
at org.apache.activemq.artemis.utils.actors.Actor.doTask(Actor.java:33)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:42)
at
org.apache.activemq.artemis.utils.actors.OrderedExecutor.doTask(OrderedExecutor.java:31)
at
org.apache.activemq.artemis.utils.actors.ProcessorBase.executePendingTasks(ProcessorBase.java:66)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at
org.apache.activemq.artemis.utils.ActiveMQThreadFactory$1.run(ActiveMQThreadFactory.java:118)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)