Displaying 2 results from an estimated 2 matches for "_uri".
Did you mean:
__uri
2007 Aug 29
1
Re: using Ajax.PeriodicalUpdater in iPhone
...r soptions = {}
> soptions.postBody = "RequestBody=" +
> pars.toAjaxRequest().Body;
> soptions.onSuccess = this.getMeetingDetail.bind(this);
> soptions.frequency = 10;
> this.callStatus = new Ajax.PeriodicalUpdater("",
> this.eng._uri, soptions)
> },
>
> getMeetingDetail : function(strResponse)
> {
> alert("getReturnMsg");
> }
>
> After call start function, I can get the "getReturnMsg" for only get
> four or five times in iPhone, but it is right on ie...
2019 Feb 04
2
Installing libvirt and Xen on Red Hat 7.5
...conn = self._get_new_connection()
2019-02-01 15:13:30.023 5091 ERROR nova.virt.libvirt.host File
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 386, in
_get_new_connection
2019-02-01 15:13:30.023 5091 ERROR nova.virt.libvirt.host wrapped_conn
= self._connect(self._uri, self._read_only)
2019-02-01 15:13:30.023 5091 ERROR nova.virt.libvirt.host File
"/usr/lib/python2.7/site-packages/nova/virt/libvirt/host.py", line 242, in
_connect
2019-02-01 15:13:30.023 5091 ERROR nova.virt.libvirt.host
libvirt.openAuth, uri, auth, flags)
2019-02-01 15:13:30.023 509...