Error " No handler found. "

2,219 views
Skip to first unread message

Humanoide

unread,
Aug 11, 2013, 3:43:19 AM8/11/13
to openerp-s...@googlegroups.com
El navegador no conecta con OpenERP 6.1 y da este mensaje de error:

No handler found.

¿Alguien sabe a que se debe como arreglarlo? En los foros hay mucha documentación sobre este error pero no conseguí arreglarlo.

Saludos.

Pedro Manuel Baeza Romero

unread,
Aug 11, 2013, 4:35:08 AM8/11/13
to openerp-s...@googlegroups.com
Eso suele ser porque todavía no ha terminado de cargar OpenERP, bien porque no le ha dado tiempo o porque hay algún error que impide la carga completa (la ruta de los addons no es correcta, por ejemplo). Revisa la salida de la consola para ver el error.

Un saludo.


--
Has recibido este mensaje porque estás suscrito al grupo "Usuarios OpenERP en España" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus correos electrónicos, envía un correo electrónico a openerp-spain-u...@googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/groups/opt_out.
 
 

Alejandro Santana

unread,
Aug 11, 2013, 5:51:19 PM8/11/13
to openerp-s...@googlegroups.com
Como dice Pedro, suele ser porque no han cargado los módulos web. Se me ocurren tres razones:
  1. por tiempo (hay que esperar unos segundillos a que acabe de cargar todo)
  2. porque algún error impide que carguen: revisar los mensajes de salida (o el log, si lo tienes configurado para que lo tenga)
  3. porque están mal referenciados: verifica que los addons dentro de web están donde tienen que estar. Son estos:
    • web/addons/web
    • web/addons/web_calendar
    • web/addons/web_dashboard
    • web/addons/web_diagram
    • web/addons/web_gantt
    • web/addons/web_graph
    • web/addons/web_hello
    • web/addons/web_kanban
    • web/addons/web_mobile
    • web/addons/web_process
    • web/addons/web_rpc
    • web/addons/web_tests

Humanoide

unread,
Aug 16, 2013, 3:11:55 PM8/16/13
to openerp-s...@googlegroups.com
Me funciona todo bien, hasta que copio los modulos de la localizacíón española en /opt/ ..../addons . De funcionar todo correctamente, pasa a dar el error "no handler found". Los modulos web que antes funcionaban y que ahora no funcionan los volvi a copiar en todos los lugares que existen. Los permisos estan bien. No entiendo que pasa.

Tampoco entiendo que es eso de web.

Tanto si lo instalas con el paquete deb, como si lo instalas con el tar.gz , todo viene junto en la versión 6.1. No se que manía es esa de tener una rama para server y otra rama para web.

Yo entiendo que si el fabricante del programa te facilita un paquete deb, este tiene que funcionar bien. Sin necesidad de florituras del /opt/ ni varias ramas para server y web. 

Humanoide

unread,
Aug 16, 2013, 3:15:20 PM8/16/13
to openerp-s...@googlegroups.com

Humanoide

unread,
Aug 16, 2013, 7:25:23 PM8/16/13
to openerp-s...@googlegroups.com
¿Que es eso del shapely.wkb? ¿Como me bajo eso? ¿Como no me encuentra los modulos web si los copie mi veces?

Este es el error que me sale


2013-08-16 23:10:14,395 3627 INFO ? openerp.netsvc: Starting 1 services
2013-08-16 23:10:14,505 3627 INFO ? openerp.wsgi.core: HTTP service (werkzeug) running on 0.0.0.0:8069
2013-08-16 23:10:14,908 3627 INFO ? openerp.addons.web: embedded mode
2013-08-16 23:10:15,628 3627 CRITICAL ? openerp.modules.module: Couldn't load module web
2013-08-16 23:10:15,628 3627 CRITICAL ? openerp.modules.module: No module named shapely.wkb
2013-08-16 23:10:15,628 3627 ERROR ? openerp: Failed to load server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/erpuser/server/openerp-server", line 252, in <module>
    openerp.modules.module.load_openerp_module(m)
  File "/opt/erpuser/server/openerp/modules/module.py", line 419, in load_openerp_module
    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/opt/erpuser/web/addons/web/__init__.py", line 29, in wsgi_postload
    app = common.http.Root(o)
  File "/opt/erpuser/web/addons/web/common/http.py", line 453, in __init__
    static_dirs = self._load_addons(openerp_addons_namespace)
  File "/opt/erpuser/web/addons/web/common/http.py", line 523, in _load_addons
    m = __import__('openerp.addons.' + module)
  File "/opt/erpuser/server/openerp/modules/module.py", line 139, in load_module
    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/erpuser/server/openerp/addons/base_geoengine/__init__.py", line 23, in <module>
    from . import geo_model
  File "/opt/erpuser/server/openerp/addons/base_geoengine/geo_model.py", line 26, in <module>
    from . import geo_field
  File "/opt/erpuser/server/openerp/addons/base_geoengine/geo_field.py", line 24, in <module>
    from shapely.wkb import loads as  wkbloads
ImportError: No module named shapely.wkb

Los modulos web los copié en

/opt/openerp/server/openerp/web

/opt/openerp/server/web

/opt/openerp/server/openerp/addons/web

/opt/openerp/server/addons/web

Tambien pinte esto en el config

[options]
; This is the password that allows database operations:
admin_passwd = 476454561453
addons_path = /opt/openerp/server/openerp/addons
addons_path = /opt/openerp/server/openerp/addons/web
addons_path = /opt/openerp/web/addons
db_host = False
db_port = False
db_user = openerp
db_password = 476454561453
logfile = /var/log/openerp/openerp-server.log

Humanoide

unread,
Aug 16, 2013, 7:29:20 PM8/16/13
to openerp-s...@googlegroups.com
Instalo es sapely ese

openerp@openerp:/etc$ sudo pip install Shapely
Downloading/unpacking Shapely
  Downloading Shapely-1.2.18.tar.gz (111Kb): 111Kb downloaded
  Running setup.py egg_info for package Shapely
    /etc/build/Shapely/setup.py:9: Warning: Failed to import distribute_setup, continuing without distribute.
      Warning)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_external'
      warnings.warn(msg)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'metadata_version'
      warnings.warn(msg)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_python'
      warnings.warn(msg)
    
Installing collected packages: Shapely
  Running setup.py install for Shapely
    /etc/build/Shapely/setup.py:9: Warning: Failed to import distribute_setup, continuing without distribute.
      Warning)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_external'
      warnings.warn(msg)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'metadata_version'
      warnings.warn(msg)
    /usr/lib/python2.7/distutils/dist.py:267: UserWarning: Unknown distribution option: 'requires_python'
      warnings.warn(msg)
    building 'shapely.speedups._speedups' extension
    gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC -I/usr/include/python2.7 -c shapely/speedups/_speedups.c -o build/temp.linux-i686-2.7/shapely/speedups/_speedups.o
    shapely/speedups/_speedups.c:300:20: error fatal: geos_c.h: No existe el archivo o el directorio
    compilación terminada.
    command 'gcc' failed with exit status 1
    Warning: The C extension could not be compiled, speedups are not enabled.
    Failure information, if any, is above.
    I'm retrying the build without the C extension now.
    
    Warning: The C extension could not be compiled, speedups are not enabled.
    Plain-Python installation succeeded.
Successfully installed Shapely
Cleaning up...


Pero nada. Sigue con nojandlefound

Humanoide

unread,
Aug 16, 2013, 7:47:31 PM8/16/13
to openerp-s...@googlegroups.com
Probe con el addons_path = carallada 1 , carrallada web (todo en la misma linea, pero tampoco)


