Ekiga runtime issues ( GConf Error )

View: New views
4 Messages — Rating Filter:   Alert me  

Ekiga runtime issues ( GConf Error )

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
        I made some changes in videoinput module of ekiga 3.2.6 and compiled it on Fedora 11. When I execute it,
I got the error that libpt-2.6.4 : no such file or directory. But then I had libpt-2.6.5 in my machine so I created a link between them. Then again I executed ./ekiga in src folder and ekiga GUI did start; I've added some printf statements in void VideoInputCore::VideoPreviewManager::Main () which I couldnt see during execution. All all could see were these errors multiple times:

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

-- 
Thanks & Regards,
Sohil Shah

--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.



_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Ekiga runtime issues ( GConf Error )

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
        I was executing ./ekiga as root user. When I executed the same with normal user the GConf error went away and I got the following prints :

[sohil@EICPU1065 src]$ ./ekiga
Gtk-Message: Failed to load module "pk-gtk-module": libpk-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "canberra-gtk-module": libcanberra-gtk-module.so: cannot open shared object file: No such file or directory
Gtk-Message: Failed to load module "gnomebreakpad": libgnomebreakpad.so: cannot open shared object file: No such file or directory


Still I'm not able to see printf statements in void VideoInputCore::VideoPreviewManager::Main ()

-- 
Thanks & Regards,
Sohil Shah


On 11/04/2009 11:48 AM, Sohil Shah wrote:
Hi,
        I made some changes in videoinput module of ekiga 3.2.6 and compiled it on Fedora 11. When I execute it,
I got the error that libpt-2.6.4 : no such file or directory. But then I had libpt-2.6.5 in my machine so I created a link between them. Then again I executed ./ekiga in src folder and ekiga GUI did start; I've added some printf statements in void VideoInputCore::VideoPreviewManager::Main () which I couldnt see during execution. All all could see were these errors multiple times:

GConf Error: Failed to contact configuration server; some possible causes are that you need to enable TCP/IP networking for ORBit, or you have stale NFS locks due to a system crash. See http://projects.gnome.org/gconf/ for information. (Details -  1: Failed to get connection to session: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken.)

-- 
Thanks & Regards,
Sohil Shah
  

--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.






_______________________________________________ ekiga-list mailing list ekiga-list@... http://mail.gnome.org/mailman/listinfo/ekiga-list



--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.



_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Ekiga runtime issues ( GConf Error )

by Eugen Dedu :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Sohil Shah wrote:
> Hi,
>         I made some changes in videoinput module of ekiga 3.2.6 and
> compiled it on Fedora 11. When I execute it,
> I got the error that libpt-2.6.4 : no such file or directory. But then I

I think you need to do a clean/proper compilation before anything else.
 ekiga 3.2.6 asks for libpt 2.6.5 during configuration.  I do not
understand how ekiga asks for 2.6.4 during execution, while it is not
existent on your machine.

> had libpt-2.6.5 in my machine so I created a link between them. Then
> again I executed ./ekiga in src folder and ekiga GUI did start; I've
> added some printf statements in void
> VideoInputCore::VideoPreviewManager::Main () which I couldnt see during
> execution. All all could see were these errors multiple times:
>
> GConf Error: Failed to contact configuration server; some possible
> causes are that you need to enable TCP/IP networking for ORBit, or you
> have stale NFS locks due to a system crash. See
> http://projects.gnome.org/gconf/ for information. (Details -  1: Failed
> to get connection to session: Did not receive a reply. Possible causes
> include: the remote application did not send a reply, the message bus
> security policy blocked the reply, the reply timeout expired, or the
> network connection was broken.)

--
Eugen
_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list

Re: Ekiga runtime issues ( GConf Error )

by sohil86 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi,
      Issues resolved. recompiled ptlib and ekiga for solving the problem of Gconf.

On 11/06/2009 04:07 PM, Eugen Dedu wrote:
Sohil Shah wrote:
  
Hi,
        I made some changes in videoinput module of ekiga 3.2.6 and
compiled it on Fedora 11. When I execute it,
I got the error that libpt-2.6.4 : no such file or directory. But then I
    

I think you need to do a clean/proper compilation before anything else.
 ekiga 3.2.6 asks for libpt 2.6.5 during configuration.  I do not
understand how ekiga asks for 2.6.4 during execution, while it is not
existent on your machine.

  
had libpt-2.6.5 in my machine so I created a link between them. Then
again I executed ./ekiga in src folder and ekiga GUI did start; I've
added some printf statements in void
VideoInputCore::VideoPreviewManager::Main () which I couldnt see during
execution. All all could see were these errors multiple times:

GConf Error: Failed to contact configuration server; some possible
causes are that you need to enable TCP/IP networking for ORBit, or you
have stale NFS locks due to a system crash. See
http://projects.gnome.org/gconf/ for information. (Details -  1: Failed
to get connection to session: Did not receive a reply. Possible causes
include: the remote application did not send a reply, the message bus
security policy blocked the reply, the reply timeout expired, or the
network connection was broken.)
    

  

-- 
Thanks & Regards,
Sohil Shah
Embedded Engineer
eInfochips Ltd.
Tel. No.  +91 79 26563705 Ext. 120
Cell. No. +91 9428111818
www.einfochips.com

--
Disclaimer: This e-mail message and all attachments transmitted with it are intended solely for the use of the addressee and may contain legally privileged and confidential information. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution, copying, or other use of this message or its attachments is strictly prohibited. If you have received this message in error, please notify the sender immediately by replying to this message and please delete it from your computer. Any views expressed in this message are those of the individual sender unless otherwise stated.Company has taken enough precautions to prevent the spread of viruses. However the company accepts no liability for any damage caused by any virus transmitted by this email.



_______________________________________________
ekiga-list mailing list
ekiga-list@...
http://mail.gnome.org/mailman/listinfo/ekiga-list