This post is more than 5 years old

19 Posts

3716

August 7th, 2009 09:00

Error loading XAM Library or its dependencies on Solaris

I downloaded the following Solaris XAM and VIM pkgs and have untar'd etc. on Sun sparc 5.10.

Centera_SDK_VIM1.0p1_SunOS-5.8.tar

Centera_SDK_XAM1.0p1_SunOS-5.8.tar

After compiling RetreiveContent.java and trying to run it but get the following Exception:

XAM Error occured: Error loading XAM Library or its dependencies(0)
org.snia.xam.XAMException: Error loading XAM Library or its dependencies
        at org.snia.xam.XAMLibraryObj. (Unknown Source)
        at org.snia.xam.XAMLibraryObj.getLibrary(Unknown Source)
        at org.snia.xam.util.XAMLibraryFactory.newXAMLibrary(Unknown Source)
        at RetrieveContent.main(RetrieveContent.java:104)

Environment variables set up as follows:


PATH includes: /u/asheth/CenteraXAM/Centera_SDK_VIM1.0p1_SunOS-5.8/Centera_SDK_VIM1.0p1_SunOS-5/lib32:/u/asheth/CenteraXAM/Centera_SDK_XAM1.0ntera_SDK_XAM1.0p1_SunOS-5/lib/CenteraToolkit.jar:/u/asheth/CenteraXAM/Samp
lesp1_SunOS-5.8/Centera_SDK_XAM1.0p1_SunOS-5/lib32:

CLASSPATH=/u/asheth/CenteraXAM/Centera_SDK_XAM1.0p1_SunOS-5.8/Centera_SDK_X
AM1.0p1_SunOS-5/lib/XAMLibrary.jar:/u/asheth/CenteraXAM/Centera_SDK_XAM1.0p1_SunOS
-5.8/Centera_SDK_XAM1.0p1_SunOS-5/lib/CenteraToolkit.jar

XAM_VIM_PATH=/u/asheth/CenteraXAM/Centera_SDK_VIM1.0p1_SunOS-5.8/Centera_SDK_VIM1.0p1_SunOS-5/lib32

What am I missing?

thanks

2 Intern

 • 

417 Posts

August 9th, 2009 08:00

Do you also have the regular Centera SDK installed? It could be that you are picking up the wrong library versions i.e. picking up the Centera SDK versions.

Do you have the directory containing the VIM library files on the Solaris LD_LIBRARY_PATH?

No Events found!

Top