El domingo, 11 de agosto de 2013 09:43:19 UTC+2, Humanoide escribió:

Alejandro Santana

unread,
Aug 20, 2013, 9:44:16 PM8/20/13
to openerp-s...@googlegroups.com
Igual te da error por los módulos de geoengine, que necesitan instalar geojson, aparte de shapely (o python-shapely con apt-get o aptitude).
Y algunos otros paquetes que encontré necesarios en algún momento.

Mira que hayas instalado esto:

    # For account_banking
    aptitude install python-beautifulsoup
 
    # For base_geoengine addon
    aptitude install python-shapely postgis # postgresql-9.1-postgis
    pip install geojson
 
    # For RML reports
    aptitude install python-trml2pdf
 
    # For l10n_es_lopd
    aptitude install pdftk python-suds # These are already installed before: python-imaging python-reportlab
 
    # Some more dependencies for OpenERP 7.0:
    aptitude install python-docutils python-jinja2 python-mock \
        python-psutil python-unittest2
 
    # For webkit reports:
    aptitude install wkhtmltopdf
 
    # For barcode modules by Julius (SVG files conversion)
    aptitude install librsvg2-2 librsvg2-common librsvg2-bin # python-rsvg

A ver si esto te soluciona.

Jesús Alòs

unread,
Jan 25, 2014, 4:23:20 AM1/25/14
to openerp-s...@googlegroups.com
Hola.

Accedo por cliente web a la V7 y tengo el mismo problema 'No handler found' al acceder por 192.168.5.0:8069. La instalación ha estado funcionando bien desde hace tiempo.

Si que tengo los modulos web en el directorio addons y no he probado instalar lo que indica Alejandro Santana ya que funcionaba bien y no he desinstalado nada.

Este es mi log a partir del día 25 viene el problema:

2014-01-24 20:05:06,131 1127 INFO ? openerp.service: Initiating shutdown
2014-01-24 20:05:06,131 1127 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown.
2014-01-25 07:58:48,537 1142 INFO ? openerp: OpenERP version 7.0-20131004-231118
2014-01-25 07:58:48,547 1142 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2014-01-25 07:58:48,547 1142 INFO ? openerp: database hostname: localhost
2014-01-25 07:58:48,547 1142 INFO ? openerp: database port: 5432
2014-01-25 07:58:48,547 1142 INFO ? openerp: database user: openerp
2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: No module named xlrd
2014-01-25 07:58:49,298 1142 ERROR ? openerp.service: Failed to load server-wide module `web`.

The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp/service/__init__.py", line 60, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 415, in load_openerp_module

    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 628, in wsgi_postload
    openerp.wsgi.register_wsgi_handler(Root())
  File "/opt/openerp/server/openerp/addons/web/http.py", line 517, in __init__
    self.load_addons()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 580, in load_addons

    m = __import__('openerp.addons.' + module)
  File "/opt/openerp/server/openerp/modules/module.py", line 133, in load_module

    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/gap_analysis/__init__.py", line 24, in <module>
    import wizard
  File "/opt/openerp/server/openerp/addons/gap_analysis/wizard/__init__.py", line 24, in <module>
    import import_from_sheet
  File "/opt/openerp/server/openerp/addons/gap_analysis/wizard/import_from_sheet.py", line 31, in <module>
    import xlrd
ImportError: No module named xlrd
2014-01-25 07:58:49,334 1142 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-01-25 07:58:49,334 1142 INFO ? openerp: OpenERP server is running, waiting for connections...
2014-01-25 08:04:26,884 1142 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:04:26] "GET /web/static/src/img/favicon.ico HTTP/1.1" 404 -
2014-01-25 08:04:30,356 1142 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:04:30] "POST /web/session/get_session_info HTTP/1.1" 404 -
2014-01-25 08:30:54,042 1142 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:30:54] "GET / HTTP/1.1" 404 -
2014-01-25 08:30:54,090 1142 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:30:54] "GET /favicon.ico HTTP/1.1" 404 -
2014-01-25 08:32:22,375 1142 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:32:22] "GET / HTTP/1.1" 404 -
2014-01-25 08:37:40,753 1142 INFO ? openerp.service: Initiating shutdown
2014-01-25 08:37:40,753 1142 INFO ? openerp.service: Hit CTRL-C again or send a second signal to force the shutdown.
2014-01-25 08:38:28,985 1118 INFO ? openerp: OpenERP version 7.0-20131004-231118
2014-01-25 08:38:28,994 1118 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2014-01-25 08:38:28,995 1118 INFO ? openerp: database hostname: localhost
2014-01-25 08:38:28,995 1118 INFO ? openerp: database port: 5432
2014-01-25 08:38:28,995 1118 INFO ? openerp: database user: openerp
2014-01-25 08:38:29,679 1118 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-01-25 08:38:29,679 1118 CRITICAL ? openerp.modules.module: No module named xlrd
2014-01-25 08:38:29,679 1118 ERROR ? openerp.service: Failed to load server-wide module `web`.

The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp/service/__init__.py", line 60, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 415, in load_openerp_module

    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 628, in wsgi_postload
    openerp.wsgi.register_wsgi_handler(Root())
  File "/opt/openerp/server/openerp/addons/web/http.py", line 517, in __init__
    self.load_addons()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 580, in load_addons

    m = __import__('openerp.addons.' + module)
  File "/opt/openerp/server/openerp/modules/module.py", line 133, in load_module

    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/gap_analysis/__init__.py", line 24, in <module>
    import wizard
  File "/opt/openerp/server/openerp/addons/gap_analysis/wizard/__init__.py", line 24, in <module>
    import import_from_sheet
  File "/opt/openerp/server/openerp/addons/gap_analysis/wizard/import_from_sheet.py", line 31, in <module>
    import xlrd
ImportError: No module named xlrd
2014-01-25 08:38:29,715 1118 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-01-25 08:38:29,715 1118 INFO ? openerp: OpenERP server is running, waiting for connections...
2014-01-25 08:39:31,094 1118 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:39:31] "GET / HTTP/1.1" 404 -
2014-01-25 08:48:43,624 1118 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:48:43] "GET / HTTP/1.1" 404 -
2014-01-25 08:49:04,819 1118 INFO ? werkzeug: 192.168.5.1 - - [25/Jan/2014 08:49:04] "GET / HTTP/1.1" 404 -


Jesús Alòs

unread,
Jan 25, 2014, 6:13:49 AM1/25/14
to openerp-s...@googlegroups.com
he visto que el archivo 'web_translate_dialog' dentro de /addons/ tiene como propietario y grupo a 'root'. Lo he cambiado por 'openerp'. pero sigue igual

cubells

unread,
Jan 25, 2014, 6:21:55 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 10:23, Jesús Alòs ha escrit:
> Hola.
>
> Accedo por cliente web a la V7 y tengo el mismo problema 'No handler
> found' al acceder por 192.168.5.0:8069. La instalación ha estado
> funcionando bien desde hace tiempo.
>
> Si que tengo los modulos web en el directorio addons y no he probado
> instalar lo que indica Alejandro Santana ya que funcionaba bien y no he
> desinstalado nada.
>
> Este es mi log a partir del día 25 viene el problema:
>
> 2014-01-24 20:05:06,131 1127 INFO ? openerp.service: Initiating shutdown

...

> "/opt/openerp/server/openerp/addons/gap_analysis/wizard/import_from_sheet.py",
> line 31, in <module>
> import xlrd
> ImportError: No module named xlrd


$ sudo aptitude install python-xlrd


--
Atentament, cubells.
--

