Hi,

I'm trying to add the Video Producer Service and Audio Service from video/audio 
machine to display/control machine. I did the following things:
1. Added those service in the NodeManagement of video/audio machine.
2. Opened the ServiceManager in the video/audio machine.
3. Opened VenueClient (in debug mode) in display/control machine and tried to 
add the ServiceManager using the host name of the video/audio machine. But got 
errors.

I've attached the error messages it showed in the debug window since I don't 
understand what's wrong with it. Could anyone check and know how to fix it?

My node configuration is:
Video/Audio machine: x86_64 SUSE 10.1
Display/Control machine: x86_64 WinXP

Thanks a lot,
Zephyr
07/27/06 11:50:09 3804 NodeService     __init__.py:988 INFO   service manager ur
i = https://accessgrid4.cs.ubc.ca:11000/ServiceManager
07/27/06 11:50:30 3804 NodeService     __init__.py:988 ERROR Failed to add servi
ce manager https://accessgrid4.cs.ubc.ca:11000/ServiceManager
Traceback (most recent call last):
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\AGNodeServi
ce.py", line 156, in AddServiceManager
    AGServiceManagerIW( serviceManager.uri ).IsValid()
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\hosting\SOA
PInterface.py", line 214, in IsValid
    return self.proxy.IsValid()
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 453, in __call__
    return self.__r_call(*args, **kw)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 475, in __r_call
    self.__hd, self.__ma)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 347, in __call
    config = self.config)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 187, in call
    r.endheaders()
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 715, in endheaders

    self._send_output()
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 600, in _send_outp
ut
    self.send(msg)
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 567, in send
    self.connect()
  File "C:\ACCESS~1\Software\Python23\lib\site-packages\pyGlobus\io.py", line 10
93, in connect
    self.sock.connect(self.host, self.port, self.io_attr)
  File "C:\ACCESS~1\Software\Python23\lib\site-packages\pyGlobus\io.py", line 67
1, in connect
    raise ex
GSITCPSocketException: a system call failed (Unknown error)
*** Method NodeService:AddServiceManager exception *********************
Traceback (most recent call last):
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Server.py", lin
e 408, in do_POST
    fr = apply(f, ordered_args, named_args)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\AGNodeServi
ce.py", line 855, in AddServiceManager
    self.impl.AddServiceManager(serviceManagerDesc)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\AGNodeServi
ce.py", line 156, in AddServiceManager
    AGServiceManagerIW( serviceManager.uri ).IsValid()
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\hosting\SOA
PInterface.py", line 214, in IsValid
    return self.proxy.IsValid()
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 453, in __call__
    return self.__r_call(*args, **kw)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 475, in __r_call
    self.__hd, self.__ma)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 347, in __call
    config = self.config)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 187, in call
    r.endheaders()
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 715, in endheaders

    self._send_output()
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 600, in _send_outp
ut
    self.send(msg)
  File "C:\AccessGrid\Software\Python23\lib\httplib.py", line 567, in send
    self.connect()
  File "C:\ACCESS~1\Software\Python23\lib\site-packages\pyGlobus\io.py", line 10
93, in connect
    self.sock.connect(self.host, self.port, self.io_attr)
  File "C:\ACCESS~1\Software\Python23\lib\site-packages\pyGlobus\io.py", line 67
1, in connect
    raise ex
GSITCPSocketException: a system call failed (Unknown error)
************************************************************************
<Fault SOAP-ENV:Server: Method Failed: NodeService:AddServiceManager>
07/27/06 11:50:31 1596 NodeManagementUIClasses     __init__.py:988 ERROR Excepti
on in AddHost
Traceback (most recent call last):
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\NodeManagem
entUIClasses.py", line 772, in AddHost
    self.nodeServiceHandle.AddServiceManager( serviceManagerDesc )
  File "C:\AccessGrid\Software\Python23\lib\site-packages\AccessGrid\AGNodeServi
ce.py", line 1137, in AddServiceManager
    self.proxy.AddServiceManager(serviceManager)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 453, in __call__
    return self.__r_call(*args, **kw)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 475, in __r_call
    self.__hd, self.__ma)
  File "C:\AccessGrid\Software\Python23\lib\site-packages\SOAPpy\Client.py", lin
e 389, in __call
    raise p
faultType: <Fault SOAP-ENV:Server: Method Failed: NodeService:AddServiceManager>

Reply via email to