websocket を介したリアルタイム通知システム用の大気フレームワークを実行している netty サーバーがあります。
システムはローカル マシンでは完全に動作しますが、EC2 にデプロイすると、動作しないようです。ただし、リモートの Netty サーバーに telnet で接続できます。サーバーはアクセス可能で、ポートは EC2 で開いています
Firefox は次のエラーをスローします
Using URL: ws://beta.myapp.com:2880/myhandle?id=1&name=Chinese_food_rule_2& X-Atmosphere-tracking-id=35490c47-59d6-abf6-36fa-431aa340d90a&X-Atmosphere-Framework=0.9&X-Atmosphere-Transport=websocket&X-Cache-Date=0&Content-Type=application/json
Websocket error, reason: undefined
Firefox can't establish a connection to the server at ws://beta.myapp.com:2880/myhandle?id=1&name=Chinese_food_rule_2&X-Atmosphere-tracking-id=35490c47-59d6-abf6-36fa-431aa340d90a&X-Atmosphere-Framework=0.9&X-Atmosphere-Transport=websocket&X-Cache-Date=0&Content-Type=application/json.
Websocket closed, reason: Connection was closed abnormally (that is, with no close frame being sent).
サーバーはリクエストさえも受け取らないため、これは私が気付いていない EC2 Web ソケットの問題だと思います。