[2017-03-17 18:04:17.883] ERROR org.mule.exception.DefaultMessagingExceptionStrategy [[nvm-fetch-records].nvm-fetch-recordsFlow.stage1.02]: Exception(s) were found for route(s): Route 0: ******************************************************************************** Message : The connection is closed. (com.microsoft.sqlserver.jdbc.SQLServerException). Element : /nvm-fetch-recordsFlow/processors/5/main-flow-processing/subprocessors/3/nvm-process-get-data-save-db/subprocessors/1/0/1/agent-status-subflow/subprocessors/6/1 @ nvm-fetch-records:null:null -------------------------------------------------------------------------------- Exception stack is: The connection is closed. (com.microsoft.sqlserver.jdbc.SQLServerException). (org.mule.api.MessagingException) com.microsoft.sqlserver.jdbc.SQLServerException.makeFromDriverError(SQLServerException.java:190) com.microsoft.sqlserver.jdbc.SQLServerConnection.checkClosed(SQLServerConnection.java:389) com.microsoft.sqlserver.jdbc.SQLServerStatement.checkClosed(SQLServerStatement.java:985) com.microsoft.sqlserver.jdbc.SQLServerStatement.clearBatch(SQLServerStatement.java:1670) org.mule.module.db.internal.domain.executor.BulkUpdateExecutor.execute(BulkUpdateExecutor.java:58)
Another stack trace error example could be:
[2020-12-22 16:23:19.367] INFO com.mchange.v2.c3p0.impl.NewPooledConnection [C3P0PooledConnectionPoolManager[identityToken->1bqp8gpae122d6bhdjnftp|30e703df]-HelperThread-#0]: [c3p0] Exceptions occurred while trying to close a PooledConnection's resources normally. [2020-12-22 16:23:19.367] INFO com.mchange.v2.c3p0.impl.NewPooledConnection [C3P0PooledConnectionPoolManager[identityToken->1bqp8gpae122d6bhdjnftp|30e703df]-HelperThread-#0]: [c3p0] NewPooledConnection close Exception. java.sql.SQLRecoverableException: IO Error: Broken pipe at oracle.jdbc.driver.T4CConnection.logoff(T4CConnection.java:949) at oracle.jdbc.driver.PhysicalConnection.close(PhysicalConnection.java:2125) at com.mchange.v2.c3p0.impl.NewPooledConnection.close(NewPooledConnection.java:642) at com.mchange.v2.c3p0.impl.NewPooledConnection.closeMaybeCheckedOut(NewPooledConnection.java:255) at com.mchange.v2.c3p0.impl.C3P0PooledConnectionPool$1PooledConnectionResourcePoolManager.destroyResource(C3P0PooledConnectionPool.java:622) at com.mchange.v2.resourcepool.BasicResourcePool$1DestroyResourceTask.run(BasicResourcePool.java:1076) at com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:696) Caused by: java.io.IOException: Broken pipe at sun.nio.ch.FileDispatcherImpl.write0(Native Method) at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47) at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:93) at sun.nio.ch.IOUtil.write(IOUtil.java:65) at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:468) at oracle.net.nt.TimeoutSocketChannel.write(TimeoutSocketChannel.java:207) at oracle.net.ns.NIOPacket.writeToSocketChannel(NIOPacket.java:308) at oracle.net.ns.NIONSDataChannel.writeDataToSocketChannel(NIONSDataChannel.java:182) at oracle.net.ns.NIONSDataChannel.writeDataToSocketChannel(NIONSDataChannel.java:133) at oracle.jdbc.driver.T4CMAREngineNIO.flush(T4CMAREngineNIO.java:741) at oracle.jdbc.driver.T4CMAREngineNIO.prepareForUnmarshall(T4CMAREngineNIO.java:754) at oracle.jdbc.driver.T4CMAREngineNIO.unmarshalUB1(T4CMAREngineNIO.java:427) at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:394) at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:255) at oracle.jdbc.driver.T4C7Ocommoncall.doOLOGOFF(T4C7Ocommoncall.java:62)
10:02:07.339 02/22/2021 Worker-0 [MuleRuntime].io.39: [mulesoft-client-login-proc-api-uat].post:\clientLogin\email-address-exists:api-prc-mulesoft-client-login-config.BLOCKING @48e02b0d ERROR event:eb6ba8a0-74c6-11eb-acb1-06cf9f54dfa0 ******************************************************************************** Message : Connection timed out (Write failed). Element : post-email-address-exists-main-sub-Flow/processors/2/route/0/processors/0 @ mulesoft-client-login-proc-api-uat:resources/post-email-address-exists.xml:44 (Call to CheckEmailAddressExists Stored procedure) -------------------------------------------------------------------------------- Root Exception stack trace: java.net.SocketException: Connection timed out (Write failed) at java.net.SocketOutputStream.socketWrite0(Native Method) at java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:111) at java.net.SocketOutputStream.write(SocketOutputStream.java:155) at com.microsoft.sqlserver.jdbc.TDSChannel.write(IOBuffer.java:1988) at com.microsoft.sqlserver.jdbc.TDSWriter.flush(IOBuffer.java:4096) at com.microsoft.sqlserver.jdbc.TDSWriter.writePacket(IOBuffer.java:3998) at com.microsoft.sqlserver.jdbc.TDSWriter.endMessage(IOBuffer.java:3128) at com.microsoft.sqlserver.jdbc.TDSCommand.startResponse(IOBuffer.java:7602) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.doExecutePreparedStatement(SQLServerPreparedStatement.java:576) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement$PrepStmtExecCmd.doExecute(SQLServerPreparedStatement.java:508) at com.microsoft.sqlserver.jdbc.TDSCommand.execute(IOBuffer.java:7240) at com.microsoft.sqlserver.jdbc.SQLServerConnection.executeCommand(SQLServerConnection.java:2869) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeCommand(SQLServerStatement.java:243) at com.microsoft.sqlserver.jdbc.SQLServerStatement.executeStatement(SQLServerStatement.java:218) at com.microsoft.sqlserver.jdbc.SQLServerPreparedStatement.execute(SQLServerPreparedStatement.java:493) at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172) at org.apache.commons.dbcp.DelegatingPreparedStatement.execute(DelegatingPreparedStatement.java:172) at org.mule.extension.db.internal.domain.autogeneratedkey.NoAutoGenerateKeysStrategy.execute(NoAutoGenerateKeysStrategy.java:36)
<spring:bean id="employeeDataSource" class="com.mchange.v2.c3p0.ComboPooledDataSource" destroy-method="close">
<spring:property name="driverClass" value="${jdbc.driverClassName}" />
<spring:property name="jdbcUrl" value="${jdbc.employee_db_url}" />
<spring:property name="user" value="${jdbc.username}" />
<spring:property name="password" value="${jdbc.password}" />
<spring:property name="maxPoolSize" value="${jdbc.maxPoolSize}" />
<spring:property name="minPoolSize" value="${jdbc.minPoolSize}" />
<spring:property name="maxStatements" value="${jdbc.maxStatements}" />
<spring:property name="testConnectionOnCheckout" value="true" />
<spring:property name="testConnectionOnCheckin" value="true" />
</spring:bean>
<spring:bean id="mssql" class="org.apache.commons.dbcp.BasicDataSource">
<spring:property name="driverClassName" value="${jdbc.driverClassName}" />
<spring:property name="url" value="${jdbc.url}" />
<spring:property name="username" value="${jdbc.username}" />
<spring:property name="password" value="${jdbc.password}" />
<spring:property name="testOnBorrow" value="true" />
</spring:bean>001123735

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.