Author |
Message
|
fordikon |
Posted: Tue Jan 25, 2005 3:32 am Post subject: AMQ5615 Default objects cannot created:CompCode=0,reason=0 |
|
|
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 |
|
 |
nathanw |
Posted: Tue Jan 25, 2005 3:40 am Post subject: |
|
|
 Knight
Joined: 14 Jul 2004 Posts: 550
|
dumb questions but are all the CSDs installed? |
|
Back to top |
|
 |
fordikon |
Posted: Tue Jan 25, 2005 3:49 am Post subject: |
|
|
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 |
|
 |
nathanw |
Posted: Tue Jan 25, 2005 3:55 am Post subject: |
|
|
 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 |
|
 |
fordikon |
Posted: Tue Jan 25, 2005 4:12 am Post subject: |
|
|
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 |
|
 |
nathanw |
Posted: Tue Jan 25, 2005 4:17 am Post subject: |
|
|
 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 |
|
 |
fordikon |
Posted: Tue Jan 25, 2005 4:35 am Post subject: |
|
|
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 |
|
 |
nathanw |
Posted: Tue Jan 25, 2005 4:38 am Post subject: |
|
|
 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 |
|
 |
Philip Morten |
Posted: Tue Jan 25, 2005 5:34 am Post subject: |
|
|
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 |
|
 |
fordikon |
Posted: Thu Jan 27, 2005 3:55 am Post subject: |
|
|
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 |
|
 |
nathanw |
Posted: Thu Jan 27, 2005 4:07 am Post subject: |
|
|
 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 |
|
 |
fordikon |
Posted: Thu Jan 27, 2005 4:21 am Post subject: |
|
|
Newbie
Joined: 25 Jan 2005 Posts: 6
|
Thanks..I recreated the Queue manager and the problem went away.. |
|
Back to top |
|
 |
nathanw |
Posted: Thu Jan 27, 2005 4:32 am Post subject: |
|
|
 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 |
|
 |
nitinsukhija |
Posted: Thu Mar 29, 2007 4:36 am Post subject: |
|
|
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 |
|
 |
SAFraser |
Posted: Fri Mar 30, 2007 10:00 am Post subject: |
|
|
 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 |
|
 |
|