← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1300788] [NEW] VMware: exceptions when SOAP message has no body

 

Public bug reported:

Minesweeper logs have the following:

2014-03-26 11:37:09.753 CRITICAL nova.virt.vmwareapi.driver [req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675 MultipleCreateTestJSON-47510170] In vmwareapi: _call_method (session=52eb4a1e-04de-de0d-5c6a-746a430570a2)
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver Traceback (most recent call last):
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver   File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 856, in _call_method
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver     return temp_module(*args, **kwargs)
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver   File "/opt/stack/nova/nova/virt/vmwareapi/vim.py", line 196, in vim_request_handler
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver     raise error_util.VimFaultException(fault_list, excep)
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver VimFaultException: Server raised fault: '
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver SOAP body not found
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver while parsing SOAP envelope
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver at line 1, column 38
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver while parsing HTTP request before method was determined
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver at line 1, column 0'
2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
2014-03-26 11:37:09.754 WARNING nova.virt.vmwareapi.vmops [req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675 MultipleCreateTestJSON-47510170] In vmwareapi:vmops:_destroy_instance, got this exception while un-registering the VM: Server raised fault: '
SOAP body not found

while parsing SOAP envelope
at line 1, column 38

while parsing HTTP request before method was determined
at line 1, column 0'

There are cases when the suds returns a message with no body.

** Affects: nova
     Importance: Undecided
     Assignee: Gary Kotton (garyk)
         Status: New


** Tags: havana-backport-potential vmware

** Changed in: nova
     Assignee: (unassigned) => Gary Kotton (garyk)

** Tags added: havana-backport-potential vmware

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1300788

Title:
  VMware: exceptions when SOAP message has no body

Status in OpenStack Compute (Nova):
  New

Bug description:
  Minesweeper logs have the following:

  2014-03-26 11:37:09.753 CRITICAL nova.virt.vmwareapi.driver [req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675 MultipleCreateTestJSON-47510170] In vmwareapi: _call_method (session=52eb4a1e-04de-de0d-5c6a-746a430570a2)
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver Traceback (most recent call last):
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver   File "/opt/stack/nova/nova/virt/vmwareapi/driver.py", line 856, in _call_method
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver     return temp_module(*args, **kwargs)
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver   File "/opt/stack/nova/nova/virt/vmwareapi/vim.py", line 196, in vim_request_handler
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver     raise error_util.VimFaultException(fault_list, excep)
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver VimFaultException: Server raised fault: '
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver SOAP body not found
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver while parsing SOAP envelope
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver at line 1, column 38
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver while parsing HTTP request before method was determined
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver at line 1, column 0'
  2014-03-26 11:37:09.753 13830 TRACE nova.virt.vmwareapi.driver 
  2014-03-26 11:37:09.754 WARNING nova.virt.vmwareapi.vmops [req-3a274ea6-e731-4bbc-a7fc-e2877a57a7cb MultipleCreateTestJSON-692822675 MultipleCreateTestJSON-47510170] In vmwareapi:vmops:_destroy_instance, got this exception while un-registering the VM: Server raised fault: '
  SOAP body not found

  while parsing SOAP envelope
  at line 1, column 38

  while parsing HTTP request before method was determined
  at line 1, column 0'

  There are cases when the suds returns a message with no body.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1300788/+subscriptions


Follow ups

References