Ir al contenido
Odoo Menú
  • Iniciar sesión
  • Pruébalo gratis
  • Aplicaciones
    Finanzas
    • Contabilidad
    • Facturación
    • Gastos
    • Hoja de cálculo (BI)
    • Documentos
    • Firma electrónica
    Ventas
    • CRM
    • Ventas
    • PdV para tiendas
    • PdV para restaurantes
    • Suscripciones
    • Alquiler
    Sitios web
    • Creador de sitios web
    • Comercio electrónico
    • Blog
    • Foro
    • Chat en vivo
    • eLearning
    Cadena de suministro
    • Inventario
    • Manufactura
    • PLM
    • Compras
    • Mantenimiento
    • Calidad
    Recursos humanos
    • Empleados
    • Reclutamiento
    • Vacaciones
    • Evaluaciones
    • Referencias
    • Flotilla
    Marketing
    • Redes sociales
    • Marketing por correo
    • Marketing por SMS
    • Eventos
    • Automatización de marketing
    • Encuestas
    Servicios
    • Proyectos
    • Registro de horas
    • Servicio externo
    • Soporte al cliente
    • Planeación
    • Citas
    Productividad
    • Conversaciones
    • Aprobaciones
    • IoT
    • VoIP
    • Artículos
    • WhatsApp
    Aplicaciones externas Studio de Odoo Plataforma de Odoo en la nube
  • Industrias
    Venta minorista
    • Librería
    • Tienda de ropa
    • Mueblería
    • Tienda de abarrotes
    • Ferretería
    • Juguetería
    Alimentos y hospitalidad
    • Bar y pub
    • Restaurante
    • Comida rápida
    • Casa de huéspedes
    • Distribuidora de bebidas
    • Hotel
    Bienes inmuebles
    • Agencia inmobiliaria
    • Estudio de arquitectura
    • Construcción
    • Gestión de bienes inmuebles
    • Jardinería
    • Asociación de propietarios
    Consultoría
    • Firma contable
    • Partner de Odoo
    • Agencia de marketing
    • Bufete de abogados
    • Adquisición de talentos
    • Auditorías y certificaciones
    Manufactura
    • Textil
    • Metal
    • Muebles
    • Comida
    • Cervecería
    • Regalos corporativos
    Salud y ejercicio
    • Club deportivo
    • Óptica
    • Gimnasio
    • Especialistas en bienestar
    • Farmacia
    • Peluquería
    Trades
    • Personal de mantenimiento
    • Hardware y soporte de TI
    • Sistemas de energía solar
    • Zapateros y fabricantes de calzado
    • Servicios de limpieza
    • Servicios de calefacción, ventilación y aire acondicionado
    Otros
    • Organización sin fines de lucro
    • Agencia para la protección del medio ambiente
    • Alquiler de anuncios publicitarios
    • Fotografía
    • Alquiler de bicicletas
    • Distribuidor de software
    Descubre todas las industrias
  • Odoo Community
    Aprende
    • Tutoriales
    • Documentación
    • Certificaciones
    • Capacitación
    • Blog
    • Podcast
    Fortalece la educación
    • Programa educativo
    • Scale Up! El juego empresarial
    • Visita Odoo
    Obtén el software
    • Descargar
    • Compara ediciones
    • Versiones
    Colabora
    • GitHub
    • Foro
    • Eventos
    • Traducciones
    • Conviértete en partner
    • Servicios para partners
    • Registra tu firma contable
    Obtén servicios
    • Encuentra un partner
    • Encuentra un contador
    • Contacta a un consultor
    • Servicios de implementación
    • Referencias de clientes
    • Soporte
    • Actualizaciones
    GitHub YouTube Twitter LinkedIn Instagram Facebook Spotify
    +1 (650) 691-3277
    Solicita una demostración
  • Precios
  • Ayuda

Odoo is the world's easiest all-in-one management software.
It includes hundreds of business apps:

  • CRM
  • e-Commerce
  • Contabilidad
  • Inventario
  • PoS
  • Proyectos
  • MRP
All apps
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Debe estar registrado para interactuar con la comunidad.
Todas las publicaciones Personas Insignias
Etiquetas (Ver todo)
odoo accounting v14 pos v15
Acerca de este foro
Ayuda

No backend after install module

Suscribirse

Reciba una notificación cuando haya actividad en esta publicación

Se marcó esta pregunta
backend
2 Respuestas
4505 Vistas
Avatar
Henk

Hi,

After installing some modules i have no backend, the website is ok.

The menu is available but can't select / click on links.

I have tried on console if the server is running and this is what come out:

odoo@droplet1:~$ /opt/odoo/odoo/openerp-server

2015-04-30 07:53:55,578 2955 INFO ? openerp: OpenERP version 8.0

2015-04-30 07:53:55,578 2955 INFO ? openerp: addons paths: ['/opt/odoo/.local/share/Odoo/addons/8.0', u'/opt/odoo/odoo/openerp/addons', u'/opt/odoo/odoo/addons']

2015-04-30 07:53:55,578 2955 INFO ? openerp: database hostname: localhost

2015-04-30 07:53:55,579 2955 INFO ? openerp: database port: 5432

2015-04-30 07:53:55,579 2955 INFO ? openerp: database user: odoo

2015-04-30 07:53:55,709 2955 INFO ? openerp.service.server: HTTP service (werkzeug) running on 0.0.0.0:8069

Exception in thread openerp.service.httpd:

Traceback (most recent call last):

File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner

self.run()

File "/usr/lib/python2.7/threading.py", line 763, in run

self.__target(*self.__args, **self.__kwargs)

File "/opt/odoo/odoo/openerp/service/server.py", line 281, in http_thread

self.httpd = ThreadedWSGIServerReloadable(self.interface, self.port, app)

File "/opt/odoo/odoo/openerp/service/server.py", line 91, in __init__

handler=RequestHandler)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 410, in __init__

HTTPServer.__init__(self, (host, int(port)), handler)

File "/usr/lib/python2.7/SocketServer.py", line 419, in __init__

self.server_bind()

File "/opt/odoo/odoo/openerp/service/server.py", line 101, in server_bind

super(ThreadedWSGIServerReloadable, self).server_bind()

File "/usr/lib/python2.7/BaseHTTPServer.py", line 108, in server_bind

SocketServer.TCPServer.server_bind(self)

File "/usr/lib/python2.7/SocketServer.py", line 430, in server_bind

self.socket.bind(self.server_address)

File "/usr/lib/python2.7/socket.py", line 224, in meth

return getattr(self._sock,name)(*args)

error: [Errno 98] Address already in use

What can i do about it

Thx

Henk

0
Avatar
Descartar
Avatar
Zbik
Mejor respuesta

Error 98 is raised when another process listening on port. Probably are several openerp process running on your system. Open your terminal and type following command:

ps aux | grep openerp

Kill all process which openerp-server

sudo kill -9 PROCESS_ID

Then restart the openerp-server.

PS. Suggestion, you enable debug and openerp-server log file. The log has more informations.

1
Avatar
Descartar
Avatar
Henk
Autor Mejor respuesta

Hi thank for your reply, but it doesn't worked.

Now the complete site and backend is gone......