Jesús Alòs

unread,
Jan 25, 2014, 6:25:47 AM1/25/14
to openerp-s...@googlegroups.com
Gracias Cubells,
Eso también lo he probado, y nada.

cubells

unread,
Jan 25, 2014, 6:47:38 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 12:25, Jesús Alòs ha escrit:
> Gracias Cubells,
> Eso también lo he probado, y nada.
>


Tienes razón, remirando el log:

2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: Couldn't
load module web
2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: No
module named xlrd
2014-01-25 07:58:49,298 1142 ERROR ? openerp.service: Failed to load
server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web`
project.
Maybe you forgot to add those addons in your addons_path configuration.


Tienes mal el adons_path del fichero de configuración.


Qué tienes allí? Lo puedes enseñar?


--
Atentament, cubells.
--

Jesús Alòs

unread,
Jan 25, 2014, 6:55:16 AM1/25/14
to openerp-s...@googlegroups.com
en que ruta esta ese fichero? esta dentro de /addons/?

Jesús Alòs

unread,
Jan 25, 2014, 7:02:34 AM1/25/14
to openerp-s...@googlegroups.com
Lo tengo en /etc/openerp-server.conf
El directorio apunta donde tengo todos los addons


[options]
addons_path = /opt/openerp/server/openerp/addons
# Admin password for creating, restoring and backing up databases
admin_passwd = XXXXX
# default CSV separator for import and export
csv_internal_sep = ,
db_host = localhost
db_maxconn = 64
db_name = False
db_password = XXXXXX
db_port = False
db_template = template1
db_user = openerp
dbfilter = .*
debug_mode = False
demo = {}
email_from = False
import_partial =
limit_memory_hard = 805306368
limit_memory_soft = 671088640
limit_request = 8192
limit_time_cpu = 60
limit_time_real = 120
list_db = True
log_handler = [':INFO']
log_level = info
logfile = /var/log/openerp/openerp-server.log
login_message = False
logrotate = True
max_cron_threads = 2
osv_memory_age_limit = 1.0
osv_memory_count_limit = False
pg_path = None
pidfile = None
proxy_mode = False
# to compress reports
reportgz = False
secure_cert_file = server.cert
secure_pkey_file = server.pkey
server_wide_modules = None
smtp_password = False
smtp_port = 25
smtp_server = localhost
smtp_ssl = False
smtp_user = False
static_http_document_root = None
static_http_enable = False
static_http_url_prefix = None
syslog = False
test_commit = False
test_enable = False
test_file = False
test_report_directory = False
timezone = Europe/Madrid
translate_modules = ['all']
unaccent = True
# disable loading demo data for modules to be installed (comma-separated, use "all" for all modules)
without_demo = False
workers = 0
xmlrpc = True
xmlrpc_interface =
xmlrpc_port = 8069
xmlrpcs = True
xmlrpcs_interface =
xmlrpcs_port = 8071
# enable the NETRPC protocol
netrpc = False
# specify the TCP IP address for the NETRPC protocol
netrpc_interface =
# specify the TCP port for the NETRPC protocol
netrpc_port = 8070

Joaquin Gutierrez

unread,
Jan 25, 2014, 7:27:59 AM1/25/14
to openerp-s...@googlegroups.com
Vaya error mas raro
En el log te esta cascando tambien el modulo /gap_analysis/ a ver si ese hace que caigan los otros y comprueba los permisos de ese modulo a nivel de fichero.... no se por dar ideas a ver.

Un saludo


2014/1/25 Jesús Alòs <jesu...@gmail.com>

--

cubells

unread,
Jan 25, 2014, 7:31:47 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 13:02, Jesús Alòs ha escrit:
> Lo tengo en /etc/openerp-server.conf
> El directorio apunta donde tengo todos los addons
>
>
> [options]
> addons_path = /opt/openerp/server/openerp/addons
>

Mira el mío:

addons_path =
/opt/openerp/src/cliente,/opt/openerp/src/spain,/opt/openerp/src/extra-addons,/opt/openerp/src/addons,/opt/openerp/src/web/addons

Si te fijas, en ese directorio no hay nada:

$ ls /opt/openerp/server/openerp/addons/
base base_quality_interrogation.py __init__.py __init__.pyc

Deberías de cambiar por

addons_path = /opt/openerp/web/addons

porque allí están los addons que te pide openerp. En mi caso:

# ls /opt/openerp/src/web/addons/
web web_api web_calendar web_diagram web_gantt web_graph web_hello
web_kanban web_tests web_tests_demo web_view_editor


has entendido?



--
Atentament, cubells.
--

cubells

unread,
Jan 25, 2014, 7:32:54 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 13:31, cubells ha escrit:
> El 25/01/14 13:02, Jesús Alòs ha escrit:
>> Lo tengo en /etc/openerp-server.conf
>> El directorio apunta donde tengo todos los addons
>>
>>
>> [options]
>> addons_path = /opt/openerp/server/openerp/addons
>>
>
> Mira el mío:
>
> addons_path =
> /opt/openerp/src/cliente,/opt/openerp/src/spain,/opt/openerp/src/extra-addons,/opt/openerp/src/addons,/opt/openerp/src/web/addons
>
>
> Si te fijas, en ese directorio no hay nada:
>
> $ ls /opt/openerp/server/openerp/addons/
> base base_quality_interrogation.py __init__.py __init__.pyc
>
> Deberías de cambiar por
>
> addons_path = /opt/openerp/web/addons
>


Y para eso tienes que bajarte el código fuente de openerp-web.




--
Atentament, cubells.
--

Jesús Alòs

unread,
Jan 25, 2014, 7:42:23 AM1/25/14
to openerp-s...@googlegroups.com
Pero mi archivo '/etc/openerp-server.conf' apunta a 'addons_path = /opt/openerp/server/openerp/addons' que es donde tengo todos los módulos y esto ha funciona así. Los directorios que me comentas yo los tengo vacíos.

En cuanto al tema de los permisos, he revisado que el propietario y grupo sean openerp y es así.
Dentro del directoriaddons_path = /opt/openerp/server/openerp/


Gracias,

cubells

unread,
Jan 25, 2014, 8:06:40 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 13:42, Jesús Alòs ha escrit:
> Pero mi archivo '/etc/openerp-server.conf' apunta a 'addons_path =
> /opt/openerp/server/openerp/addons' que es donde tengo todos los módulos
> y esto ha funciona así. Los directorios que me comentas yo los tengo vacíos.
>


Vamos a ver.

Qué instancia de openerp estás ejecutando?

En mi caso:

# ps aux | grep openerp-
openerp 15231 0.2 4.8 864620 195228 ? Sl Jan23 6:32 python
/opt/openerp/src/server/openerp-server -c
/opt/openerp/configuraciones/openerp-server.conf
--logfile=/var/log/openerp/openerp-server.log

Estoy ejecutando una sola instancia de openerp cuyo fichero de
configuración está en

/opt/openerp/configuraciones/openerp-server.conf

y cuyo fichero de registro es

/var/log/openerp/openerp-server.log

Dónde carga el servidor los módulos?

Si miro el fichero de configuración,
/opt/openerp/configuraciones/openerp-server.conf, la variable
addons_path apunta al directorio:

En mi caso:

addons_path =
/opt/openerp/src/cliente,/opt/openerp/src/spain,/opt/openerp/src/extra-addons,/opt/openerp/src/addons,/opt/openerp/src/web/addons

Es decir, mi instancia, carga los módulos que hay en

/opt/openerp/src/cliente (Módulos personalizados por cliente)
/opt/openerp/src/spain (Módulos de la localización española)
/opt/openerp/src/extra-addons (Módulos extra-addons)
/opt/openerp/src/addons (Módulos addons)
/opt/openerp/src/web/addons (Módulos del cliente web)

Cada directorio tiene sus módulos.

En tu caso el error dice:


2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: Couldn't
load module web
2014-01-25 07:58:49,298 1142 CRITICAL ? openerp.modules.module: No
module named xlrd
2014-01-25 07:58:49,298 1142 ERROR ? openerp.service: Failed to load
server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web`
project.
Maybe you forgot to add those addons in your addons_path configuration.


