Posted: Fri Jan 10, 2003 11:21 am Post subject: (s/390 - z/os) MQWF UnsatisfiedLinkError Client w/QM setup
Apprentice
Joined: 23 Aug 2002 Posts: 27
In our s/390 environment we have MQWorkflow Server running on lpar- P04 and I am trying to configure a Client Concentrator on lpar-ET1. I have configured a Queue Manager on ET1 which is clustered with P04's Queue manager. WebSphere also runs on ET1.
I am taking an incremental step, by proving connectivity from the command line, before trying through WAS. So I have a very simple "HelloWorld" sort of java command line app that I am using to establish a Logon/Logoff with my MQWF server. I run this on ET1, with hopes of connecting to MQWF Server on P04...But I am getting the following message now when executing my java command line program from USS on ET1:
Another puzzling issue is that the file DD:FMCHEUPR contains absolutely nothing, it's just comments. What's suppose to be in it? The doc's don't seem to explain what it's purpose is too well. I already have a ".profile" with settings in it. What's up with the "DD:FMCHEUPR" ?
(later in this document I list my various config settings)
Could not load dll : /ET1/fmc/lib/libfmcojloc.so
: EDC5157I AN INTERNAL ERROR HAS OCCURRED.
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't find library fmcojloc (libfmcojloc.so) in java.library.path
java.library.path=/usr/lpp/java/IBM/J1.3/bin/:/usr/lpp/java/IBM/J1.3/bin/classic
:/usr/lpp/Printsrv/lib:/lib:/usr/lib:.:/fmc/lib:.:/usr/lib
at java.lang.Throwable.<init>(Throwable.java:104)
at java.lang.Error.<init>(Error.java:60)
at java.lang.LinkageError.<init>(LinkageError.java:53)
at java.lang.UnsatisfiedLinkError.<init>(UnsatisfiedLinkError.java:52)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1746)
at java.lang.Runtime.loadLibrary0(Runtime.java:780)
at java.lang.System.loadLibrary(System.java:865)
at com.ibm.workflow.loc.jni.DomainControllerImpl.<clinit>(DomainControll
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