Jump to content

HQueue server could not parse the XMLRPC request


Yoni

Recommended Posts

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...