You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@rocketmq.apache.org by GitBox <gi...@apache.org> on 2020/12/28 06:11:24 UTC

[GitHub] [rocketmq-externals] llsydn opened a new issue #663: CODE: 1 DESC: the producer group[] not exist

llsydn opened a new issue #663:
URL: https://github.com/apache/rocketmq-externals/issues/663


   当我在使用spring-cloud-starter-stream-rocketmq整合rocketmq发送消息和消费消息的时候,使用
   rocketmq-console-ng-1.0.0.jar客户端打开生产者界面的时候,选中某个主题,但是报了下面这些错:
   
   Caused by: org.apache.rocketmq.client.exception.MQBrokerException: CODE: 1  DESC: the producer group[] not exist
   For more information, please visit the url, http://rocketmq.apache.org/docs/faq/
           at org.apache.rocketmq.client.impl.MQClientAPIImpl.getProducerConnectionList(MQClientAPIImpl.java:1060)
           at org.apache.rocketmq.tools.admin.DefaultMQAdminExtImpl.examineProducerConnectionInfo(DefaultMQAdminExtImpl.java:321)
           at org.apache.rocketmq.tools.admin.DefaultMQAdminExt.examineProducerConnectionInfo(DefaultMQAdminExt.java:229)
           at org.apache.rocketmq.console.service.client.MQAdminExtImpl.examineProducerConnectionInfo(MQAdminExtImpl.java:194)
           at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
           at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
           at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
           at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
           at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:85)
           at org.apache.rocketmq.console.aspect.admin.MQAdminAspect.aroundMQAdminMethod(MQAdminAspect.java:63)
           at sun.reflect.GeneratedMethodAccessor94.invoke(Unknown Source)
           at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
           at java.lang.reflect.Method.invoke(Method.java:498)
           at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:629)
           at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:618)
           at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
           at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168)
           at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92)
           at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
           at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
           at com.sun.proxy.$Proxy71.examineProducerConnectionInfo(Unknown Source)
           at org.apache.rocketmq.console.service.impl.ProducerServiceImpl.getProducerConnection(ProducerServiceImpl.java:35)
           ... 67 common frames omitted


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] vongosling closed issue #663: CODE: 1 DESC: the producer group[] not exist

Posted by GitBox <gi...@apache.org>.
vongosling closed issue #663:
URL: https://github.com/apache/rocketmq-externals/issues/663


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [rocketmq-externals] lizhimins commented on issue #663: CODE: 1 DESC: the producer group[] not exist

Posted by GitBox <gi...@apache.org>.
lizhimins commented on issue #663:
URL: https://github.com/apache/rocketmq-externals/issues/663#issuecomment-782844968


   没有设置生产者组,producer group


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org