![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| High Level Programming Post questions about C, C++, Java, SQL, and other programming languages here. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| facing problem in getting output on single line | junaid.nehvi | Shell Programming and Scripting | 3 | 08-02-2008 01:14 PM |
| Problem facing with sed and awk | jisha | Shell Programming and Scripting | 19 | 04-11-2008 05:20 AM |
| please help as i am facing problem with uptime | guy009 | SUN Solaris | 3 | 06-02-2005 06:59 PM |
| facing problem with cut command | vivekshankar | UNIX for Dummies Questions & Answers | 3 | 05-25-2005 12:21 PM |
| facing a problem in redirection | vivekshankar | UNIX for Dummies Questions & Answers | 4 | 05-23-2005 12:24 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
facing problem with IBMTriggerMonitor in hp-ux with jdk1.6
Hi,
We are facing problem with IBMWebsphereMQ6.0 TriggerMonitor while invoking java appliation in hp-ux with jdk1.6. With other versions of jdk triggermonitor is able to invoke the java application successfully in the same environment. We are facing problems with jdk1.6 only. Following is the error which we are getting. /usr/lib/hpux32/dld.so: Unable to find library 'libjli.so'. And it is able to successfully invoke other non java applications. Can you please help me out in this regard Regards L.Pradeep Last edited by vbe; 06-19-2009 at 04:08 AM.. Reason: rm URL |
|
||||
|
Does 'libjli.so' exist somewhere on the system - in the java tree for example.
If it does then add it to the environment variable LD_LIBRARY_PATH, and make sure the process invoking the java call has that envrionment variable set. |
|
||||
|
facing problem with IBMTriggerMonitor in hp-ux with jdk1.6
Thanks Jim for your valuble response. The proces which invokes the java application is runmqtrm which will come when we install WebSphere mq in unix. This will be installed under mqm user. When we run this process in mqm profile to invoke java application it is working fine.
But when we try to run the same process in our profile it is not able to invoke the java application. So it is obvious that the runmqtrm is unable to find the shared libray file libjli.so. Can you please let me know how to set environment for this? Regards Pradeep |
|
||||
|
|
| Sponsored Links | ||
|
|