:(

edit: did a server reboot, site is showing ok but backend is still not available.

The strange thing is, the backend is available with the Android odoo app ????

Thx

Henk


This is in the log file ..:


127.0.0.1 - - [30/Apr/2015 20:14:49] "GET /web/js/web.assets_backend/78273ca HTTP/1.1" 500 -

2015-04-30 20:14:49,091 2362 ERROR vdwillikwijne werkzeug: Error on request:

Traceback (most recent call last):

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 177, in run_wsgi

execute(self.server.app)

File "/usr/lib/python2.7/dist-packages/werkzeug/serving.py", line 165, in execute

application_iter = app(environ, start_response)

File "/opt/odoo/odoo/openerp/service/server.py", line 280, in app

return self.app(e, s)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 216, in application

return application_unproxied(environ, start_response)

File "/opt/odoo/odoo/openerp/service/wsgi_server.py", line 202, in application_unproxied

result = handler(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1215, in __call__

return self.dispatch(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1189, in __call__

return self.app(environ, start_wrapped)

File "/usr/lib/python2.7/dist-packages/werkzeug/wsgi.py", line 579, in __call__

return self.app(environ, start_response)

File "/opt/odoo/odoo/openerp/http.py", line 1356, in dispatch

result = ir_http._dispatch()

File "/opt/odoo/odoo/addons/crm/ir_http.py", line 13, in _dispatch

response = super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 125, in _dispatch

return super(ir_http, self)._dispatch()

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 130, in _dispatch

return self._handle_exception(e)

File "/opt/odoo/odoo/addons/website/models/ir_http.py", line 201, in _handle_exception

return super(ir_http, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 100, in _handle_exception

return request._handle_exception(exception)

File "/opt/odoo/odoo/openerp/http.py", line 596, in _handle_exception

return super(HttpRequest, self)._handle_exception(exception)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_http.py", line 126, in _dispatch

result = request.dispatch()

File "/opt/odoo/odoo/openerp/http.py", line 614, in dispatch

r = self._call_function(**self.params)

File "/opt/odoo/odoo/openerp/http.py", line 283, in _call_function

return checked_call(self.db, *args, **kwargs)

File "/opt/odoo/odoo/openerp/service/model.py", line 113, in wrapper

return f(dbname, *args, **kwargs)

File "/opt/odoo/odoo/openerp/http.py", line 280, in checked_call

return self.endpoint(*a, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 733, in __call__

return self.method(*args, **kw)

File "/opt/odoo/odoo/openerp/http.py", line 376, in response_wrap

response = f(*args, **kw)

File "/opt/odoo/odoo/addons/web/controllers/main.py", line 527, in js_bundle

response = request.make_response(bundle.js(), [('Content-Type', 'application/javascript')])

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in js

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1176, in <genexpr>

content = ';\n'.join(asset.minify() for asset in self.javascripts)

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1383, in minify

return self.with_header(rjsmin(self.content))

File "/opt/odoo/odoo/openerp/addons/base/ir/ir_qweb.py", line 1379, in with_header

return '\n/* %s */\n%s' % (self.name, content)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xef in position 0: ordinal not in range(128)


Thx

Henk


0
Avatar
Descartar
Zbik

You remove session files or refresh many times (5-10) backend site. This should help if there are no errors in the log.

Zbik

Does posgresql use utf8 as default encoding? Does your server locale uses utf8 encoding? Or.... encoding problem in installed module.

Henk
Autor

It happend when i installed a new module, but its not in the normal module map. I think its encoding problem. Thx Henk

¿Le interesa esta conversación? ¡Participe en ella!

Cree una cuenta para poder utilizar funciones exclusivas e interactuar con la comunidad.

Registrarse
Publicaciones relacionadas Respuestas Vistas Actividad
Change URL of backend Apps Resuelto
backend odoo18
Avatar
Avatar
1
oct 25
448
TypeError: Cannot read properties of undefined (reading 'form') while accessing Settings in Odoov13
backend Odoo13.0
Avatar
Avatar
1
nov 24
2606
How to resize the file web.assets_backend.js
javascript backend
Avatar
Avatar
2
dic 22
3667
Cannot install vista backend theme
theme backend
Avatar
0
jul 22
2786
When should I use back-end views and when should I use front-end views? Resuelto
backend frontend
Avatar
Avatar
2
jun 21
3801
Comunidad
  • Tutoriales
  • Documentación
  • Foro
Código abierto
  • Descargar
  • GitHub
  • Runbot
  • Traducciones
Servicios
  • Alojamiento en Odoo.sh
  • Soporte
  • Actualizaciones del software
  • Desarrollos personalizados
  • Educación
  • Encuentra un contador
  • Encuentra un partner
  • Conviértete en partner
Sobre nosotros
  • Nuestra empresa
  • Activos de marca
  • Contáctanos
  • Empleos
  • Eventos
  • Podcast
  • Blog
  • Clientes
  • Legal • Privacidad
  • Seguridad
الْعَرَبيّة Català 简体中文 繁體中文 (台灣) Čeština Dansk Nederlands English Suomi Français Deutsch हिंदी Bahasa Indonesia Italiano 日本語 한국어 (KR) Lietuvių kalba Język polski Português (BR) română русский язык Slovenský jazyk slovenščina Español (América Latina) Español ภาษาไทย Türkçe українська Tiếng Việt

Odoo es un conjunto de aplicaciones de código abierto que cubren todas las necesidades de tu empresa: CRM, comercio electrónico, contabilidad, inventario, punto de venta, gestión de proyectos, etc.

La propuesta única de valor de Odoo es ser muy fácil de usar y estar totalmente integrado.

Website made with

Odoo Experience on YouTube

1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.

Live support on Youtube
Watch now