NO ENCUENTRA LOS MÓDULOS DEL CLIENTE WEB.

Te lo demuestro.

Cambio mi fichero de configuración y pongo tu addons_path:

addons_path =
/opt/openerp/src/cliente,/opt/openerp/src/spain,/opt/openerp/src/extra-addons,/opt/openerp/src/addons,/opt/openerp/src/server/openerp/addons

Y ahora reinicio el servidor:

# /etc/init.d/openerp-server restart


Mira el error que me da:

# tail -f -n 50 /var/log/openerp/openerp-server.log
2014-01-25 13:11:54,184 15231 INFO cliente openerp.service: Initiating
shutdown
2014-01-25 13:11:54,201 15231 INFO cliente openerp.service: Hit CTRL-C
again or send a second signal to force the shutdown.
2014-01-25 13:11:55,641 8754 INFO ? openerp: OpenERP version 7.0
2014-01-25 13:11:55,641 8754 INFO ? openerp: addons paths:
/opt/openerp/src/cliente,/opt/openerp/src/spain,/opt/openerp/src/extra-addons,/opt/openerp/src/addons,/opt/openerp/src/server/openerp/addons
2014-01-25 13:11:55,641 8754 INFO ? openerp: database hostname: localhost
2014-01-25 13:11:55,641 8754 INFO ? openerp: database port: 5432
2014-01-25 13:11:55,641 8754 INFO ? openerp: database user: openerp
2014-01-25 13:11:55,643 8754 WARNING ? openerp.modules.module: module
web: module not found
2014-01-25 13:11:55,643 8754 CRITICAL ? openerp.modules.module: Couldn't
load module web
2014-01-25 13:11:55,643 8754 CRITICAL ? openerp.modules.module: No
module named web
2014-01-25 13:11:55,643 8754 ERROR ? openerp.service: Failed to load
server-wide module `web`.
The `web` module is provided by the addons found in the `openerp-web`
project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
File "/opt/openerp/src/server/openerp/service/__init__.py", line 60,
in load_server_wide_modules
openerp.modules.module.load_openerp_module(m)
File "/opt/openerp/src/server/openerp/modules/module.py", line 405,
in load_openerp_module
__import__('openerp.addons.' + module_name)
File "/opt/openerp/src/server/openerp/modules/module.py", line 132,
in load_module
f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web
2014-01-25 13:11:55,644 8754 WARNING ? openerp.modules.module: module
web_kanban: module not found
2014-01-25 13:11:55,645 8754 CRITICAL ? openerp.modules.module: Couldn't
load module web_kanban
2014-01-25 13:11:55,645 8754 CRITICAL ? openerp.modules.module: No
module named web_kanban
2014-01-25 13:11:55,645 8754 ERROR ? openerp.service: Failed to load
server-wide module `web_kanban`.
Traceback (most recent call last):
File "/opt/openerp/src/server/openerp/service/__init__.py", line 60,
in load_server_wide_modules
openerp.modules.module.load_openerp_module(m)
File "/opt/openerp/src/server/openerp/modules/module.py", line 405,
in load_openerp_module
__import__('openerp.addons.' + module_name)
File "/opt/openerp/src/server/openerp/modules/module.py", line 132,
in load_module
f, path, descr = imp.find_module(module_part, ad_paths)
ImportError: No module named web_kanban


EL MISMO ERROR QUE A TI.

Estás de acuerdo?


Si no estàs de acuerdo, me puedes decir qué tienes en /opt/openerp/??

Más que nada para saber qué código fuente tienes.

También debería de saber qué obtienes al ejecutar

# ps aux | grep openerp-



Saludos!


--
Atentament, cubells.
--

cubells

unread,
Jan 25, 2014, 8:10:00 AM1/25/14
to openerp-s...@googlegroups.com
El 25/01/14 13:42, Jesús Alòs ha escrit:
> Pero mi archivo '/etc/openerp-server.conf' apunta a 'addons_path =
> /opt/openerp/server/openerp/addons' que es donde tengo todos los módulos
> y esto ha funciona así.

Si en /opt/openerp/server/openerp/addons tienes todos los módulos,
entonces te hacen falta los siguientes módulos:


# ls -l /opt/openerp/src/web/addons/
total 44
drwxrwxr-x 8 openerp openerp 4096 oct 30 08:14 web
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_api
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_calendar
drwxrwxr-x 5 openerp openerp 4096 oct 30 08:15 web_diagram
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_gantt
drwxrwxr-x 5 openerp openerp 4096 oct 30 08:15 web_graph
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_hello
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_kanban
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_tests
drwxrwxr-x 3 openerp openerp 4096 gen 11 18:54 web_tests_demo
drwxrwxr-x 4 openerp openerp 4096 oct 30 08:15 web_view_editor


Que están en el código fuente de openerp-web


Si no me das más datos no puedo saber "cómo te lo has montado" tú, pero
con los ejemplos que te he pasado debes de poder entender cómo lo tengo
montado yo y funciona.


--
Atentament, cubells.
--

Jesús Alòs

unread,
Jan 25, 2014, 12:29:41 PM1/25/14
to openerp-s...@googlegroups.com
Hola Vicent. Entiendo la configuración que tienes y en mi caso es igual cambiando las rutas.
Parece que el problema que tengo no viene por ahi.

Gracias y un saludo,

La versión que tengo instalada es la siguiente:

Metadata-Version: 1.1
Name: openerp
Version: 7.0-20131004-231118

-------------------------------------------------------------------------------------
ls /opt/openerp > file.txt

openerp-7.0-latest.tar.gz
server/

-------------------------------------------------------------------------------------
/etc/openerp-server.conf > file.txt


[options]
addons_path = /opt/openerp/server/openerp/addons
# Admin password for creating, restoring and backing up databases
admin_passwd = XXXX
# default CSV separator for import and export
csv_internal_sep = ,
db_host = localhost
db_maxconn = 64
db_name = False
db_password = XXXX
-------------------------------------------------------------------------------------

ps aux | grep openerp > ps.txt

openerp   1105  0.0  1.8 541300 72908 ?        Sl   12:40   0:01 python /opt/openerp/server/openerp-server -c /etc/openerp-server.conf --addons-path=/opt/openerp/server/openerp/addons
root      2895  0.0  0.0  11940   936 tty1     S+   14:11   0:00 grep --color=auto openerp
-------------------------------------------------------------------------------------

ls -l opt/openerp/server/openerp/addons > lista.txt

