marcoratto / mqjexplorer

Automatically exported from code.google.com/p/mqjexplorer
8 stars 9 forks source link

NullPointerException when connecting to a QueueManager #21

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Add a valid queue Manager
2.Connect to it

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
Version 0.16

Please provide any additional information below.
In the Class QueueListModel when executing the method refresh All, an exception 
is thrown (com.ibm.mq.MQException: MQJE001: Code achèvement '2', Motif 
'2033'.) and the array 'responses' isn't initialized causing a NPE when 
accessing it in the method  QueueListModel.findQueueByName

Original issue reported on code.google.com by mbenkhal...@vermeg.com on 27 May 2015 at 12:38

Attachments: