Citrix HDX サービスが 2 月 29 日にクラッシュします
book
Article ID: CTX632467
calendar_today
Updated On:
Description
2月29日にプロセス WebSocketService.exe がクラッシュしています。

Environment
The above mentioned sample code is provided to you as is with no representations, warranties or conditions of any kind. You may use, modify and distribute it at your own risk. CITRIX DISCLAIMS ALL WARRANTIES WHATSOEVER, EXPRESS, IMPLIED, WRITTEN, ORAL OR STATUTORY, INCLUDING WITHOUT LIMITATION WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NONINFRINGEMENT. Without limiting the generality of the foregoing, you acknowledge and agree that (a) the sample code may exhibit errors, design flaws or other problems, possibly resulting in loss of data or damage to property; (b) it may not be possible to make the sample code fully functional; and (c) Citrix may, without notice or liability to you, cease to make available the current version and/or any future versions of the sample code. In no event should the code be used to support ultra-hazardous activities, including but not limited to life support or blasting activities. NEITHER CITRIX NOR ITS AFFILIATES OR AGENTS WILL BE LIABLE, UNDER BREACH OF CONTRACT OR ANY OTHER THEORY OF LIABILITY, FOR ANY DAMAGES WHATSOEVER ARISING FROM USE OF THE SAMPLE CODE, INCLUDING WITHOUT LIMITATION DIRECT, SPECIAL, INCIDENTAL, PUNITIVE, CONSEQUENTIAL OR OTHER DAMAGES, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. Although the copyright in the code belongs to Citrix, any distribution of the sample code should include only your own standard copyright attribution, and not that of Citrix. You agree to indemnify and defend Citrix against any and all claims arising from your use, modification or distribution of the sample code.
Resolution
回避策:
2024年3月1日に日付を設定し、Citrix HDX HTML5 ビデオリダイレクションサービスを再起動します。
1. 時間サービスを停止して、自動的に正しい日付に変更されないようにします。
2. 日付を2024年3月1日に変更します。
3. CtxHdxWebSocketService(Citrix HDX HTML5 ビデオリダイレクションサービス)を停止してから再起動します。
4. 時間サービスを再起動します。
また、UIの代わりに、コマンドプロンプトから以下コマンドを実行すれば、同じ効果があります。
1. 管理者権限のコマンドプロンプトを起動します。 [開始 > cmd > 右クリックして管理者として実行]
2. 以下コマンドを実行します。
net stop w32time & date 03-01-2024 & net start CtxHdxWebSocketService & net start w32time
**日付形式はMM-DD-YYYYです**
注意:
- 3月1日以降は事象は発生せず、対応する必要ありません。
- 永続的な修正は、Citrix Virtual Apps および Desktops の後続リリースに含まれます:
- Current Release: 2402
- 2203 LTST: 2203 CU5
- 1912 LTSR: 1912 CU9 - テスト用にプライベート修正(CVADHELP-24771)が利用可能です。修正を適用するには、Citrix HDX HTML5ビデオリダイレクションサービスを再起動する必要があります。
プライベート修正やその他の質問については、Citrixサポート(https://support.citrix.com/)にお問い合わせください。
Problem Cause
[問題の原因]
仮想チャネルロジックとの接続を確立するために自己署名証明書を使用する予定だった HDX
コンポーネントが、証明書が接続を確立するために作成されていなかったため、
うるう年の日付クエリと互換性がなかったため、この問題が発生しました。
[修正方法]
うるう年コードロジックを追加しましたので、次のうるう年にこの問題が発生しないようになりました。
[永続的な修正と適用範囲]
本事象に対する修正は、Citrix CVAD 次のリリースバージョン、および、今後のすべてのCurrent Release および LTSR バージョンに追加されています。
CVAD 2402、および、2203/1912 の後続 CU リリースに修正が含まれます。
Issue/Introduction
Citrix HDX サービスが 2 月 29 日にクラッシュします
Was this article helpful?
thumb_up
Yes
thumb_down
No