简体   繁体   English

WSO2 CEP输出事件适配器错误

[英]WSO2 CEP output event adaptor error

I am new to WSO2 CEP 我是WSO2 CEP的新手

I have created the entire flow to read the JMS message and split it using Text formatter. 我创建了整个流程来读取JMS消息并使用Text Formatter对其进行拆分。 The problem is that when I try to push messages into the queue, it is not able to reach the the output event adaptor. 问题是,当我尝试将消息推入队列时,它无法到达输出事件适配器。 I have a mysql event adaptor and configured it into my event formatter but I keep getting the below message in my log 我有一个mysql事件适配器并将其配置为事件格式化程序,但我的日志中不断出现以下消息

[2014-02-13 21:20:06,347] ERROR - {ReceiverGroup} No receiver is reachable at reconnection, can't publish the events [2014-02-13 21:20:06,352] ERROR - {AsyncDataPublisher} Reconnection failed for for tcp://localhost:7661 [2014-02-13 21:20:06,347]错误-{ReceiverGroup}重新连接时无法接收任何收件人,无法发布事件[2014-02-13 21:20:06,352]错误-{AsyncDataPublisher}重新连接失败对于tcp:// localhost:7661

Can someone help me understand what is this tcp://localhost:7661 is all about 有人可以帮助我了解tcp:// localhost:7661的全部含义是什么

Regards Subbu 关于Subbu

tcp://localhost:7661 is the default port to which Thrift(WSO2 events are published). tcp:// localhost:7661是Thrift(WSO2事件发布到)的默认端口。 It seems a default event formatter has been created and trying to publish events to that port. 似乎已经创建了默认的事件格式化程序,并尝试将事件发布到该端口。

Can you check your list of event formatters and ensure that no event formatters of type WSO2Event are created. 您是否可以检查事件格式化程序列表,并确保没有创建WSO2Event类型的事件格式化程序。 This event formatter might be automatically created if you set an exported stream to be 'pass-through' when creating the execution plan. 如果在创建执行计划时将导出的流设置为“直通”,则可能会自动创建此事件格式化程序。

You can enable event tracing[1] and monitor to determine exactly upto which point the event is coming in your configured flow. 您可以启用事件跟踪[1]并进行监视,以准确确定事件在配置流中即将到达的点。

[1] http://docs.wso2.org/display/CEP300/CEP+Event+Tracer [1] http://docs.wso2.org/display/CEP300/CEP+Event+Tracer

HTH, HTH,
Lasantha Lasantha

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM