uCosminexus Application Server, Messages

[Contents][Back][Next]

KDJE39196-E

The contexts failed to deploy. (assignable threads = aa....aa)

aa....aa: Number of assignable threads
Description
An attempt to deploy the Web application has failed.
The setting of concurrently executing number of threads for each Web application is invalid.
The number of assignable threads is the number of threads that can be newly assigned as dedicated threads. When only a Web application, in which the number of dedicated threads is not specified, is deployed, it will fail to be deployed because the maximum number of concurrently executing threads for each Web container are all being used as dedicated threads. In such a case, the number of assignable threads needs to be one or more.
Action
Revise the setting of the concurrently executing number of threads in each Web application, and then redeploy the application.
The total number of dedicated threads of the Web application to be deployed needs to be lesser than or equal to the number of assignable threads. If the number of assignable threads is 0, new deployment will not be possible. Revise the value set as the concurrently executing number of threads of an already deployed Web application.