vmpinfo3apidata.py line 86: mgmtip = ovmMgr.getManagementServerAddress()
Hi
I have OVM 3.1.1 manager on Oracle Linux 6.3. If I run "vmpinfo3.sh --username=admin --password=***" as oracle, I'll get following error:
...
Gathering OVM3 Data
Script Exception:
Traceback (most recent call last):
File "/u01/ovs_server_build_3.1.1/manager/build/mgmt_201204301338_305/management/MgmtInstall/ovm_shell/ovm_shell_v.py", line 0, in executeScript
File "/home/oracle/vmpinfo3/vmpinfo3apidata.py", line 87, in ?
xml.write("\t<mgmt-ipaddress>"+mgmtip+"</mgmt-ipaddress>\n")
TypeError: cannot concatenate 'str' and 'NoneType' objects
Gathering OVM Manager Logs
Compressing VMPinfo3 20121008-102921.
===========================================================================
Please send /tmp/vmpinfo3-20121008-102921.tar.bz2 to Oracle OVM support
===========================================================================
$
It looks like an issue is in the line 86 of ~oracle/vmpinfo3/vmpinfo3apidata.py :
I have OVM 3.1.1 manager on Oracle Linux 6.3. If I run "vmpinfo3.sh --username=admin --password=***" as oracle, I'll get following error:
...
Gathering OVM3 Data
Script Exception:
Traceback (most recent call last):
File "/u01/ovs_server_build_3.1.1/manager/build/mgmt_201204301338_305/management/MgmtInstall/ovm_shell/ovm_shell_v.py", line 0, in executeScript
File "/home/oracle/vmpinfo3/vmpinfo3apidata.py", line 87, in ?
xml.write("\t<mgmt-ipaddress>"+mgmtip+"</mgmt-ipaddress>\n")
TypeError: cannot concatenate 'str' and 'NoneType' objects
Gathering OVM Manager Logs
Compressing VMPinfo3 20121008-102921.
===========================================================================
Please send /tmp/vmpinfo3-20121008-102921.tar.bz2 to Oracle OVM support
===========================================================================
$
It looks like an issue is in the line 86 of ~oracle/vmpinfo3/vmpinfo3apidata.py :
0