<font size=2 face="sans-serif">Hi All,</font><font size=3> </font><font size=2 face="sans-serif"><br>
I've just finished installing 3 new pc's for the setup of our AccessGrid
room.</font><font size=3> </font><font size=2 face="sans-serif"><br>
2 x Fedora 12 machines for capture and display</font><font size=3> </font><font size=2 face="sans-serif"><br>
1x Windows machine for presentation.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I am having trouble getting the 2 Fedora machines to talk to each others
ServiceManager.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
I can successfully add the Windows Presentation machines ServiceManager
to both Fedora machines. BUT I cannot get the ServiceManager on either
Fedora machines to add to any other machine, Windows or Fedora.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
I have done the following.</font><font size=3> <br>
</font><font size=2 face="sans-serif"><br>
system-config-firewall-tui &nbsp;and disabled the firewall.</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
service iptables stop &nbsp; &nbsp; &nbsp; &nbsp; <br>
chkconfig iptables off &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</font><font size=3>
</font><font size=2 face="sans-serif"><br>
reboot &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; </font><font size=3><br>
</font><font size=2 face="sans-serif"><br>
Still not working.</font><font size=3> </font><font size=2 face="sans-serif"><br>
netstat shows that the ServiceManager is running on port 11000</font><font size=3>
<br>
</font><font size=2 face="sans-serif"><br>
I ran the servicemanager in debug mode on the windows box and have attached
the output below.</font><font size=3> </font><font size=2 face="sans-serif"><br>
Any help / insight you could provide would be much appreciated.</font><font size=3>
<br>
<br>
<br>
</font><font size=2 face="sans-serif"><br>
----------------------8&lt;----------------------</font><font size=3> </font><tt><font size=2><br>
03/09/10 15:24:26 2080 NodeService &nbsp; &nbsp; agnodeservice.py:242 INFO
&nbsp;NodeService.AddServiceManager<br>
03/09/10 15:24:26 2080 NodeService &nbsp; &nbsp; agnodeservice.py:243 DEBUG
&nbsp; serviceManagerUrl = </font></tt><a href=http://132.234.16.162:11000/ServiceManager><tt><font size=2 color=blue><u>http://132.234.16.162:11000/ServiceManager</u></font></tt></a><tt><font size=2><br>
03/09/10 15:24:26 2080 NodeService &nbsp; &nbsp; agnodeservice.py:250 INFO
&nbsp;try to reach service amnager<br>
03/09/10 15:24:26 2080 NodeService &nbsp; &nbsp; agnodeservice.py:253 INFO
&nbsp;get sm description<br>
03/09/10 15:24:27 2080 NodeService &nbsp; &nbsp; agnodeservice.py:259 ERROR
Failed to add service manager </font></tt><a href=http://132.234.16.162:11000/ServiceManager><tt><font size=2 color=blue><u>http://132.234.16.162:11000/ServiceManager</u></font></tt></a><tt><font size=2><br>
Traceback (most recent call last):</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGNodeService.py&quot;,
line 254, in AddServiceManager<br>
serviceManagerDescription = AGServiceManagerIW( serviceManagerUrl ).GetDescription()</font></tt><font size=3>
</font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\interfaces\AGServiceManager_client.py&quot;,
line 71, in GetDescription<br>
self.binding.Send(None, None, request, soapaction=&quot;urn:#GetDescription&quot;,
**kw)</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\ZSI\client.py&quot;, line 266,
in Send<br>
self.h.connect()</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\httplib.py&quot;, line 630, in connect<br>
raise socket.error, msg</font></tt><font size=3> </font><tt><font size=2><br>
error: (10061, 'Connection refused')<br>
03/09/10 15:24:27 2080 NodeManagementUIClasses &nbsp; &nbsp; nodemanagementuiclasses.py:855
ERROR Exception in AddHost<br>
Traceback (most recent call last):</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\NodeManagementUIClasses.py&quot;,
line 853, in AddHost<br>
self.nodeServiceHandle.AddServiceManager( url )</font></tt><font size=3>
</font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\AGNodeService.py&quot;,
line 254, in AddServiceManager<br>
serviceManagerDescription = AGServiceManagerIW( serviceManagerUrl ).GetDescription()</font></tt><font size=3>
</font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\AccessGrid3\AccessGrid\interfaces\AGServiceManager_client.py&quot;,
line 71, in GetDescription<br>
self.binding.Send(None, None, request, soapaction=&quot;urn:#GetDescription&quot;,
**kw)</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\site-packages\ZSI\client.py&quot;, line 266,
in Send<br>
self.h.connect()</font></tt><font size=3> </font><tt><font size=2><br>
File &quot;C:\Python24\lib\httplib.py&quot;, line 630, in connect<br>
raise socket.error, msg</font></tt><font size=3> </font><tt><font size=2><br>
error: (10061, 'Connection refused')<br>
03/09/10 15:24:30 2080 NodeService &nbsp; &nbsp; agnodeservice.py:298 INFO
&nbsp;NodeService.GetServiceManagers<br>
03/09/10 15:24:30 2080 ServiceManager &nbsp; &nbsp; agservicemanager.py:225
INFO &nbsp;AGServiceManager.GetServices</font></tt><font size=3> <br>
<br>
</font><font size=2 face="sans-serif"><br>
---------------------------&gt;8-----------------------------------</font><font size=3>
</font><font size=2 face="sans-serif"><br>
cheers</font><font size=3> </font><font size=2 face="sans-serif"><br>
Nick.</font><font size=3> </font>
<br><font size=2 face="sans-serif">----------<br>
Nick Rossow<br>
Senior Systems Administrator<br>
Information Services (Scholarly Information and Research)<br>
Griffith University<br>
Nathan Campus, Queensland 4411<br>
<br>
n.rossow@griffith.edu.au<br>
</font><a href=www.griffith.edu.au><font size=2 face="sans-serif">www.griffith.edu.au</font></a><font size=2 face="sans-serif"><br>
Phone: +61 (0)7 373 54353<br>
Mobile: 0438 147 728<br>
Fax +61 (0)7 &nbsp;373 56650<br>
</font>