Hi: I am trying to create and run java applications from a server where Remedy is not installed. Scripts that run on perfectly fine on the remedy server donot seem to run on a server where remedy is not installed. I have copied all the jar files to $JAVA_HOME/lib directory. I can compile the script fine. But I get the following error when I try to run the script. I see a number of people reporting this error and none of solution seems to be helping me..

Exception in thread "main" java.lang.UnsatisfiedLinkError: com.bmc.arsys.api.Proxy.ARInitialization()J
       at com.bmc.arsys.api.Proxy.ARInitialization(Native Method)
       at com.bmc.arsys.api.Proxy.<init>(Unknown Source)
       at com.bmc.arsys.api.ProxyJRpcBase.<init>(Unknown Source)
       at com.bmc.arsys.api.ProxyJRpc.<init>(Unknown Source)
       at com.bmc.arsys.api.ProxyManager.createProxy(Unknown Source)
       at com.bmc.arsys.api.ProxyPool.get(Unknown Source)
       at com.bmc.arsys.api.PoolingProxyManager.getProxy(Unknown Source)
       at com.bmc.arsys.api.ARServerUser.verifyUser(Unknown Source)
       at checkRequest.main(checkRequest.java:26)


Line 26 in the code is server.verifyUser();

Thanks

--
Thank you,
RaVi

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org
Platinum Sponsor: RMI Solutions ARSlist: "Where the Answers Are"

Reply via email to