Author |
Message
|
rambo208 |
Posted: Tue Feb 23, 2010 1:53 am Post subject: Error when starting Config manager |
|
|
Novice
Joined: 26 Nov 2009 Posts: 13
|
Hi,
I keep getting this error when i start up my config manager.
( BRKCM ) Unexpected exception in ConfigurationManager class 'initialize' method; exception text: ''java.lang.UnsatisfiedLinkError: mqjbnd05 (Not found in java.library.path)'', ''mqjbnd05 (Not found in java.library.path)''.
An exception was caught by the ConfigurationManager class 'initialize' method while the Configuration Manager was being started or stopped. The exception text is: 'java.lang.UnsatisfiedLinkError: mqjbnd05 (Not found in java.library.path)', 'mqjbnd05 (Not found in java.library.path)'.
does anyone know how to resolve this?? |
|
Back to top |
|
 |
MrSmith |
Posted: Tue Feb 23, 2010 2:46 am Post subject: |
|
|
 Master
Joined: 20 Mar 2008 Posts: 215
|
As will anybody willing to help on here will ask you need to provide more detauils like platform version CSD levels what you did to create the exception and genrally some idea of you setup, just printing the exception like this is not overley helpful sorry.... |
|
Back to top |
|
 |
rambo208 |
Posted: Tue Feb 23, 2010 3:02 am Post subject: |
|
|
Novice
Joined: 26 Nov 2009 Posts: 13
|
Hi,
I was try9ing to create a local broker on my Windows machine.
I created the Broker, queue manager and config manager successfully.
but when starting the Config manager, i got the exception below.
here are the commands i ran
mqsicreatedb BROKERDB -i mquser -a mquser -e DB2
mqsicreateconfigmgr BROKER_CON_MAN -i mquser -a mquser -q BrokerQueueManager -n BROKERDB
mqsicreatebroker BROKER -i mquser -a mquser -q BrokerQueueManager -n BROKERDB -u mquser -p mquser |
|
Back to top |
|
 |
Vitor |
Posted: Tue Feb 23, 2010 5:05 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Judging from the error (as you've still not seen fit to quote the level of product you're using) I'd say your WMQ install is not quite right. Certainly the WMQ jar files are not in the path properly.
Another problem is that the subject line says "starting Config Manager" but now you say you're creating a broker. Which is it? _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
MrSmith |
Posted: Tue Feb 23, 2010 5:09 am Post subject: |
|
|
 Master
Joined: 20 Mar 2008 Posts: 215
|
OK firstly in your windows machine in the environment variables check that the correct variables exist and that your CLASSPATH and PATH variables are correctly set accordinmg to the most priority jars being at the front cos this to me looks like a conflict of interest. These should be found in the documentation or if possible look at another machine that is working. By the exception your getting i would hazard a good guess that your paths are incorrect, or that your have other products prioritising the way java is searching for the correct classes.
Also ensure in your PATH variable that you do have any conflictions with other products that may have installed their jars (where there might be a confliction of name and package) before the MQ and Broker stuff. Oracle i have known to do this when installing client.
This is not exactly an exact science for your particular problem but its where i would start looking. |
|
Back to top |
|
 |
mqmatt |
Posted: Tue Feb 23, 2010 7:40 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
This comes up every few months on mqseries.net... it came up a couple weeks ago ISTR.
Simple solution is: You've not installed the Java component of MQ. |
|
Back to top |
|
 |
rahuldhanpal |
Posted: Thu Feb 25, 2010 9:45 am Post subject: |
|
|
Voyager
Joined: 24 Jan 2009 Posts: 84 Location: Kenosha WI
|
Hi,
Just curious to know if mqsicreateconfigmgr has the flag -n DSNName on it..
Cheers
RD
rambo208 wrote: |
Hi,
I was try9ing to create a local broker on my Windows machine.
I created the Broker, queue manager and config manager successfully.
but when starting the Config manager, i got the exception below.
here are the commands i ran
mqsicreatedb BROKERDB -i mquser -a mquser -e DB2
mqsicreateconfigmgr BROKER_CON_MAN -i mquser -a mquser -q BrokerQueueManager -n BROKERDB
mqsicreatebroker BROKER -i mquser -a mquser -q BrokerQueueManager -n BROKERDB -u mquser -p mquser |
|
|
Back to top |
|
 |
mqmatt |
Posted: Fri Feb 26, 2010 4:26 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Don't use the -n flag unless you're migrating a really old V5 Config Manager that has a DB2 database. |
|
Back to top |
|
 |
|