Unable to connect through the siebel adapter, connection poo

Hi There,

Im running webMethods 6.1 with the siebel adapter version 6.0, and get the following error periodically when running a siebel adapter service. My connection setting are as follows:

Enable Connection Pooling true
Minimum Pool Size 0
Maximum Pool Size 10
Pool Increment Size 1
Block Timeout (msec) 1000
Expire Timeout (msec) 10000
Startup Retry Count 0
Startup Backoff Timeout (sec) 10

ERROR: [ART.117.4012] Adapter Runtime (Adapter Service): Unable to run adapter service. Error occured when connecting to resource FSGDB:FSGSiebelDB. [ART.118.5053] Adapter Runtime (Connection): Unable to get a connection to resource FSGDB:FSGSiebelDB. [ADA.448.1000] SiebelJavaConnection.connectFromValues - dataBean.login(siebel.tcpip.none.none://ntsydasd41/FSGDEV2/FINSObjMgr_enu/asd41dev2) threw a SiebelException: code(8223), msg(The connection pool is shutting down. Pool Id: null The connection pool is shutting down.) TYPE: com.wm.pkg.art.error.DetailedSystemException DUMP: com.wm.pkg.art.error.DetailedException: [ART.118.5053] Adapter Runtime (Connection): Unable to get a connection to resource FSGDB:FSGSiebelDB. [ADA.448.1000] SiebelJavaConnection.connectFromValues - dataBean.login(siebel.tcpip.none.none://ntsydasd41/FSGDEV2/FINSObjMgr_enu/asd41dev2) threw a SiebelException: code(8223), msg(The connection pool is shutting down. Pool Id: null The connection pool is shutting down.) at com.wm.pkg.art.ns.ConnectionResource.createConnection(ConnectionResource.java:187) at com.wm.pkg.art.transaction.ConnectionState.getConnection(ConnectionState.java:153) at com.wm.pkg.art.ns.AdapterServiceNode.invokeService(AdapterServiceNode.java:545) at com.wm.pkg.art.ns.ARTNSService.baseInvoke(ARTNSService.java:47) at com.wm.app.b2b.server.invoke.InvokeManager.process(In CONTEXT: FSG_SIEBELAccountImportMims.local:Update_existing_account_in_Siebel CALLSTACK: FSGSIEBELMimsMessageQueue.AccountImport.Adapters:updateAccount at com.wm.lang.flow.FlowExit.getFailure(FlowExit.java:250) at com.wm.lang.flow.FlowState.willExit(FlowState.java:268) at com.wm.lang.flow.FlowSequence.invoke(FlowSequence.java:196) at com.wm.lang.flow.FlowRoot.invoke(FlowRoot.java:258) at com.wm.lang.flow.FlowState.invokeNode(FlowState.java:580) at com.wm.lang.flow.Flow

Hello, This error takes place when the Siebel server itself disconnects itself for various reasons.

thanks mate, I will take a look at it