
Hi All,
I tested my application on Solaris & Linux environments with new downloaded *.so & *.jar files.
But still we are facing the same ERROR : ELF related to libarjni70.so file
09:05:39,293 INFO [STDOUT] at java.lang.Thread.run(Thread.java:595)
09: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
09:05:39,294 INFO [STDOUT] at java.lang.ClassLoader$NativeLibrary.load(Native Method)
09:05:39,294 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
09:05:39,295 INFO [STDOUT] at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
09:05:39,295 INFO [STDOUT] at java.lang.Runtime.loadLibrary0(Runtime.java:822)
09:05:39,295 INFO [STDOUT] at java.lang.System.loadLibrary(System.java:992)
09:05:39,295 INFO [STDOUT] at com.remedy.arsys.api.Proxy.<clinit>(Proxy.java:51)
09:05:39,295 INFO [STDOUT] at com.thortech.xl.integration.hostAccess.BMCTicket.<init>(Unknown Source)
09:05:39,295 INFO [STDOUT] ... 103 more
Kindly suggest,
Regards,
Ramya S
Are you using a 64-bit jvm to compile/run the program? Did you download the
api for the right platform?
Axton
The opinions, statements, and/or suggested courses of action expressed in
this E-mail do not necessarily reflect those of BMC Software, Inc. My
voluntary participation in this forum is not intended to convey a role as a
spokesperson, liaison or public relations representative for BMC Software,
Inc.
As per server log file sent you, it seems that some of your libraries (*.so) were corrupted.
Can you please provide us the Build Instructions to create the *.so files, by which we can create the new *.so files for our Solaris & Linux environments here & test them to move forward on this issue.
regards
ravindra
Yes. Using 64-bit sparcv9 kernel modules.and downlaoded teh correct apis.
# 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)
As per server log file sent you, it seems that some of your libraries (*.so) were corrupted.
Can you please provide us the Build Instructions to create the *.so files, by which we can create the new *.so files for our Solaris & Linux environments here & test them to move forward on this issue.
regards
ravindra