Default connection property values exceeded

The maximum number of connections and the time a connection remains idle before it is closed are not large enough for your environment.

Beginning in 1.1.0.1, you can change the default values for several connection properties that are used by the HP adapter.

Name Value Default Value Comments
com.ibm.oslc.qm.adapter.hpqc.client.max_conns The maximum number of connections for the HTTP client 200 Increase this parameter if requests to the HP ALM server cause the connection to hang. The default value must be sufficient for most users but you might want to increase the value if automated scripts use the adapter.
com.ibm.oslc.qm.adapter.hpqc.client.max_conns_per_host The maximum number of connections for any specific target host. 200 This value must not exceed the maximum number of connections (max_conns).
com.ibm.oslc.qm.adapter.hpqc.client.max_idle The number of seconds before an idle connection is closed. 120 None

Feedback