| Author | Message | 
		
		  | maven | 
			  
				|  Posted: Mon Jul 16, 2007 1:11 am    Post subject: Error while creating channels.. |   |  | 
		
		  | Novice
 
 
 Joined: 03 Jun 2007Posts: 15
 
 
 | 
			  
				| I am having an issue regarding MQSeries(V5.3 CSD05) on a qmgr. Even after the server and qmanager recycle the error persists.
 I was able to create queues successfully but the while channel creation I was getting the below error,
 
 define ql(test)
 6 : define ql(test)
 AMQ8006: WebSphere MQ queue created.
 
 define chl(test) chltype(sdr) conname(test) xmitq(test)
 5 : define chl(test) chltype(sdr) conname(test) xmitq(test)
 AMQ9516: File error occurred.
 
 
 
 
 
 We found the following errors in the qmgr logs.
 ----- amqrccca.c : 804 --------------------------------------------------------
 07/13/07  23:12:00
 AMQ9516: File error occurred.
 
 EXPLANATION:
 The filesystem returned error code 1000 for file 'TEST'.
 ACTION:
 Record the name of the file 'TEST' and tell the systems administrator, who
 should ensure that file 'TEST' is correct and available.
 
 
 ===============================================
 
 
 
 Before the server and qmanager was recycled I was getting the following error while creating the channels,
 
 pbrun4.0.6-03[995440]: Command caught signal 11 (Segmentation fault)
 
 
 I had found the following errors in the qmgr logs,
 -------------------------------------------------------------------------------------
 07/10/07  04:13:33
 AMQ6184: An internal WebSphere MQ error has occurred on queue manager DTLMD0Q1.
 EXPLANATION:
 An error has been detected, and the WebSphere MQ error recording routine has been
 called. The failing process is process 1282276.
 ACTION:
 Use the standard facilities supplied with your system to record the problem
 identifier, and to save the generated output files. Contact your IBM support
 center.  Do not discard these files until the problem has been resolved.
 
 -------------------------------------------------------------------------------------
 
 
 An FDC was also created at the same time with a probe ID XC13000 as below,
 +-----------------------------------------------------------------------------+
 |                                                                             |
 | WebSphere MQ First Failure Symptom Report                                   |
 | =========================================                                   |
 |                                                                             |
 | Date/Time         :- Tuesday July 10 04:13:33 EDT 2007                      |
 | Host Name         :- agaisg09 (AIX 5.2)                                     |
 | PIDS              :- 5724B4101                                              |
 | LVLS              :- 530.5  CSD05                                           |
 | Product Long Name :- WebSphere MQ for AIX                                   |
 | Vendor            :- IBM                                                    |
 | Probe Id          :- XC130003                                               |
 | Application Name  :- MQM                                                    |
 | Component         :- xehExceptionHandler                                    |
 | Build Date        :- Sep 27 2003                                            |
 | CMVC level        :- p530-05-L030926                                        |
 | Build Type        :- IKAP - (Production)                                    |
 | UserID            :- 00000280 (mqm)                                         |
 | Program Name      :- amqpcsea                                               |
 | Process           :- 01282276                                               |
 | Thread            :- 00000001                                               |
 | QueueManager      :- DTLMD0Q1                                               |
 | Major Errorcode   :- STOP                                                   |
 | Minor Errorcode   :- OK                                                     |
 | Probe Type        :- HALT6109                                               |
 | Probe Severity    :- 1                                                      |
 | Probe Description :- AMQ6109: An internal WebSphere MQ error has occurred.  |
 | FDCSequenceNumber :- 0                                                      |
 | Arith1            :- 11 b                                                   |
 | Comment1          :- SIGSEGV                                                |
 |                                                                             |
 
 
 
 
 Please let me know as to why I am able to create queues, but not channels.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | AkankshA | 
			  
				|  Posted: Mon Jul 16, 2007 1:19 am    Post subject: |   |  | 
		
		  |  Grand Master
 
 
 Joined: 12 Jan 2006Posts: 1494
 Location: Singapore
 
 | 
			  
				| try doing the following if wrks 
 endmqm -i <qm>
 strmqm -c <qm>
 
 and then execute in runmqsc prompt
 define chl(test) chltype(sdr) conname(test) xmitq(test)
 _________________
 Cheers
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | Vitor | 
			  
				|  Posted: Mon Jul 16, 2007 1:23 am    Post subject: |   |  | 
		
		  |  Grand High Poobah
 
 
 Joined: 11 Nov 2005Posts: 26093
 Location: Texas, USA
 
 | 
			  
				| Better still, look up the probe id. 
 This appears to have been fixed in CSD09. You should upgrade.
 
 Even if it's nothing to do with your problem you should upgrade. CSD05 is hideously old.
 _________________
 Honesty is the best policy.
 Insanity is the best defence.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | kiran_raghunam | 
			  
				|  Posted: Mon Jul 16, 2007 1:28 am    Post subject: |   |  | 
		
		  |  Apprentice
 
 
 Joined: 02 May 2006Posts: 36
 
 
 | 
			  
				| Did you try installing the latest Fix Pack available? 
 What error does the application log contain,when you define a channel?
 _________________
 Regards
 Kiran
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | maven | 
			  
				|  Posted: Fri Jul 20, 2007 2:28 pm    Post subject: |   |  | 
		
		  | Novice
 
 
 Joined: 03 Jun 2007Posts: 15
 
 
 | 
			  
				| thanx guys for all your help... well i had tried recycled the qmgr as well as the server but it didnt help...
 
 Finally i deleted and recreated the qmgr and then i was able to create the channels...probably its time to upgrade to new CSD...
 
 once again thanx for you suggestions...
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  | bbeardsley | 
			  
				|  Posted: Mon Jul 23, 2007 8:05 am    Post subject: |   |  | 
		
		  |  Acolyte
 
 
 Joined: 17 Dec 2001Posts: 52
 Location: Dallas, TX, USA
 
 | 
			  
				| maven, 
 Also be sure and specify USAGE(XMITQ) when you define your transmission queue.
 |  | 
		
		  | Back to top |  | 
		
		  |  | 
		
		  |  |