Author |
Message
|
sachinramesh |
Posted: Sun Feb 17, 2008 10:59 pm Post subject: problem creating configmgr in mb5.0 usingmqsicreateconfigmgr |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Hi all
I am trying to create configmgr using mqsicreteconfigmgr command
I am getting the following error
C:\Documents and Settings\adminstrator>mqsicreateconfigmgr -i adminstrator -a admin -q WCM5_DEFAULT_QM -n UNIFY_
CM -u db2admin -p db2admin
AMQ8110: WebSphere MQ queue manager already exists.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
The setmqaut command completed successfully.
BIP8078E: A problem was encountered while attempting to create/delete the Configuration Manager.
The operation was not completed successfully.
Check messages in the system log for related errors and retry the operation. If the problem still occurs, contact your IBM support
I had started all the db2 services,broker etc
In the error logs it shows
( 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.
CAN ANYBODY TELL ME WHY I AM GETTING THIS ERROR |
|
Back to top |
|
 |
AJStar |
Posted: Sun Feb 17, 2008 11:06 pm Post subject: Re: problem creating configmgr in mb5.0 usingmqsicreateconfi |
|
|
 Acolyte
Joined: 27 Jun 2007 Posts: 64
|
sachinramesh wrote: |
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. |
Did you check that? _________________ Regards
AJ |
|
Back to top |
|
 |
sachinramesh |
Posted: Sun Feb 17, 2008 11:18 pm Post subject: Re: problem creating configmgr in mb5.0 usingmqsicreateconfi |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
AJStar wrote: |
sachinramesh wrote: |
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. |
Did you check that? |
Yes i checked, the classpath is set in the system CLASSPATH variables |
|
Back to top |
|
 |
Gaya3 |
Posted: Sun Feb 17, 2008 11:26 pm Post subject: |
|
|
 Jedi
Joined: 12 Sep 2006 Posts: 2493 Location: Boston, US
|
Hi
You have to export db2jcc jar files and it has to be in the CLASSPATH variable.
I dont understand why you are using adminstrator as the user id
Please check whether the all the user ids that you are using are having access privilege
Regards
Gayathri _________________ Regards
Gayathri
-----------------------------------------------
Do Something Before you Die |
|
Back to top |
|
 |
sachinramesh |
Posted: Sun Feb 17, 2008 11:53 pm Post subject: |
|
|
 Disciple
Joined: 20 Feb 2007 Posts: 170
|
Gaya3 wrote: |
Hi
You have to export db2jcc jar files and it has to be in the CLASSPATH variable.
I dont understand why you are using adminstrator as the user id
Please check whether the all the user ids that you are using are having access privilege
Regards
Gayathri |
Thanks Gayathri , i did not have the user permissions for mqbrks,mqbrops etc,i had given permissions and now i could create the config mgr,
thank u all for your help |
|
Back to top |
|
 |
|