Uploaded image for project: 'AMQ Broker'
  1. AMQ Broker
  2. ENTMQBR-638

DEBUG message bad write method arg count: public void org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager.setUpInactivityParams

    XMLWordPrintable

Details

    • Bug
    • Resolution: Obsolete
    • Minor
    • None
    • A-MQ 7.0.0.ER18, AMQ 7.0.1.GA
    • None
    • None
    • Hide

      Set broker to DEBUG log level and start broker with bin/artemis run

      Show
      Set broker to DEBUG log level and start broker with bin/artemis run

    Description

      16:06:30,844 FINE  [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.stomp.StompProtocolManager@8519cb4, {amqpCredits=1000, amqpLowCredits=300})
      16:06:30,996 FINE  [org.apache.commons.beanutils.BeanUtils] BeanUtils.populate(org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager@57db2b13, {amqpCredits=1000, amqpLowCredits=300})
      16:06:31,002 DEBUG [org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores] bad write method arg count: public void org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager.setUpInactivityParams(org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection,org.apache.activemq.command.WireFormatInfo) throws java.io.IOException: java.beans.IntrospectionException: bad write method arg count: public void org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManager.setUpInactivityParams(org.apache.activemq.artemis.core.protocol.openwire.OpenWireConnection,org.apache.activemq.command.WireFormatInfo) throws java.io.IOException
              at java.beans.PropertyDescriptor.findPropertyType(PropertyDescriptor.java:657) [rt.jar:1.8.0_121]
              at java.beans.PropertyDescriptor.setWriteMethod(PropertyDescriptor.java:327) [rt.jar:1.8.0_121]
              at java.beans.PropertyDescriptor.<init>(PropertyDescriptor.java:139) [rt.jar:1.8.0_121]
              at org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores.createFluentPropertyDescritor(FluentPropertyBeanIntrospectorWithIgnores.java:72) [artemis-commons-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.utils.uri.FluentPropertyBeanIntrospectorWithIgnores.introspect(FluentPropertyBeanIntrospectorWithIgnores.java:59) [artemis-commons-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.commons.beanutils.PropertyUtilsBean.fetchIntrospectionData(PropertyUtilsBean.java:2234) [commons-beanutils-1.9.2.redhat-1.jar:1.9.2.redhat-1]
              at org.apache.commons.beanutils.PropertyUtilsBean.getIntrospectionData(PropertyUtilsBean.java:2215) [commons-beanutils-1.9.2.redhat-1.jar:1.9.2.redhat-1]
              at org.apache.commons.beanutils.PropertyUtilsBean.getPropertyDescriptor(PropertyUtilsBean.java:950) [commons-beanutils-1.9.2.redhat-1.jar:1.9.2.redhat-1]
              at org.apache.commons.beanutils.BeanUtilsBean.setProperty(BeanUtilsBean.java:930) [commons-beanutils-1.9.2.redhat-1.jar:1.9.2.redhat-1]
              at org.apache.commons.beanutils.BeanUtilsBean.populate(BeanUtilsBean.java:821) [commons-beanutils-1.9.2.redhat-1.jar:1.9.2.redhat-1]
              at org.apache.activemq.artemis.utils.uri.BeanSupport.setData(BeanSupport.java:67) [artemis-commons-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.protocol.openwire.OpenWireProtocolManagerFactory.createProtocolManager(OpenWireProtocolManagerFactory.java:46) [artemis-openwire-protocol-2.0.0.amq-700003-redhat-1.jar:]
              at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.createAcceptor(RemotingServiceImpl.java:266) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.remoting.server.impl.RemotingServiceImpl.start(RemotingServiceImpl.java:212) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.initialisePart2(ActiveMQServerImpl.java:2207) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.server.impl.LiveOnlyActivation.run(LiveOnlyActivation.java:71) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.internalStart(ActiveMQServerImpl.java:516) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.core.server.impl.ActiveMQServerImpl.start(ActiveMQServerImpl.java:465) [artemis-server-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.integration.FileBroker.start(FileBroker.java:109) [artemis-cli-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.cli.commands.Run.execute(Run.java:78) [artemis-cli-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.cli.Artemis.internalExecute(Artemis.java:148) [artemis-cli-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:95) [artemis-cli-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.cli.Artemis.execute(Artemis.java:122) [artemis-cli-2.0.0.amq-700003-redhat-1.jar:2.0.0.amq-700003-redhat-1]
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) [rt.jar:1.8.0_121]
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) [rt.jar:1.8.0_121]
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) [rt.jar:1.8.0_121]
              at java.lang.reflect.Method.invoke(Method.java:498) [rt.jar:1.8.0_121]
              at org.apache.activemq.artemis.boot.Artemis.execute(Artemis.java:129) [artemis-boot.jar:2.0.0.amq-700003-redhat-1]
              at org.apache.activemq.artemis.boot.Artemis.main(Artemis.java:49) [artemis-boot.jar:2.0.0.amq-700003-redhat-1]
      

      I am not aware what (if anything) negative this means regarding broker functionality. I am setting low priority because of that.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              jdanek@redhat.com Jiri Daněk
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: