<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi<br><br> I'm trying to call a function that is in ipcserver process from ipcclient.<br><br> I follow the example in http://folks.o-hand.com/iain/single-instance-with-dbus/making-single-instance-programs-with-dbus.html.<br><br> Calling org_myorg_SingleInstanceInterface(...) which would call dbus_g_proxy_call, a error message is got after long time of waiting:<br><pre><i><i>Did not receive a reply. <br>Possible causes include: <br>the remote application did not send a reply,<br> the message bus security policy blocked the reply, <br>the reply timeout expired, <br>or the network connection was broken.<br> <br></i></i> I look for the problems, but failed. Both single_instance_factory_class_init and<br>single_instance_factory_init (SingleInstanceFactory *factory) in the<br>server were called. The proxy
value in the client I got was a valid<br>value as well. <br><br> Could you help me to figure it out? Your reply will be greatly appreciated.<br><i><i><br> <br> <br><br><br></i></i></pre> </td></tr></table><br>