Hi Holger
Connections are working from IS Admin page(Test Connections), but JDBC connections pools are not initialized properly during IS startup. Is there something missing as part of DataDirect dirvers?
Below are error logs
2020-01-13 09:40:37 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool DocumentHistory:IS Internal
2020-01-13 09:40:37 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool ISCoreAudit:IS Core Audit
2020-01-13 09:40:37 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool Xref:IS Internal
2020-01-13 09:40:38 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool ProcessAudit:Process Audit
2020-01-13 09:40:38 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool Archiving:Archive
2020-01-13 09:40:38 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool TN:TN
2020-01-13 09:40:38 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool ISInternal:IS Internal
2020-01-13 09:40:38 EST [ISS.0096.0008I] JDBC Connection pool threshold exceeded, 0 available for pool ProcessEngine:Process Engine
2020-01-13 09:40:38 EST [ISS.0025.0024I] JDBC Connection Manager started
Whenever I try to reload WmTN package, I could see below error XML.
wm.tn.doctype:unregisterCategory
java.lang.IllegalStateException
The main connection to the data store has not been initialized. Check the Trading Networks JDBC connection pool.
java.lang.IllegalStateException: The main connection to the data store has not been initialized. Check the Trading Networks JDBC connection pool.
at com.wm.app.tn.db.impl.DefaultJdbcPoolManager.getConnection(DefaultJdbcPoolManager.java:164)
at com.wm.app.tn.db.Datastore.getConnection(Datastore.java:166)
#webMethods-Upgrade#Integration-Server-and-ESB#webMethods-General#webMethods