From: Evan Bigall <evan.bigall@scalent.com>
To: xen-devel@lists.xensource.com
Subject: Re: xend http interface
Date: Tue, 12 Dec 2006 09:40:48 +0700 [thread overview]
Message-ID: <457E16B0.3070706@scalent.com> (raw)
In-Reply-To: <457B976C.2070801@scalent.com>
Tried this on xen-users and got no responses, so I am trying here...
I am trying to use the xend http interface (yes, I know about
http://wiki.xensource.com/xenwiki/XenApi, but this is for a quick demo
this month).
When I open http://127.0.0.1:8000/xend/domain I get a page the just
says: "/ xend / domain /" thats its, no list of the domains.
If I telnet to 127.0.0.1 8000 and do "GET /xend HTTP/1.1" I get a 500
Internel server error.
Looking at xend-debug.log I see:
Traceback (most recent call last):
File "//usr/lib/python/xen/web/httpserver.py", line 141, in process
return self.render(resource)
File "//usr/lib/python/xen/web/httpserver.py", line 188, in render
self.resultErr(ex)
File "//usr/lib/python/xen/web/httpserver.py", line 181, in render
val = resource.render(self)
File "//usr/lib/python/xen/web/resource.py", line 59, in render
return meth(req)
File "//usr/lib/python/xen/xend/server/SrvDomainDir.py", line 138, in
render_GET
self._list(req, 'detail' in req.args and req.args['detail'] == ['1'])
File "//usr/lib/python/xen/xend/server/SrvDomainDir.py", line 149, in
_list
self.ls_domain(req, detail, False)
File "//usr/lib/python/xen/xend/server/SrvDomainDir.py", line 167, in
ls_domain
req.write(
AttributeError: XendDomainInfo instance has no attribute 'getSsidref'
This is xen 3.03 with a RHEL4U3 host. I downloaded the source and built
it from scratch. Have I gone wrong somewhere?
Evan
next parent reply other threads:[~2006-12-12 2:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <457B976C.2070801@scalent.com>
2006-12-12 2:40 ` Evan Bigall [this message]
2006-12-12 9:43 ` Re: xend http interface Ewan Mellor
2006-12-12 9:54 ` Ewan Mellor
2006-12-13 4:05 ` Evan Bigall
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=457E16B0.3070706@scalent.com \
--to=evan.bigall@scalent.com \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.