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 » BIP1002S when try to start a config mgr MB V6 under Z/OS

Post new topic  Reply to topic
 BIP1002S when try to start a config mgr MB V6 under Z/OS « View previous topic :: View next topic » 
Author Message
severine
PostPosted: Wed Feb 01, 2006 3:02 am    Post subject: BIP1002S when try to start a config mgr MB V6 under Z/OS Reply with quote

Novice

Joined: 01 Feb 2006
Posts: 10

Hi,

i try to start a configuration manager (MB V6) under Z/OS 1.6 with MQSeries 5.3.1.
I have the following messages :

+BIP2001I MQSBCMGR 0 THE WEBSPHERE MESSAGE BROKERS SERVICE HAS STARTED AT VERSION 6000; PROCESS ID 197379. : ImbControlService(773)
+BIP1002S MQSBCMGR 0 UNEXPECTED EXCEPTION IN CONFIGURATIONMANAGER CLASS initialize METHOD; EXCEPTION TEXT: 'java.lang.NoClassDefFoundError: com/ibm/mq/MQException', 'com/ibm/mq/MQException'. : ImbNativeTrace(711)
+BIP2015E MQSBCMGR 0 THE WEBSPHERE MESSAGE BROKERS SERVICE DETECTED THAT EXECUTABLE bipconfigmgr TERMINATED, EXIT CODE 106. : ImbControlService(870).


I defined com.ibm.mq.jar in the ENVFILE.

Could you help ?
Thanks
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Feb 01, 2006 3:58 am    Post subject: Re: BIP1002S when try to start a config mgr MB V6 under Z/OS Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

severine wrote:
I defined com.ibm.mq.jar in the ENVFILE.

Setup of Message broker on z/os is fairly complicated.

Com.ibm.mq.jar is obviously not the only jar file you need on the classpath.

You should confirm from the documentation which other MQ jar files you need in the classpath. I'd be surprised if it was less than "all".
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
severine
PostPosted: Wed Feb 01, 2006 4:11 am    Post subject: BIP1002S when try to start a config mgr MB V6 under Z/OS Reply with quote

Novice

Joined: 01 Feb 2006
Posts: 10

