Hi there,
I'm trying to send job in my farm, server is connected, client is available but in 7 seconds it fails. I have this error, is anyone has an idea?
I'm using Win OS:
The request could not be completed because the HQueue server could not parse the XMLRPC request.
Traceback (most recent call last):
File "C:\HQueueClient\hqnode.py", line 367, in tick
r = self.server.tick(self.clientname, status)
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1243, in __call__
return self.__send(self.__name, args)
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1602, in __request
verbose=self.__verbose
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1283, in request
return self.single_request(host, handler, request_body, verbose)
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1316, in single_request
return self.parse_response(response)
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 1493, in parse_response
return u.close()
File "C:\HQueueClient\python27\lib\xmlrpclib.py", line 800, in close
raise Fault(**self._stack[0])
Fault: <Fault 3: 'The request could not be completed because the HQueue server could not parse the XMLRPC request.'>
Thanks a lot