Author |
Message
|
venky |
Posted: Tue Mar 14, 2006 3:16 pm Post subject: Problem Creating Default Configuration for WMB 6. |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
After successfully installing Message Broker Version 6.0 and WBIMB toolkit 6.0.1, I tried to run the default confuguration wizard. Iam getting the following error.
Fails when trying to create a Local Domain connection.
Creating the local domain connection [LocalDomain.configmgr].
TASK FAILED
TIMESTAMP [Tue Feb 14 16:43:50 CST 2006]
Creating the local domain connection [LocalDomain.configmgr].
Status ERROR: com.ibm.etools.mft.eou code=0 Could not create the local domain connection [LocalDomain.configmgr].
Collected output from task >
Stdout: []
Stderr: [] org.eclipse.swt.SWTException: Failed to execute runnable (java.lang.NullPointerException)
Can someone help? Thank you. |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Mar 15, 2006 9:17 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
If you're able to, try:
1) running the DCW removal wizard
2) closing the workbench
3) deleting the workspace and restarting eclipse, or starting eclipse using a new workspace name.
4) re-running the DCW.
Cheers
-Matt |
|
Back to top |
|
 |
venky |
Posted: Wed Mar 15, 2006 11:23 am Post subject: |
|
|
 Master
Joined: 08 Jul 2003 Posts: 205
|
|
Back to top |
|
 |
mqmatt |
Posted: Thu Mar 16, 2006 3:41 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Phew, I knew if I posted enough I'd get the right answer at some point
Glad you got it working. |
|
Back to top |
|
 |
madhu |
Posted: Sun Aug 20, 2006 8:09 pm Post subject: could not create Local Domain connection |
|
|
Novice
Joined: 09 Jul 2003 Posts: 22
|
Hi,
I am trying to run the DCW in WBIMB toolkit 6.0.1, but getting below error. I tried this for two different workspaces, but same problem. Here is the log,
#########################################
TIMESTAMP [Sun Aug 20 23:01:56 CDT 2006]
Creating the local domain connection [LocalDomain.configmgr].
Status ERROR: com.ibm.etools.mft.eou code=0 Could not create the local domain connection [LocalDomain.configmgr].
Collected output from task >
Stdout: []
Stderr: [] java.lang.Exception: Could not connect to the Configuration Manager. Check the event log you see if the Configuration Manger started successfully.
#########################################
What could be the problem?
Thanks. |
|
Back to top |
|
 |
JT |
Posted: Sun Aug 20, 2006 9:45 pm Post subject: |
|
|
Padawan
Joined: 27 Mar 2003 Posts: 1564 Location: Hartford, CT.
|
I can't tell from your post, did you look into Venky's solution and check that the classpath references the appropriate classes? |
|
Back to top |
|
 |
madhu |
Posted: Mon Aug 21, 2006 8:53 am Post subject: |
|
|
Novice
Joined: 09 Jul 2003 Posts: 22
|
Thanks JT for looking into it.
I verified that I have following files in my CLASSPATH.
#########################################
C:\>echo %classpath%
C:\Program Files\IBM\WebSphere MQ\lib\com.ibm.mqetclient.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\ldap.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\jms.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;
C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;
.;
C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;
C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;
C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;
C:\PROGRA~1\IBM\SQLLIB\bin;
C:\PROGRA~1\IBM\SQLLIB\java\common.jar
#########################################
I have MQv6.0, DB2v8.2 and MessageBrokerV6.0 on my machine.
Do I need to configure anything?
Thanks. |
|
Back to top |
|
 |
|