--
Warn [BW-Plugin] BW-JDBC-100041 No connection received
Warn [BW-Plugin] BW-JDBC-100042 Cannot establish the connection, trying again
Warn [BW-Plugin] BW-JDBC-100043 Job-14086: connection retry = 24881
--
These warning message indicates that all the connections in the DB connection pool are exhausted (meaning currently used by other activities). The current activity is re-trying to get the connection from the DB connection pool. "connection retry" indicates that BW is trying to get a valid connection from connection pool and the number shows the retry count. If all the connections in the pool was held by other processes, later process will continuously try to get one connection from the pool until success or reaches its timeout value.