|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
JMS Exception: Failed to create queue connection |
« View previous topic :: View next topic » |
Author |
Message
|
pnimith |
Posted: Wed Sep 28, 2005 7:56 am Post subject: JMS Exception: Failed to create queue connection |
|
|
Novice
Joined: 10 May 2005 Posts: 23 Location: ny, usa
|
hi all
i have the following exception. the mq QM and Channels are running fine. what might be the reason for this exception?
WAS 5.1, MQ 5.3 CSD 7
the exception is as follows:
Code: |
[2005-09-24 17:29:36,955] ERROR com.<xxxxxxx>.csdp.service.attachments.AttachmentManager - Processing error in AttachmentManager.
sendAttachments(): com.<xxxxxxx>.csdp.CSDPRuntimeException:
com.<xxxxxxx>.csdp.CSDPRuntimeException: org.springframework.jms.Uncatego
rizedJmsException: Uncategorized exception occured during JMS processing; nested exception is javax.jms.JMSException: Failed to create queue connection; nested exception is
com.ibm.websphere.ce.j2c.ConnectionWaitTimeoutException: Connection not avail able, Timed out waiting for 180010 [2005-09-24 17:29:36,963] ERROR com.<xxxxxxx>.csdp.ExceptionHandler - CSDP Error [CMD001] - [com.<xxxxxxx>.csdp.CSDPRuntimeException:
org.springframework.jms.UncategorizedJmsException: Uncategorized exception occured during JMS processing; nested exception i s javax.jms.JMSException: Failed to create queue connection; nested exception is com.ibm.websphere.ce.j2c.ConnectionWaitTimeo
utException: Connection not available, Timed out waiting for 180010]
com.<xxxxxxx>.csdp.CSDPRuntimeException: com.<xxxxxxx>.csdp.CSDPRuntimeException:
org.springframework.jms.UncategorizedJmsException:
Uncategorized exception occured during JMS processing; nested exception is
javax.jms.JMSException: Failed to create queue con
- >>> IterativeSendCommand.execute() : Exit <<<
nection; nested exception is
com.ibm.websphere.ce.j2c.ConnectionWaitTimeoutException: Connection not available, Timed out wai ting for 180010
at
com.<xxxxxxx>.csdp.chain.ChainServiceEntryPoint.consume(ChainServiceEntryPoint.java:74)
at
com.<xxxxxxx>.csdp.address.sep.SepAddress.dispatch(SepAddress.java:28)
at
com.<xxxxxxx>.csdp.address.alias.AliasAddress.dispatch(AliasAddress.java:30)
at com.<xxxxxxx>.csdp.facade.CSDPImpl.dispatch(CSDPImpl.java:60)
at com.<xxxxxxx>.csdp.CSDP.dispatch(CSDP.java:48)
at
com.<xxxxxxx>.csdp.service.attachments.AttachmentManager.sendAttachment(AttachmentManager.java:97)
at
com.<xxxxxxx>.b2.ejb.session.AttachmentManagerBean.sendAttachment(AttachmentManagerBean.java:70)
at com.<xxxxxxx>.b2.ejb.session.EJSRemoteStatelessAttachmentManager_2072dff9.sendAttachment(EJSRemoteStatelessAttachmentM
anager_2072dff9.java:56)
at
com.<xxxxxxx>.b2.ejb.session._AttachmentManager_Stub.sendAttachment(_AttachmentManager_Stub.java:65)
at sun.reflect.GeneratedMethodAccessor707.invoke(Unknown Source)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:324)
at
org.springframework.remoting.rmi.RmiClientInterceptorUtils.doInvoke(RmiClientInterceptorUtils.java:98)
at org.springframework.ejb.access.SimpleRemoteSlsbInvokerInterceptor.doInvoke(SimpleRemoteSlsbInvokerInterceptor.java
:75)
at org.springframework.ejb.access.AbstractRemoteSlsbInvokerInterceptor.invoke(AbstractRemoteSlsbInvokerInterceptor.ja
va:114)
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:144)
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:174)
at $Proxy0.sendAttachment(Unknown Source)
at
com.<xxxxxxx>.b2.web.struts.attachments.actions.SendAttachmentAT4Action.execute(SendAttachmentAT4Action.java:196)
at
org.apache.struts.action.RequestProcessor.processActionPerform(RequestProcessor.java:419)
at org.apache.struts.action.RequestPr
|
any help is appreciated
thanx |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Sep 28, 2005 8:00 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You probably have too many existing connections to open a new one. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
teal |
Posted: Wed Sep 28, 2005 12:51 pm Post subject: |
|
|
 Acolyte
Joined: 15 Dec 2004 Posts: 66
|
thats exactly what it appears to be.
All your connections are being used and when trying to create a new one, it waited for the 180 seconds (default conn pool setting) for one of the the connections to return to the pool but never did, so it threw the exception. |
|
Back to top |
|
 |
pnimith |
Posted: Wed Sep 28, 2005 1:25 pm Post subject: |
|
|
Novice
Joined: 10 May 2005 Posts: 23 Location: ny, usa
|
thanx for all ur help.
i will notify developers to check for leaky connections. |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|