Unsolved
This post is more than 5 years old
19 Posts
0
4317
July 30th, 2009 12:00
ConnectException (1025) from RetrieveContent.java
I am gettng the following exception when tyring to connect to public cluster using RetrieveContent.java.
Note: The pea file is in the same directory as the sample code: C:\CenteraXAM
Samples
C:\CenteraXAM\Samples>java RetrieveContent
Address of XSystem[snia-xam://centera_vim!128.221.200.60?us2_armTest1.pea]:
Connecting to XSystem(snia-xam://centera_vim!128.221.200.60?us2_armTest1.pea)
XAM Error occured: xam/connection failed(1025)
org.snia.xam.ConnectException: xam/connection failed
at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)
at org.snia.xam.XAMErrors.throwConvertedException(Unknown Source)
at org.snia.xam.XSystemImpl. (Unknown Source)
at org.snia.xam.XAMLibraryObj.connect(Unknown Source)
at RetrieveContent.main(RetrieveContent.java:102)
0 events found


mckeown_paul
409 Posts
0
July 30th, 2009 12:00
Does your firewall allow UDP and TCP on port 3218
AartiSheth
19 Posts
0
July 30th, 2009 12:00
No, firewall does not.
Is there any other way? any other standard ports like 80?
thanks
mckeown_paul
409 Posts
1
July 30th, 2009 12:00
Sorry no, you will need to get your network people to allow UDP and TCP to pass on port 3218.
gstuartemc
2 Intern
•
417 Posts
0
July 31st, 2009 01:00
Aarti - please DO NOT post the same query in multiple discussions. In future, I will delete such posts.
AartiSheth
19 Posts
0
July 31st, 2009 05:00
Thank you.