目次

Search

  1. 概要
  2. Multidomain MDMバージョン10.3
  3. インストールおよびアップグレード
  4. バージョン10.3

JBoss環境でのHubサーバーのインストール

JBoss環境でのHubサーバーのインストール

JBoss環境でHubサーバーEARファイルをデプロイすると、例外
concurrent.RejectedExecutionException
が発生してデプロイメントが失敗する場合がある。
回避策:
standalone-full.xml
ファイルでタスクキューの長さを長くします。次のサンプルは、変更する
queue-length count
パラメータを示しています。
<long-running-threads> <core-threads count="50"/>
<queue-length count="300"/>
<max-threads count="50"/> <keepalive-time time="10" unit="seconds"/> </long-running-threads>
(MDM-13340)