xmlrpcs error

Bug #589739 reported by filsys
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
Odoo Server (MOVED TO GITHUB)
Fix Released
Undecided
Unassigned

Bug Description

Hi,
I have tested trunk version a couple of weeks ago and works fine.
today i have downladed last trunk source code from launchpad and, when i tested, i found this error:
Traceback (most recent call last):
  File "openerp-server.py", line 54, in <module>
    import netsvc
  File "/home/mitica/trunk/openerp/server/bin/netsvc.py", line 275, in <module>
    import tools
  File "/home/mitica/trunk/openerp/server/bin/tools/__init__.py", line 24, in <module>
    from config import *
  File "/home/mitica/trunk/openerp/server/bin/tools/config.py", line 472, in <module>
    config.parse_config()
  File "/home/mitica/trunk/openerp/server/bin/tools/config.py", line 279, in parse_config
    if getattr(opt, arg) is not None:
AttributeError: Values instance has no attribute 'xmlrpcs'

Related branches

Revision history for this message
afokapu (alec-fokapu) wrote :

Same for me,
The server doesn't start.

Revision history for this message
xrg (xrg) wrote : Re: [Bug 589739] xmlrpcs error

On Friday 04 June 2010, you wrote:
> Public bug reported:
>
> File "/home/mitica/trunk/openerp/server/bin/tools/config.py", line 279,
> in parse_config if getattr(opt, arg) is not None:
> AttributeError: Values instance has no attribute 'xmlrpcs'
>

A little typo is there. Please try the patch.

Note that my branch will NOT follow those config changes, because they broke
the logic of the httpd layers. So, I had read that code but not actually using
it myself.

Revision history for this message
filsys (office-filsystem) wrote :

@xrg
Tnanks!
Your patch solve my problem.

On Sun, 2010-06-06 at 09:05 +0000, xrg wrote:

> On Friday 04 June 2010, you wrote:
> > Public bug reported:
> >
> > File "/home/mitica/trunk/openerp/server/bin/tools/config.py", line 279,
> > in parse_config if getattr(opt, arg) is not None:
> > AttributeError: Values instance has no attribute 'xmlrpcs'
> >
>
> A little typo is there. Please try the patch.
>
> Note that my branch will NOT follow those config changes, because they broke
> the logic of the httpd layers. So, I had read that code but not actually using
> it myself.
>
>
>
> ** Patch added: "0001-config-fix-init-when-ssl-is-not-available.patch"
> http://launchpadlibrarian.net/49761016/0001-config-fix-init-when-ssl-is-not-available.patch
>

Revision history for this message
filsys (office-filsystem) wrote :

@xrg
Tnanks!
Your patch solve my problem.

Revision history for this message
Jay Vora (Serpent Consulting Services) (jayvora) wrote :

It has been fixed by revision 2323 <email address hidden>.
Thanks Panos.

Changed in openobject-server:
status: New → Confirmed
milestone: none → 6.0
status: Confirmed → Fix Released
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.