[6.0-Rc1] Web client error on starting

Bug #693298 reported by forstera
16
This bug affects 3 people
Affects Status Importance Assigned to Milestone
Odoo Web Client
Fix Released
Medium
OpenERP R&D Web Team

Bug Description

Hello,
I just updated the web client with the last revision. When I start a new session, here's the error displayed in the server (nothing at client's side) .

[22/Dec/2010:09:26:53] Syntax error while loading translation for locale "sr@latin" from addon "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/addons/view_diagram"
Traceback (most recent call last):
  File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/i18n/_gettext.py", line 78, in _load_translations
    tr = _load_translation(path, locale, domain)
  File "/usr/local/lib/python2.6/dist-packages/openerp_web-6.0.0_rc1-py2.6.egg/openobject/i18n/_gettext.py", line 67, in _load_translation
    locale_path, [locale], domain)
  File "/usr/lib/pymodules/python2.6/babel/support.py", line 309, in load
    return cls(fileobj=open(filename, 'rb'), domain=domain)
  File "/usr/lib/pymodules/python2.6/babel/support.py", line 283, in __init__
    gettext.GNUTranslations.__init__(self, fp=fileobj)
  File "/usr/lib/python2.6/gettext.py", line 180, in __init__
    self._parse(fp)
  File "/usr/lib/python2.6/gettext.py", line 315, in _parse
    self.plural = c2py(plural)
  File "/usr/lib/python2.6/gettext.py", line 126, in c2py
    return eval('lambda n: int(%s)' % plural)
  File "<string>", line 1
    lambda n: int((test(n%10==1 and n%100!=11 , 0 , test( n%10>=2 and n%10< =4 and (n%100<10 or n%100>=20) , 1 , 2))))
                                                                                 ^
SyntaxError: invalid syntax

Revision history for this message
Sananaz (Open ERP) (sma-tiny) wrote :

Hello forstera,

This problem is fixed with the revision(4140). Please update your code.

Thanks.

Revision history for this message
Sananaz (Open ERP) (sma-tiny) wrote :

Fixed in web-client trunk version.

Changed in openobject-addons:
status: New → Invalid
Revision history for this message
forstera (arnaud-forster-deactivatedaccount) wrote : Re: [Bug 693298] Re: [6.0-Rc1] Web client error on starting

Hello,
I'm using revision 4152 and the problem occurs here ...

Le 22.12.2010 11:10, sma (Open ERP) a écrit :
> Hello forstera,
>
> This problem is fixed with the revision(4140). Please update your code.
>
> Thanks.
>

--

Meilleures salutations*

**MW Programmation SA*
Arnaud Forster
Rue Charles Schäublin 2
2735 Malleray-Bévilard

Tél. (+41).032.491.65.30
Fax (+41).032.491.65.35

Changed in openobject-addons:
status: Invalid → Confirmed
affects: openobject-addons → openobject-client-web
Changed in openobject-client-web:
assignee: nobody → OpenERP SA's Web Client R&D (openerp-dev-web)
importance: Undecided → Medium
Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

It affects me too, but the error is with locale "sr"

Syntax error while loading translation for locale "sr" from addon

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

Looks like this affects several modules, not all, and for some locales only.

[24/Dec/2010:08:15:59] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
[24/Dec/2010:08:15:59] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
[24/Dec/2010:08:15:59] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
[24/Dec/2010:08:15:59] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_calendar"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_calendar"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_calendar"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_calendar"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_graph"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_graph"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_diagram"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_diagram"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_diagram"
[24/Dec/2010:08:16:00] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/view_diagram"

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

If I delete those locale files, it generates different error

TypeError: sequence item 72: expected string or Unicode, bool found

  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/tools/_expose.py", line 191, in func_wrapper
    res = func(*args, **kw)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/controllers/_root.py", line 85, in default
    return request.handler()
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/tools/_expose.py", line 191, in func_wrapper
    res = func(*args, **kw)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp/controllers/utils.py", line 196, in wrapper
    return fn(*args, **kw)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp/controllers/root.py", line 167, in login
   return tiny_login(target=location, db=db, user=user, password=password, action="login", message=message)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/tools/_expose.py", line 231, in func_wrapper
    return render_template(_template, res).encode("utf-8")
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/tools/_expose.py", line 150, in render_template
    return utils.NoEscape(template.render_unicode(**kw))
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/mako/template.py", line 292, in render_unicode
    as_unicode=True)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/mako/runtime.py", line 576, in _render
    return context._pop_buffer().getvalue()
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/mako/util.py", line 124, in getvalue
    return self.delim.join(self.data)
TypeError: sequence item 72: expected string or Unicode, bool found

Revision history for this message
Navrang Oza (noz-tiny) wrote :

