
HI,
Please let me know th eequivalent *.so files in Solaris remedy Server and their location.
arapi60.dll, arjni60.dll, arrpc60.dll, arutl60.dll
regards
ravindra
Hello,
there are not really equivalent files for Solaris (I mean 1 to 1).
Some necessary Solaris files should be:
libarjni60.so
libarutiljni60.so
libjlicapi60.so
Have a look at Javadoc documentation because it includes also information related to location and installation of Java and C API.
I hope it helps.
Regards
Hi,
I have a doubt regarding on the same.
We copied arapi60.dll, arjni60.dll, arrpc60.dll, arutl60.dll from the ARS 7.1 server to the OIM server, when OIM server on Window .
Now we are moving OIM Server from window to Linux environment. SO please let us know the *.so files corresponding *.dll files (for window) & additional
files
Kindly Suggest.
Thanks and Regards,
Ramya S
Hello,
it's also possible to download the proper files from arswiki according with OS and API version.
Regards
Hi,
Did we need any other *.so files to be copy in OIM Server.
Kindly Suggest.
Thanks and Regards,
Ramya S
Hi,
where can i get arjni70.jar which is compilable with libarjni70.so file from ARS 7.1 target for Linux environment.
FYI, i didnt find that in ARSWIKI
regards
ravindra
And also file equivalesnt to
Both files in Linux. Please let me know
regards
ravindra
Hi,
We have copied the libarjni70.so, libarutiljni70.so, libjlicapi70.so
& arapi70.jar, arutil70.jar, arjni70.jar files under /usr/ar folder in Linux machine and,
We set the PATH & CLASSPATH as:
1)[root@tcs055058 OIM_91]# echo $PATH/root/JDK_Linux/j2sdk1.4.2_12/bin:/root/JDK_Linux/j2sdk1.4.2_12/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
2)[root@tcs055058 OIM_91]# echo $CLASSPATH/usr/ar/arutil70.jar:/usr/ar/arapi70.jar:.
Now we are running our Application :
(i) When we are not setting the LD_LIBRARY_PATH as:[root@tcs055058 OIM_91]# echo $LD_LIBRARY_PATH
[root@tcs055058 OIM_91]#
Then we are getting the following ERROR Message:
12:37:21,190 INFO [STDOUT] at java.lang.Thread.run(Thread.java:534)
12:37:21,192 INFO [STDOUT] Caused by: java.lang.UnsatisfiedLinkError: no arjni70 in java.library.path12:37:21,192 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1517)
12:37:21,192 INFO [STDOUT] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
12:37:21,192 INFO [STDOUT] at java.lang.System.loadLibrary(System.java:834)
12:37:21,192 INFO [STDOUT] at com.remedy.arsys.api.Proxy.<clinit>(Proxy.java:51)
12:37:21,192 INFO [STDOUT] at com.thortech.xl.integration.hostAccess.BMCTicket.<init>(Unknown Source)
12:37:21,192 INFO [STDOUT] ... 104 more
(ii) When we are setting the LD_LIBRARY_PATH as:
[root@tcs055058 bin]# export LD_LIBRARY_PATH=/usr/ar:. [root@tcs055058 bin]# echo $LD_LIBRARY_PATH
/usr/ar:.
[root@tcs055058 bin]#
Then we are getting the following ERROR Message:
14:26:34,560 INFO [STDOUT] at java.lang.Thread.run(Thread.java:534)
14:26:34,562 INFO [STDOUT] Caused by: java.lang.UnsatisfiedLinkError: /usr/ar/libarjni70.so: /usr/ar/libarjni70.so: ELF file data encoding not little-endian14:26:34,562 INFO [STDOUT] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
14:26:34,562 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1586)
14:26:34,562 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1511)
14:26:34,562 INFO [STDOUT] at java.lang.Runtime.loadLibrary0(Runtime.java:788)
14:26:34,562 INFO [STDOUT] at java.lang.System.loadLibrary(System.java:834)
14:26:34,562 INFO [STDOUT] at com.remedy.arsys.api.Proxy.<clinit>(Proxy.java:51)
14:26:34,562 INFO [STDOUT] at com.thortech.xl.integration.hostAccess.BMCTicket.<init>(Unknown Source)
14:26:34,563 INFO [STDOUT] ... 104 more
Please let us know how we can resolve it.
Thanks and Regards,
Ramya S
Hello,
I guess that ARSWiki contains only API downloads.
You should find all necessary files in the official ARS Remedy installation cd.
Regards
Hello,
it seems to be correct the settings (ii) but in that case it sounds like the shared libraries haven't been built for the machine you are running on.
What is the machine you took these files? What is the machine you moved these files onto?
Regards
Hi,
I took some of the files from ARSWiki and kindly explain the question 2 ( What is the machine you moved these files onto?).
Thanks and Regards
Ramya S
Hi,
Now we are testing our Application on Solaris Machine & we are using the *.so & *.so.32 files downloaded.
But are getting the following error when we are running our application in Solaris machine with *.so & *.so.32 files.
10:05:39,293 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
10:05:39,294 INFO [STDOUT
] Caused by: java.lang.UnsatisfiedLinkError: /usr/ar/libarjni70.so: ld.so.1: java: fatal: /usr/ar/libarjni70.so: wrong ELF data format: ELFDATA2MSB
10:05:39,294 INFO [STDOUT] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
10:05:39,294 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
10:05:39,295 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
10:05:39,295 INFO [STDOUT] at java.lang.Runtime.loadLibrary0(Runtime.java:822)
10:05:39,295 INFO [STDOUT] at java.lang.System.loadLibrary(System.java:992)
10:05:39,295 INFO [STDOUT] at com.remedy.arsys.api.Proxy.<clinit>(Proxy.java:51)
10:05:39,295 INFO [STDOUT] at com.thortech.xl.integration.hostAccess.BMCTicket.<init>(Unknown Source)
10:05:39,295 INFO [STDOUT] ... 104 more
Please let us know how we can resolve it.
Thanks and Regards,
Ramya S
Hello,
which exactly your OS version? Are you using 64bit or 32 bit architecture?
I think that you should check ARS compatibility matrix and after that install proper files from ARS installation CD.
Regards
If you run "java -version", what is the output?
Axton Grams
# java -version
java version "1.5.0_01"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08)
Java HotSpot(TM) Server VM (build 1.5.0_01-b08, mixed mode)