Unsolved
This post is more than 5 years old
2 Posts
0
2780
June 7th, 2010 08:00
XAM connect to multiple IP addresses
When I try a XAMLibrary connect to multiple IP addresses I get an authentication error:
15:50:55,886 ERROR org.snia.xam.AuthenticationException: xam/authentication failed
15:50:55,887 ERROR at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)
15:50:55,887 ERROR at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)
15:50:55,887 ERROR at org.snia.xam.XSystemImpl.(Unknown Source)
15:50:55,887 ERROR at org.snia.xam.XAMLibraryObj.connect(Unknown Source)
This is against the US 2 public Centera using the XRI:
snia-xam://centera_vim!128.221.200.60:3218,128.221.200.61:3218?pea=/tmp/xamconnect.pea
I am using the 1.0p2 Java SDK on 64-bit Linux.
Using either IP address individually works fine.
Thanks for your help,
Laurence Barry
Enigma Data Solutions


mckeown_paul
409 Posts
0
June 7th, 2010 09:00
Hmm
I used your connect string (modified for my paths) with shxam and I opened a connection no problem. Could you try shxam.jar
lbarry1
2 Posts
0
June 8th, 2010 03:00
Thanks for that, Paul. Should have thought about shXAM...
Turns out to be a very odd problem. I am running this on an Ubuntu virtual machine using VMWare (host is OS X). If I have the PEA file in a directory shared between the host and VM I get the authentication problem (but only when using more than one IP address). If I move the PEA file to /tmp all is well with the world.
Laurence