Author |
Message
|
EAI_GURU |
Posted: Fri Sep 28, 2007 12:52 am Post subject: error while invoking maps (made using wtx) from jcn |
|
|
Newbie
Joined: 18 Jul 2007 Posts: 9
|
Hi Friends,
I'm getting following error while invoking maps (made using wtx) from java compute node. I have inculded dtxpi.jar in the classpath.
java.lang.UnsatisfiedLinkError: Can't find library dstxjpi (dstxjpi.dll) in sun.boot.library.path or java.library.path
sun.boot.library.path=C:\IBM\MQSI6.0\jre\bin
java.library.path=C:\IBM\MQSI6.0\bin;.;C:\WINDOWS\system32;C:\WINDOWS;C:\IBM\MQSI6.0\jre\bin;C:\IBM\MessageBrokersToolkit6.0\eclipse;C:\IBM\MessageBrokersToolkit6.0;C:\IBM\MQSI6.0\bin;/bin;C:\Program Files\PC Connectivity Solution\;C:\IBM\WebSphere MQ\Java\lib;C:\Program Files\ThinkPad\Utilities;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program Files\IBM\Infoprint Select;C:\Notes;C:\Program Files\XLView;C:\lotus\compnent;C:\Utilities;C:\Program Files\IBM\Personal Communications\;C:\Program Files\IBM\Trace Facility\;C:\WINDOWS\Downloaded Program Files;C:\Program Files\ThinkPad\ConnectUtilities;C:\IBM\SQLLIB\BIN;C:\IBM\SQLLIB\FUNCTION;C:\IBM\SQLLIB\SAMPLES\REPL;C:\IBM\WebSphere MQ\bin;C:\IBM\WebSphere MQ\tools\c\samples\bin;; |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Sep 28, 2007 2:44 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
|
Back to top |
|
 |
EAI_GURU |
Posted: Fri Sep 28, 2007 3:43 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2007 Posts: 9
|
have added dstxjpi.jar in the classpath ..... now getting class not found error. |
|
Back to top |
|
 |
EAI_GURU |
Posted: Fri Sep 28, 2007 4:19 am Post subject: |
|
|
Newbie
Joined: 18 Jul 2007 Posts: 9
|
I have added dtxpi & dstxpi .jar in the classpath.. now getting following error
com.ibm.websphere.dtx.dtxpi.MException: Loading map failed - Native function: CMpiMapSet::CMpiMapSet
at com.ibm.websphere.dtx.dtxpi.MMap._init(Native Method)
at com.ibm.websphere.dtx.dtxpi.MMap.<init>(Unknown Source) |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Sep 28, 2007 4:34 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
I don't' know WTX very well, but it seems like you're trying to use it from Broker without fully installing the WTX runtime...
Do the regular WTX nodes work, rather than calling the map from java? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
harraz |
Posted: Thu Sep 25, 2008 2:47 am Post subject: |
|
|
Newbie
Joined: 25 Sep 2008 Posts: 1
|
Hi EAI_GURU,
were you able fto solve yr problem, I have a similar one where I only get your latest error message
"com.ibm.websphere.dtx.dtxpi.MException: Loading map failed - Native function: CMpiMapSet::CMpiMapSet
at com.ibm.websphere.dtx.dtxpi.MMap._init(Native Method)
at com.ibm.websphere.dtx.dtxpi.MMap.<init>(Unknown Source)"
By the way, I call WTX maps from Message broker using Java API's from Java Node, I have no alternative its a customer requirement
Please help |
|
Back to top |
|
 |
|