I use the ENVFILE (created when I ran the JCL BIPGEN to create the profile of my configuration manager.
Following the definition of the ENVFILE :
MAIL=/usr/mail/L240871
CA_OPRPING_TIMEOUT=30
CAIGLBL0006=CVB1
PATH=/usr/lpp/mqsi/V6R0M0/bin:/usr/lpp/java/J1.4/bin
MQSI_ARM_ELEMENTTYPE=
CAI_DATEFMT=MMM-DD-YYYY
EDITOR=ed
CAI_CAMSGF_OPRDIRECT=
CAIUNIDB=CAIUNIDB
SHELL=/bin/sh
CAEM_DATA_DIR=/cai/tngfw/emsrvc/data
CAICATD0000=1.3.6.1.4.1.791
MQSI_COMMAND_ZOS_MQ_ECHO=1
CAICATD0001=161
CAICATD0002=1
PS1=$LPARNAME:$LOGNAME:$PWD: >
CAICATD0003=1
OPR_SAF_SYNC=N
CAICATD0004=60
CAICATD0005=/cai/tngfw/snmp/dat/mib.txt
_=/bin/printenv
MQSI_FILEPATH=/usr/lpp/mqsi/V6R0M0
CLASSPATH=/home/L240871/mqm/V5R3M1/java/lib/com.ibm.mq.jar:/home/L240871/mqm/V5R3M1/java/lib/connector.jar:/usr/lpp/mqsi/V6R0M0/classes:/usr/lpp/java/J1.4/lib:/usr/lpp/mqsi/V6R0M0/classes/config.jar
CAICATD0006=CVB1
JAVAHOME=/usr/lpp/java/J1.4
STEPLIB=CURRENT
LOGNAME=L240871
ENV=/home/L240871/.setup
CAICATD0008=/cai/tngfw/snmp/config/snmpd.conf
LANG=C
CAIPRB0200=/cai/tngfw/tmp/
LIBPATH=/home/L240871/mqm/V5R3M1/java/lib:/usr/lpp/mqsi/V6R0M0/lib/wbimb:/usr/lpp/mqsi/V6R0M0/lib/wbieb:/usr/lpp/mqsi/V6R0M0/lib:/usr/lpp/java/J1.4/lib:/usr/lpp/java/J1.4/bin:/usr/lpp/java/J1.4/bin/classic:/usr/lpp/ixm/IBM/xml4c-5_5/lib
MQSI_COMMAND_ZOS_MQ_ECHO_RC=1
MQSI_COMMAND_DATABASE_ECHO=1
CA_OPR_SAF_ROOT=/cai/tngfw/opr/saf
CA_OPR_RETAIN_LOGS=2
MQSI_MC_MESSAGES=NO
CA_OPR_WRITE_MSGACK=Yes
CA_AGENT_TIMEOUT=120
CAICAL0003=/cai/tngfw/cal/config/CVB1
HOME=/home/L240871
MQSI_REGISTRY=/apps/wbimb/ConfigMgr
CAI_CONLOG=/cai/tngfw/opr/logs
CAICAL0004=1
CA_REPORT=/cai/tngfw/report/
CA_CAIMESSAGE=/cai/tngfw/messages/american
CA_CAL_WORKDAY=1-5
MQSI_USE_ARM=NO
LC_ALL=C
MQSI_ARM_ELEMENTNAME=MQSBCMGR
MQSI_CONSOLE_NLSPATH=/usr/lpp/mqsi/V6R0M0/messages/En_US
MQSI_COMPONENT_NAME=MQSBCMGR
CAIGLBL0000=/cai/tngfw
TZ=GMT0
_BPX_BATCH_SPAWN=NO
CA_OPR_SAF=Y
CAPB_PATH=/cai/tngfw/prb/config/
MANPATH=/usr/man/%L:/usr/lpp/Printsrv/man/%L
NLSPATH=/usr/lpp/mqsi/V6R0M0/messages/%L/%N
CAL_ALT_DIR=/cai/tngfw/cal/config/CVB1
CAIGLBL0002=CACRITMON
CA_CAILANGUAGE=enu


For information I started the broker without problem.
Back to top
View user's profile Send private message
severine
PostPosted: Wed Feb 01, 2006 6:04 am    Post subject: Reply with quote

Novice

Joined: 01 Feb 2006
Posts: 10

I added all .jar in the CLASSPATH and I have the same problem.
Back to top
View user's profile Send private message
_dave_
PostPosted: Wed Feb 01, 2006 7:53 am    Post subject: Reply with quote

Apprentice

Joined: 08 Apr 2005
Posts: 33
Location: IBM Hursley

Hi,

Please make sure that the ConfigMgr started-task userId has access to
/home/L240871/mqm/V5R3M1/java/lib

It needs to be able to read all directories in the path and the .jar files too.

The LIBPATH also requires access to this directory for some of the MQ java .so files which are called internally from the MQ Java classes.

You shouldn't need to update the ENVFILE directly, instead update
BIPCPROF in the component dataset and submit BIPGEN to regenerate the
ENVFILE.

All MQ prereqs are defined in BIPCPROF, so you should just need to replace
++MQPATH++ correctly.

Please let us know how you get on.
Back to top
View user's profile Send private message
severine
PostPosted: Tue Feb 07, 2006 7:14 am    Post subject: Reply with quote

Novice

Joined: 01 Feb 2006
Posts: 10

Hi,

I "played" with the autorizations of home/L240871/mqm/V5R3M1/java/lib and the configuration manager started

Thank you
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 » BIP1002S when try to start a config mgr MB V6 under Z/OS
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.