Author |
Message
|
vennela |
Posted: Wed Oct 20, 2004 2:51 pm Post subject: broker not starting on AIX |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
This is a new install.
Installed and created the broker. This is what the error says.
Code: |
Oct 20 17:35:03 mycompaix MQSIv500[72210]: (WBRK_BROKER)[1]BIP2001I: The WebSphere Business Integration Message Brokers service
has started, process ID 82960. : WBRK_BROKER.service: /build/S500_P/src/AdminAgent/ControlProcess/rios_aix_4/ImbControlServic
e.cpp: 337: ImbControlService::StartNewAA: :
Oct 20 17:35:04 mycompaix MQSIv500[72210]: (WBRK_BROKER)[1]BIP2001I: The WebSphere Business Integration Message Brokers service
has started, process ID 82962. : WBRK_BROKER.service: /build/S500_P/src/AdminAgent/ControlProcess/rios_aix_4/ImbControlServic
e.cpp: 337: ImbControlService::StartNewAA: :
Oct 20 17:35:04 mycompaix MQSIv500[72210]: (WBRK_BROKER)[1]BIP2001I: The WebSphere Business Integration Message Brokers service
has started, process ID 82964. : WBRK_BROKER.service: /build/S500_P/src/AdminAgent/ControlProcess/rios_aix_4/ImbControlServic
e.cpp: 337: ImbControlService::StartNewAA: :
Oct 20 17:35:04 mycompaix MQSIv500[72210]: (WBRK_BROKER)[1]BIP2001I: The WebSphere Business Integration Message Brokers service
has started, process ID 82966. : WBRK_BROKER.service: /build/S500_P/src/AdminAgent/ControlProcess/rios_aix_4/ImbControlServic
e.cpp: 337: ImbControlService::StartNewAA: : |
Code: |
lslpp -L | grep mqsi
mqsi.ev 5.0.1.4 C P IBM WebSphere Business
Multiplatforms (/usr/opt/mqsi/)
mqsi.ib 5.0.1.4 C P IBM WebSphere Business
Multiplatforms (/usr/opt/mqsi/)
|
Code: |
mqver
Name: WebSphere MQ
Version: 530.6 CSD06
CMVC level: p530-06-L040211
BuildType: IKAP - (Production)
|
Code: |
db2level
DB21085I Instance "wmqiinst" uses "32" bits and DB2 code release "SQL08020"
with level identifier "03010106".
Informational tokens are "DB2 v8.1.1.64", "s040812", "U498350", and FixPak "7".
Product is installed at "/usr/opt/db2_08_01". |
When I issue mqsistart only bipservice comes up and no bipbroker. In the syslog I get the above error messages.
I manually issued bipbroker on the command line and I am getting an error like
Quote: |
bipbroker
exec(): 0509-036 Cannot load program bipbroker because of the following errors:
0509-130 Symbol resolution failed for bipbroker because:
0509-136 Symbol resolveIdentity__16ImbSyntaxElementFv (number 302) is not exported from
dependent module /usr/opt/mqsi/lib/libMessageServices.a(libMessageServices.a.so).
0509-192 Examine .loader section symbols with the
'dump -Tv' command.
|
Where do I start |
|
Back to top |
|
 |
EddieA |
Posted: Wed Oct 20, 2004 3:15 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
Wlid guess, based on the only "strange" requirement for AIX:
Quote: |
Java Runtime Environment 1.3.1 (service release 3 for AIX® only).
On AIX, ensure that you have installed Java 1.3.1 Service Release 3 in directory /usr/java131. If you have installed Java1.3.1 in another directory, create a symbolic link in /usr/java131 to the directory in which you installed Java 1.3.1. |
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
vennela |
Posted: Wed Oct 20, 2004 3:34 pm Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Did that:
Code: |
echo $PATH
/usr/java131/bin:/opt/mqm/java/lib:/usr/java130/bin::/u/is/bin:.:/opt/standard_perl/perl/bin:/opt/mqm/bin:/opt/mqm/samp:/opt/mqm/samp/bin:/var/mqm:/u/bin:/bin:/usr/sbin:/usr/bin:/etc:/usr/ucb:/usr/bin/X11:/sbin:/usr/java130/jre/bin:/usr/java130/bin:/usr/opt/mqsi/bin:
|
Same error. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Oct 21, 2004 2:40 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Are you sure that's the active PATH for the broker service user? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
waugh |
Posted: Thu Oct 21, 2004 5:38 am Post subject: |
|
|
 Master
Joined: 19 Feb 2004 Posts: 225
|
vennala,
r u logged in as ServiceUserId user created that broker when you try starting it?
to confirm we do not have authentication issues I would,
try querying the broker DB,
connect to BKRDB user 'dbuseridusedtocreatebroker' using 'dbpassword'
select * from BROKERAA |
|
Back to top |
|
 |
vennela |
Posted: Thu Oct 21, 2004 9:44 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
We created the database manually. We did the mqsi_setupdatabase thing and the broker started fine. |
|
Back to top |
|
 |
|