Author |
Message
|
skrv |
Posted: Wed Apr 15, 2015 7:14 am Post subject: JCAPS application Issue after MQ upgrade to 7.5 |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
Hello,
We have recently upgraded MQ from version 7.0.1.10 to 7.5.0.3.
After MQ upgrade we have received complaint from JCAPS application running on the same MQ server saying they are not able to connect to MQ.
Both MQ and JCAPS are running on same server.
I don't see any issue in the MQ logs. Below is the error log we have got from application team.
--------------------------------------------------------------------------------------
com.stc.connector.webspheremqadapter.appconn.MQAgentConnectionException: com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2046'.
at com.stc.connector.webspheremqadapter.appconn.MQClientAgent.accessQueue(MQClientAgent.java:459)
at com.stc.connector.webspheremqadapter.appconn.MQBroker.accessQueue(MQBroker.java:490)
at com.stc.connector.webspheremqadapter.message.Queue.accessQueue(Queue.java:114)
at prj270_5010.jcd270_5010.receive(prj270_5010.jcd270_5010:205)
at prj270_5010.cm270_5010_Svc.jcd270_5010_Runtime_Handler.handleRequest(prj270_5010.cm270_5010_Svc.jcd270_5010_Runtime_Handler:405)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.sun.enterprise.security.application.EJBSecurityManager.runMethod(EJBSecurityManager.java:1011)
at com.sun.enterprise.security.SecurityUtil.invoke(SecurityUtil.java:175)
at com.sun.ejb.containers.BaseContainer.invokeTargetBeanMethod(BaseContainer.java:2951)
at com.sun.ejb.containers.BaseContainer.intercept(BaseContainer.java:4074)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:197)
at com.sun.ejb.containers.EJBLocalObjectInvocationHandler.invoke(EJBLocalObjectInvocationHandler.java:134)
at $Proxy53.handleRequest(Unknown Source)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.sendMessage(JMSEndPointListener.java:326)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onContents(JMSEndPointListener.java:107)
at com.stc.codegen.JMSImpl.runtime.ejb.JMSEndPointListener.onMessage(JMSEndPointListener.java:172)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invo
USER_2:Original Name = Original Exception = com.stc.connector.webspheremqadapter.appconn.MQAgentConnectionException
-------------------------------------------------------------------------------
any suggestion would be greatly appreciated. |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Apr 15, 2015 7:23 am Post subject: Re: JCAPS application Issue after MQ upgrade to 7.5 |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
skrv wrote: |
com.stc.connector.webspheremqadapter.appconn.MQAgentConnectionException: com.ibm.mq.MQException: MQJE001: Completion Code '2', Reason '2046'.
at com.stc.connector.webspheremqadapter.appconn.MQClientAgent.accessQueue(MQClientAgent.java:459)
at com.stc.connector.webspheremqadapter.appconn.MQBroker.accessQueue(MQBroker.java:490) |
Have you investigated the cause of this? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
skrv |
Posted: Wed Apr 15, 2015 7:38 am Post subject: |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
|
Back to top |
|
 |
skrv |
Posted: Wed Apr 15, 2015 7:55 am Post subject: |
|
|
Centurion
Joined: 26 Oct 2012 Posts: 118
|
does anyone know whether JCAPS(Java CAPS) is compatible with MQ 7.5 ? |
|
Back to top |
|
 |
smdavies99 |
Posted: Wed Apr 15, 2015 11:32 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Perhaps you should ask Oracle that question? _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
smdavies99 |
Posted: Thu Apr 16, 2015 10:42 am Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
There is a chance that you are encountering this problem
http://www-01.ibm.com/support/docview.wss?uid=swg1IT06771
It is worth asking IBM via a PMR. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
 |
tczielke |
Posted: Thu Apr 16, 2015 1:05 pm Post subject: |
|
|
Guardian
Joined: 08 Jul 2010 Posts: 941 Location: Illinois, USA
|
Have you investigated (i.e. strmqtrc or Application Activity Trace) to see what option the application is passing that is getting the 2046 error? _________________ Working with MQ since 2010. |
|
Back to top |
|
 |
|