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 » IBM MQ Installation/Configuration Support » AMQ5615 Default objects cannot created:CompCode=0,reason=0

Post new topic  Reply to topic
 AMQ5615 Default objects cannot created:CompCode=0,reason=0 « View previous topic :: View next topic » 
Author Message
fordikon
PostPosted: Tue Jan 25, 2005 3:32 am    Post subject: AMQ5615 Default objects cannot created:CompCode=0,reason=0 Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

OS: SOlaris 8
MQ : 5.3

After creating Queue manager using #crtmqm -q queue.manager
when trying to start #strmqm i get the following message...

"AMQ5615: Default objects cannot be created: CompCode = 0 Reason = 0."
Back to top
View user's profile Send private message
nathanw
PostPosted: Tue Jan 25, 2005 3:40 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

dumb questions but are all the CSDs installed?
Back to top
View user's profile Send private message MSN Messenger
fordikon
PostPosted: Tue Jan 25, 2005 3:49 am    Post subject: Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

yes..u r right..i am new to MQ.., could you please explain me what is CSD, i installed it using #pkgadd -d /mq53/.. and selected mqm ...

do i need to install some other tools??
Back to top
View user's profile Send private message
nathanw
PostPosted: Tue Jan 25, 2005 3:55 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

as far as i know no other tools will be required but any fixpacks / CSDS should be installed

these are available from IBMs site or do a search on this site

when yu are not sure of the error you can type the following command MQRC and the error code to get more info as in below

mqrc AMQ5615

536892949 0x20005615 zrcCSP_DEF_OBJS_CREATE_FAIL

MESSAGE:
Default objects cannot be created: CompCode = 1111 Reason = 2222.

EXPLANATION:
During the creation of a queue manager, using the crtmqm command, the default
objects could not be created. Possible reasons for this include another
command, issued elsewhere, quiescing or stopping the queue manager, or
insufficient storage being available.

ACTION:
Use the Completion and Reason codes shown in the message to determine the cause
of the failure, then re-try the command.


From reading the above i suspect somethign went wrong in creation of the QM, try deleting the QM and recreating
Back to top
View user's profile Send private message MSN Messenger
fordikon
PostPosted: Tue Jan 25, 2005 4:12 am    Post subject: Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

thanks..but i get the following error when i try to delete the queue manager using #dltmqm

ld.so.1: dltmqm: fatal: libdce.so.3: open failed: No such file or directory
Killed

I tried to search for the file libdce.so..but with no luck..

any suggestions??.
Back to top
View user's profile Send private message
nathanw
PostPosted: Tue Jan 25, 2005 4:17 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

ok i may be wrong here but

1) do you have the authorities to create and delete folders on the solaris box?

2)are you part of the mqm users group?

3)are you working at root level?

am not an expert by no means on the solaris side but i have had similar problems before when access was not granted
Back to top
View user's profile Send private message MSN Messenger
fordikon
PostPosted: Tue Jan 25, 2005 4:35 am    Post subject: Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

i have created and tried with individual user and group as well as from root, but with no luck..?
Back to top
View user's profile Send private message
nathanw
PostPosted: Tue Jan 25, 2005 4:38 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

mmmm am not sure now but am sure someone will come back with the right answer
Back to top
View user's profile Send private message MSN Messenger
Philip Morten
PostPosted: Tue Jan 25, 2005 5:34 am    Post subject: Reply with quote

Master

Joined: 07 Mar 2002
Posts: 230
Location: Hursley Park

Quote:
thanks..but i get the following error when i try to delete the queue manager using #dltmqm

ld.so.1: dltmqm: fatal: libdce.so.3: open failed: No such file or directory
Killed

I tried to search for the file libdce.so..but with no luck..

any suggestions??.


I suspect you replied Yes to the question "Do you want to install the DCE option" when in fact DCE is not installed, if this is so you will need to uninstall ( pkgrm mqm) and reinstall ensuring that you answer No to that question.
_________________
Philip Morten

The postings on this site are my own and do not necessarily represent IBM's positions, strategies or opinions.
Back to top
View user's profile Send private message
fordikon
PostPosted: Thu Jan 27, 2005 3:55 am    Post subject: Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

Thanks..you are ringht.., i pressed "Y" for installing DEC, i reinstalled MQ and pressed "N" for DCE and now i am able to create queue manager. Now i have diff proble,

#runmqsc
define qlocal (orange.queue)
end

It fires me error message ...

define qlocal (sunblade.queue)
1 : define qlocal (sunblade.queue)
AMQ8147: WebSphere MQ object not found.
end
2 : end
One MQSC command read.
No commands have a syntax error.
One valid MQSC command could not be processed.


any suggestion pls..
Back to top
View user's profile Send private message
nathanw
PostPosted: Thu Jan 27, 2005 4:07 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

536904007 0x20008147 urcMS_UNKNOWN_OBJECT_NAME

MESSAGE:
WebSphere MQ object <insert one> not found.

EXPLANATION:
If the command entered was Change or Display, the object <insert one> specified
does not exist. If the command entered was Copy, the source object does not
exist. If the command entered was Create, the system default MQ object of the
specified type does not exist.

ACTION:
Correct the object name and then try the command again or, if you are creating
a new queue or process object, either specify all parameters explicitly or
ensure that the system default object of the required type exists. The system
default queue names are SYSTEM.DEFAULT.LOCAL.QUEUE, SYSTEM.DEFAULT.ALIAS.QUEUE
and SYSTEM.DEFAULT.REMOTE.QUEUE. The system default process name is
SYSTEM.DEFAULT.PROCESS.
Back to top
View user's profile Send private message MSN Messenger
fordikon
PostPosted: Thu Jan 27, 2005 4:21 am    Post subject: Reply with quote

Newbie

Joined: 25 Jan 2005
Posts: 6

Thanks..I recreated the Queue manager and the problem went away..
Back to top
View user's profile Send private message
nathanw
PostPosted: Thu Jan 27, 2005 4:32 am    Post subject: Reply with quote

Knight

Joined: 14 Jul 2004
Posts: 550

yep problem was caused that when yu ceated the QM originally it did not create the default objects and tehrefore could not create your queues
Back to top
View user's profile Send private message MSN Messenger
nitinsukhija
PostPosted: Thu Mar 29, 2007 4:36 am    Post subject: Reply with quote

Newbie

Joined: 29 Mar 2007
Posts: 1
Location: INDIA

I am getting the same error, plz explain the resolution.

Thanks
N

#runmqsc
define qlocal (orange.queue)
end

It fires me error message ...

define qlocal (sunblade.queue)
1 : define qlocal (sunblade.queue)
AMQ8147: WebSphere MQ object not found.
end
2 : end
One MQSC command read.
No commands have a syntax error.
One valid MQSC command could not be processed.
Back to top
View user's profile Send private message
SAFraser
PostPosted: Fri Mar 30, 2007 10:00 am    Post subject: Reply with quote

Shaman

Joined: 22 Oct 2003
Posts: 742
Location: Austin, Texas, USA

As nathanw said
Quote:
yep problem was caused that when yu ceated the QM originally it did not create the default objects and tehrefore could not create your queues


Do you have a local queue named SYSTEM.DEFAULT.LOCAL.QUEUE? In fact, you should have a number of queues that start with SYSTEM.

What version of MQ?
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Installation/Configuration Support » AMQ5615 Default objects cannot created:CompCode=0,reason=0
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.