total 1044
drwxrwxr-x 15 openerp openerp  4096 oct 12 16:21 account
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 account_accountant
drwxr-xr-x  5 openerp openerp  4096 oct 20 17:35 account_advance_payment
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 account_analytic_analysis
drwxrwxr-x  5 openerp openerp  4096 ene 20 20:18 account_analytic_default
drwxrwxr-x  8 openerp openerp  4096 ene 20 20:18 account_analytic_plans
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 account_anglo_saxon
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 account_asset
drwxr-xr-x  8 openerp openerp  4096 ene 20 20:19 account_balance_reporting
drwxrwxr-x  7 openerp openerp  4096 oct  5 01:19 account_bank_statement_extensions
drwxrwxr-x  8 openerp openerp  4096 oct  5 01:19 account_budget
drwxrwxr-x  4 openerp openerp  4096 ene 20 20:20 account_cancel
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 account_chart
drwxr-xr-x  4 openerp openerp  4096 ene 20 20:20 account_chart_update
drwxrwxr-x  5 openerp openerp  4096 dic 17 09:50 account_check_writing
drwxr-xr-x  5 openerp openerp  4096 dic  9 18:46 account_fiscal_year_closing
drwxrwxr-x  9 openerp openerp  4096 dic 17 09:50 account_followup
drwxrwxr-x  8 openerp openerp  4096 dic  9 18:47 account_payment
drwxr-xr-x  6 openerp openerp  4096 dic  9 18:47 account_payment_extension
drwxr-xr-x  4 openerp openerp  4096 oct 20 11:59 account_prepayment
drwxrwxr-x  4 openerp openerp  4096 oct 12 17:17 account_report_company
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 account_sequence
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 account_test
drwxr-xr-x  3 openerp openerp  4096 oct 20 12:18 account_transfer
drwxr-xr-x  3 openerp openerp  4096 oct 20 12:18 account_transfer_advance
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 account_voucher
drwxrwxr-x  4 openerp openerp  4096 oct 12 17:16 analytic
drwxrwxr-x  3 openerp openerp  4096 oct 20 12:10 analytic_contract_hr_expense
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 analytic_user_function
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 anonymization
drwxr-xr-x  6 openerp openerp  4096 nov 27 13:14 asset
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 association
drwxrwxr-x  6 openerp openerp  4096 oct  5 01:19 audittrail
drwxrwxr-x  3 openerp openerp  4096 ene 20 20:22 auth_crypt
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 auth_ldap
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 auth_oauth
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 auth_oauth_signup
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 auth_openid
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 auth_signup
drwxrwxr-x 13 openerp openerp  4096 oct 12 16:21 base
drwxrwxr-x  6 openerp openerp  4096 oct 13 17:14 base_action_rule
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 base_calendar
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 base_gengo
drwxrwxr-x  4 openerp openerp  4096 oct 12 17:34 base_iban
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 base_import
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:38 base_location
-rwxrwxr-x  1 openerp openerp 14692 may 15  2013 base_quality_interrogation.py
drwxrwxr-x  7 openerp openerp  4096 dic  6 13:15 base_report_designer
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 base_setup
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 base_status
drwxrwxr-x  4 openerp openerp  4096 oct 12 17:35 base_vat
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 board
drwxr-xr-x  5 openerp openerp  4096 nov 16 16:10 bss_phonenumbers
drwxrwxr-x  4 openerp openerp  4096 oct 20 10:22 claim_from_delivery
drwxr-xr-x  8 openerp openerp  4096 nov 10 12:45 cmms_v7
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 contacts
drwxrwxr-x 11 openerp openerp  4096 oct 12 16:21 crm
drwxrwxr-x  7 openerp openerp  4096 oct 19 19:55 crm_claim
drwxrwxr-x  7 openerp openerp  4096 oct 19 19:55 crm_helpdesk
drwxrwxr-x  8 openerp openerp  4096 oct 20 12:40 crm_partner_assign
drwxrwxr-x  7 openerp openerp  4096 oct  5 01:19 crm_profiling
drwxrwxr-x  3 openerp openerp  4096 oct 20 13:11 crm_todo
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 decimal_precision
drwxrwxr-x  7 openerp openerp  4096 oct  5 01:19 delivery
-rw-r--r--  1 openerp openerp  3089 oct 19 18:20 directo
drwxr-xr-x  5 openerp openerp  4096 ene 20 20:28 disable_openerp_online
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 document
drwxrwxr-x  8 openerp openerp  4096 nov 27 20:54 document_ftp
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 document_page
drwxr-xr-x  5 openerp openerp  4096 oct 12 17:27 document_page_approval
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:29 document_page_environmental_aspect
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:27 document_page_environment_manual
drwxr-xr-x  3 openerp openerp  4096 oct 12 17:29 document_page_health_safety_manual
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:30 document_page_procedure
drwxr-xr-x  5 openerp openerp  4096 oct 12 17:30 document_page_quality_manual
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:30 document_page_work_instructions
drwxrwxr-x  8 openerp openerp  4096 oct  5 01:19 document_webdav
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 edi
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 email_template
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 event
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 event_moodle
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 event_sale
drwxrwxr-x  5 openerp openerp  4096 oct 12 17:16 fetchmail
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 fleet
drwxr-xr-x  7 openerp openerp  4096 ene 24 17:59 gap_analysis
drwxr-xr-x  6 openerp openerp  4096 ene 25 12:34 gap_analysis_aeroo_report
drwxr-xr-x  4 openerp openerp  4096 ene 25 12:34 gap_analysis_project
drwxr-xr-x  3 openerp openerp  4096 ene 25 12:34 gap_analysis_project_long_term
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 google_base_account
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 google_docs
drwxr-xr-x  5 openerp openerp  4096 oct 20 13:17 google_map
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 hr
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 hr_attendance
drwxrwxr-x  6 openerp openerp  4096 oct 20 11:13 hr_contract
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 hr_evaluation
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 hr_expense
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 hr_holidays
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 hr_payroll
drwxrwxr-x  6 openerp openerp  4096 oct  5 01:19 hr_payroll_account
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 hr_recruitment
drwxrwxr-x  9 openerp openerp  4096 oct 20 10:42 hr_timesheet
drwxrwxr-x  8 openerp openerp  4096 oct 20 10:42 hr_timesheet_invoice
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 hr_timesheet_sheet
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 idea
-rw-rw-r--  1 openerp openerp  1657 dic 27  2012 __init__.py
-rw-r--r--  1 openerp openerp   682 oct 12 16:21 __init__.pyc
drwxrwxr-x  5 openerp openerp  4096 ene 17 02:19 interiorvista_custom
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 knowledge
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_ar
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 l10n_at
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 l10n_be
drwxrwxr-x  6 openerp openerp  4096 oct  5 01:19 l10n_be_coda
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_be_hr_payroll
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_be_hr_payroll_account
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_be_invoice_bba
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_bo
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_br
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_ca
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_ch
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_cl
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_cn
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_co
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_cr
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_de
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_ec
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_es
drwxr-xr-x  3 openerp openerp  4096 dic  9 18:49 l10n_es_account
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:54 l10n_es_account_asset
drwxr-xr-x  5 openerp openerp  4096 ene 25 12:34 l10n_es_account_balance_report
drwxr-xr-x  3 openerp openerp  4096 oct 12 17:51 l10n_es_account_invoice_sequence
drwxr-xr-x  5 openerp openerp  4096 dic  9 18:44 l10n_es_aeat
drwxr-xr-x  7 openerp openerp  4096 dic 23 11:56 l10n_es_fiscal_year_closing
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:53 l10n_es_partner
drwxr-xr-x  6 openerp openerp  4096 dic  9 18:47 l10n_es_payment_order
drwxr-xr-x  7 openerp openerp  4096 oct 12 17:38 l10n_es_toponyms
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_et
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 l10n_fr
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_fr_hr_payroll
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_fr_rib
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_gr
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_gt
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_hn
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_hr
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_in
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 l10n_in_hr_payroll
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_it
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 l10n_lu
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_ma
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_multilang
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_mx
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_nl
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 l10n_pa
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_pe
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_pl
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_pt
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_ro
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_si
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 l10n_syscohada
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_th
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 l10n_tr
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 l10n_uk
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 l10n_us
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 l10n_uy
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 l10n_ve
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 l10n_vn
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 lunch
drwxrwxr-x 12 openerp openerp  4096 oct 12 16:21 mail
drwxrwxr-x  5 openerp openerp  4096 oct 20 11:47 marketing
drwxrwxr-x  7 openerp openerp  4096 oct 20 11:47 marketing_campaign
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 marketing_campaign_crm_demo
drwxrwxr-x  9 openerp openerp  4096 oct  5 01:19 membership
drwxr-xr-x  7 openerp openerp  4096 oct 12 17:27 mgmtsystem
drwxr-xr-x  4 openerp openerp  4096 oct 12 17:27 mgmtsystem_manuals
drwxr-xr-x  7 openerp openerp  4096 oct 17 12:16 mro
drwxr-xr-x  7 openerp openerp  4096 oct 17 12:18 mro_pm
drwxrwxr-x 11 openerp openerp  4096 oct 12 16:21 mrp
drwxrwxr-x  6 openerp openerp  4096 oct  5 01:19 mrp_byproduct
drwxrwxr-x  4 openerp openerp  4096 dic 22 13:09 mrp_jit
drwxrwxr-x  8 openerp openerp  4096 oct  5 01:19 mrp_operations
drwxrwxr-x  8 openerp openerp  4096 dic 24 12:58 mrp_repair
drwxr-xr-x  3 openerp openerp  4096 ene 19 12:23 mrp_repair_webkit
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 multi_company
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 note
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 note_pad
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 pad
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 pad_project
drwxr-xr-x  3 openerp openerp  4096 ene 21 16:35 paydays
drwxrwxr-x  3 openerp openerp  4096 oct  5 01:19 plugin
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 plugin_outlook
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 plugin_thunderbird
drwxrwxr-x 12 openerp openerp  4096 oct 12 16:21 point_of_sale
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 portal
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 portal_anonymous
drwxrwxr-x  4 openerp openerp  4096 dic 28 11:47 portal_claim
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 portal_crm
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 portal_event
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 portal_hr_employees
drwxrwxr-x  5 openerp openerp  4096 oct 12 18:12 portal_project
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 portal_project_issue
drwxrwxr-x  3 openerp openerp  4096 ene 20 20:34 portal_project_long_term
drwxrwxr-x  4 openerp openerp  4096 dic  5 20:34 portal_sale
drwxrwxr-x  3 openerp openerp  4096 dic  5 20:35 portal_stock
drwxrwxr-x  6 openerp openerp  4096 oct 12 16:21 process
drwxrwxr-x  8 openerp openerp  4096 oct 17 12:17 procurement
drwxrwxr-x  9 openerp openerp  4096 oct 12 16:21 product
drwxrwxr-x  4 openerp openerp  4096 oct 20 10:22 product_expiry
drwxrwxr-x  5 openerp openerp  4096 oct 20 12:54 product_manufacturer
drwxrwxr-x  7 openerp openerp  4096 dic 19 09:08 product_margin
drwxr-xr-x  3 openerp openerp  4096 dic  6 16:13 product_sequence
drwxr-xr-x  4 openerp openerp  4096 dic  6 13:31 product_variant_multi
drwxr-xr-x  3 openerp openerp  4096 dic  6 13:31 product_variant_multi_advanced
drwxrwxr-x  4 openerp openerp  4096 dic 19 09:02 product_visible_discount
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 project
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 project_gtd
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 project_issue
drwxrwxr-x  5 openerp openerp  4096 ene 20 20:33 project_issue_sheet
drwxrwxr-x  7 openerp openerp  4096 ene 20 20:34 project_long_term
drwxrwxr-x  7 openerp openerp  4096 dic 22 13:09 project_mrp
drwxrwxr-x  8 openerp openerp  4096 oct 20 12:10 project_timesheet
drwxrwxr-x 11 openerp openerp  4096 oct 12 16:21 purchase
drwxrwxr-x  4 openerp openerp  4096 ene 20 20:35 purchase_analytic_plans
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 purchase_double_validation
drwxrwxr-x  8 openerp openerp  4096 oct 20 10:16 purchase_requisition
drwxrwxrwx  9 openerp openerp  4096 ene 25 12:34 report_aeroo
drwxrwxr-x  7 openerp openerp  4096 oct  5 01:19 report_intrastat
drwxrwxr-x  6 openerp openerp  4096 ene 19 12:23 report_webkit
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 resource
drwxrwxr-x 11 openerp openerp  4096 oct 12 16:21 sale
drwxrwxr-x  4 openerp openerp  4096 ene 20 20:36 sale_analytic_plans
drwxrwxr-x  9 openerp openerp  4096 oct 20 09:30 sale_crm
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 sale_journal
drwxrwxr-x  6 openerp openerp  4096 dic 19 19:45 sale_margin
drwxrwxr-x  6 openerp openerp  4096 oct 20 09:30 sale_mrp
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 sale_order_dates
drwxrwxr-x  8 openerp openerp  4096 oct 20 09:30 sale_stock
drwxrwxr-x  7 openerp openerp  4096 oct 12 16:21 share
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 stock
drwxrwxr-x  6 openerp openerp  4096 oct  5 01:19 stock_invoice_directly
drwxrwxr-x  6 openerp openerp  4096 dic 28 11:47 stock_location
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 stock_no_autopicking
drwxrwxr-x  5 openerp openerp  4096 oct  5 01:19 subscription
drwxrwxr-x 10 openerp openerp  4096 oct 12 16:21 survey
drwxrwxr-x  4 openerp openerp  4096 oct  5 01:19 warning
drwxrwxr-x  8 openerp openerp  4096 oct 12 16:21 web
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 web_analytics
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_api
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_calendar
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 web_diagram
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_gantt
drwxrwxr-x  5 openerp openerp  4096 oct 12 16:21 web_graph
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_hello
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_kanban
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_linkedin
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_shortcuts
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_tests
drwxrwxr-x  3 openerp openerp  4096 oct 12 16:21 web_tests_demo
drwxrwxr-x  4 openerp openerp  4096 ene 10 16:15 web_translate_dialog
drwxrwxr-x  4 openerp openerp  4096 oct 12 16:21 web_view_editor

