Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-09-08 Thread via GitHub
EightyOliveira commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2336583532 > > > > > > Is there some advice ? I have the problem too. > > > > > > > > > > > > > > > @jiangyklala This issue is actually caused by SSL compatibility problems on

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-08-01 Thread via GitHub
MmringZee commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2262898005 > 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址 nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq 5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善 官方文档里的

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-07-31 Thread via GitHub
bruce256 commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2262038600 > 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址 nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq 5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善 我也遇到了UN

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-05-02 Thread via GitHub
JanYork commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-2089813944 我也出现了这个问题 -- 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. To u

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED [rocketmq]

2024-03-08 Thread via GitHub
ipyton commented on issue #6015: URL: https://github.com/apache/rocketmq/issues/6015#issuecomment-1986729882 > 我的代码经过验证发现与 enableSsl=false 无关,主要是 endpoint 指定了错误的地址 nameserver(localhost:9876), 把 endpoint 指定为 proxy 地址端口,以上两个报错都解决了 另外,rocketmq 5.x 需要使用 proxy 的的方式启动, 希望文档能更细化完善 麻烦死了,我去用K

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. [rocketmq]

2024-01-15 Thread via GitHub
QinJiapeng commented on issue #7508: URL: https://github.com/apache/rocketmq/issues/7508#issuecomment-1893142155 我也遇到此问题,目前已经解决了 分享我的配置 mkdir -p -m 777 /mydata/rocketmq/conf mkdir -p -m 777 /mydata/rocketmq/store vim /mydata/rocketmq/conf/broker.conf ```sh brokerClusterName

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. [rocketmq]

2023-10-26 Thread via GitHub
drpmma closed issue #7508: Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. URL: https://github.com/apache/rocketmq/issues/7508 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the UR

Re: [I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. [rocketmq]

2023-10-26 Thread via GitHub
dingshuangxi888 commented on issue #7508: URL: https://github.com/apache/rocketmq/issues/7508#issuecomment-1782333114 You can refer to the following configuration to obtain the gRPC port: org.apache.rocketmq.proxy.config.ProxyConfig#grpcServerPort -- This is an automated message from th

[I] Expected the service ProducerImpl-0 [FAILED] to be RUNNING, but the service has FAILED. [rocketmq]

2023-10-26 Thread via GitHub
jz opened a new issue, #7508: URL: https://github.com/apache/rocketmq/issues/7508 ### Before Creating the Bug Report - [X] I found a bug, not just asking a question, which should be created in [GitHub Discussions](https://github.com/apache/rocketmq/discussions). - [X] I hav