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 2022/07/15 10:12:25 UTC

[GitHub] [rocketmq-spring] TianXinCoord opened a new issue, #469: An error occurs when the Windows operating system starts the broadcast mode

TianXinCoord opened a new issue, #469:
URL: https://github.com/apache/rocketmq-spring/issues/469

   
   
   1、Set the messageModel() to broadcast mode
   - messageMode
   ```
   @RocketMQMessageListener(topic = MQConstant.SYSTEM_TOPIC, consumerGroup = MQConstant.TENANT_DATASOURCE_REFRESH, messageModel = MessageModel.BROADCASTING)
   public class DatasourceRefreshConsumer implements RocketMQListener<MessageExt> {...}
   ```
   - nameserve: **xx.xx.xx.xx:9876**
   
   2、An error occurs when the Windows operating system starts the broadcast mode
   ```
   java.io.FileNotFoundException: C:\Users\TianXinCoord\.rocketmq_offsets\192.168.0.112@xx.xx.xx.xx:9876@51308@618510971653100\GID_datasource_refresh_tianxin\offsets.json.tmp (文件名、目录名或卷标语法不正确。)
           at java.base/java.io.FileOutputStream.open0(Native Method)
   ```
   
   3、Becouse `192.168.0.112@xx.xx.xx.xx:9876@51308@618510971653100` contains special characters `:`. Windows operating system not support `:` as a folder name


-- 
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 unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org.apache.org

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


[GitHub] [rocketmq-spring] zhangjidi2016 commented on issue #469: An error occurs when the Windows operating system starts the broadcast mode

Posted by GitBox <gi...@apache.org>.
zhangjidi2016 commented on issue #469:
URL: https://github.com/apache/rocketmq-spring/issues/469#issuecomment-1189741458

   Fixed in #466 @panzhi33 


-- 
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 unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-spring] panzhi33 commented on issue #469: An error occurs when the Windows operating system starts the broadcast mode

Posted by GitBox <gi...@apache.org>.
panzhi33 commented on issue #469:
URL: https://github.com/apache/rocketmq-spring/issues/469#issuecomment-1186499548

   @zhangjidi2016 


-- 
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 unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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


[GitHub] [rocketmq-spring] TianXinCoord closed issue #469: An error occurs when the Windows operating system starts the broadcast mode

Posted by GitBox <gi...@apache.org>.
TianXinCoord closed issue #469: An error occurs when the Windows operating system starts the broadcast mode
URL: https://github.com/apache/rocketmq-spring/issues/469


-- 
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 unsubscribe, e-mail: dev-unsubscribe@rocketmq.apache.org

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