gnumed-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gnumed-devel] GnuMed & Mandrake Linux 9.1 :O)


From: Dr Jean Philippe LIOT
Subject: Re: [Gnumed-devel] GnuMed & Mandrake Linux 9.1 :O)
Date: Thu, 03 Apr 2003 10:51:19 +0200
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.3) Gecko/20030313

Michael Bonert wrote:
Hi Jean 

  
Actually, i have not be able to run GnuMed.
I will update the cvs tree and try another time to create 
my gnumed database.
    
Ok. I did it. The bootstrap say Bootstrap Done. I think it is ok ?
    

If you don't get GnuMed running let me know... send me some error 
files & what your computer spits out on the screen and I'll do my 
best to help you.
sorry. I always have the same error. When it ask me to choose the language fr_FR. It crash.

GnuMed say :
address@hidden wxpython]$ python gnumed.py
Determining GnuMed base directory ...
- environment variable GNUMED_DIR not set
  (only necessary if nothing else works, though)
- standard path [/usr/share/gnumed/] not accessible
- seems like we are running from an arbitrary
  directory (like a CVS tree or on Windows)
log file is [/home/consultation/.gnumed/gnumed.log]
You should name this workplace to better identify the machine !
To do this set the option "name" in the group [workplace] in the config file !
/home/consultation/gnumed/gnumed/client/wxpython/gmLoginDialog.py:130: DeprecationWarning: Use Python's False instead
  faceName = ''
/home/consultation/gnumed/gnumed/client/wxpython/gmLoginDialog.py:205: DeprecationWarning: Use Python's True instead
  self.SetAutoLayout( true )
/home/consultation/gnumed/gnumed/client/wxpython/gmLogin.py:38: DeprecationWarning: Use Python's False instead
  while not logged_in and attempt < max_attempts:
/home/consultation/gnumed/gnumed/client/wxpython/gmLoginDialog.py:281: DeprecationWarning: Use Python's False instead
  if not self.cancelled:
/home/consultation/gnumed/gnumed/client/wxpython/gmLogin.py:38: DeprecationWarning: Use Python's True instead
  while not logged_in and attempt < max_attempts:
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349): Exception: Connection to database failed. DSN was [localhost:5432:gnumed:_gm-dbowner:290372::]
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349): exception type : libpq.DatabaseError
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349): exception value: FATAL:  Password authentication failed for user "_gm-dbowner"


[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349): Traceback (most recent call last):<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349):   File "/home/consultation/gnumed/gnumed/client/python-common/gmPG.py", line 346, in __pgconnect<#10-0x0A-lf>    db = dbapi.connect(dsn)<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349):   File "/usr/lib/python2.2/site-packages/pyPgSQL/PgSQL.py", line 2118, in connect<#10-0x0A-lf>    return Connection(connInfo, client_encoding, unicode_results)<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349):   File "/usr/lib/python2.2/site-packages/pyPgSQL/PgSQL.py", line 2215, in __init__<#10-0x0A-lf>    raise DatabaseError, m<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::__pgconnect:349): DatabaseError: FATAL:  Password authentication failed for user "_gm-dbowner"<#10-0x0A-lf><#10-0x0A-lf><#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107): Cannot open RW connection to service [default] for _gm-dbowner.
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107): exception type : gmExceptions.ConnectionError
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107): exception value: Connection to database failed.
DSN was [localhost:5432:gnumed:_gm-dbowner:290372::],host:port was [0]
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107): Traceback (most recent call last):<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107):   File "/home/consultation/gnumed/gnumed/client/python-common/gmPG.py", line 105, in GetConnection<#10-0x0A-lf>    return self.__pgconnect(logininfo)<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107):   File "/home/consultation/gnumed/gnumed/client/python-common/gmPG.py", line 350, in __pgconnect<#10-0x0A-lf>    raise gmExceptions.ConnectionError, _("Connection to database failed. \nDSN was [%s], host:port was [%s]") % (dsn, hostport)<#10-0x0A-lf>
[PANIC] (/home/consultation/gnumed/gnumed/client/python-common/gmPG.py::GetConnection:107): ConnectionError: Connection to database failed. <#10-0x0A-lf>DSN was [localhost:5432:gnumed:_gm-dbowner:290372::],host:port was [0]<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248): Exception: Unhandled exception encountered.
[PANIC] (gnumed.py::Main:248): exception type : exceptions.AttributeError
[PANIC] (gnumed.py::Main:248): exception value: 'NoneType' object has no attribute 'cursor'
[PANIC] (gnumed.py::Main:248): Traceback (most recent call last):<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248):   File "gnumed.py", line 244, in ?<#10-0x0A-lf>    gmGuiMain.main()<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248):   File "gmGuiMain.py", line 622, in main<#10-0x0A-lf>    app = gmApp(0)<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248):   File "/usr/lib/python2.2/site-packages/wxPython/wx.py", line 1815, in __init__<#10-0x0A-lf>    _wxStart(self.OnInit)<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248):   File "gmGuiMain.py", line 514, in OnInit<#10-0x0A-lf>    self.__set_db_lang()<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248):   File "gmGuiMain.py", line 595, in __set_db_lang<#10-0x0A-lf>    rwcurs = rwconn.cursor()<#10-0x0A-lf>
[PANIC] (gnumed.py::Main:248): AttributeError: 'NoneType' object has no attribute 'cursor'<#10-0x0A-lf>
Traceback (most recent call last):
  File "/home/consultation/gnumed/gnumed/client/wxpython/gnumed.py", line 244, in ?
    gmGuiMain.main()
  File "/home/consultation/gnumed/gnumed/client/wxpython/gmGuiMain.py", line 622, in main
    app = gmApp(0)
  File "/usr/lib/python2.2/site-packages/wxPython/wx.py", line 1815, in __init__
    _wxStart(self.OnInit)
  File "/home/consultation/gnumed/gnumed/client/wxpython/gmGuiMain.py", line 514, in OnInit
    self.__set_db_lang()
  File "/home/consultation/gnumed/gnumed/client/wxpython/gmGuiMain.py", line 595, in __set_db_lang
    rwcurs = rwconn.cursor()
AttributeError: 'NoneType' object has no attribute 'cursor'

Jean Philippe

reply via email to

[Prev in Thread] Current Thread [Next in Thread]