Author |
Message
|
srilatharao |
Posted: Fri Jun 26, 2009 2:26 am Post subject: MQJE011: Socket connection attempt refused + error |
|
|
Newbie
Joined: 26 Jun 2009 Posts: 3
|
com.ibm.mq.MQException: MQJE001: An MQException occurred: Completion Code 2, Reason 2059
MQJE011: Socket connection attempt refused
I am getting this can any body
give the solution.. |
|
Back to top |
|
 |
WMBDEV1 |
Posted: Fri Jun 26, 2009 3:33 am Post subject: |
|
|
Sentinel
Joined: 05 Mar 2009 Posts: 888 Location: UK
|
Search the forum, 2059 has been discussed loads. |
|
Back to top |
|
 |
AkankshA |
Posted: Fri Jun 26, 2009 3:37 am Post subject: |
|
|
 Grand Master
Joined: 12 Jan 2006 Posts: 1494 Location: Singapore
|
Quote: |
mqrc 2059
2059 0x0000080b MQRC_Q_MGR_NOT_AVAILABLE |
have you specified correct queue manager and server connection channel name in JMS application ??
are you able to ping the server ? _________________ Cheers |
|
Back to top |
|
 |
srilatharao |
Posted: Fri Jun 26, 2009 4:41 am Post subject: |
|
|
Newbie
Joined: 26 Jun 2009 Posts: 3
|
when i am pinging
iam getting PING: transmit failed, error code 31
so and so... |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 26, 2009 4:44 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
srilatharao wrote: |
when i am pinging
iam getting PING: transmit failed, error code 31
so and so... |
If the ping app can't reach the server, the channel app won't be able to either. Speak to your network people. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Jun 26, 2009 5:08 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Vitor wrote: |
srilatharao wrote: |
when i am pinging
iam getting PING: transmit failed, error code 31
so and so... |
If the ping app can't reach the server, the channel app won't be able to either. Speak to your network people. |
Not always. Firewalls could have ping disabled, but a valid path to the MQ port may otherwise exist. I always use telnet directly to the MQ port in use to verify connectivity. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
srilatharao |
Posted: Sun Jun 28, 2009 11:35 pm Post subject: |
|
|
Newbie
Joined: 26 Jun 2009 Posts: 3
|
PeterPotkay wrote: |
Vitor wrote: |
srilatharao wrote: |
when i am pinging
iam getting PING: transmit failed, error code 31
so and so... |
If the ping app can't reach the server, the channel app won't be able to either. Speak to your network people. |
Not always. Firewalls could have ping disabled, but a valid path to the MQ port may otherwise exist. I always use telnet directly to the MQ port in use to verify connectivity. |
Exception in thread "main" java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
Again I am getting this error plz hellp any body urgent |
|
Back to top |
|
 |
Vitor |
Posted: Sun Jun 28, 2009 11:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
srilatharao wrote: |
Exception in thread "main" java.lang.UnsatisfiedLinkError: no mqjbnd05 in java.library.path
Again I am getting this error plz hellp any body urgent |
This is utterly different to the problem you first posted, has a different cause and a different solution.
I suspect here you're randomly trying different connection options in the hope of finding one that works. You have 2 options:
1) Go back to the original configuration you had, and determine why the client connection is failing;
2) Properly recode and reconfigure your application to use bindings (this most recent error is a client complied application trying to use bindings)
I'd also point out that we are a community of volunteers not a support desk with an SLA. If you have a urgent problem, go through IBM channels where help will be much faster in coming. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|