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 » WebSphere Message Broker (ACE) Support » Info: Cannot start broker [8.0.0.1] - Catalog exception

Post new topic  Reply to topic
 Info: Cannot start broker [8.0.0.1] - Catalog exception « View previous topic :: View next topic » 
Author Message
AkaiRyujin
PostPosted: Thu Sep 20, 2012 10:39 am    Post subject: Info: Cannot start broker [8.0.0.1] - Catalog exception Reply with quote

Newbie

Joined: 06 Mar 2012
Posts: 7

** For Reference **

Attempting to start message broker 8.0.0.1 on some environments yields the following exception message:

Code:
BIP2176S: Could not find message 8875 in catalogue En_US/BIPmsgs.cat, inserts are BKR_LOCAL {1} {2} {3} {4} {5} {6}


I have finally tracked this down to a change in the way mqsiprofile repetition is calculated.

Previous Version
Code:
PROSPECTIVE_MQSI_FILEPATH=/opt/ibm/mqsi/8.0.0.0
if test "${MQSI_FILEPATH:-MQSI_FILEPATH_NOT_SET}" = "${PROSPECTIVE_MQSI_FILEPATH}"
then
  echo mqsiprofile repetition disallowed - $MQSI_FILEPATH
  return 1
fi


Current Version
Code:
if [ -n "${PROSPECTIVE_MQSI_FILEPATH+MQSI_PROFILE_NOT_SET}" ];
then
  echo mqsiprofile repetition disallowed
  return 1
fi
PROSPECTIVE_MQSI_FILEPATH=/opt/ibm/mqsi/8.0.0.1


However when the runMQService wrapper is invoked it unsets the following

Code:
export MQSI_FILEPATH=
export MQSI_LILPATH=
export MQSI_MQSI_SECURITY_PROVIDER_PATH=


Before sourcing the profile again, mqsiprofile stops due to repetition, and therefore the paths are not correctly configured.

Updating the new test method to check the same property as the old method fixes and allows the utilities to function correctly.

As does unsetting the environment variable PROSPECTIVE_MQSI_FILEPATH in both runMQService and endMQService wrapper scripts.

Code:
unset PROSPECTIVE_MQSI_FILEPATH


I have observed this behaviour on both Centos and Ubuntu development platforms.
Back to top
View user's profile Send private message
mqjeff
PostPosted: Thu Sep 20, 2012 12:03 pm    Post subject: Reply with quote

Grand Master

Joined: 25 Jun 2008
Posts: 17447

I hope you've filed a PMR to inform the lab of this data.
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 » WebSphere Message Broker (ACE) Support » Info: Cannot start broker [8.0.0.1] - Catalog exception
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.