<div dir="ltr"><span class="gmail-im" style="color:rgb(80,0,80)"><b>Do you have a Collaboration Server configured in My Setting - Network?</b><br></span><div>No, I don't have it configured, since . I am using both the vm's on the same internal network, do I have to configure it.</div><div>Also, I am able to see the buddy icon of other instance in the neighbourhood view of the first instance and vice versa.</div><div>Thanks!</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Jun 10, 2019 at 7:42 AM James Cameron <<a href="mailto:quozl@laptop.org">quozl@laptop.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">G'day,<br>
<br>
Thanks for your problem report.<br>
<br>
I've tested using two KVM instances of Ubuntu 19.04, with Sugar 0.112.<br>
After login but before taking any action, these lines are in<br>
shell.log;<br>
<br>
```<br>
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:1630: Warning: g_value_transform: assertion 'G_IS_VALUE (src_value)' failed<br>
  return _Gtk_main(*args, **kwargs)<br>
/usr/lib/python2.7/dist-packages/gi/overrides/Gtk.py:1630: Warning: unable to set property 'buddy' of type 'PyObject' from value of type '(null)'<br>
  return _Gtk_main(*args, **kwargs)<br>
```<br>
<br>
For Ubuntu 18.04, with Sugar 0.114, these lines are in shell.log;<br>
<br>
```<br>
/usr/lib/python2.7/dist-packages/jarabe/main.py:378: Warning: g_value_transform: assertion 'G_IS_VALUE (src_value)' failed<br>
  Gtk.main()<br>
/usr/lib/python2.7/dist-packages/jarabe/main.py:378: Warning: unable to set property 'buddy' of type 'PyObject' from value of type '(null)'<br>
  Gtk.main()<br>
```<br>
<br>
I've seen these two log lines often.  I'd like them fixed, but I've<br>
not found the cause.  Prefix varies, but the two log lines correspond<br>
in time to the startup of Sugar, and not to the "Make friend" option.<br>
You have equivalent lines in your log.  All log lines are in time<br>
order.<br>
<br>
On both Ubuntu 18.04 and 19.04, in the Neigbourhood View of each the<br>
buddy icon of the other is shown.  When I click on "Make friend"<br>
option, the buddy icon remains visible.  When I switch to Group View,<br>
the buddy icon of the new friend is shown.<br>
<br>
The traceback in your log happened during startup of Sugar, after the<br>
instance of Neighborhood was created, and completion of an<br>
asynchronous request for valid accounts.<br>
<br>
Given when the traceback happened during startup, the traceback is<br>
unrelated to the "Make friend" option.<br>
<br>
I've not been able to reproduce the traceback.<br>
<br>
The error "Protocol 'jabber' not found on CM 'gabble'" suggests that<br>
the telepathy-gabble connection manager has either;<br>
<br>
- failed,<br>
<br>
- taken too long to start, (especially likely on a virtual machine), or;<br>
<br>
- has not established a connection to your Jabber server.<br>
<br>
You reported the same error in your post of 21st May.<br>
<a href="http://lists.sugarlabs.org/archive/sugar-devel/2019-May/056916.html" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/archive/sugar-devel/2019-May/056916.html</a><br>
<br>
Nobody else has reported this error.<br>
<br>
Given you saw this before, and you probably did not use "Make friend"<br>
at the time, the traceback is again unrelated to "Make friend".<br>
<br>
Do you have a Collaboration Server configured in My Setting - Network?<br>
<br>
Is the traceback reproducible?  If so, enable debug logging for<br>
telepathy-gabble so you can find out why the connection manager has no<br>
protocol 'jabber'.  If the traceback is not reproducible, then ignore<br>
it; it was likely because telepathy-gabble process did not finish<br>
starting by the time Sugar tried to create an account on the<br>
connection.<br>
<br>
Speculating; this is a race condition problem; a race between Sugar<br>
startup and Telepathy, and the fix may have to be done in Telepathy.<br>
<br>
On Sat, Jun 08, 2019 at 12:04:32PM +0530, ANIKET MATHUR wrote:<br>
> Hello everyone,<br>
> I am using 2 Oracle Vm's having Ubuntu 18.04, using Sugar 0.112, both attached<br>
> to the same internal network. In the neigbourhood view of each the buddy icon<br>
> of other is shown. But when I click on `Make friend` option, the buddy icon<br>
> disappears and I have the following as the traceback <br>
> <br>
> ```<br>
> Traceback (most recent call last):<br>
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 604, in<br>
> msg_reply_handler<br>
>     reply_handler(*message.get_args_list(**get_args_opts))<br>
>   File "/usr/lib/python2.7/dist-packages/jarabe/model/neighborhood.py", line<br>
> 738, in __got_accounts_cb<br>
>     self._server_account = self._ensure_server_account(account_paths)<br>
>   File "/usr/lib/python2.7/dist-packages/jarabe/model/neighborhood.py", line<br>
> 851, in _ensure_server_account<br>
>     properties)<br>
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 70, in __call__<br>
>     return self._proxy_method(*args, **keywords)<br>
>   File "/usr/lib/python2.7/dist-packages/dbus/proxies.py", line 145, in<br>
> __call__<br>
>     **keywords)<br>
>   File "/usr/lib/python2.7/dist-packages/dbus/connection.py", line 651, in<br>
> call_blocking<br>
>     message, timeout)<br>
> dbus.exceptions.DBusException: org.freedesktop.Telepathy.Error.NotImplemented:<br>
> Protocol 'jabber' not found on CM 'gabble'<br>
> /usr/lib/python2.7/dist-packages/jarabe/main.py:379: Warning:<br>
> g_value_transform: assertion 'G_IS_VALUE (src_value)' failed<br>
>   Gtk.main()<br>
> /usr/lib/python2.7/dist-packages/jarabe/main.py:379: Warning: unable to set<br>
> property 'buddy' of type 'PyObject' from value of type '(null)'<br>
>   Gtk.main() <br>
> ```<br>
> Need help. Thanks!<br>
<br>
> _______________________________________________<br>
> Sugar-devel mailing list<br>
> <a href="mailto:Sugar-devel@lists.sugarlabs.org" target="_blank">Sugar-devel@lists.sugarlabs.org</a><br>
> <a href="http://lists.sugarlabs.org/listinfo/sugar-devel" rel="noreferrer" target="_blank">http://lists.sugarlabs.org/listinfo/sugar-devel</a><br>
<br>
<br>
-- <br>
James Cameron<br>
<a href="http://quozl.netrek.org/" rel="noreferrer" target="_blank">http://quozl.netrek.org/</a><br>
</blockquote></div>