-------------------------------------------------------------------------------------

Jesús Alòs

unread,
Jan 25, 2014, 1:28:30 PM1/25/14
to openerp-s...@googlegroups.com
Ya funciona.
He eliminado el directorio /opt/openerp/server/openerp/addons/report_aeroo

Recuerdo que ayer intenté instalarlo y me dio un error en la instalación. No le hice mucho caso al tema pensando que sería un error mas de los que aparecen cuando un módulo no se puede instalar por algo. Después funcionaba perfectamente, pero hoy al arrancar es cuando ha aparecido el dichoso 'no handler found'

No se si habrá un problema con el módulo o que o da conflicto con el de openoffice. No lo voy a probar de momento, ya he tenido bastante por hoy.

Mucisimas gracias por la ayuda.

Alejandro Santana

unread,
Jan 26, 2014, 8:29:44 PM1/26/14
to openerp-s...@googlegroups.com
Si te fallaba por Aeroo y lo quieres usar, verifica:

sistema...@gmail.com

unread,
Feb 10, 2014, 12:14:40 PM2/10/14
to openerp-s...@googlegroups.com

Hola tengo un error semejante, podrian ayudarme a resolverlo esto ocurrio cuando el servidor se apago y al volver a iniciar marca No handler Found.

este el log de error.

2014-02-10 15:50:16,182 1393 INFO ? openerp: OpenERP version 7.0-20140102-002458
2014-02-10 15:50:16,183 1393 INFO ? openerp: addons paths: /opt/openerp/server/openerp/addons
2014-02-10 15:50:16,183 1393 INFO ? openerp: database hostname: localhost
2014-02-10 15:50:16,184 1393 INFO ? openerp: database port: 5432
2014-02-10 15:50:16,184 1393 INFO ? openerp: database user: openerp
2014-02-10 15:50:17,892 1393 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-02-10 15:50:17,892 1393 CRITICAL ? openerp.modules.module: from __future__ imports must occur at the beginning of the file (Manager.py, line 8)
2014-02-10 15:50:17,892 1393 ERROR ? openerp.service: Failed to load server-wide module `web`.

The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/opt/openerp/server/openerp/service/__init__.py", line 60, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/opt/openerp/server/openerp/modules/module.py", line 415, in load_openerp_module

    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 628, in wsgi_postload
    openerp.wsgi.register_wsgi_handler(Root())
  File "/opt/openerp/server/openerp/addons/web/http.py", line 517, in __init__
    self.load_addons()
  File "/opt/openerp/server/openerp/addons/web/http.py", line 580, in load_addons
    m = __import__('openerp.addons.' + module)
  File "/opt/openerp/server/openerp/modules/module.py", line 133, in load_module

    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/opt/openerp/server/openerp/addons/asterisk_click2dial/__init__.py", line 22, in <module>
    from . import asterisk_click2dial
  File "/opt/openerp/server/openerp/addons/asterisk_click2dial/asterisk_click2dial.py", line 30, in <module>
    from Asterisk import Manager
  File "/usr/local/lib/python2.7/dist-packages/Asterisk/Manager.py", line 8
    from __future__ import absolute_import
SyntaxError: from __future__ imports must occur at the beginning of the file
2014-02-10 15:50:18,025 1393 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-02-10 15:50:18,027 1393 INFO ? openerp: OpenERP server is running, waiting for connections...
2014-02-10 15:50:26,651 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:50:26] "GET / HTTP/1.1" 404 -
2014-02-10 15:50:29,597 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:50:29] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 15:50:32,171 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:50:32] "GET / HTTP/1.1" 404 -
2014-02-10 15:51:01,728 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:51:01] "GET / HTTP/1.1" 404 -
2014-02-10 15:52:22,023 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:52:22] "GET / HTTP/1.1" 404 -
2014-02-10 15:53:30,866 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:53:30] "GET / HTTP/1.1" 404 -
2014-02-10 15:53:39,859 1393 INFO ? werkzeug: 192.168.100.13 - - [10/Feb/2014 15:53:39] "GET / HTTP/1.1" 404 -
2014-02-10 15:54:05,479 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 15:54:05] "GET / HTTP/1.1" 404 -
2014-02-10 15:54:05,609 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 15:54:05] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 15:54:05,650 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 15:54:05] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 15:55:17,964 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 15:55:17] "GET / HTTP/1.1" 404 -
2014-02-10 15:55:34,956 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 15:55:34] "GET / HTTP/1.1" 404 -
2014-02-10 16:02:18,032 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 16:02:18] "GET / HTTP/1.1" 404 -
2014-02-10 16:11:18,013 1393 INFO ? werkzeug: 192.168.100.9 - - [10/Feb/2014 16:11:18] "GET /?db=fpsolutionsdb&ts=1389053538191 HTTP/1.1" 404 -
2014-02-10 16:11:20,569 1393 INFO ? werkzeug: 192.168.100.9 - - [10/Feb/2014 16:11:20] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 16:21:22,701 1393 INFO ? werkzeug: 127.0.0.1 - - [10/Feb/2014 16:21:22] "GET / HTTP/1.1" 404 -
2014-02-10 16:21:22,804 1393 INFO ? werkzeug: 127.0.0.1 - - [10/Feb/2014 16:21:22] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 16:21:22,809 1393 INFO ? werkzeug: 127.0.0.1 - - [10/Feb/2014 16:21:22] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 16:30:56,863 1393 INFO ? werkzeug: 127.0.0.1 - - [10/Feb/2014 16:30:56] "GET / HTTP/1.1" 404 -
2014-02-10 16:48:31,242 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 16:48:31] "GET /?db=fpsolutionsdb HTTP/1.1" 404 -
2014-02-10 16:48:32,279 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 16:48:32] "GET /favicon.ico HTTP/1.1" 404 -
2014-02-10 16:48:37,729 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 16:48:37] "GET / HTTP/1.1" 404 -
2014-02-10 16:59:14,084 1393 INFO ? werkzeug: 192.168.100.149 - - [10/Feb/2014 16:59:14] "GET / HTTP/1.1" 404 -

Jesús Alòs

unread,
Feb 10, 2014, 12:41:25 PM2/10/14
to openerp-s...@googlegroups.com

Hola.
En mi caso, fue que el módulo 'report_aeroo' me dio fallo al intentar instalarlo.
Lo que pasa que el fallo 'No handler Found' no se manifestó inmediatamente al instalar dicho módulo, apareció a los días, cuando reinicié el servidor.

Haz memoria por si has instalado algo hace unos días (entre la última vez que reiniciate el servido y hoy) y te dió fallo.

Revisa las respuestas publicadas en este hilo. Son muy buenas y te pueden dar alguna pista para solucionar tu problema.

Un saludo y suerte,

Pedro Manuel Baeza Romero

unread,
Feb 10, 2014, 1:02:45 PM2/10/14
to openerp-s...@googlegroups.com
Buenas,

En este caso el problema se manifiesta en un paquete llamado Asterisk que intenta cargar OpenERP, pero el error final siempre es el mismo, que no se puede cargar el módulo web, pero porque éste se encarga de cargar el resto de ellos.

Un saludo.


sistema...@gmail.com

unread,
Feb 10, 2014, 1:19:29 PM2/10/14
to openerp-s...@googlegroups.com
Hola, gracias por la respuesta, he leido el log, y si el conflicto lo ocaciona este paquete pero como puedo eliminar el paquete? es suficiente con eliminar las carpetas? o es necesario eliminarlos con alguno comando? estoy usando Ubuntu 12.04

Saludos!

Pedro Manuel Baeza Romero

unread,
Feb 10, 2014, 1:23:22 PM2/10/14
to openerp-s...@googlegroups.com
Eso ya se sale un poco del alcance de esta lista, y depende de cómo hayas instalado las cosas que causan conflicto. Si es por pip, ejecuta pip uninstall y el nombre del módulo.

Un saludo.


El 10 de febrero de 2014, 19:19, <sistema...@gmail.com> escribió:
Hola, gracias por la respuesta, he leido el log, y si el conflicto lo ocaciona este paquete pero como puedo eliminar el paquete? es suficiente con eliminar las carpetas? o es necesario eliminarlos con alguno comando? estoy usando Ubuntu 12.04

Saludos!

--

Roberto Gil

unread,
Jun 5, 2014, 6:06:57 PM6/5/14
to openerp-s...@googlegroups.com
Hola, a mi me esta pasando los mismo, y este es mi log, pero no se como arreglarlo.

