Table of Contents

Search

  1. Abstract
  2. Introduction
  3. Installation and Upgrade
  4. 10.3 HotFix 3
  5. 10.3 HotFix 2
  6. 10.3 HotFix 1
  7. 10.3

Hub Server Installation in JBoss Environments

Hub Server Installation in JBoss Environments

When you deploy the Hub Server EAR files in a JBoss environment, the deployment might fail with the exception
concurrent.RejectedExecutionException
.
Workaround: Increase the length of the task queue in the
standalone-full.xml
file. The following sample shows the
queue-length count
parameter to modify:
<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)

0 COMMENTS

We’d like to hear from you!