Hello,

I am not able to generate this error.

I am testing on revision: 4277
Ya that is true that only for 'sr' locale is creating problem sometimes.

But never crashes web client any where.
My work never got stopped because of it.

It works well.
The error is thrown at back side only sometimes.

Can you provide more detail to reproduce this error please when web client crashes or stopped ?

Thanks.

Navrang Oza (noz-tiny)
Changed in openobject-client-web:
milestone: none → 6.0-rc2
status: Confirmed → Fix Released
Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
Download full text (23.0 KiB)

I update web client to the latest version

$ bzr version-info
revision-id: <email address hidden>
date: 2010-12-27 11:37:29 +0530
build-date: 2010-12-27 17:33:39 +0700
revno: 4178
branch-nick: web

$ bzr stat -S
? access.log
? error.log
? openerp-web.cfg

$ echo $LANGUAGE
en_GB:en
$ echo $LANG
vi_VN.utf8

Then start the client and it generates a lot of error "Syntax error while loading translation for locale "sr" from addon ..." and "Syntax error while loading translation for locale "sr@latin" from addon ..." as reported earlier; and the browser (Firefox) gives the error as in the attached file (Screenshot-4.png)

[27/Dec/2010:17:35:50] INFO Loading module 'openerp'
[27/Dec/2010:17:35:53] Syntax error while loading translation for locale "sr" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
Traceback (most recent call last):
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/i18n/_gettext.py", line 78, in _load_translations
    tr = _load_translation(path, locale, domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/i18n/_gettext.py", line 67, in _load_translation
    locale_path, [locale], domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/babel/support.py", line 309, in load
    return cls(fileobj=open(filename, 'rb'), domain=domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/babel/support.py", line 283, in __init__
    gettext.GNUTranslations.__init__(self, fp=fileobj)
  File "/usr/lib/python2.6/gettext.py", line 180, in __init__
    self._parse(fp)
  File "/usr/lib/python2.6/gettext.py", line 315, in _parse
    self.plural = c2py(plural)
  File "/usr/lib/python2.6/gettext.py", line 126, in c2py
    return eval('lambda n: int(%s)' % plural)
  File "<string>", line 1
    lambda n: int((test(n%10==1 and n%100!=11 , 0 , test( n%10>=2 and n%10< =4 and (n%100<10 or n%100>=20) , 1 , 2))))
                                                                                 ^
SyntaxError: invalid syntax

[27/Dec/2010:17:35:53] Syntax error while loading translation for locale "sr@latin" from addon "/home/phongnt/Documents/Projects/openerp-trunk/web/addons/openerp"
Traceback (most recent call last):
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/i18n/_gettext.py", line 78, in _load_translations
    tr = _load_translation(path, locale, domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/i18n/_gettext.py", line 67, in _load_translation
    locale_path, [locale], domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/babel/support.py", line 309, in load
    return cls(fileobj=open(filename, 'rb'), domain=domain)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/babel/support.py", line 283, in __init__
    gettext.GNUTranslations.__init__(self, fp=fileobj)
  File "/usr/lib/python2.6/gettext.py", line 180, in __init__
    self._parse(fp)
  File "/usr/lib/python2.6/gettext.py", line 315, in _parse
    self.plural = c2py(plural)
  File "/usr/lib/python2.6/gettext.py", line 126, in c2py
    return eval('lambda n: int(%s)' % plu...

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

I should make it clear that the error is not generated when starting the web client, but when a browser is used to browse to the address http://localhost:8080/

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
Download full text (5.4 KiB)

I delete all these files sr.po and <email address hidden> and restart the web client. This time, the web client doesn't crash as previously reported, but it generates different error "TypeError: sequence item 65: expected string or Unicode, bool found"
(see Screenshot-7.png).

$ bzr stat -S
? access.log
? error.log
? messages.mo
? openerp-web.cfg
 D addons/openerp/po/javascript/sr.po
 D <email address hidden>
 D addons/openerp/po/messages/sr.po
 D <email address hidden>
 D addons/view_calendar/po/javascript/sr.po
 D <email address hidden>
 D addons/view_calendar/po/messages/sr.po
 D <email address hidden>
 D addons/view_diagram/po/javascript/sr.po
 D <email address hidden>
 D addons/view_diagram/po/messages/sr.po
 D <email address hidden>
 D addons/view_graph/po/javascript/sr.po
 D <email address hidden>
 D addons/view_graph/po/messages/sr.po
 D <email address hidden>

$ ./openerp-web.py --config=openerp-web.cfg
/home/phongnt/Documents/Projects/openerp-trunk/web/lib/formencode/api.py:10: UserWarning: Module formencode was already imported from /home/phongnt/Documents/Projects/openerp-trunk/web/lib/formencode/__init__.pyc, but /usr/lib/pymodules/python2.6 is being added to sys.path
  from pkg_resources import resource_filename
/home/phongnt/Documents/Projects/openerp-trunk/web/lib/formencode/api.py:10: UserWarning: Module cherrypy was already imported from /home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/__init__.pyc, but /usr/lib/pymodules/python2.6 is being added to sys.path
  from pkg_resources import resource_filename
[27/Dec/2010:17:59:32] ENGINE Bus STARTING
[27/Dec/2010:17:59:32] ENGINE Started monitor thread '_TimeoutMonitor'.
[27/Dec/2010:17:59:32] ENGINE Started monitor thread 'Autoreloader'.
[27/Dec/2010:17:59:32] ENGINE Serving on 0.0.0.0:8080
[27/Dec/2010:17:59:32] ENGINE Bus STARTED

[27/Dec/2010:17:59:41] ENGINE Started monitor thread 'Monitor'.
[27/Dec/2010:17:59:41] INFO Loading module 'openerp'
[27/Dec/2010:17:59:42] INFO Loading module 'view_calendar'
[27/Dec/2010:17:59:43] INFO Loading module 'view_graph'
[27/Dec/2010:17:59:43] INFO Loading module 'view_diagram'
127.0.0.1 - - [27/Dec/2010:17:59:43] "GET / HTTP/1.1" 303 376 "" "Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101206 Ubuntu/10.04 (lucid) Firefox/3.6.13"
[27/Dec/2010:17:59:43] HTTP Traceback (most recent call last):
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/_cprequest.py", line 606, in respond
    cherrypy.response.body = self.handler()
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/lib/cherrypy/_cpdispatch.py", line 25, in __call__
    return self.callable(*self.args, **self.kwargs)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/tools/_expose.py", line 191, in func_wrapper
    res = func(*args, **kw)
  File "/home/phongnt/Documents/Projects/openerp-trunk/web/openobject/controllers/_root.py", line 85, in default
    return request.handler()
  File "/home/phongnt/Documents/Projects/openerp-tr...

Read more...

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

I notice that you said
"I am testing on revision: 4277"

but mine version is only at 4178 <email address hidden>.

$ bzr version-info
revision-id: <email address hidden>
date: 2010-12-27 11:37:29 +0530
build-date: 2010-12-27 17:33:39 +0700
revno: 4178
branch-nick: web

Are we on the same page and look at the same code?

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

My update to the latest available version doesn't solve this problem as well.

$ bzr pull -v
Using saved parent location: bzr+ssh://bazaar.launchpad.net/~openerp/openobject-client-web/trunk/
 M addons/openerp/controllers/templates/index.mako
 M addons/openerp/static/css/screen.css
 M addons/openerp/static/css/style-ie.css
 M addons/view_calendar/static/javascript/calendar_gantt.js
All changes applied successfully.
Now on revision 4180.
Added Revisions:
------------------------------------------------------------
revno: 4179
committer: niv-openerp <email address hidden>
branch nick: client-web-trunk
timestamp: Mon 2010-12-27 11:13:07 +0100
message:
  [FIX] Improved fix regarding strange event handling in gantt view - set the
  same behavior for all browsers.
------------------------------------------------------------
revno: 4180 [merge]
committer: niv-openerp <email address hidden>
branch nick: client-web-trunk
timestamp: Mon 2010-12-27 11:34:37 +0100
message:
  [merge] Lot of fixes for ie7.

Revision history for this message
Navrang Oza (noz-tiny) wrote :

oh yes, my mistake.
Revision is 4178.

But I can not reproduce error.
Thanks.

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

maybe you should look at my openerp-web.cfg file. I start the OpenERP server on port 18069/18070 not the default 8069/8070

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

If I use the default port (8070) to connect to server, the error doesn't happen (but of course it cannot find the server)

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

It's funny that if I change the server (openerp-server) port to the default (8069/8070) then the same error happens.
Could it be that there are incompatibility between openerp-server and openerp-client-web?

What version of openerp-server is working for you? Mine is 3152 launchpad_translations_on_behalf_of_openerp-20101227043834-t90thu9ci1o5e3v8

$ bzr version-info
revision-id: launchpad_translations_on_behalf_of_openerp-20101227043834-t90thu9ci1o5e3v8
date: 2010-12-27 04:38:34 +0000
build-date: 2010-12-27 18:48:25 +0700
revno: 3152
branch-nick: server

Revision history for this message
Navrang Oza (noz-tiny) wrote :

I have same revision for server.

Revision history for this message
Márcio Santos (marcio.santos) wrote :

I can confirm this problem with OpenERP Server 6.0 RC2 installed under Ubuntu 10.04 LTS.

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

I got the same issue as with openerp-web-6.0.0-rc2 (as downloaded from OpenERP site)

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

Still have this problem for openerp-web-6.0.1 (just released). BTW, the cherry library is installed using the package files.

crclinic@crclinic-server:/var/local/software/openerp-web-6.0.1$ aptitude search cherry
p python-cherrypy - Python web development framework
i python-cherrypy3 - Python web development framework - version
v python2.5-cherrypy3 -
v python2.6-cherrypy -
v python2.6-cherrypy3 -

crclinic@crclinic-server:/var/local/software/openerp-web-6.0.1$ dpkg -l python-cherrypy3
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii python-cherryp 3.1.2-1 Python web development framework - version 3

Any suggestions, please help

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

# dpkg -l python-mako
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Description
+++-==============-==============-============================================
ii python-mako 0.3.4-2 fast and lightweight templating for the Pyth

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

Still face this error with 6.0.2 installation. Is there anyone having the same error like this?

<type 'exceptions.TypeError'>: sequence item 93: expected string or Unicode, bool found
      args = ('sequence item 93: expected string or Unicode, bool found',)
      message = 'sequence item 93: expected string or Unicode, bool found'

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
Download full text (52.2 KiB)

Should I reopen this, or should I file for another bug report?

127.0.0.1 - - [12/May/2011:14:50:11] "GET / HTTP/1.1" 303 376 "" "Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.30 Safari/534.30"
[12/May/2011:14:53:06] HTTP
Request Headers:
  COOKIE: session_id=571e721bf0fdd037f551094f0fa18103a76dab4e
  HOST: localhost:8080
  ACCEPT: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
  ACCEPT-CHARSET: ISO-8859-1,utf-8;q=0.7,*;q=0.3
  USER-AGENT: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/534.30 (KHTML, like Gecko) Chrome/12.0.742.30 Safari/534.30
  CONNECTION: keep-alive
  Remote-Addr: 127.0.0.1
  ACCEPT-LANGUAGE: en-US,en;q=0.8
  ACCEPT-ENCODING: gzip,deflate,sdch
/usr/lib/python2.6/cgitb.py:245: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
  value = pydoc.text.repr(getattr(evalue, name))
[12/May/2011:14:53:07] HTTP <type 'exceptions.TypeError'>
Python 2.6.5: /usr/bin/python2.6
Thu May 12 14:53:06 2011

A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.

 /usr/lib/pymodules/python2.6/cherrypy/_cprequest.py in respond(self=<cherrypy._cprequest.Request object>, path_info='/openerp/login')
  604 if self.handler:
  605 self.stage = 'handler'
  606 cherrypy.response.body = self.handler()
  607
  608 self.stage = 'before_finalize'
global cherrypy = <module 'cherrypy' from '/usr/lib/pymodules/python2.6/cherrypy/__init__.pyc'>
cherrypy.response = <cherrypy._ThreadLocalProxy object>
cherrypy.response.body = []
self = <cherrypy._cprequest.Request object>
self.handler = <cherrypy._cpdispatch.LateParamPageHandler object>

 /usr/lib/pymodules/python2.6/cherrypy/_cpdispatch.py in __call__(self=<cherrypy._cpdispatch.LateParamPageHandler object>)
   23 def __call__(self):
   24 try:
   25 return self.callable(*self.args, **self.kwargs)
   26 except TypeError, x:
   27 test_callable_spec(self.callable, self.args, self.kwargs)
self = <cherrypy._cpdispatch.LateParamPageHandler object>
self.callable = <bound method Root.default of <openobject.controllers._root.Root object>>
self.args = ('openerp', 'login')
self.kwargs = {'db': '', 'user': ''}

 /media/data/Projects/openerp-6.0/web/openobject/tools/_expose.py in func_wrapper(*args=(<openobject.controllers._root.Root object>, 'openerp', 'login'), **kw={'db': '', 'user': ''})
  180 raise cherrypy.HTTPError(405)
  181
  182 res = func(*args, **kw)
  183 if format == 'json' or (allow_json and 'allow_json' in cherrypy.request.params):
  184 cherrypy.response.headers['Content-Type'] = 'text/javascript'
global res = '/media/data/Projects/openerp-6.0/web/addons/view_calendar/widgets/templates/groups.mako'
func = <function default>
args = (<openobject.controllers._root.Root object>, 'openerp', 'login')
kw = {'db': '', 'user': ''}

 /media/data/Projects/openerp-6.0/web/openobject/controllers/_root.py in default(self=<openobject.controllers._root.Root object>, *args=('op...

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :

It seems that error happens again on my side, so I link it to the new bug, as I cannot reopen this bug

Revision history for this message
OpenBMS JSC (openbmsjsc) wrote :
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.