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 » mqsicreateconfigmgr

Post new topic  Reply to topic
 mqsicreateconfigmgr « View previous topic :: View next topic » 
Author Message
ramukurra
PostPosted: Mon Jan 09, 2006 12:07 pm    Post subject: mqsicreateconfigmgr Reply with quote

Novice

Joined: 10 Mar 2004
Posts: 18
Location: CT

Hi,

I am trying to create the configmgr on Windowx xp using WBIMB V5.0 csd 6.

I was able to create the Broker successfully and not configmgr and got the following message inthe command prompt.

BIP8078E:A problem was encountered while attempting to create/delete the Configuration Manager.The operation was not succesfully. Check the message in system log for related errors and retry the operation.If the problem still persists contact the IBM support center.

[color=darkred]This is the error message that I got System log [/color]The machine wide Default Launch and Activation security descriptor is invalid. It contains Access Control Entries with permissions that are invalid. The requested action was therefore not performed. This security permission can be corrected using the Component Services administrative tool.

For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.

Application Error log message in the EventViewer is like this
( 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.

The exception text may indicate that the DB2 JDBC Driver could be found; check that the system CLASSPATH variable contains access to the DB2 runtime classes. If the DB2 classes are present in the CLASSPATH or if the exception text indicates a different problem, please contact your IBM support center.

I haven't get this kind of error before.

Any help can be appreciated.Thank you
Back to top
View user's profile Send private message
jefflowrey
PostPosted: Mon Jan 09, 2006 12:17 pm    Post subject: Re: mqsicreateconfigmgr Reply with quote

Grand Poobah

Joined: 16 Oct 2002
Posts: 19981

ramukurra wrote:
check that the system CLASSPATH variable contains access to the DB2 runtime classes.

_________________
I am *not* the model of the modern major general.
Back to top
View user's profile Send private message
irony
PostPosted: Mon Jan 09, 2006 8:19 pm    Post subject: mqsicreateconfigmgr Reply with quote

Apprentice

Joined: 18 Nov 2005
Posts: 35
Location: US

hi ram,
also check ur MQ installation. I think you have not installed all components of MQ. Do not un-install, just hit install and select the missing components.
regards,
irony
Back to top
View user's profile Send private message
premkumar
PostPosted: Mon Jan 09, 2006 9:14 pm    Post subject: Reply with quote

Apprentice

Joined: 24 Feb 2004
Posts: 40

Hi,

Have u installed db2?

If yes then the user id u r using has permission to db2 and wbimb..

Have u created the configuration manager DB with the same user id???

As the error clearly says the user id u have logged in doesn not have classpath variables set. so make sure u have set the required classpath variables for db2.
_________________
Thanks and Regards,
Premkumar.S
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
srindies
PostPosted: Mon Jan 09, 2006 11:12 pm    Post subject: Reply with quote

Apprentice

Joined: 06 Jan 2006
Posts: 28

Install DB2 database in your installation and make sure your configuration manager user id have access to the database. Look out for DB2 installation directory and add it in your classpath. Following jar files should be added in classpath for successful operation. Check your installation directory.

C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;

Regards,

Sridhar H
Back to top
View user's profile Send private message
ramukurra
PostPosted: Tue Jan 10, 2006 5:35 am    Post subject: Thanks for all replies Reply with quote

Novice

Joined: 10 Mar 2004
Posts: 18
Location: CT

Hi,

Thanks to every one

I installed DB2,Created ConfigurationDatabasetable,user got the access too.

I install the WBIMBV5.0 , created the Broker , ConfigMgr and worked with Toolkit successfully before.I haven't add jar files to CLASSPATH before and worked fine.Any one can through more light on it.

Thank you
Back to top
View user's profile Send private message
premkumar
PostPosted: Tue Jan 10, 2006 7:47 pm    Post subject: Reply with quote

Apprentice

Joined: 24 Feb 2004
Posts: 40

Hi,

So what was the problem????

You have not installed db2 or what???
_________________
Thanks and Regards,
Premkumar.S
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
rob.wright
PostPosted: Tue Sep 05, 2006 1:00 pm    Post subject: Reply with quote

Newbie

Joined: 05 Sep 2006
Posts: 2

I know this discussion is a bit old, but I hit it when trying to fix my problem ...... which I eventually did. Read on ....

You may be having problems due to the login ID of your ConfigMgr not being in the required security groups. Look in the section "Security requirements for administrative tasks" in the WBIMB Configuration, Administration, and Security manual.

I just hit this problem on windows ... oh the pain ... This is too much when I think back ... ... Firstly I thought it was related to my CLASSPATH so I rebuilt it to use short names ... no joy. After much research I decided to rebuild my WBIMB environment. It had got a bit crazy anyway as I had too many queue managers and brokers. So I deleted all the brokers and the ConfigMgr. Rebuilt the ConfigMgr and STILL had the problem.

It was THEN that I found this

http://www.mqseries.net/phpBB2/viewtopic.php?t=17247&view=previous&sid=1fedf13aad5e18114189f4090a9433ac

For some reason my ConfigMgr userid had changed to LocalSystem - I had recently upgraded to MQV6 and also uninstalled the MQ AMI product. Not sure if somewhere in there this occurred. Anyway, when I rebuilt it I used a domain userid - oh the ignorance - the ID needs to be local, in the MQBRKRS group and be in the Adminstrators group.

The outcome is that I created a new userid, added it to the relevant groups and hey presto - it works

In the end, if I'd found the above link I could have saved myself a bit of pain. Then again, I get to cleanup my laptop - all's well that ends well.

I am now going around the posts that describe the same problem and linking in the resolution that worked for me.

HTH
Rob
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 » mqsicreateconfigmgr
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.