Unsolved
This post is more than 5 years old
8 Posts
0
4494
July 2nd, 2010 03:00
Error loading XAM Library or its dependencies
Hi
I Develope on Windows XP for UNIX Archiving SolutionsArchiving with Centera_SDK_Windows_2000-5.0-Win32Dev8 and Centera_SDK_VIM1.0p2_WinDev8 with the java api, but i if a want to test my source and i get following Error:
Error Loading XAM Library or its dependencies (0)
System.setProperty(
"java.library.path", "D:\\appl\\cs-transport\\");
System.loadLibrary(
"centera_vim");
System.setProperty(
"java.library.path", "D:\\appl\\cs-transport\\");
System.loadLibrary(
"FPCore");
xamLib = XAMLibraryFactory.newXAMLibrary(); -> Error
I set the CLASSPATH, the Enviroment Variable to the application path, where my '.dll' are located, i look with the Process Monitor if the dll are loaded correctly. All looks fine but i still get this error message.
With den ProcessMonitor i see that that a XAM.DLL is not found ?!
I download the centera tools centeraping and verify and i get the connection successfully, so what ist wrong ?
Thanks for help
Chris
mckeown_paul
409 Posts
0
July 2nd, 2010 06:00
Make sure the libraries are out your PATH environment variable
Also download procmon.exe from sysinternals.com you can use this to see what files your process is trying to open and failing on
Coltrane3
8 Posts
0
July 2nd, 2010 06:00
Hi
Thanks i have it….
this are my enviroment variable definition
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\system32\WBEM;C:\Programme\Perl\bin\;C:\msoffice\office;C:\acrobat\reader;C:\Programme\Microsoft Application Virtualization Client;C:\Programme\Windows Imaging\;C:\WINDOWS\system32\WindowsPowerShell\v1.0;C:\Programme\Novell\ZENworks\;C:\Programme\QuickTime\QTSystem\;D:\appl\cs-transport\;;p:\public;p:\pc-sw\tools;p:\ora8\bin;C:\UltraEdit\
XAM_VIM_PATH=D:\appl\cs-transport\centera_vim.dll
i download and what i found out is that a xam.dll he can not find …
mckeown_paul
409 Posts
0
July 2nd, 2010 07:00
Are you working now or still having a problem with it?
Coltrane3
8 Posts
0
July 4th, 2010 23:00
no im not working i have done all defintion in my enviorment path but still not running
mckeown_paul
409 Posts
0
July 5th, 2010 03:00
if procmon is showing that the process cant find xam.dll then assuming that it is actually on your system, your environment must be incorrectly set up.
You could try putting the xam libraries in a directory that you know things are being found in
mckeown_paul
409 Posts
0
July 13th, 2010 03:00
the XAM SDK not the Centera SDK
Coltrane3
8 Posts
0
July 13th, 2010 03:00
thanks for they hint , i will download the XAM SDK for windows..
Coltrane3
8 Posts
0
July 13th, 2010 03:00
So this is what i thought as much, but in which SDK i find these xam.dll ?
Coltrane3
8 Posts
0
July 13th, 2010 04:00
hi once again ,i don't find on your web page the XAM SDK. On your FTP Server (ftp.emc.com) in the outgoing directory no files are present ?
mckeown_paul
409 Posts
0
July 13th, 2010 04:00
Check out the download section in the Centera EDn Community that this forum is a part of
Coltrane3
8 Posts
0
July 13th, 2010 05:00
thanks for your help, no i can debug an test.
best regards
Christian Kuhn