2014-06-05 22:02:35,647 1981 INFO ? openerp: OpenERP version 7.0-20140604-231033
2014-06-05 22:02:35,647 1981 INFO ? openerp: addons paths: /usr/lib/pymodules/python2.7/openerp/addons
2014-06-05 22:02:35,647 1981 INFO ? openerp: database hostname: localhost
2014-06-05 22:02:35,647 1981 INFO ? openerp: database port: 5432
2014-06-05 22:02:35,647 1981 INFO ? openerp: database user: openerp
2014-06-05 22:02:36,616 1981 CRITICAL ? openerp.modules.module: Couldn't load module web
2014-06-05 22:02:36,616 1981 CRITICAL ? openerp.modules.module: cannot import name report
2014-06-05 22:02:36,616 1981 ERROR ? openerp.service: Failed to load server-wide module `web`.

The `web` module is provided by the addons found in the `openerp-web` project.
Maybe you forgot to add those addons in your addons_path configuration.
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.7/openerp/service/__init__.py", line 60, in load_server_wide_modules
    openerp.modules.module.load_openerp_module(m)
  File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 415, in load_openerp_module

    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 628, in wsgi_postload
    openerp.wsgi.register_wsgi_handler(Root())
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 517, in __init__
    self.load_addons()
  File "/usr/lib/pymodules/python2.7/openerp/addons/web/http.py", line 580, in load_addons

    m = __import__('openerp.addons.' + module)
  File "/usr/lib/pymodules/python2.7/openerp/modules/module.py", line 133, in load_module

    mod = imp.load_module('openerp.addons.' + module_part, f, path, descr)
  File "/usr/lib/pymodules/python2.7/openerp/addons/account_balance_reporting/__init__.py", line 27, in <module>
    from . import report
ImportError: cannot import name report
2014-06-05 22:02:36,699 1981 INFO ? openerp.service.wsgi_server: HTTP service (werkzeug) running on 0.0.0.0:8069
2014-06-05 22:02:36,700 1981 INFO ? openerp: OpenERP server is running, waiting for connections...
2014-06-05 22:03:13,582 1981 INFO ? werkzeug: 127.0.0.1 - - [05/Jun/2014 22:03:13] "GET / HTTP/1.1" 404 -
2014-06-05 22:03:14,388 1981 INFO ? werkzeug: 127.0.0.1 - - [05/Jun/2014 22:03:14] "GET /favicon.ico HTTP/1.1" 404 -
2014-06-05 22:05:31,559 1981 INFO ? werkzeug: 127.0.0.1 - - [05/Jun/2014 22:05:31] "GET / HTTP/1.1" 404 -

Muchas gracias por anticipado

Juan Sallent

unread,
Jun 5, 2014, 7:40:09 PM6/5/14
to openerp-s...@googlegroups.com
Buenas Roberto,

Ves con Nautilus a la carpeta de Addons ->  /usr/lib/pymodules/python2.7/openerp/addons y borra la carpeta -> account_balance_reporting

Debería funcionarte, ya me cuentas.

Saludos



--
Has recibido este mensaje porque estás suscrito al grupo "Usuarios OpenERP en España" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a openerp-spain-u...@googlegroups.com.
Para acceder a más opciones, visita https://groups.google.com/d/optout.

Roberto Gil

unread,
Jun 8, 2014, 2:21:43 PM6/8/14
to openerp-s...@googlegroups.com
Muchas gracias Juan, ha funcionado a la perfección. Me has salvado de una buena.

Por cierto, esto porque pasa? Más que nada para saber más.

Muchísimas gracias

Juan Sallent

unread,
Jun 8, 2014, 3:56:10 PM6/8/14
to openerp-s...@googlegroups.com
Pues, el addon es invalido o está a medias....no coinciden estructuras XML y revienta por todos lados...jejejeje

Al principio asusta...pero luego..es fácil...lo eliminas y solucionado...jejejeje




--
Has recibido este mensaje porque estás suscrito al grupo "Usuarios OpenERP en España" de Grupos de Google.
Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a openerp-spain-u...@googlegroups.com.
Para obtener más opciones, visita https://groups.google.com/d/optout.

José María Nicolás Guillén

unread,
Jun 21, 2014, 1:49:25 PM6/21/14
to openerp-s...@googlegroups.com
Estoy intentando actualizar la localización pero después de hacerlo encuentro el Handler not found, ¿alguien sabe que estoy haciendo mal?

Este el error que tengo en el Log:

SyntaxError: invalid syntax

2014-06-21 17:35:51,778 766 INFO ? werkzeug: 84.124.130.115 - - [21/Jun/2014 17:35:51] "GET / HTTP/1.1" 404 -

2014-06-21 17:35:52,081 766 INFO ? werkzeug: 84.124.130.115 - - [21/Jun/2014 17:35:52] "GET /favicon.ico HTTP/1.1" 404 -

2014-06-21 17:42:14,683 784 CRITICAL ? openerp.modules.module: Couldn't load module web

2014-06-21 17:42:14,684 784 CRITICAL ? openerp.modules.module: invalid syntax (<unknown>, line 29)

2014-06-21 17:42:14,684 784 ERROR ? openerp.service: Failed to load server-wide module `web`.

The `web` module is provided by the addons found in the `openerp-web` project.

Maybe you forgot to add those addons in your addons_path configuration.

Traceback (most recent call last):

  File "/opt/openerp/v7/server/openerp/service/__init__.py", line 60, in load_server_wide_modules

    openerp.modules.module.load_openerp_module(m)

  File "/opt/openerp/v7/server/openerp/modules/module.py", line 415, in load_openerp_module

    getattr(sys.modules['openerp.addons.' + module_name], info['post_load'])()

  File "/opt/openerp/v7/web/addons/web/http.py", line 628, in wsgi_postload

    openerp.wsgi.register_wsgi_handler(Root())

  File "/opt/openerp/v7/web/addons/web/http.py", line 517, in __init__

    self.load_addons()

  File "/opt/openerp/v7/web/addons/web/http.py", line 576, in load_addons

    manifest = ast.literal_eval(open(manifest_path).read())

  File "/usr/lib/python2.7/ast.py", line 49, in literal_eval

    node_or_string = parse(node_or_string, mode='eval')

  File "/usr/lib/python2.7/ast.py", line 37, in parse

    return compile(source, filename, mode, PyCF_ONLY_AST)

  File "<unknown>", line 29

    <<<<<<< TREE

     ^

SyntaxError: invalid syntax


Gracias a todos.


2014-06-21 17:43:54,391 784 INFO ? werkzeug: 84.124.130.115 - - [21/Jun/2014 17:43:54] "GET / HTTP/1.1" 404 -

Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a openerp-spain-users+unsub...@googlegroups.com.

Pedro Manuel Baeza Romero

unread,
Jun 21, 2014, 2:20:09 PM6/21/14
to openerp-s...@googlegroups.com

Buenas, José María,

El error se debe a que has modificado los fuentes y cuando has descargado la última versión del código, te ha dado un conflicto (debe haberte aparecido un mensaje al respecto).

Parte de unos fuentes originales sin tocar y no tendrás ese problema.

Un saludo.

Para anular la suscripción a este grupo y dejar de recibir sus mensajes, envía un correo electrónico a openerp-spain-u...@googlegroups.com.
Para acceder a más opciones, visita https://groups.google.com/d/optout.

Ariel Fernandez

unread,
Jan 8, 2015, 10:57:59 AM1/8/15
to openerp-s...@googlegroups.com
Solo es el path asegurate del directorio  que apunta los addons sea correcto en la configuracion

El domingo, 11 de agosto de 2013 09:43:19 UTC+2, Humanoide escribió:
El navegador no conecta con OpenERP 6.1 y da este mensaje de error:

No handler found.

¿Alguien sabe a que se debe como arreglarlo? En los foros hay mucha documentación sobre este error pero no conseguí arreglarlo.

Saludos.
Reply all
Reply to author
Forward
0 new messages