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 » Problems in Creating the Configuration manager

Post new topic  Reply to topic
 Problems in Creating the Configuration manager « View previous topic :: View next topic » 
Author Message
nik_iway
PostPosted: Mon Sep 19, 2005 3:55 am    Post subject: Problems in Creating the Configuration manager Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

Hi everybody

I Installed DB2 enterprise edition v 8.1.4 on windows machine and creted the following databases :

MQCMDB - configuration manager database
MQUSDB - username server database
MQMRDB - message repositiry database
MQBKDB - broker database
SAMPLEDB - sample databse

I configuted the above databases with the IBM db2 ODBC connection

When i am trying to create the configuration manager its showing the following error in windows machine:

ConfigMgr ) Unexpected exception in the Configuration Manager DBManager class constructor method; exception text: 'java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver', 'COM.ibm.db2.jdbc.app.DB2Driver'.

While attempting a database operation on the configuration repository, an exception was caught by the Configuration Manager DBManager class constructor method. The database operation did not complete successfully. The exception text is: java.lang.ClassNotFoundException: COM.ibm.db2.jdbc.app.DB2Driver, COM.ibm.db2.jdbc.app.DB2Driver.

This is an internal error. Contact your IBM support center.

BIP 8078E A problem was encountered while attempting to create or delete the configuration manager the operation was not completed successfully,


Can anybody help me in this regard

Thanking you

Nik
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Sep 19, 2005 3:59 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

What is the value of the environment variable called "CLASSPATH"?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
helping_hand
PostPosted: Mon Sep 19, 2005 6:36 am    Post subject: Reply with quote

Novice

Joined: 28 Jul 2005
Posts: 14

be sure that the all the jar files are properly set in environment CLASSPATH

and check classpath for java, if is not set , then set it

at the installation time of DB2 did u checked the check box , that this user is used for all DB Operations
and

copy the jar files from the below directory

C:\Program Files\IBM\DistHub\v2\classes

and paste it in this directory

C:\Program Files\IBM\DistHub\v2

check user name must be part of all these group and as well as mqm


mqbrasgn
mqbrdevt
mqbrops
mqbrkrs
mqbrtpic
mqm
Back to top
View user's profile Send private message
nik_iway
PostPosted: Mon Sep 19, 2005 7:34 pm    Post subject: Problems while creating the Configuration Manager Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

the value of my class path is given below:


C:\j2sdk1.4.2\jre\lib\rt.jar;C:\j2sdk1.4.2\lib\tools.jar; C:\j2sdk1.4.2\lib;E:\DOM\xerces-2_7_1\resolver.jar;E:\DOM\xerces-2_7_1\xercesImpl.jar;E:\DOM\xerces-2_7_1\xml-apis.jar;E:\DOM\xerces-2_7_1\xercesSamples.jar;.;E:\DOM\xerces-2_7_1\samples\dom\wrappers;C:\j2sdk1.4.2;C:\Sun\jwsdp-1.6\jaxp\lib\jaxp-api.jar;C:\Sun\jwsdp-1.6\jaxp\lib\endorsed/xercesImpl.jar;E:\Naresh\Junk\xsom-20050905\xsom.jar;E:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;E:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;E:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;E:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;E:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;E:\PROGRA~1\IBM\SQLLIB\bin;E:\PROGRA~1\IBM\SQLLIB\java\common.jar


Any suggestions Jeff..

Waiting for response...

Regards
Nik
Back to top
View user's profile Send private message
mqmatt
PostPosted: Tue Sep 20, 2005 2:04 am    Post subject: Reply with quote

Grand Master

Joined: 04 Aug 2004
Posts: 1213
Location: Hursley, UK

Every time I've seen this problem reported, the cause has always been that DB2 is not being picked up in the CLASSPATH, because that's exactly what the message is saying.

Check that E: is a valid, active drive and that E:\PROGRA~1\IBM\SQLLIB\java\db2java.zip is a valid zip file, and also that it contains DB2Driver.class inside the COM\ibm\db2\jdbc\app folder.
Also check that this file can be read by the userid under which the Config Manager is running.

Regards
-Matt
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Tue Sep 20, 2005 3:38 am    Post subject: Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

I might also move the DB2 entries to the front of the classpath.
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
nik_iway
PostPosted: Tue Sep 20, 2005 4:16 am    Post subject: Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

i have seen the class path and the files that you have mentined in the directory everything seems fine. i also removed the path of the files in the CLASSPATH and added the new paths. wen i am creating the configuration manager it showing the same error.

i unistalled the DB2 and Installed it again , i added the DB2 java files to the CLASSPATH , wen iam creating the configuration manager i am getting the same error.....


Any suggestions please
Back to top
View user's profile Send private message
nik_iway
PostPosted: Tue Sep 20, 2005 5:11 am    Post subject: Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

Also check that this file can be read by the userid under which the Config Manager is running.

Regards
-Matt

How to check it Matt...

the user id i am working is mq1
Back to top
View user's profile Send private message
nik_iway
PostPosted: Tue Sep 20, 2005 11:37 pm    Post subject: Unable to start the control Center Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

Hi Matt and Jeff,

i configured the CLASSPATH for my user id and created the configuration manager , broker, username server but i am unable to start the Control center

Any suggestions please......

Regards
Nik
Back to top
View user's profile Send private message
elvis_gn
PostPosted: Wed Sep 21, 2005 12:09 am    Post subject: Reply with quote

Padawan

Joined: 08 Oct 2004
Posts: 1905
Location: Dubai

Unzip the db2java.zip file and place the contents in a folder named as DB2java and add that path to the classpath.....
Back to top
View user's profile Send private message Send e-mail
nik_iway
PostPosted: Wed Sep 21, 2005 2:29 am    Post subject: Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

I unzipped the DB2java zip into folder DB2java still the problem persists

any suggestions please.........

thanks in advance
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Wed Sep 21, 2005 3:42 am    Post subject: Re: Unable to start the control Center Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

nik_iway wrote:
i configured the CLASSPATH for my user id and created the configuration manager , broker, username server but i am unable to start the Control center

The control center? So you're using 2.1? Yeesh.

Regardless, why can't you start it? What happens? The same classpath error? Or a different error?
_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
nik_iway
PostPosted: Fri Sep 23, 2005 5:14 am    Post subject: Reply with quote

Centurion

Joined: 21 Jul 2005
Posts: 115

wen iam starting the control center the starting logo is starting up thats it
i am unable to log on to the control center. there are no errors in the windows event log..............

can you tell me jeff wat could be the problem..

thanks
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 » Problems in Creating the Configuration manager
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.