ColdFusion Websocket:为 subscribeTo 指定的频道条目无效
ColdFusion Websocket: The channel entry specified for subscribeTo is not valid
我公司在我们的 ColdFusion 11 服务器上使用 cfwebsocket。过去它运行良好,但最近我们开始在每次尝试访问调用 cfwebsocket 的页面时收到此消息:
Attribute validation error for the CFWEBSOCKET tag The channel entry specified for subscribeTo is not valid.
"testing123" is not a valid channel registered for this application.
然而在我们的 Application.cfc 我已经设置了频道:
<cfset this.wschannels = [{name="testing123"}] />
另一个奇怪的问题是,当我转到 ColdFusion Administrator 的 WebSocket 部分时。我也收到错误消息:
这真的很奇怪,因为我们以前有过这个工作。我们根本没有改变我们的防火墙。谁能指出我正确的方向?
如果您已更新到 Update 3,则问题的原因是 Adobe 在该更新中破坏了 websockets。
我在它发布后提交了一个错误 - http://bugbase.adobe.com/index.cfm?event=bug&id=3865461
它已被修复,您可以向他们请求修补程序来解决问题,否则您将不得不等到更新 4!
我公司在我们的 ColdFusion 11 服务器上使用 cfwebsocket。过去它运行良好,但最近我们开始在每次尝试访问调用 cfwebsocket 的页面时收到此消息:
Attribute validation error for the CFWEBSOCKET tag The channel entry specified for subscribeTo is not valid.
"testing123" is not a valid channel registered for this application.
然而在我们的 Application.cfc 我已经设置了频道:
<cfset this.wschannels = [{name="testing123"}] />
另一个奇怪的问题是,当我转到 ColdFusion Administrator 的 WebSocket 部分时。我也收到错误消息:
如果您已更新到 Update 3,则问题的原因是 Adobe 在该更新中破坏了 websockets。
我在它发布后提交了一个错误 - http://bugbase.adobe.com/index.cfm?event=bug&id=3865461
它已被修复,您可以向他们请求修补程序来解决问题,否则您将不得不等到更新 4!