1

设置了 Atmosphere 1.0.0.beta1 并与 Jetty 一起运行。直截了当,简单有效。

但是在 JBoss AS 7.1.1 上运行时,它不喜欢 websocket 传输和降级。我在 Chrome 的控制台中看到以下日志(下)

当针对 Jetty 运行时,它与 Web 套接字传输连接,一切正常。由于某种原因,Chrome 无法降级。在 Firefox 和 IE9 中与 jetty 和 jboss 一起工作得很好。

那么如何让 websocket 传输与 JBoss 一起工作。是的,我用谷歌搜索并尝试了一个小时的各种事情,但无济于事。

谢谢。

Unexpected response code: 501 null:1
Websocket closed, reason: Connection was closed abnormally (that is, with no close frame being sent). jquery.atmosphere.js:1867
Websocket closed, wasClean: false jquery.atmosphere.js:1867
Websocket failed. Downgrading to Comet and resending jquery.atmosphere.js:1867
Websocket failed. Downgrading to Comet and resending jquery.atmosphere.js:1867
TransportFailure, fall back is sse ecm-websocket.js:34
Invoking executeSSE jquery.atmosphere.js:1867
Using URL: http://srdevecm1:8080/ecm/ecm-ws/main?X-Atmosphere-tracking-id=3b38258e-89a3-33cc-60d9-684956499835&X-Atmosphere-Framework=1.0&X-Atmosphere-Transport=sse&X-Cache-Date=0&Content-Type=application/json jquery.atmosphere.js:1867
Uncaught Error: SECURITY_ERR: DOM Exception 18
4

1 回答 1

1

JBoss AS 7 目前没有 websockets 实现。有一个使用 JBossWeb 的实现,但尚未在上游提交。

于 2012-07-09T17:16:08.240 回答