[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-bugs] [Bug 1193] New: (XendDomainInfo:424) VM start failed



http://bugzilla.xensource.com/bugzilla/show_bug.cgi?id=1193

           Summary: (XendDomainInfo:424) VM start failed
           Product: Xen
           Version: 3.0.0
          Platform: x86-64
        OS/Version: Linux-2.6
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Unspecified
        AssignedTo: xen-bugs@xxxxxxxxxxxxxxxxxxx
        ReportedBy: erikjan@xxxxxxxxxxxxxxxxxx


I am running XEN with FC8_64 as DOM0. This was working fine untile one moment.
Now, when trying to start a domain, the domain will not start and I get the
following in the xend.log file:

---------------------------
[2008-03-20 20:47:42 2699] DEBUG (XendDomainInfo:1555)
XendDomainInfo.constructDomain
[2008-03-20 20:47:42 2699] DEBUG (balloon:116) Balloon: 128348 KiB free; need
2048; done.
[2008-03-20 20:47:42 2699] DEBUG (XendDomain:443) Adding Domain: 1
[2008-03-20 20:47:42 2699] DEBUG (XendDomainInfo:1609)
XendDomainInfo.initDomain: 1 256
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: boot, val: c
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: fda, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: fdb, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: soundhw, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: localtime, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: serial, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: std-vga, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: isa, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: acpi, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: usb, val: 1
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: usbdevice, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:330) args: k, val: None
[2008-03-20 20:47:43 2699] DEBUG (image:398) Stored a VNC password for vfb
access
[2008-03-20 20:47:43 2699] ERROR (XendDomainInfo:424) VM start failed
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
404, in start
    XendTask.log_progress(31, 60, self._initDomain)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in
log_progress
    retval = func(*args, **kwds)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
1614, in _initDomain
    self.image = image.create(self, self.info)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 44, in
create
    return findImageHandlerClass(vmConfig)(vm, vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 236, in
__init__
    ImageHandler.__init__(self, vm, vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 75, in
__init__
    self.configure(vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 250, in
configure
    self.dmargs = self.parseDeviceModelArgs(vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 419, in
parseDeviceModelArgs
    ret.append("%s:%d%s" % (vnclisten, vncdisplay, vncopts))
TypeError: int argument required
[2008-03-20 20:47:43 2699] DEBUG (XendDomainInfo:1802) XendDomainInfo.destroy:
domid=1
[2008-03-20 20:47:43 2699] DEBUG (XendDomainInfo:1821)
XendDomainInfo.destroyDomain(1)
[2008-03-20 20:47:43 2699] ERROR (xmlrpclib2:178) Internal error handling
xend.domain.start
Traceback (most recent call last):
  File "/usr/lib64/python2.5/site-packages/xen/util/xmlrpclib2.py", line 131,
in _marshaled_dispatch
    response = self._dispatch(method, params)
  File "/usr/lib64/python2.5/SimpleXMLRPCServer.py", line 415, in _dispatch
    return func(*params)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomain.py", line 998,
in domain_start
    dominfo.start(is_managed = True)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
404, in start
    XendTask.log_progress(31, 60, self._initDomain)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendTask.py", line 209, in
log_progress
    retval = func(*args, **kwds)
  File "/usr/lib64/python2.5/site-packages/xen/xend/XendDomainInfo.py", line
1614, in _initDomain
    self.image = image.create(self, self.info)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 44, in
create
    return findImageHandlerClass(vmConfig)(vm, vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 236, in
__init__
    ImageHandler.__init__(self, vm, vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 75, in
__init__
    self.configure(vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 250, in
configure
    self.dmargs = self.parseDeviceModelArgs(vmConfig)
  File "/usr/lib64/python2.5/site-packages/xen/xend/image.py", line 419, in
parseDeviceModelArgs
    ret.append("%s:%d%s" % (vnclisten, vncdisplay, vncopts))
TypeError: int argument required

--------------------------------------

Th dom list is:
[root@linux2 log]# xm list
Name                                        ID   Mem VCPUs      State   Time(s)
Asterisk                                         128     1                 0.0
AsteriskNow                                      128     1                 0.0
AsteriskNowB6                                    128     1                 0.0
Asterisk_now_b6                                  128     1                 0.0
Domain-0                                     0  1880     4     r----- 104040.4
asterisk_now_b6                                  256     1                 0.0
win01                                        2   500     1     ------      0.0

the RPM version will give:

[root@linux2 log]# rpm -q xen*
xen-3.1.2-2.fc8


Can somebody help me solving this issue??


-- 
Configure bugmail: 
http://bugzilla.xensource.com/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

_______________________________________________
Xen-bugs mailing list
Xen-bugs@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-bugs


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.