[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04

[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04

[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04

[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04

[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04

[Bug 218966] Re: Kplato crashed and caused the signal 6 (SIGABRT)

2008-05-13 Thread philuser
Hi,

Me to, see my Backtrace crash file attach
New install from scratch Ubuntu 8.04, KDE 4.0
  
phil,

** Attachment added: "kplato.kcrash"
   http://launchpadlibrarian.net/14489263/kplato.kcrash

-- 
Kplato crashed and caused the signal 6 (SIGABRT)
https://bugs.launchpad.net/bugs/218966
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 412911] [NEW] v 5.0.2 could not create new database with the GTK Client

2009-08-13 Thread philuser
Public bug reported:

Binary package hint: openerp-server

i've installing the last binary release 5.0.2
when i try to create a data base with the GTK client, i've this error :


[2009-08-13 10:03:26,780] ERROR:web-services:[01]: Environment Information : 
[2009-08-13 10:03:26,780] ERROR:web-services:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[03]: OS Name : posix
[2009-08-13 10:03:26,780] ERROR:web-services:[04]: Distributor ID:  Ubuntu
[2009-08-13 10:03:26,780] ERROR:web-services:[05]: Description: Ubuntu 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[06]: Release: 9.04
[2009-08-13 10:03:26,780] ERROR:web-services:[07]: Codename:jaunty
[2009-08-13 10:03:26,780] ERROR:web-services:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:03:26,781] ERROR:web-services:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:03:26,781] ERROR:web-services:[10]: Operating System 
Architecture : 64bit
[2009-08-13 10:03:26,781] ERROR:web-services:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:03:26,781] ERROR:web-services:[12]: Python Version : 2.6.2
[2009-08-13 10:03:26,781] ERROR:web-services:[13]: OpenERP-Server Version : 
5.0.2
[2009-08-13 10:03:26,781] ERROR:web-services:[14]: Last revision No. & ID : 
CREATE DATABASE
[2009-08-13 10:03:26,781] ERROR:web-services:[15]: Traceback (most recent call 
last):
[2009-08-13 10:03:26,781] ERROR:web-services:[16]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/service/web_services.py",
 line 89, in __call__
[2009-08-13 10:03:26,781] ERROR:web-services:[17]: tools.init_db(cr)
[2009-08-13 10:03:26,781] ERROR:web-services:[18]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 47, 
in init_db
[2009-08-13 10:03:26,782] ERROR:web-services:[19]: for line in 
file_open(f).read().split(';'):
[2009-08-13 10:03:26,782] ERROR:web-services:[20]:   File 
"/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py", line 
248, in file_open
[2009-08-13 10:03:26,782] ERROR:web-services:[21]: raise IOError, 'File not 
found : '+str(name)
[2009-08-13 10:03:26,782] ERROR:web-services:[22]: IOError: File not found : 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/base.sql
**

actually the "base.sql" is not under the tree ../dist-packages/.. but under 
../site-packages/..
Now i've create a symlink 
"sudo ln -s 
/usr/local/lib/python2.6/site-packages/openerp-server/addons/base/base.sql 
/usr/local/lib/python2.6/dist-packages/openerp-server/addons/base/"
but after i've a other error :


[2009-08-13 10:28:53,888] INFO:web-services:CREATE DATABASE: openerp
[2009-08-13 10:28:53,889] INFO:dbpool:Connecting to openerp
[2009-08-13 10:28:54,877] INFO:init:module base: loading objects
[2009-08-13 10:28:54,877] INFO:init:module base: registering objects
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,188] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,189] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04-jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[03]: OS Name : posix
[2009-08-13 10:28:55,189] CRITICAL:init:[04]: Distributor ID:   Ubuntu
[2009-08-13 10:28:55,189] CRITICAL:init:[05]: Description:  Ubuntu 9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[06]: Release:  9.04
[2009-08-13 10:28:55,189] CRITICAL:init:[07]: Codename: jaunty
[2009-08-13 10:28:55,189] CRITICAL:init:[08]: Operating System Release : 
2.6.28-15-generic
[2009-08-13 10:28:55,189] CRITICAL:init:[09]: Operating System Version : 
#48-Ubuntu SMP Wed Jul 29 08:53:35 UTC 2009
[2009-08-13 10:28:55,189] CRITICAL:init:[10]: Operating System Architecture : 
64bit
[2009-08-13 10:28:55,189] CRITICAL:init:[11]: Operating System Locale : 
fr_FR.UTF8
[2009-08-13 10:28:55,189] CRITICAL:init:[12]: Python Version : 2.6.2
[2009-08-13 10:28:55,190] CRITICAL:init:[13]: OpenERP-Server Version : 5.0.2
[2009-08-13 10:28:55,190] CRITICAL:init:[14]: Last revision No. & ID : Couldn't 
load module base
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:735: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  if hasattr(e, 'message'):
/usr/local/lib/python2.6/dist-packages/openerp-server/tools/misc.py:736: 
DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  return ustr(e.message)
bzr: ERROR: Not a branch: 
"/usr/local/lib/python2.6/dist-packages/openerp-server/".
No LSB modules are available.
[2009-08-13 10:28:55,423] CRITICAL:init:[01]: Environment Information : 
[2009-08-13 10:28:55,423] CRITICAL:init:[02]: System : 
Linux-2.6.28-15-generic-x86_64-with-Ubuntu-9.04