ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » General IBM MQ Support » AMQ5615: Default objects cannot be created

Post new topic  Reply to topic Goto page 1, 2  Next
 AMQ5615: Default objects cannot be created « View previous topic :: View next topic » 
Author Message
bkRaju
PostPosted: Sat Oct 03, 2009 5:00 am    Post subject: AMQ5615: Default objects cannot be created Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

Hi All,
I am getting below error when I am trying to start Queue managger

strmqm QM1
WebSphere MQ queue manager 'QM1' starting.
AMQ5615: Default objects cannot be created: CompCode = 2 Reason = 2059.


AMQ5615: Default objects cannot be created: CompCode = 2 Reason = 2059

Could you please let me know what could be the issue and resolution.
Back to top
View user's profile Send private message
harish_td
PostPosted: Sat Oct 03, 2009 5:51 am    Post subject: Reply with quote

Master

Joined: 13 Feb 2006
Posts: 236

What does the helpful AMQERR0*.LOG files state?
Are there any FDC's generated when you execute strmqm?
Is the file system that you initially created your queue manager still present or accessible by the user id that you are using to execute strmqm.

Have you ever been able to start this queue manager in the past?
If the default system objects are corrupted then you can use the below command to re-create the default objects.
Code:
strmqm -c QM1

But my guess is that your problem is not so superficial.
Back to top
View user's profile Send private message Yahoo Messenger
bkRaju
PostPosted: Sat Oct 03, 2009 6:13 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

the log file AMQERR0*.LOG are not getting updated.
yes, fdcs are getting generated when I issue strmqm.
yes. the files are accesbile for user id mqm

yes, I was able to start these queue managers in my past.

I have already tried using strmqm -c QM1 but throwing same error.

Snippet of FDC :
+-----------------------------------------------------------------------------+
| |
| WebSphere MQ First Failure Symptom Report |
| ========================================= |
| |
| Date/Time :- Saturday October 03 07:04:12 MST 2009 |
| Host Name :- Myserver |
| PIDS :- 5724H7201 |
| LVLS :- 6.0.2.3 |
| Product Long Name :- WebSphere MQ for AIX |
| Vendor :- IBM |
| Probe Id :- XY019008 |
| Application Name :- MQM |
| Component :- xufOpenIniEdit |
| SCCS Info :- lib/cs/unix/amqxufrx.c, 1.55.1.1 |
| Line Number :- 1617 |
| Build Date :- Jan 23 2008 |
| CMVC level :- p600-203-080123 |
| Build Type :- IKAP - (Production) |
| UserID :- 00000007 (mqm) |
| Program Name :- amqzxma0_nd |
| Addressing mode :- 64-bit |
| Process :- 197480 |
| Thread :- 1 |
| QueueManager :- QM1 |
| ConnId(2) QM :- 2 |
| Last HQC :- 2.0.0-604160 |
| Last HSHMEMB :- 2.0.0-711832 |
| Major Errorcode :- xecU_E_INI_FILE_ERROR |
| Minor Errorcode :- OK |
| Probe Type :- MSGAMQ6162 |
| Probe Severity :- 2 |
| Probe Description :- AMQ6162: An error has occurred reading an INI file. |
| FDCSequenceNumber :- 0 |
| |
+-----------------------------------------------------------------------------+



Please suggest
Back to top
View user's profile Send private message
bruce2359
PostPosted: Sat Oct 03, 2009 6:15 am    Post subject: Reply with quote

Poobah

Joined: 05 Jan 2008
Posts: 9469
Location: US: west coast, almost. Otherwise, enroute.

Probe Description :- AMQ6162: An error has occurred reading an INI file.
_________________
I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live.
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Oct 03, 2009 6:17 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

bkRaju wrote:
Please suggest



Well this:

bkRaju wrote:

| Probe Description :- AMQ6162: An error has occurred reading an INI file. |


looks like a clue to me.

My suggestions:

-The ini file permissions are wrong
-The ini file has been edited (perhaps to change the log parameters) and it's been done badly.

Could be something else of course.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 6:19 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

From AMQERROR.Log

AMQ6184: An internal WebSphere MQ error has occurred on queue manager QM1.

EXPLANATION:
An error has been detected, and the WebSphere MQ error recording routine has
been called. The failing process is process 200692.
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.
----- amqxfdcx.c : 807 --------------------------------------------------------


from this information any idea?
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Oct 03, 2009 6:22 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

bkRaju wrote:
from this information any idea?


Yes - that's telling you an FDC file has been generated.

I stand by my previous comments.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 6:23 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

Same issue is happening to all Queue managers on my server.
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Oct 03, 2009 6:32 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

bkRaju wrote:
Same issue is happening to all Queue managers on my server.


Really? It's like there's only one ini file for all the queue managers.........

_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 6:35 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

amqhlctl.lfh--->I could see this file is zeroed.

is this causing the issue? and when it will be modified? and what it's importance?
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 6:38 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

no, Different ini files for different queue managers
Back to top
View user's profile Send private message
mqjeff
PostPosted: Sat Oct 03, 2009 6:39 am    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

Do not touch that file.

Look at mqs.ini.

Make sure, for example, that you're running commands as a member of the mqm group.
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 7:04 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

id
uid=7(mqm) gid=12(mqm) groups=201(mqbrkrs)

What I have to check in mqs.ini file?
Back to top
View user's profile Send private message
bkRaju
PostPosted: Sat Oct 03, 2009 7:11 am    Post subject: Reply with quote

Centurion

Joined: 19 Aug 2008
Posts: 106

Do you need any inputs?
Back to top
View user's profile Send private message
Vitor
PostPosted: Sat Oct 03, 2009 7:14 am    Post subject: Reply with quote

Grand High Poobah

Joined: 11 Nov 2005
Posts: 26093
Location: Texas, USA

bkRaju wrote:
Do you need any inputs?


No, but you clearly do.

Try creating a new manager, then compare & contrast the files.

If the create doesn't work, that will be another clue to your problem.
_________________
Honesty is the best policy.
Insanity is the best defence.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Goto page 1, 2  Next Page 1 of 2

MQSeries.net Forum Index » General IBM MQ Support » AMQ5615: Default objects cannot be created
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.